[issue12911] Expose a private accumulator C API

2011-10-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset f9f782f2369e by Antoine Pitrou in branch '3.2': Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. http://hg.python.org/cpython/rev/f9f782f2369e New changeset 656c13024ede by Antoine Pitrou

[issue10141] SocketCan support

2011-10-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset e767318baccd by Charles-François Natali in branch 'default': Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias http://hg.python.org/cpython/rev/e767318baccd -- nosy: +

[issue10141] SocketCan support

2011-10-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset a4af684bb54e by Victor Stinner in branch 'default': Issue #10141: Don't use hardcoded frame size in example, use struct.calcsize() http://hg.python.org/cpython/rev/a4af684bb54e -- ___

[issue13117] Broken links in the “compiler” page, section “references” from the devguide.

2011-10-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 76159c6d265a by Ned Deily in branch 'default': Issue #13117: Fix broken links in the compiler page of the Developer's Guide. http://hg.python.org/devguide/rev/76159c6d265a -- no

[issue7367] pkgutil.walk_packages fails on write-only directory in sys.path

2011-10-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 096b010ae90b by Ned Deily in branch '2.7': Issue #7367: Add test case to test_pkgutil for walking path with http://hg.python.org/cpython/rev/096b010ae90b New changeset 1449095397ae by Ned Deily in branch '2.7': Issue #7367: Fi

[issue7425] Improve the robustness of "pydoc -k" in the face of broken modules

2011-10-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 45862f4ab1c5 by Ned Deily in branch '2.7': Issue #7425: Refactor test_pydoc test case for '-k' behavior and add http://hg.python.org/cpython/rev/45862f4ab1c5 New changeset 3acf90f71178 by Ned Deily in branch '2.7':

[issue12943] tokenize: add python -m tokenize support back

2011-10-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 85254bb6c1c6 by Meador Inge in branch 'default': Issue #12943: python -m tokenize support has been added to tokenize. http://hg.python.org/cpython/rev/85254bb6c1c6 -- nosy: +python-dev

[issue13063] test_concurrent_futures failures on Windows: IOError('[Errno 232] The pipe is being closed') on _send_bytes()

2011-10-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset d8d8374ddbcc by Antoine Pitrou in branch '3.2': Issue #13063: the Windows error ERROR_NO_DATA (numbered 232 and described http://hg.python.org/cpython/rev/d8d8374ddbcc New changeset 3784b6000640 by Antoine Pitrou in branch 'default

[issue12823] Broken link in "SSL wrapper for socket objects" document

2011-10-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 459f5e10cd4f by Antoine Pitrou in branch '3.2': Issue #12823: remove broken link and replace it with another resource. http://hg.python.org/cpython/rev/459f5e10cd4f New changeset e80121fd12ba by Antoine Pitrou in branch 'default

[issue12823] Broken link in "SSL wrapper for socket objects" document

2011-10-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 666e7e325795 by Antoine Pitrou in branch '2.7': Issue #12823: remove broken link and replace it with another resource. http://hg.python.org/cpython/rev/666e7e325795 -- ___ Python trac

[issue7367] pkgutil.walk_packages fails on write-only directory in sys.path

2011-10-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 17b5afd321a8 by Ned Deily in branch '2.7': Issue #7367: Ensure test directory always gets removed. http://hg.python.org/cpython/rev/17b5afd321a8 New changeset ff72f76dcf43 by Ned Deily in branch '3.2': Issue #7367: Ensure t

[issue11250] 2to3 truncates files at formfeed character

2011-10-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6e0e9237d8e8 by Barry Warsaw in branch '3.2': - Issue #11250: Back port fix from 3.3 branch, so that 2to3 can handle files http://hg.python.org/cpython/rev/6e0e9237d8e8 -- nosy: +python-dev

[issue13125] test_all_project_files() expected failure

2011-10-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 914d3f035887 by Barry Warsaw in branch 'default': - Re-enable lib2to3's test_parser.py tests, though with an expected failure http://hg.python.org/cpython/rev/914d3f035887 New changeset ed0315b9da72 by Barry Warsaw in branch 'd

[issue10141] SocketCan support

2011-10-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset d4ce850b06b7 by Charles-François Natali in branch 'default': Issue #10141: fix socketmodule compilation on Linux systems with http://hg.python.org/cpython/rev/d4ce850b06b7 -- ___ Python trac

[issue12192] Doc that collection mutation methods return item or None

2011-10-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 352d075839f7 by Georg Brandl in branch 'default': Closes #12192: Document that mutating list methods do not return the instance (original patch by Mike Hoy). http://hg.python.org/cpython/rev/352d075839f7 -- nosy: +python-dev

[issue13130] test_gdb: attempt to dereference a generic pointer

2011-10-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef1f0434c79c by Antoine Pitrou in branch 'default': Fix test_gdb following the small unicode struct change in c25262e97304 (issue #13130) http://hg.python.org/cpython/rev/ef1f0434c79c -- nosy: +

[issue10359] ISO C cleanup

2011-10-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset fe0972e102cd by Éric Araujo in branch '3.2': Make C code in one distutils test comply with ISO C (#10359). http://hg.python.org/cpython/rev/fe0972e102cd New changeset 9ded1f21f0fd by Éric Araujo in branch 'default': Make C c

[issue11171] Python 2.7.1 does not start when "./configure" is used with "--prefix" != "--exec-prefix"

2011-10-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6542e4028ed2 by Éric Araujo in branch '3.2': As it turns out, this bug was already in the tracker: #11171 http://hg.python.org/cpython/rev/6542e4028ed2 -- nosy: +python-dev ___ Python trac

[issue10526] Minor typo in What's New in Python 2.7

2011-10-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset c52bac35b498 by Éric Araujo in branch 'default': Merge fixes for #10526, #10359, #11254, #9100 and the bug without number http://hg.python.org/cpython/rev/c52bac35b498 -- nosy: +python-dev

[issue10536] Enhancements to gettext docs

2011-10-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset e48e6e9bdef6 by Éric Araujo in branch '3.2': Fix a typo and a broken link (part of #10536). http://hg.python.org/cpython/rev/e48e6e9bdef6 -- nosy: +python-dev ___ Python tracker <http://bu

[issue9100] test_sysconfig fails (test_user_similar)

2011-10-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1f8aef75558c by Éric Araujo in branch '3.2': Fix test_sysconfig when prefix != exec-prefix (#9100). http://hg.python.org/cpython/rev/1f8aef75558c -- nosy: +python-dev ___ Python trac

[issue13114] check -r fails with non-ASCII unicode long_description

2011-10-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset e16792003597 by Éric Araujo in branch '3.2': Add tests for Unicode handling in distutils’ check and register (#13114) http://hg.python.org/cpython/rev/e16792003597 -- nosy: +python-dev

[issue11254] distutils doesn't byte-compile .py files to __pycache__ during installation

2011-10-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 27a36b05caed by Éric Araujo in branch '3.2': Fix distutils byte-compilation to comply with PEP 3147 (#11254). http://hg.python.org/cpython/rev/27a36b05caed New changeset 651e84363001 by Éric Araujo in branch '3.2

[issue9100] test_sysconfig fails (test_user_similar)

2011-10-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 27045f93e4cb by Éric Araujo in branch '2.7': Fix test_sysconfig when prefix != exec-prefix (#9100). http://hg.python.org/cpython/rev/27045f93e4cb -- ___ Python tracker <http://bugs.python.

[issue10536] Enhancements to gettext docs

2011-10-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1e48a2b484a3 by Éric Araujo in branch '2.7': Fix a typo and a broken link (part of #10536). http://hg.python.org/cpython/rev/1e48a2b484a3 -- ___ Python tracker <http://bugs.python.o

[issue13114] check -r fails with non-ASCII unicode long_description

2011-10-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8d837bd8148a by Éric Araujo in branch '2.7': Fix distutils’ check and register Unicode handling (#13114). http://hg.python.org/cpython/rev/8d837bd8148a -- ___ Python tracker <http://bu

[issue10359] ISO C cleanup

2011-10-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 134b68cae802 by Éric Araujo in branch '2.7': Make C code in one distutils test comply with ISO C (#10359). http://hg.python.org/cpython/rev/134b68cae802 -- ___ Python tracker <http://bu

[issue13053] Add Capsule migration documentation to "cporting"

2011-10-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset d0af22b65889 by Larry Hastings in branch '2.7': Issue #13053: Added section on migrating from CObject to Capsule http://hg.python.org/cpython/rev/d0af22b65889 -- nosy: +python-dev ___ Pyth

[issue13138] ElementTree's Element.iter() lacks versionadded

2011-10-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0f0a5d1c7a93 by Ezio Melotti in branch '2.7': #13138: add missing versionadded. Patch by Andreas Stührk. http://hg.python.org/cpython/rev/0f0a5d1c7a93 -- nosy: +python-dev ___ Python trac

[issue13138] ElementTree's Element.iter() lacks versionadded

2011-10-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 66d01b252b9a by Ezio Melotti in branch '3.2': #13138: add missing versionadded. http://hg.python.org/cpython/rev/66d01b252b9a New changeset 2580e642e2ee by Ezio Melotti in branch 'default': #13138: merge with 3.2. http://hg.py

[issue13150] Most of Python's startup time is sysconfig

2011-10-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset df950158dc33 by Antoine Pitrou in branch 'default': Issue #13150: The tokenize module doesn't compile large regular expressions at startup anymore. http://hg.python.org/cpython/rev/df950158dc33 -- no

[issue13150] Most of Python's startup time is sysconfig

2011-10-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset ed0bc92fed68 by Antoine Pitrou in branch 'default': Use a dict for faster sysconfig startup (issue #13150) http://hg.python.org/cpython/rev/ed0bc92fed68 -- ___ Python tracker <http://bu

[issue13145] Documentation of PyNumber_ToBase() wrong

2011-10-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 61eb59516b55 by Mark Dickinson in branch '3.2': Issue #13145. Fix incorrect documentation for PyNumber_ToBase. Thanks Sven Marnach. http://hg.python.org/cpython/rev/61eb59516b55 -- nosy: +

[issue13145] Documentation of PyNumber_ToBase() wrong

2011-10-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset a644e2c43c4b by Mark Dickinson in branch 'default': Merge issue #13145 fix. http://hg.python.org/cpython/rev/a644e2c43c4b -- ___ Python tracker <http://bugs.python.o

[issue13134] speed up finding of one-character strings

2011-10-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset af4a89f4f466 by Antoine Pitrou in branch 'default': Issue #13134: optimize finding single-character strings using memchr http://hg.python.org/cpython/rev/af4a89f4f466 -- nosy: +python-dev

[issue13136] speed-up conversion between unicode widths

2011-10-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5b077c962a16 by Antoine Pitrou in branch 'default': Issue #13136: speed up conversion between different character widths. http://hg.python.org/cpython/rev/5b077c962a16 -- nosy: +python-dev

[issue12555] PEP 3151 implementation

2011-10-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 41a1de81ef2b by Antoine Pitrou in branch 'default': PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. http://hg.python.org/cpython/rev/41a1de81ef2b -- nosy: +python-dev

[issue12367] select.error has no errno attribute

2011-10-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8bbfb24d4824 by Victor Stinner in branch 'default': Issue #12367: Add a test on error attribute of select.error http://hg.python.org/cpython/rev/8bbfb24d4824 -- nosy: +python-dev ___ Pyth

[issue13156] _PyGILState_Reinit assumes auto thread state will always exist which is not true.

2011-10-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset ee4fe16d9b48 by Charles-François Natali in branch '2.7': Issue #13156: revert changeset f6feed6ec3f9, which was only relevant for native http://hg.python.org/cpython/rev/ee4fe16d9b48 -- nosy: +

[issue13157] Build Python outside the source directory

2011-10-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1811c4e5527f by Victor Stinner in branch 'default': Issue #13157: Fix building Python outside its source tree http://hg.python.org/cpython/rev/1811c4e5527f -- nosy: +python-dev ___ Python trac

[issue13156] _PyGILState_Reinit assumes auto thread state will always exist which is not true.

2011-10-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3313ce92cef7 by Charles-François Natali in branch '2.7': Issue #13156: Add an entry in Misc/NEWS. http://hg.python.org/cpython/rev/3313ce92cef7 -- ___ Python tracker <http://bugs.python.o

[issue13155] Optimize finding the max character width

2011-10-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9c7d3207fc15 by Antoine Pitrou in branch 'default': Issue #13155: Optimize finding the optimal character width of an unicode string http://hg.python.org/cpython/rev/9c7d3207fc15 -- nosy: +

[issue13159] _io.FileIO uses a quadratic-time buffer growth algorithm

2011-10-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset d18c80a8c119 by Nadeem Vawda in branch '3.2': Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one. http://hg.python.org/cpython/rev/d18c80a8c119 New changeset 4a6709a071d0 by Nadeem

[issue13159] _io.FileIO uses a quadratic-time buffer growth algorithm

2011-10-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset c1c434e30e06 by Nadeem Vawda in branch '2.7': Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one. http://hg.python.org/cpython/rev/c1c434e30e06 -- ___

[issue13088] Add Py_hexdigits constant: use one unique constant to format a digit to hexadecimal

2011-10-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset d76338eacf7c by Victor Stinner in branch 'default': Issue #13088: Add shared Py_hexdigits constant to format a number into base 16 http://hg.python.org/cpython/rev/d76338eacf7c -- nosy: +

[issue10653] test_time test_strptime fails on windows

2011-10-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset e3d9c5e690fc by Victor Stinner in branch '3.2': Issue #10653: On Windows, use strftime() instead of wcsftime() because http://hg.python.org/cpython/rev/e3d9c5e690fc New changeset 79e60977fc04 by Victor Stinner in branch 'defau

[issue13025] mimetypes should read the rule file using UTF-8, not the locale encoding

2011-10-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8d8ab3e04363 by Victor Stinner in branch '3.2': Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding, http://hg.python.org/cpython/rev/8d8ab3e04363 New changeset 2c223d686feb by Victor Stinner in branch 'defau

[issue13158] tarfile.TarFile.getmembers misses some entries

2011-10-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 341008eab87d by Lars Gustäbel in branch '3.2': Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile. http://hg.python.org/cpython/rev/341008eab87d New changeset 158430b2b552 by Lars Gustäbel in branch 'defau

[issue11751] Increase distutils.filelist / packaging.manifest test coverage

2011-10-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 866d098367c1 by Éric Araujo in branch '3.2': Increase test coverage for distutils.filelist (#11751). http://hg.python.org/cpython/rev/866d098367c1 New changeset ba894d8a2a57 by Éric Araujo in branch 'default': Merge

[issue13114] check -r fails with non-ASCII unicode long_description

2011-10-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset d5fb646e7ce1 by Éric Araujo in branch 'default': Add tests for Unicode handling in packaging’ check and register (#13114) http://hg.python.org/cpython/rev/d5fb646e7ce1 -- ___ Python trac

[issue12386] packaging fails in install_distinfo when writing RESOURCES

2011-10-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1f3459b08298 by Éric Araujo in branch 'default': Fix writing of the RESOURCES file by packaging (#12386) http://hg.python.org/cpython/rev/1f3459b08298 -- nosy: +python-dev ___ Python trac

[issue13176] Broken link in bugs.rst

2011-10-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9ef20fbd340f by Éric Araujo in branch '3.2': Update dead references from py.org/dev/faq to the devguide (#13176) http://hg.python.org/cpython/rev/9ef20fbd340f -- nosy: +python-dev ___ Pyth

[issue13176] Broken link in bugs.rst

2011-10-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset ebf3f2a4c61a by Éric Araujo in branch '2.7': Update dead references from py.org/dev/faq to the devguide (#13176) http://hg.python.org/cpython/rev/ebf3f2a4c61a -- ___ Python trac

[issue11751] Increase distutils.filelist / packaging.manifest test coverage

2011-10-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 368134e10d09 by Éric Araujo in branch '2.7': Increase test coverage for distutils.filelist (#11751). http://hg.python.org/cpython/rev/368134e10d09 -- ___ Python tracker <http://bu

[issue13186] instance_ass_item() broken in classobject.c (Py2.7)

2011-10-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 418fbf1af875 by Benjamin Peterson in branch '2.7': PyEval_CallObject requires a tuple of args (closes #13186) http://hg.python.org/cpython/rev/418fbf1af875 -- nosy: +python-dev resolution: -> fixed stage: -> committed

[issue13177] Avoid chained exceptions in lru_cache

2011-10-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8365f82f8a13 by Raymond Hettinger in branch '3.2': Issue 13177: Make tracebacks more readable by avoiding chained exceptions in the lru_cache. http://hg.python.org/cpython/rev/8365f82f8a13 -- nosy: +

[issue1673007] urllib2 requests history + HEAD support

2011-10-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0a0aafaa9bf5 by Senthil Kumaran in branch 'default': Fix closes issue 1673007 urllib.request to support HEAD requests with a new method arg. http://hg.python.org/cpython/rev/0a0aafaa9bf5 -- nosy: +python-dev resolution: ->

[issue10653] test_time test_strptime fails on windows

2011-10-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset e3c13a1d2595 by Victor Stinner in branch 'default': Issue #10653: Fix time.strftime() on Windows, check for invalid format strings http://hg.python.org/cpython/rev/e3c13a1d2595 -- ___ Pyth

[issue13174] test_os failures on Fedora 15: listxattr() returns ['security.selinux']

2011-10-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 78c660a63960 by Victor Stinner in branch 'default': Close #13174: Fix extended attributes tests in test_os for SELinux http://hg.python.org/cpython/rev/78c660a63960 -- nosy: +python-dev resolution: -> fixed stage:

[issue10653] test_time test_strptime fails on windows

2011-10-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 977c5753ca32 by Victor Stinner in branch '3.2': Issue #10653: Fix time.strftime() on Windows, check for invalid format strings http://hg.python.org/cpython/rev/977c5753ca32 -- ___ Python trac

[issue7833] bdist_wininst installers fail to load extensions built with Issue4120 patch

2011-10-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset fb886858024c by Mark Hammond in branch '2.7': Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest http://hg.python.org/cpython/rev/fb886858024c New changeset 9caeb7215344 by Mark Hammond in branch &#

[issue13199] slice_richcompare() might leak an object in rare cases

2011-10-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 53c87a0275ab by Benjamin Peterson in branch '3.2': plug possible refleak (closes #13199) http://hg.python.org/cpython/rev/53c87a0275ab New changeset 7bf70519795c by Benjamin Peterson in branch 'default': merge 3.2 (#13199)

[issue13146] Writing a pyc file is not atomic

2011-10-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset c16063765d3a by Antoine Pitrou in branch 'default': Issue #13146: Writing a pyc file is now atomic under POSIX. http://hg.python.org/cpython/rev/c16063765d3a -- nosy: +python-dev ___ Pyth

[issue13194] zlib (de)compressobj copy() method missing on Windows

2011-10-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 80f0accd by Nadeem Vawda in branch '2.7': Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows. http://hg.python.org/cpython/rev/80f0accd New changeset fc7ee478ed3b by Nadeem Vawda

[issue12367] select.error has no errno attribute

2011-10-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset f6b8e4226260 by Victor Stinner in branch 'default': Issue #12367: Test test_select.test_errno() on FreeBSD http://hg.python.org/cpython/rev/f6b8e4226260 -- ___ Python tracker <http://bu

[issue12454] mailbox: use ASCII to read/write .mh_sequences files

2011-10-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5ea81e4c58a7 by Victor Stinner in branch 'default': Close #12454: The mailbox module is now using ASCII, instead of the locale http://hg.python.org/cpython/rev/5ea81e4c58a7 -- nosy: +python-dev resolution: -> fixed stage:

[issue12277] Missing comma in os.walk docs

2011-10-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset b41def1851b6 by Ezio Melotti in branch '3.2': #12277: add missing comma. http://hg.python.org/cpython/rev/b41def1851b6 New changeset 7e57c95898d3 by Ezio Melotti in branch 'default': #12277: merge with 3.2. http://hg.py

[issue12448] smtplib's __main__ doesn't flush when prompting

2011-10-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2c50343d0500 by Ezio Melotti in branch '3.2': #12448: smtplib now flushes stdout while running ``python -m smtplib`` http://hg.python.org/cpython/rev/2c50343d0500 New changeset e08397a5537a by Ezio Melotti in branch 'default'

[issue13188] generator.throw() ignores __traceback__ of exception

2011-10-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset dcf5cc88d5c9 by Antoine Pitrou in branch '3.2': Issue #13188: When called without an explicit traceback argument, http://hg.python.org/cpython/rev/dcf5cc88d5c9 New changeset f4e3db1194e4 by Antoine Pitrou in branch 'default'

[issue10860] Handle empty port after port delimiter in httplib

2011-10-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset a3e48273dce3 by Łukasz Langa in branch '2.7': Fixes #10860: Handle empty port after port delimiter in httplib http://hg.python.org/cpython/rev/a3e48273dce3 -- nosy: +python-dev ___ Python trac

[issue13150] Most of Python's startup time is sysconfig

2011-10-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 70160b53117f by Antoine Pitrou in branch 'default': Issue #13150: sysconfig no longer parses the Makefile and config.h files http://hg.python.org/cpython/rev/70160b53117f -- ___ Python trac

[issue13170] distutils2 test failures

2011-10-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5d858149df06 by Éric Araujo in branch 'default': Synchronize config with packaging (fixes #13170) http://hg.python.org/distutils2/rev/5d858149df06 -- nosy: +python-dev ___ Python trac

[issue12281] bytes.decode('mbcs', 'ignore') does replace undecodable bytes on Windows Vista or later

2011-10-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset af0800b986b7 by Victor Stinner in branch 'default': Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore http://hg.python.org/cpython/rev/af0800b986b7 -- nosy: +

[issue12281] bytes.decode('mbcs', 'ignore') does replace undecodable bytes on Windows Vista or later

2011-10-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5841920d1ef6 by Victor Stinner in branch 'default': Issue #12281: Skip code page tests on non-Windows platforms http://hg.python.org/cpython/rev/5841920d1ef6 -- ___ Python trac

[issue12281] bytes.decode('mbcs', 'ignore') does replace undecodable bytes on Windows Vista or later

2011-10-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 413b89242766 by Victor Stinner in branch 'default': Issue #12281: Fix test_codecs.test_cp932() on Windows XP http://hg.python.org/cpython/rev/413b89242766 -- ___ Python tracker <http://bu

[issue10860] Handle empty port after port delimiter in httplib

2011-10-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6ac59218c049 by Łukasz Langa in branch '3.2': Fixes #10860: Handle empty port after port delimiter in httplib http://hg.python.org/cpython/rev/6ac59218c049 New changeset 18dc3811f2b8 by Łukasz Langa in branch 'default': Merged

[issue10680] argparse: titles and add_mutually_exclusive_group don't mix (even with workaround)

2011-10-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5c5c6a28b349 by Łukasz Langa in branch 'default': A ricochet from fixing #10680: http://http://example.com/ no longer reports http://hg.python.org/cpython/rev/5c5c6a28b349 -- nosy: +

[issue12529] cgi.parse_header fails on double quotes and semicolons

2011-10-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 489237756488 by Senthil Kumaran in branch '2.7': Fix closes Issue12529 - cgi.parse_header failure on double quotes and http://hg.python.org/cpython/rev/489237756488 -- nosy: +python-dev resolution: -> fixed stage:

[issue12529] cgi.parse_header fails on double quotes and semicolons

2011-10-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset f5bd78b11275 by Senthil Kumaran in branch '3.2': 3.2 - Fix closes Issue12529 - cgi.parse_header failure on double quotes and http://hg.python.org/cpython/rev/f5bd78b11275 New changeset 8564d2b240b6 by Senthil Kumaran in branch 'de

[issue6090] zipfile: Bad error message when zipping a file with timestamp before 1980

2011-10-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 649ac338203f by Senthil Kumaran in branch '2.7': Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated http://hg.python.org/cpython/rev/649ac338203f New changeset 12f3e86e9041 by Senthil Kumaran in branch '

[issue12604] VTRACE macro in _sre.c should use do {} while (0)

2011-10-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset f35514dfadf8 by Senthil Kumaran in branch '2.7': Fix Issue 12604 - Use a proper no-op macro expansion for VTRACE macro in _sre.c http://hg.python.org/cpython/rev/f35514dfadf8 New changeset ab028084f704 by Senthil Kumaran in branch '

[issue13170] distutils2 test failures

2011-10-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset cda119958db3 by Éric Araujo in branch 'default': Kludge around shlex not supporting unicode in 2.x (#13170). http://hg.python.org/distutils2/rev/cda119958db3 -- ___ Python trac

[issue12915] Add inspect.locate and inspect.resolve

2011-10-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1405df4a1535 by Éric Araujo in branch 'default': Expand tests and fix bugs in packaging.util.resolve_name. http://hg.python.org/cpython/rev/1405df4a1535 -- nosy: +python-dev ___ Python trac

[issue11254] distutils doesn't byte-compile .py files to __pycache__ during installation

2011-10-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1cc4d822123b by Éric Araujo in branch 'default': More fixes for PEP 3147 compliance in packaging (#11254) http://hg.python.org/cpython/rev/1cc4d822123b -- ___ Python tracker <http://bu

[issue13121] collections.Counter's += copies the entire object

2011-10-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5cced40374df by Raymond Hettinger in branch 'default': Issue #13121: Support in-place math operators for collections.Counter(). http://hg.python.org/cpython/rev/5cced40374df -- nosy: +

[issue11931] Regular expression documentation patch

2011-10-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 068d89194ffd by Raymond Hettinger in branch '3.2': Issue 11931: Minor punctuation/grammar/wording fixups to the regex docs http://hg.python.org/cpython/rev/068d89194ffd -- nosy: +python-dev

[issue12668] 3.2 What's New: it's integer->string, not the opposite

2011-10-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 48e0db1cf7e4 by Raymond Hettinger in branch '3.2': Issue 12668: Fix wording in Whatsnew3.2 http://hg.python.org/cpython/rev/48e0db1cf7e4 -- nosy: +python-dev ___ Python tracker <http://bu

[issue13150] Most of Python's startup time is sysconfig

2011-10-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 677e625e2ef1 by Victor Stinner in branch 'default': Issue #13150: Add a comment in _sysconfigdata to explain the origin of this file http://hg.python.org/cpython/rev/677e625e2ef1 -- ___ Pyth

[issue13227] Option to make the lru_cache type specific

2011-10-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset cba503a2c468 by Raymond Hettinger in branch 'default': Issue 13227: Option to make the lru_cache() type specific (suggested by Andrew Koenig). http://hg.python.org/cpython/rev/cba503a2c468 -- nosy: +

[issue12529] cgi.parse_header fails on double quotes and semicolons

2011-10-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset cfc545e028e0 by Senthil Kumaran in branch '3.2': News entry for Issue12529 and Issue12604 http://hg.python.org/cpython/rev/cfc545e028e0 New changeset 52a4e899966c by Senthil Kumaran in branch 'default': News entry for Issue

[issue13219] re module doc has minor inaccuracy in character sets

2011-10-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 07eca800cdb4 by Ezio Melotti in branch '2.7': #13219: clarify section about character sets in the re documentation. http://hg.python.org/cpython/rev/07eca800cdb4 New changeset dc96a89ac192 by Ezio Melotti in branch '3.2': #13

[issue13233] os.acces documentation error

2011-10-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1d8fad82c32d by Ezio Melotti in branch '3.2': #13233: fix typo. http://hg.python.org/cpython/rev/1d8fad82c32d New changeset 99c8b93c57cd by Ezio Melotti in branch 'default': #13233: null merge with 3.2. http://hg.py

[issue13233] os.acces documentation error

2011-10-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8bf9724dcd49 by Ezio Melotti in branch '2.7': #13233: fix typo. http://hg.python.org/cpython/rev/8bf9724dcd49 -- ___ Python tracker <http://bugs.python.o

[issue9168] setuid in smtp.py sheds privileges before binding port

2011-10-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7d92b94b0eec by Florent Xicluna in branch '3.2': Issue #9168: now smtpd is able to bind privileged port. http://hg.python.org/cpython/rev/7d92b94b0eec New changeset bbd92b42508e by Florent Xicluna in branch 'default': Issue

[issue9168] setuid in smtp.py sheds privileges before binding port

2011-10-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset d2f303861c98 by Florent Xicluna in branch '2.7': Issue #9168: now smtpd is able to bind privileged port. http://hg.python.org/cpython/rev/d2f303861c98 -- ___ Python tracker <http://bu

[issue12170] index() and count() methods of bytes and bytearray should accept byte ints

2011-10-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset c1effa2cdd20 by Antoine Pitrou in branch 'default': Issue #12170: The count(), find(), rfind(), index() and rindex() methods http://hg.python.org/cpython/rev/c1effa2cdd20 -- nosy: +python-dev

[issue13235] logging.warn() is not documented

2011-10-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 37479f0f68bc by Vinay Sajip in branch 'default': Closes #13235: Added deprecation for warn() methods and function in logging. http://hg.python.org/cpython/rev/37479f0f68bc -- nosy: +python-dev resolution: -> fixed stage

[issue3902] Packages containing only extension modules have to contain __init__.py

2011-10-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset f84040b11211 by Éric Araujo in branch 'default': Document that packaging doesn’t create __init__.py files (#3902). http://hg.python.org/cpython/rev/f84040b11211 -- nosy: +python-dev ___ Pyth

[issue13205] NameErrors in generated setup.py (codecs, split_multiline)

2011-10-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 21c33aa2178b by Éric Araujo in branch 'default': Fix missing imports in setup scripts generated by packaging (#13205). http://hg.python.org/cpython/rev/21c33aa2178b -- nosy: +python-dev

[issue12659] Add tests for packaging.tests.support

2011-10-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0aad55c8ff26 by Éric Araujo in branch 'default': Add tests for packaging.tests.support (#12659). http://hg.python.org/cpython/rev/0aad55c8ff26 -- nosy: +python-dev ___ Python trac

<    1   2   3   4   5   6   7   8   9   10   >