[issue9233] json.load failure when C optimizations aren't built

2011-04-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 36e676a8541d by Ezio Melotti in branch '3.1': #9233: skip _json-specific tests when _json is not available. http://hg.python.org/cpython/rev/36e676a8541d New changeset 7019fc1a9663 by Ezio Melotti in branch '3.1': #9233: Fix j

[issue3051] heapq change breaking compatibility

2011-04-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 103a2eb61069 by Raymond Hettinger in branch '2.7': Issue 3051: make pure python code pass the same tests as the C version. http://hg.python.org/cpython/rev/103a2eb61069 -- nosy: +python-dev

[issue3051] heapq change breaking compatibility

2011-04-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 83e4765ec4cb by Raymond Hettinger in branch '3.2': Issue 3051: make pure python code pass the same tests as the C version. http://hg.python.org/cpython/rev/83e4765ec4cb -- ___ Python trac

[issue11684] Add email.parser.BytesHeaderParser

2011-04-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset a95d936ce8eb by R David Murray in branch 'default': #11684: Complete parser bytes interface by adding BytesHeaderParser http://hg.python.org/cpython/rev/a95d936ce8eb -- nosy: +python-dev

[issue9101] reference json format in file formats chapter

2011-04-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset d0ada1e369cd by Ezio Melotti in branch '3.1': #9101: backport json reference in configparser doc. http://hg.python.org/cpython/rev/d0ada1e369cd New changeset 5a09a335e8e7 by Ezio Melotti in branch '2.7': #9101: backpo

[issue11840] Improvements to c-api/unicode documentation

2011-04-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 11c72a305eb5 by Ezio Melotti in branch '3.1': #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi. http://hg.python.org/cpython/rev/11c72a305eb5 New changeset 62679f2ca9e5 by Ezio Melotti in branch '3.2': #11840:

[issue11840] Improvements to c-api/unicode documentation

2011-04-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7f873729484c by Ezio Melotti in branch '2.7': #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi. http://hg.python.org/cpython/rev/7f873729484c -- ___ Python trac

[issue11474] url2pathname() handling of '/C|/' on Windows

2011-04-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4556f17356f2 by Senthil Kumaran in branch '2.7': Fix Issue11474 - url2pathname() handling of '/C|/' on Windows http://hg.python.org/cpython/rev/4556f17356f2 -- nosy: +python-dev __

[issue11474] url2pathname() handling of '/C|/' on Windows

2011-04-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset de0da2759c8c by Senthil Kumaran in branch '3.1': Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows http://hg.python.org/cpython/rev/de0da2759c8c -- ___ P

[issue1147] string exceptions inconsistently deprecated/disabled

2011-04-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7563f10275a2 by Senthil Kumaran in branch 'default': merge from 3.2. http://hg.python.org/cpython/rev/7563f10275a2 -- nosy: +python-dev stage: -> committed/rejected ___ Python t

[issue11827] mention of list2cmdline() in docs of subprocess.Popen

2011-04-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset e7a55e236b8b by Eli Bendersky in branch '3.1': Issue #11827: remove mention of list2cmdline in the doc of subprocess http://hg.python.org/cpython/rev/e7a55e236b8b -- nosy: +python-dev ___ Pyth

[issue11827] mention of list2cmdline() in docs of subprocess.Popen

2011-04-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset f38489a3394f by Eli Bendersky in branch '2.7': Issue #11827: remove mention of list2cmdline in the doc of subprocess http://hg.python.org/cpython/rev/f38489a3394f -- ___ Python trac

[issue4783] document that json.load/dump can’t be used twice on the same stream

2011-04-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8dbf072556b9 by Ezio Melotti in branch '2.7': #4783: document that is not possible to use json.dump twice on the same stream. http://hg.python.org/cpython/rev/8dbf072556b9 New changeset 2ec08aa2c566 by Ezio Melotti in branch '3.1&#x

[issue11845] Refcounting error in compute_slice_indices in rangeobject.c

2011-04-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8025fb83dece by Ezio Melotti in branch '3.2': #11845: Fix typo in rangeobject.c that caused a crash in compute_slice_indices. Patch by Daniel Urban. http://hg.python.org/cpython/rev/8025fb83dece New changeset 724e2e84a74f by Ezio

[issue11848] Comment for random.betavariate is intriguing and incomplete

2011-04-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset e1f0881d2cb4 by Ezio Melotti in branch '2.7': #11848: replace dead link in random.betavariate comment. http://hg.python.org/cpython/rev/e1f0881d2cb4 New changeset f5b9ad73157c by Ezio Melotti in branch '3.1': #11848:

[issue11467] urlparse.urlsplit() regression for paths consisting of digits

2011-04-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7a693e283c68 by Senthil Kumaran in branch '2.7': Issue #11467: Fix urlparse behavior when handling urls which contains scheme http://hg.python.org/cpython/rev/7a693e283c68 -- nosy: +

[issue11467] urlparse.urlsplit() regression for paths consisting of digits

2011-04-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 495d12196487 by Senthil Kumaran in branch '3.1': Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific part only digits. http://hg.python.org/cpython/rev/49

[issue5057] Unicode-width dependent optimization leads to non-portable pyc file

2011-04-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3cffa2009a92 by Ezio Melotti in branch '2.7': Issue #5057: fix a bug in the peepholer that led to non-portable pyc files between narrow and wide builds while optimizing BINARY_SUBSCR on non-BMP chars (e.g. u"\U00012345"[0]).

[issue11843] distutils doc: duplicate line in table

2011-04-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9e49f4d81f54 by Ezio Melotti in branch '2.7': #11843: remove duplicate line from table in distutil doc. http://hg.python.org/cpython/rev/9e49f4d81f54 New changeset 1d6e28df2fb7 by Ezio Melotti in branch '3.1': #11843: remove

[issue11852] New QueueListener is unusable due to missing threading and queue import

2011-04-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3b700e6704b3 by Vinay Sajip in branch '3.2': Issue #11852: Add missing imports and update tests. http://hg.python.org/cpython/rev/3b700e6704b3 New changeset f5a6367e11e2 by Vinay Sajip in branch 'default': Issue #11852: Merg

[issue11855] urlretrieve --> urlretrieve()

2011-04-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset d3e0bc155ca2 by Eli Bendersky in branch '2.7': Issue #11855: Apply missing formatting for urlretrieve http://hg.python.org/cpython/rev/d3e0bc155ca2 -- nosy: +python-dev ___ Python trac

[issue11855] urlretrieve --> urlretrieve()

2011-04-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset a6d9f9329070 by Eli Bendersky in branch '3.1': Issue #11855: Apply missing formatting for urlretrieve http://hg.python.org/cpython/rev/a6d9f9329070 New changeset 0f1199858714 by Eli Bendersky in branch '3.2': Issue #11855:

[issue11790] transient failure in test_multiprocessing.WithProcessesTestCondition

2011-04-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 88f1907fe312 by Antoine Pitrou in branch '3.2': Issue #11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition. http://hg.python.org/cpython/rev/88f1907fe312 New changeset 0ecfa2ce6561 by Antoine Pitrou in branc

[issue11442] list_directory() in SimpleHTTPServer.py should add charset=... to Content-type header

2011-04-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset bb1695c6cea1 by Martin v. Löwis in branch '2.5': Issue 11442: Add NEWS entry for e9724d7abbc2 http://hg.python.org/cpython/rev/bb1695c6cea1 -- ___ Python tracker <http://bugs.python.o

[issue11865] typo in Py_AddPendingCall document

2011-04-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset fc2def15ab11 by Ezio Melotti in branch '2.7': #11865: fix typo in init.rst. http://hg.python.org/cpython/rev/fc2def15ab11 New changeset 6e090d78857c by Ezio Melotti in branch '3.1': #11865: fix typo in init.rst. http://hg.py

[issue11492] email.header.Header doesn't fold headers correctly

2011-04-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 51a551acb60d by R David Murray in branch '3.2': #11492: rewrite header folding algorithm. Less code, more passing tests. http://hg.python.org/cpython/rev/51a551acb60d New changeset fcd20a565b95 by R David Murray in branch 'default&

[issue11768] signal_handler() is not reentrant: deadlock in Py_AddPendingCall()

2011-04-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 319f7af9ee5e by Victor Stinner in branch '3.1': Issue #11768: The signal handler of the signal module only calls http://hg.python.org/cpython/rev/319f7af9ee5e New changeset 28ab8c6ad8f9 by Victor Stinner in branch '3.2': (Mer

[issue11768] signal_handler() is not reentrant: deadlock in Py_AddPendingCall()

2011-04-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7d355c2ff3d4 by Victor Stinner in branch '2.7': (Merge 3.1) Issue #11768: The signal handler of the signal module only calls http://hg.python.org/cpython/rev/7d355c2ff3d4 New changeset ebd080593351 by Victor Stinner in branch '2.7

[issue11731] Simplify email API via 'policy' objects

2011-04-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2f3fda9d3906 by R David Murray in branch 'default': #11731: simplify/enhance parser/generator API by introducing policy objects. http://hg.python.org/cpython/rev/2f3fda9d3906 -- nosy: +

[issue11875] OrderedDict.__reduce__ not threadsafe

2011-04-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3150b6939731 by Raymond Hettinger in branch '2.7': Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. http://hg.python.org/cpython/rev/3150b6939731 -- no

[issue11875] OrderedDict.__reduce__ not threadsafe

2011-04-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 50a89739836f by Raymond Hettinger in branch '3.1': Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. http://hg.python.org/cpython/rev/50a89739836f New changeset a7ac7a7c8c78 by Raymond Hettinger

[issue11223] interruption of locks by signals not guaranteed when the semaphore implementation is not used

2011-04-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 383a7301616b by Victor Stinner in branch 'default': Issue #11223: Add threading._info() function providing informations about the http://hg.python.org/cpython/rev/383a7301616b -- ___ Pyth

[issue11223] interruption of locks by signals not guaranteed when the semaphore implementation is not used

2011-04-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset bc1c6bd7eeb0 by Victor Stinner in branch 'default': Issue #11223: fix test_dummy_threading, add _dummy_thread.info() http://hg.python.org/cpython/rev/bc1c6bd7eeb0 -- ___ Python trac

[issue11875] OrderedDict.__reduce__ not threadsafe

2011-04-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset db66eaf353a6 by Raymond Hettinger in branch '2.7': Issue #11875: Alter the previous fix to work better with subclasses http://hg.python.org/cpython/rev/db66eaf353a6 -- ___ Python trac

[issue11875] OrderedDict.__reduce__ not threadsafe

2011-04-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 408f23b6cec5 by Raymond Hettinger in branch '3.1': Issue #11875: Alter the previous fix to work better with subclasses http://hg.python.org/cpython/rev/408f23b6cec5 New changeset 4e6840477d96 by Raymond Hettinger in branch '3.2

[issue11619] On Windows, don't encode filenames in the import machinery

2011-04-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset e4e92d68ba3a by Victor Stinner in branch 'default': Close #11619: write_compiled_module() doesn't encode the filename http://hg.python.org/cpython/rev/e4e92d68ba3a -- resolution: -> fixed stage: -> committed/

[issue8886] zipfile.ZipExtFile is a context manager, but that is not documented

2011-04-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 83a426e969f5 by Brian Curtin in branch '2.7': Fix #8886. Use context managers throughout zipfile tests. http://hg.python.org/cpython/rev/83a426e969f5 -- nosy: +python-dev ___ Python trac

[issue11557] Increase coverage in logging module

2011-04-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 41dc66528c4e by Vinay Sajip in branch 'default': Attempt fix of #11557 by changing teardown logic. http://hg.python.org/cpython/rev/41dc66528c4e -- ___ Python tracker <http://bugs.python.o

[issue11223] interruption of locks by signals not guaranteed when the semaphore implementation is not used

2011-04-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 64008d17fb54 by Victor Stinner in branch 'default': Issue #11223: fix compiler warnings http://hg.python.org/cpython/rev/64008d17fb54 -- ___ Python tracker <http://bugs.python.o

[issue11557] Increase coverage in logging module

2011-04-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 31bb4788aa1c by Vinay Sajip in branch 'default': Attempt fix of #11557 by changing setup/teardown logic. http://hg.python.org/cpython/rev/31bb4788aa1c -- ___ Python tracker <http://bu

[issue11557] Increase coverage in logging module

2011-04-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0494afdc8615 by Vinay Sajip in branch 'default': Attempt fix of #11557 by refining setup/teardown logic. http://hg.python.org/cpython/rev/0494afdc8615 -- ___ Python tracker <http://bu

[issue11557] Increase coverage in logging module

2011-04-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset d93e18e6a3e8 by Vinay Sajip in branch 'default': Attempt fix of #11557 by refining test logic. http://hg.python.org/cpython/rev/d93e18e6a3e8 -- ___ Python tracker <http://bugs.python.o

[issue11828] startswith and endswith don't accept None as slice index

2011-04-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset f4da64529e8c by Jesus Cea in branch '2.7': startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) http://hg.python.org/cpython/rev/f4da64529e8c New changeset 77c657e47b5c by Jesus Cea

[issue11890] COMPILER WARNING: warning: offset outside bounds of constant string

2011-04-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset febb6cf195e7 by Jesus Cea in branch '3.1': Up-port changeset 5cf8f6da8743 (closes #11890) http://hg.python.org/cpython/rev/febb6cf195e7 New changeset 063b4ab49fcc by Jesus Cea in branch '3.2': MERGE: Up-port changeset 5cf8f6d

[issue11892] Compiler warning: warning: implicit declaration of function 'finite'

2011-04-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 358a0dd0a9f2 by Jesus Cea in branch '3.1': Port 5b607cd8c71b (closes #11892) http://hg.python.org/cpython/rev/358a0dd0a9f2 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status

[issue11897] [PATCH] Documentation: fix typo, absolute_import not absolute_imports

2011-04-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 05a7d3048c49 by Ezio Melotti in branch '3.2': #11897: Fix typo in porting howto. Patch by Marti Raudsepp. http://hg.python.org/cpython/rev/05a7d3048c49 New changeset 968fba3f34b3 by Ezio Melotti in branch 'default': #11897:

[issue11885] argparse docs needs fixing

2011-04-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0f084f150198 by Ezio Melotti in branch '2.7': #11885: capitalize Python. http://hg.python.org/cpython/rev/0f084f150198 New changeset fb6affc7b973 by Ezio Melotti in branch '3.2': #11885: capitalize Python. http://hg.py

[issue11902] typo in argparse doc's: "action.."

2011-04-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset e8464256b4d7 by Ezio Melotti in branch '2.7': #11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky. http://hg.python.org/cpython/rev/e8464256b4d7 New changeset 88df1ef4eec8 by Ezio Melotti in branch '3.2': #11902: Fix

[issue11904] incorrect reStructuredText formatting in argparse module

2011-04-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 79f3ae389dae by Ezio Melotti in branch '2.7': #11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky. http://hg.python.org/cpython/rev/79f3ae389dae New changeset 473fada5f1b7 by Ezio Melotti in branch '3.2': #11904

[issue11905] typo in argparse doc's: missing dot at end of sentence

2011-04-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset f6ea7abc4eb2 by Ezio Melotti in branch '2.7': #11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky. http://hg.python.org/cpython/rev/f6ea7abc4eb2 New changeset 15f482996880 by Ezio Melotti in branch '3.2':

[issue9319] imp.find_module('test/badsyntax_pep3120') causes segfault

2011-04-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset fa5e348889c2 by Victor Stinner in branch '3.2': Issue #9319: Fix a crash on parsing a Python source code without encoding http://hg.python.org/cpython/rev/fa5e348889c2 -- ___ Python trac

[issue9319] imp.find_module('test/badsyntax_pep3120') causes segfault

2011-04-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 701069f9888c by Victor Stinner in branch '3.2': Issue #9319: Fix the unit test http://hg.python.org/cpython/rev/701069f9888c -- ___ Python tracker <http://bugs.python.

[issue11382] some posix module functions unnecessarily release the GIL

2011-04-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset eb7297fd5840 by Antoine Pitrou in branch 'default': Issue #11382: Trivial system calls, such as dup() or pipe(), needn't http://hg.python.org/cpython/rev/eb7297fd5840 -- nosy: +python-dev ___

[issue11258] ctypes: Speed up find_library() on Linux by 500%

2011-04-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 19d9f0a177de by Antoine Pitrou in branch 'default': Issue #11258: Speed up ctypes.util.find_library() under Linux by a factor http://hg.python.org/cpython/rev/19d9f0a177de -- nosy: +

[issue11915] test_ctypes hangs in sandbox

2011-04-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2c0da1c4f063 by Victor Stinner in branch 'default': Issue #11915: threading.RLock()._release_save() raises a RuntimeError if the http://hg.python.org/cpython/rev/2c0da1c4f063 -- nosy: +

[issue11005] Assertion error on RLock._acquire_restore

2011-04-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 996b9c9dc10a by Victor Stinner in branch 'default': Issue #11005, issue #11915: fix issue number of commit 2c0da1c4f063. http://hg.python.org/cpython/rev/996b9c9dc10a -- nosy: +python-dev

[issue11895] pybench prep_times calculation error

2011-04-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset e4fcfb8066ff by Jesus Cea in branch '2.7': pybench prep_times calculation error (closes #11895) http://hg.python.org/cpython/rev/e4fcfb8066ff New changeset 7569870a8236 by Jesus Cea in branch '3.1': pybench prep_times calcu

[issue9319] imp.find_module('test/badsyntax_pep3120') causes segfault

2011-04-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset bb62908896fe by Jesus Cea in branch 'default': Correctly merging #9319 into 3.3? http://hg.python.org/cpython/rev/bb62908896fe -- ___ Python tracker <http://bugs.python.

[issue2736] datetime needs an "epoch" method

2011-04-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset b55eac85e39c by Alexander Belopolsky in branch 'default': Issue #2736: Documented how to compute seconds since epoch. http://hg.python.org/cpython/rev/b55eac85e39c -- nosy: +python-dev

[issue11856] Optimize parsing of JSON numbers

2011-04-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset d60f9d9983bb by Antoine Pitrou in branch 'default': Issue #11856: Speed up parsing of JSON numbers. http://hg.python.org/cpython/rev/d60f9d9983bb -- nosy: +python-dev ___ Python trac

[issue10914] Python sub-interpreter test

2011-04-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset d195ff5c44f4 by Antoine Pitrou in branch '3.2': Issue #10914: Add a minimal embedding test to test_capi. http://hg.python.org/cpython/rev/d195ff5c44f4 New changeset 77cf9e4b144b by Antoine Pitrou in branch '3.2': Issue #10914:

[issue11919] test_imp failures

2011-04-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2f2c7eb27437 by Antoine Pitrou in branch '3.2': Issue #11919: try to fix test_imp failure on some buildbots. http://hg.python.org/cpython/rev/2f2c7eb27437 -- nosy: +python-dev ___ Python trac

[issue11919] test_imp failures

2011-04-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0c70c24750fd by Antoine Pitrou in branch 'default': Issue #11919: try to fix test_imp failure on some buildbots. http://hg.python.org/cpython/rev/0c70c24750fd -- ___ Python trac

[issue11901] Docs for sys.hexversion should give the algorithm

2011-04-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 48758cd0769b by R David Murray in branch '2.7': #11901: add description of how bitfields are laid out to hexversion docs http://hg.python.org/cpython/rev/48758cd0769b New changeset b84384fbdbf0 by R David Murray in branch '3.

[issue6780] startswith error message is incomplete

2011-04-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3ceeccbc2c3b by Ezio Melotti in branch '2.7': #6780: fix starts/endswith error message to mention that tuples are accepted too. http://hg.python.org/cpython/rev/3ceeccbc2c3b New changeset bcbf8c3c4a88 by Ezio Melotti in branch '3

[issue11236] getpass.getpass does not respond to ctrl-c or ctrl-z

2011-04-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 154b323e0e7f by Senthil Kumaran in branch '3.1': Fix for issue11236 getpass.getpass to respond ctrl-c or ctrl-z http://hg.python.org/cpython/rev/154b323e0e7f -- ___ Python trac

[issue11236] getpass.getpass does not respond to ctrl-c or ctrl-z

2011-04-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset a3b4887edba4 by Senthil Kumaran in branch '2.7': issue11236 getpass.getpass to respond ctrl-c or ctrl-z http://hg.python.org/cpython/rev/a3b4887edba4 -- ___ Python tracker <http://bu

[issue11236] getpass.getpass does not respond to ctrl-c or ctrl-z

2011-04-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset f799530dbde7 by Senthil Kumaran in branch '3.1': Update News entry for Issue11236 http://hg.python.org/cpython/rev/f799530dbde7 -- ___ Python tracker <http://bugs.python.o

[issue11236] getpass.getpass does not respond to ctrl-c or ctrl-z

2011-04-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1b261f3bef09 by Senthil Kumaran in branch '2.7': Update NEWS for Issue11236. http://hg.python.org/cpython/rev/1b261f3bef09 -- ___ Python tracker <http://bugs.python.o

[issue11918] Drop OS/2 and VMS support in Python 3.3

2011-04-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset ec754f8d2917 by Victor Stinner in branch 'default': Issue #11918: OS/2 and VMS are no more supported because of the lack of http://hg.python.org/cpython/rev/ec754f8d2917 -- nosy: +python-dev

[issue11929] Improve usage of PEP8 in Docs/includes/*

2011-04-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5e93c5cdc378 by Raymond Hettinger in branch '3.2': Issue 11929: Minor whitespace clean-ups. http://hg.python.org/cpython/rev/5e93c5cdc378 New changeset 89fcadbc49df by Raymond Hettinger in branch 'default': Issue 11929: Minor

[issue10914] Python sub-interpreter test

2011-04-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset c8338cfa3578 by Victor Stinner in branch 'default': Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0) http://hg.python.org/cpython/rev/c8338cfa3578 New changeset d3af2a2b621b by Victor Stinner in branch 'default': Issu

[issue11763] assertEqual memory issues with large text inputs

2011-04-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8dbf661c0a63 by Ezio Melotti in branch '2.7': #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long. http://hg.python.org/cpython/rev/8dbf661c0a63 New changeset 04e64f77c6c7 by Ezio Melotti in branc

[issue10252] Fix resource warnings in distutils

2011-04-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 85fefd41ef5d by Éric Araujo in branch '3.2': Fix double use of f.close(). http://hg.python.org/cpython/rev/85fefd41ef5d -- nosy: +python-dev ___ Python tracker <http://bugs.python.o

[issue11591] "python -S" should be robust against e.g. "from site import addsitedir"

2011-04-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9a1ca0062950 by Éric Araujo in branch 'default': Add versionchanged for a364719e400a (#11591) http://hg.python.org/cpython/rev/9a1ca0062950 -- ___ Python tracker <http://bugs.python.o

[issue10998] Remove last traces of -Q / sys.flags.division_warning / Py_DivisionWarningFlag

2011-04-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset f9e2b2b17e58 by Éric Araujo in branch 'default': Add versionchanged for c19752ea037f (#10998) http://hg.python.org/cpython/rev/f9e2b2b17e58 -- ___ Python tracker <http://bugs.python.o

[issue11670] configparser read_file now iterates over f, docs still say it calls readline

2011-04-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6f937d6369b6 by Łukasz Langa in branch '3.2': Closes #11670: configparser read_file now iterates over f. http://hg.python.org/cpython/rev/6f937d6369b6 New changeset 9da06f771a57 by Łukasz Langa in branch 'default': Merged

[issue10517] test_concurrent_futures crashes with "--with-pydebug" on RHEL5 with "Fatal Python error: Invalid thread state for this thread"

2011-04-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset f6feed6ec3f9 by Antoine Pitrou in branch '2.7': Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* http://hg.python.org/cpython/rev/f6feed6ec3f9 -- nosy: +python-dev

[issue10517] test_concurrent_futures crashes with "--with-pydebug" on RHEL5 with "Fatal Python error: Invalid thread state for this thread"

2011-04-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7b7ad9a88451 by Antoine Pitrou in branch '3.2': Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* http://hg.python.org/cpython/rev/7b7ad9a88451 New changeset c8f283cd3e6e by Antoine Pitrou in branch 'default

[issue11942] Fix signature of Py_AddPendingCall

2011-04-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6739b9ab7ced by Ezio Melotti in branch '2.7': #11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi. http://hg.python.org/cpython/rev/6739b9ab7ced New changeset fd1f47a57ba2 by Ezio Melotti in branch '3.1': #11942

[issue11938] duplicated test name in getattr_static's test case

2011-04-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef35dae58077 by Ezio Melotti in branch '3.2': #11938: Fix duplicated test name in test_inspect. Patch by Andreas Stührk. http://hg.python.org/cpython/rev/ef35dae58077 New changeset bdd6d8631994 by Ezio Melotti in branch 'default&

[issue11940] Howto/Advocacy - update the link to John Ousterhout paper

2011-04-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4c5babbf7a73 by Raymond Hettinger in branch '3.1': Issue #11940: Update external link. http://hg.python.org/cpython/rev/4c5babbf7a73 New changeset 08647ab0ead7 by Raymond Hettinger in branch '3.2': Issue #11940: Update

[issue11940] Howto/Advocacy - update the link to John Ousterhout paper

2011-04-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset eb7c4526ccbf by Raymond Hettinger in branch '2.7': Issue #11940: Update external link. http://hg.python.org/cpython/rev/eb7c4526ccbf -- ___ Python tracker <http://bugs.python.o

[issue11926] help("keywords") returns incomplete list of keywords

2011-04-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 99d5542399a1 by Ezio Melotti in branch '3.1': #11926: add missing keywords to help("keywords"). http://hg.python.org/cpython/rev/99d5542399a1 New changeset 7b4c853aa07d by Ezio Melotti in branch '3.2': #11926: merge

[issue10761] tarfile.extractall fails to overwrite symlinks

2011-04-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0c8bc3a0130a by Senthil Kumaran in branch '2.7': Fix closes issue10761: tarfile.extractall failure when symlinked files are present. http://hg.python.org/cpython/rev/0c8bc3a0130a -- nosy: +python-dev resolution: ->

[issue11858] configparser.ExtendedInterpolation and section case

2011-04-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 57c076ab4bbd by Łukasz Langa in branch '3.2': Closes #11858: configparser.ExtendedInterpolation and section case. http://hg.python.org/cpython/rev/57c076ab4bbd -- nosy: +python-dev resolution: -> fixed stage: test needed

[issue11858] configparser.ExtendedInterpolation and section case

2011-04-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2afaef6cda8a by Łukasz Langa in branch 'default': Merged solution for #11858 from 3.2. http://hg.python.org/cpython/rev/2afaef6cda8a -- ___ Python tracker <http://bugs.python.o

[issue11670] configparser read_file now iterates over f, docs still say it calls readline

2011-04-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1bbda00bbe78 by Łukasz Langa in branch '3.2': Style updates for the #11670 solution after post-commit review by Ezio Melotti: http://hg.python.org/cpython/rev/1bbda00bbe78 New changeset 339cd1d9b21a by Łukasz Langa in branch 'd

[issue11858] configparser.ExtendedInterpolation and section case

2011-04-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 17b4378689e6 by Łukasz Langa in branch '3.2': Added Yuxiao Zeng for finding and resolving #11858. Thanks! http://hg.python.org/cpython/rev/17b4378689e6 -- ___ Python tracker <http://bu

[issue11324] ConfigParser(interpolation=None) doesn't work

2011-04-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 32031e33d793 by Łukasz Langa in branch '3.2': Closes #11324: ConfigParser(interpolation=None) doesn't work. http://hg.python.org/cpython/rev/32031e33d793 New changeset de7dc59260b1 by Łukasz Langa in branch 'default': M

[issue11786] ConfigParser.[Raw]ConfigParser optionxform()

2011-04-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset c7ce67c9237a by Łukasz Langa in branch '2.6': Closes #11786: ConfigParser.[Raw]ConfigParser optionxform(). http://hg.python.org/cpython/rev/c7ce67c9237a New changeset a6b772599594 by Łukasz Langa in branch '2.7': Merged solu

[issue11811] ssl.get_server_certificate() does not work for IPv6 addresses

2011-04-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0518f32cb747 by Antoine Pitrou in branch 'default': Issue #11811: Factor out detection of IPv6 support on the current host http://hg.python.org/cpython/rev/0518f32cb747 New changeset d3166c359714 by Antoine Pitrou in branch 'default

[issue11832] Add option to pause regrtest to attach a debugger

2011-04-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3d9800fcce7f by Brian Curtin in branch 'default': Implement #11832. Add an option to start regrtest and wait for input http://hg.python.org/cpython/rev/3d9800fcce7f -- nosy: +python-dev

[issue11952] typo in multiprocessing documentation: __main__ method should be replaced by __main__ module

2011-04-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef9bccfe64de by Ezio Melotti in branch '2.7': #11952: Fix typo in multiprocessing doc. http://hg.python.org/cpython/rev/ef9bccfe64de New changeset 1d3c5df88589 by Ezio Melotti in branch '3.1': #11952: Fix typo in multi

[issue7838] Undocumented subprocess functions on Windows

2011-04-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 80971f71b0d9 by Brian Curtin in branch '3.1': Further fix #7838. CREATE_NEW_CONSOLE was exposed, but none of the http://hg.python.org/cpython/rev/80971f71b0d9 -- nosy: +python-dev ___ Pyth

[issue10761] tarfile.extractall fails to overwrite symlinks

2011-04-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2665a28643b8 by Senthil Kumaran in branch 'default': Wrap the correct test with the skip decorator for the issue10761. http://hg.python.org/cpython/rev/2665a28643b8 -- ___ Python trac

[issue11961] Document STARTUPINFO and creationflags options for Windows

2011-04-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 609ca9d71aba by Brian Curtin in branch '3.1': Fix #11961. Document STARTUPINFO and creation flag options. http://hg.python.org/cpython/rev/609ca9d71aba New changeset f0092c611004 by Brian Curtin in branch '3.2': Fix #11961.

[issue10912] PyObject_RichCompare differs in behaviour from PyObject_RichCompareBool ; difference not noted in documentation

2011-04-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset d27f95e3b52f by Eli Bendersky in branch '2.7': Issue #10912: add clarification for PyObject_RichCompareBool comparing identical objects http://hg.python.org/cpython/rev/d27f95e3b52f -- nosy: +

[issue11324] ConfigParser(interpolation=None) doesn't work

2011-04-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 08996a664ed3 by Łukasz Langa in branch '3.2': Mentioned issues #11324 and #11858. http://hg.python.org/cpython/rev/08996a664ed3 -- ___ Python tracker <http://bugs.python.o

[issue11324] ConfigParser(interpolation=None) doesn't work

2011-04-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0c21de0cca44 by Łukasz Langa in branch 'default': Merged mentions of issues #11324 and #11858. http://hg.python.org/cpython/rev/0c21de0cca44 -- ___ Python tracker <http://bugs.python.o

<    12   13   14   15   16   17   18   19   20   21   >