Re: [Python-Dev] [Python-checkins] peps: specify Provides-Extra
Le 06/07/2012 10:36, benjamin.peterson a écrit : http://hg.python.org/peps/rev/4dc72bbf9ed2 changeset: 4483:4dc72bbf9ed2 user:Daniel Holth date:Wed Jul 04 07:30:08 2012 -0400 summary: specify Provides-Extra Sorry, but this was premature. The mail on distutils-sig only describes the syntax for a new field without any explanation of the semantics and use case, not the relation to the Setup-Requires and Test-Requires fields that we’ve been discussing for some time (and which would make part of the Extra proposal obsolete). I know Alexis and I are not as active as other devs in mailing lists and PEPs, but these things are on our radar and we want to push them forward. Please allow the discussion to take place before editing the packaging PEPs. Regards ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
[Python-Dev] Summary of Python tracker Issues
ACTIVITY SUMMARY (2012-06-29 - 2012-07-06) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open3495 (+10) closed 23546 (+31) total 27041 (+41) Open issues with patches: 1462 Issues opened (32) == #10571: "setup.py upload --sign" broken: TypeError: 'str' does not sup http://bugs.python.org/issue10571 reopened by eric.araujo #15223: datetime instances lack __module__ attribute http://bugs.python.org/issue15223 opened by cjerdonek #15227: Fatal Python error: PyEval_RestoreThread: NULL tstate on examp http://bugs.python.org/issue15227 opened by tmaslach #15228: os.utime() docs not clear on behavior on nonexistant files http://bugs.python.org/issue15228 opened by dewin #15230: runpy.run_path broken: Breaks scoping; pollutes sys.modules; d http://bugs.python.org/issue15230 opened by Benjamin.S.Wolf #15231: update PyPI upload doc to say --no-raw passed to rst2html.py http://bugs.python.org/issue15231 opened by cjerdonek #15232: email.generator.Generator doesn't mangle "From " lines in MIME http://bugs.python.org/issue15232 opened by Chris.Pickett #15233: atexit: guarantee order of execution of registered functions? http://bugs.python.org/issue15233 opened by georg.brandl #15234: avoid runtime library path for extensions found in system dire http://bugs.python.org/issue15234 opened by doko #15235: allow newer berkley db versions http://bugs.python.org/issue15235 opened by doko #15237: Add capsule API to _decimal http://bugs.python.org/issue15237 opened by skrah #15238: shutil.copystat should copy Linux extended attributes http://bugs.python.org/issue15238 opened by larry #15239: Abandoned Tools/unicode/mkstringprep.py http://bugs.python.org/issue15239 opened by storchaka #15242: PyImport_GetMagicTag() should use the same const char * as sys http://bugs.python.org/issue15242 opened by eric.snow #15243: Misleading documentation for __prepare__ http://bugs.python.org/issue15243 opened by William.Schwartz #15244: Support for opening files with FILE_SHARE_DELETE on Windows http://bugs.python.org/issue15244 opened by sbt #15245: ast.literal_eval fails on some literals http://bugs.python.org/issue15245 opened by JBernardo #15246: Line coverage for collectionts.abc.Set http://bugs.python.org/issue15246 opened by agentultra #15247: io.open() is inconsistent re os.open() http://bugs.python.org/issue15247 opened by apalala #15248: In "TypeError: 'tuple' object is not callable", explain that a http://bugs.python.org/issue15248 opened by o11c #15249: email.generator.BytesGenerator doesn't mangle "From " lines wh http://bugs.python.org/issue15249 opened by petri.lehtinen #15250: document that filecmp.dircmp comparisons are "shallow" http://bugs.python.org/issue15250 opened by cjerdonek #15251: new.code and new.function crashes Python iterpretter http://bugs.python.org/issue15251 opened by jeffdharper #15255: spam / garbage report http://bugs.python.org/issue15255 opened by andisthermal555 #15256: Typo in error message http://bugs.python.org/issue15256 opened by Marc.Abramowitz #15257: Misc/.gdbinit:pystack is too brittle http://bugs.python.org/issue15257 opened by rian #15258: argparse documentation: Improve optparse section regarding all http://bugs.python.org/issue15258 opened by nejucomo #15259: "Helping with Documentation" references missing dailybuild.py http://bugs.python.org/issue15259 opened by cjerdonek #15260: Mention how to order Misc/NEWS entries http://bugs.python.org/issue15260 opened by cjerdonek #15262: Idle does not show traceback in other threads http://bugs.python.org/issue15262 opened by Mark #15263: Guard against invalid file handles in os functions http://bugs.python.org/issue15263 opened by larry #1207613: Bottom Scroll Bar http://bugs.python.org/issue1207613 reopened by terry.reedy Most recent 15 issues with no replies (15) == #15262: Idle does not show traceback in other threads http://bugs.python.org/issue15262 #15260: Mention how to order Misc/NEWS entries http://bugs.python.org/issue15260 #15259: "Helping with Documentation" references missing dailybuild.py http://bugs.python.org/issue15259 #15258: argparse documentation: Improve optparse section regarding all http://bugs.python.org/issue15258 #15257: Misc/.gdbinit:pystack is too brittle http://bugs.python.org/issue15257 #15256: Typo in error message http://bugs.python.org/issue15256 #15250: document that filecmp.dircmp comparisons are "shallow" http://bugs.python.org/issue15250 #15244: Support for opening files with FILE_SHARE_DELETE on Windows http://bugs.python.org/issue15244 #15234: avoid runtime library path for extensions found in system dire http://bugs.python.org/issue15234 #15230: runpy.run_path broken: Breaks scoping; pollutes sys.modules; d http://bugs.python.org/issu
Re: [Python-Dev] GitHub mirror (Was: Bitbucket mirror?)
On 04.07.2012 10:42, anatoly techtonik wrote: On Fri, Jun 29, 2012 at 6:58 AM, Eli Bendersky wrote: The devguide (http://docs.python.org/devguide/committing.html) says: Bitbucket also maintain an up to date clone of the main cpython repository that can be used as the basis for a new clone or patch queue. [the link goes to https://bitbucket.org/mirror/cpython/overview] This one is better than Atlassian's (looks nice, shorter URL) and worked long before Atlassian promotion as "makers of Bitbucket", which is dead wrong BTW, because everybody knows they bought BB. I don't remember if I commented on the Python Insider or if it was censored. Whatever.. it hurts Atlassian, not me. On the subject. Is there a mirror of CPython on GitHub? I abandoned my efforts to create online editor for docs, which should have been both web fronted independent, maintainable and clean. It appeared much easier to just use GitHub - so far it is the only one from open source code hosting services that directly commits online changes to repository (and allows anonymous to do this). I've made more than a dozen proposal for fixing docs, because as a matter of fact - filling a bug AND explaining why docs are wrong, why they need to be fixed, what should be added - all of this is a way *much easier* (and less time consuming!) than just fixing them. Unfortunately. Then you didn't read http://docs.python.org/bugs -- an email to [email protected] is enough. If the bug/change is minor, it is usually taken care of right away, if it is major, we (mostly Sandro -- thanks Sandro -- and I) create a tracker item for you. Georg ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] cpython (2.7): Make it easier to search for the grouper() recipe.
On 03.07.2012 06:09, raymond.hettinger wrote: http://hg.python.org/cpython/rev/d32f21d87363 changeset: 77921:d32f21d87363 branch: 2.7 parent: 77914:366df7ba1616 user:Raymond Hettinger date:Mon Jul 02 21:08:45 2012 -0700 summary: Make it easier to search for the grouper() recipe. files: Doc/library/itertools.rst | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Doc/library/itertools.rst b/Doc/library/itertools.rst --- a/Doc/library/itertools.rst +++ b/Doc/library/itertools.rst @@ -733,7 +733,8 @@ return izip(a, b) def grouper(n, iterable, fillvalue=None): - "grouper(3, 'ABCDEFG', 'x') --> ABC DEF Gxx" + "Collect data into fixed-length chunks or blocks" + # grouper(3, 'ABCDEFG', 'x') --> ABC DEF Gxx" args = [iter(iterable)] * n return izip_longest(fillvalue=fillvalue, *args) Will you please apply this also to 3.x? Georg ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
[Python-Dev] Problem with hg hook for devguide repo?
pushing to ssh://pyhg/devguide searching for changes remote: adding changesets remote: adding manifests remote: adding file changes remote: added 1 changesets with 1 changes to 1 files remote: sent email to roundup at [email protected] remote: notified [email protected] of incoming changeset bbe197bf57a1 remote: 1 files updated, 0 files merged, 0 files removed, 0 files unresolved remote: sh: 1: source: not found remote: sh: 1: sphinx-build: not found remote: warning: incoming.sphinxbuild hook exited with status 127 -- Ned Deily, [email protected] ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] Problem with hg hook for devguide repo?
2012/7/6 Ned Deily : > pushing to ssh://pyhg/devguide > searching for changes > remote: adding changesets > remote: adding manifests > remote: adding file changes > remote: added 1 changesets with 1 changes to 1 files > remote: sent email to roundup at [email protected] > remote: notified [email protected] of incoming changeset > bbe197bf57a1 > remote: 1 files updated, 0 files merged, 0 files removed, 0 files > unresolved > remote: sh: 1: source: not found > remote: sh: 1: sphinx-build: not found > remote: warning: incoming.sphinxbuild hook exited with status 127 Yes, this is because hg was migrated to OSUL. This is being discussed on the infrastructure list. -- Regards, Benjamin ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
