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

2011-10-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5949563b9f1c by Éric Araujo in branch 'default': Fix missing imports in generated setup scripts (#13205). http://hg.python.org/distutils2/rev/5949563b9f1c New changeset eb845a9a00b7 by Éric Araujo in branch 'python3': Merg

[issue12753] \N{...} neglects formal aliases and named sequences from Unicode charnames namespace

2011-10-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset a985d733b3a3 by Ezio Melotti in branch 'default': #12753: Add support for Unicode name aliases and named sequences. http://hg.python.org/cpython/rev/a985d733b3a3 -- nosy: +python-dev ___ Pyth

[issue1730114] cStringIO no longer accepts array.array objects

2011-10-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset c91661e0d714 by Antoine Pitrou in branch '2.7': Add test for fix of issue #1730114. http://hg.python.org/cpython/rev/c91661e0d714 -- nosy: +python-dev ___ Python tracker <http://bu

[issue12753] \N{...} neglects formal aliases and named sequences from Unicode charnames namespace

2011-10-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 329b96fe4472 by Ezio Melotti in branch 'default': #12753: fix compilation on Windows. http://hg.python.org/cpython/rev/329b96fe4472 -- ___ Python tracker <http://bugs.python.o

[issue13235] logging.warn() is not documented

2011-10-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4a90d1ed115d by Vinay Sajip in branch 'default': Closes #13235: Changed PendingDeprecationWarning to DeprecationWarning. http://hg.python.org/cpython/rev/4a90d1ed115d -- resolution: -> fixed status: o

[issue13243] _Py_identifier should be _Py_IDENTIFER

2011-10-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 941d015053c6 by Meador Inge in branch 'default': Issue 13243: Rename _Py_identifier to _Py_IDENTIFIER in asdl_c.py http://hg.python.org/cpython/rev/941d015053c6 -- nosy: +python-dev ___ Pyth

[issue1548891] shlex (or perhaps cStringIO) and unicode strings

2011-10-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 27ae7d4e1983 by Antoine Pitrou in branch '2.7': Issue #1548891: The cStringIO.StringIO() constructor now encodes unicode http://hg.python.org/cpython/rev/27ae7d4e1983 -- nosy: +python-dev

[issue1548891] shlex (or perhaps cStringIO) and unicode strings

2011-10-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0b39f2486314 by Éric Araujo in branch '2.7': Note that the #1548891 fix indirectly fixes shlex (#6988, #1170) http://hg.python.org/cpython/rev/0b39f2486314 -- ___ Python tracker <http://bu

[issue13105] Please elaborate on how 2.x and 3.x are different heads

2011-10-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0541f815d016 by Nick Coghlan in branch 'default': Update NEWS entry policy based on recent mailing list discussion and forward porting section based on Issue 13105 http://hg.python.org/devguide/rev/0541f815d016 -- nosy: +

[issue1294232] Error in metaclass search order

2011-10-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset c2a89b509be4 by Nick Coghlan in branch '3.2': Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban. http://hg.python.org/cpython/rev/c2a89b509be4 New changeset c7206

[issue13201] Implement comparison operators for range objects

2011-10-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 479a7dd1ea6a by Mark Dickinson in branch 'default': Issue #13201: equality for range objects is now based on equality of the underlying sequences. Thanks Sven Marnach for the patch. http://hg.python.org/cpython/rev/479a7dd1ea6a -

[issue10925] Document pure Python version of integer-to-float correctly-rounded conversion

2011-10-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 117d51d3dd7d by Mark Dickinson in branch 'default': Issue #10925: Add equivalent pure Python code for the builtin int-to-float conversion to test_long. http://hg.python.org/cpython/rev/117d51d3dd7d -- nosy: +

[issue12965] longobject: documentation improvements

2011-10-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset d4839fea4a5a by Mark Dickinson in branch 'default': Issue #12965: Fix some inaccurate comments in Objects/longobject.c. Thanks Stefan Krah. http://hg.python.org/cpython/rev/d4839fea4a5a -- nosy: +

[issue13141] get rid of old threading API in the examples

2011-10-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset d34beaaf7060 by Florent Xicluna in branch '3.2': Issue 13141: Demonstrate recommended style for socketserver examples. http://hg.python.org/cpython/rev/d34beaaf7060 -- nosy: +python-dev

[issue13141] get rid of old threading API in the examples

2011-10-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8de472fb8cfe by Florent Xicluna in branch '2.7': Issue #13141: Demonstrate recommended style for SocketServer examples. http://hg.python.org/cpython/rev/8de472fb8cfe -- ___ Python trac

[issue13228] Add "Quick Start" section to the devguide index

2011-10-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 25f1c003ea01 by Ezio Melotti in branch 'default': #13228: add a "Quick Start" section to the index page. http://hg.python.org/devguide/rev/25f1c003ea01 -- nosy: +python-dev ___ P

[issue13248] deprecated in 3.2, should be removed in 3.3

2011-10-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 221638ba5d2a by Mark Dickinson in branch 'default': Issue #13248, issue #8540: Remove deprecated Context._clamp attribute from Decimal module. http://hg.python.org/cpython/rev/221638ba5d2a -- nosy: +

[issue13255] wrong docstring for array.fromunicode

2011-10-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 451fa5782145 by Florent Xicluna in branch '3.2': Issue #13255: wrong docstrings in array module. http://hg.python.org/cpython/rev/451fa5782145 -- nosy: +python-dev ___ Python trac

[issue13237] subprocess docs should emphasise convenience functions

2011-10-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2184df0e0f89 by Nick Coghlan in branch '2.7': Issue #13237: Rearrange subprocess module documentation to emphasise the convenience functions and commonly needed arguments http://hg.python.org/cpython/rev/2184df0e0f89 -- nosy: +

[issue10332] Multiprocessing maxtasksperchild results in hang

2011-10-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3465a9b2d25c by Charles-François Natali in branch '2.7': Issue #10332: multiprocessing: fix a race condition when a Pool is closed http://hg.python.org/cpython/rev/3465a9b2d25c New changeset 52c98a729a71 by Charles-François Natali in b

[issue13018] dictobject.c: refleak

2011-10-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5d7164febff1 by Petri Lehtinen in branch '2.7': Issue #13018: Fix reference leaks in error paths in dictobject.c. http://hg.python.org/cpython/rev/5d7164febff1 New changeset df24a8b57148 by Petri Lehtinen in branch '3.2'

[issue13232] Logging: Unicode Error

2011-10-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4bb1dc4e2cec by Vinay Sajip in branch '2.7': Closes #13232: Handle multiple encodings in exception logging. http://hg.python.org/cpython/rev/4bb1dc4e2cec -- nosy: +python-dev resolution: -> fixed stage: test needed -> co

[issue13259] __bytes__ not documented

2011-10-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 199d9e3fe0ce by Benjamin Peterson in branch '3.2': document __bytes__ special method (closes #13259) http://hg.python.org/cpython/rev/199d9e3fe0ce New changeset 4128de054937 by Benjamin Peterson in branch 'default': mer

[issue13251] Update string description in datamodel.rst

2011-10-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 11d18ebb2dd1 by Ezio Melotti in branch 'default': #13251: update string description in datamodel.rst. http://hg.python.org/cpython/rev/11d18ebb2dd1 -- nosy: +python-dev ___ Python trac

[issue10278] add time.wallclock() method

2011-10-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 35e4b7c4bafa by Victor Stinner in branch 'default': Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to http://hg.python.org/cpython/rev/35e4b7c4bafa -- nosy: +python-dev resolution: -> fixed stage:

[issue13226] Expose RTLD_* constants in the posix module

2011-10-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset c75427c0da06 by Victor Stinner in branch 'default': Issue #13226: Add RTLD_xxx constants to the os module. These constants can by http://hg.python.org/cpython/rev/c75427c0da06 -- nosy: +

[issue12619] Automatically regenerate platform-specific modules

2011-10-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6159311f0f44 by Victor Stinner in branch 'default': Issue #12619: Expose socket.SO_BINDTODEVICE constant http://hg.python.org/cpython/rev/6159311f0f44 -- ___ Python tracker <http://bu

[issue13237] subprocess docs should emphasise convenience functions

2011-10-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0b4df6701c4d by Nick Coghlan in branch '2.7': Issue #13237: further updates to subprocess documentation http://hg.python.org/cpython/rev/0b4df6701c4d -- ___ Python tracker <http://bu

[issue13237] subprocess docs should emphasise convenience functions

2011-10-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset f445c125aca3 by Nick Coghlan in branch '2.7': Issue #13237: remove some details that only apply to the 3.x version of this module and cross reference the relocated warning about the dangers of invoking the shell with untrusted

[issue13237] subprocess docs should emphasise convenience functions

2011-10-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5dfe6d7f7c61 by Nick Coghlan in branch '2.7': Issue #13237: fix typo http://hg.python.org/cpython/rev/5dfe6d7f7c61 -- ___ Python tracker <http://bugs.python.o

[issue13269] Document that "Remote hg repo" accepts remote branches

2011-10-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7fbd2fe8c13c by Jesus Cea in branch 'default': Close #13269: Document that "Remote hg repo" accepts remote branches http://hg.python.org/devguide/rev/7fbd2fe8c13c -- nosy: +python-dev resolution: -> fixed stage: n

[issue10860] Handle empty port after port delimiter in httplib

2011-10-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset e0499b2b28aa by Petri Lehtinen in branch '2.7': Issue #10860: Skip the new test if HTTPS is not available http://hg.python.org/cpython/rev/e0499b2b28aa New changeset a3939c2f6727 by Petri Lehtinen in branch '3.2': Issue #1086

[issue13247] os.path.abspath returns unicode paths as question marks

2011-10-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2cad20e2e588 by Victor Stinner in branch 'default': Close #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8) http://hg.python.org/cpython/rev/2cad20e2e588 -- nosy: +python-dev resolution: -> fixed stage: -> committed

[issue13216] Add cp65001 codec

2011-10-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0eac706d82d1 by Victor Stinner in branch 'default': Fix the issue number of my cp65001 commit: 13247 => issue #13216 http://hg.python.org/cpython/rev/0eac706d82d1 -- nosy: +python-dev ___ P

[issue13237] subprocess docs should emphasise convenience functions

2011-10-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2a2df6a72ccb by Nick Coghlan in branch '2.7': Issue #13237: Make the subprocess convenience helper documentation self-contained aside from the shared parameter description. Downgrade the pipe warnings at that level to notes (since those

[issue13268] assert statement violates the documentation

2011-10-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7bef55ae5753 by Benjamin Peterson in branch '2.7': don't let a tuple msg be interpreted as arguments to AssertionError (closes #13268) http://hg.python.org/cpython/rev/7bef55ae5753 -- nosy: +python-dev resolution: ->

[issue11183] Finer-grained exceptions for the ssl module

2011-10-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2c4a9c778bb3 by Antoine Pitrou in branch 'default': Issue #11183: Add finer-grained exceptions to the ssl module, so that http://hg.python.org/cpython/rev/2c4a9c778bb3 -- nosy: +python-dev

[issue13270] all classes are new style

2011-10-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 54abca0ab03b by Florent Xicluna in branch '3.2': Fixes #13270: obsolete reference to old-style/new-style classes. http://hg.python.org/cpython/rev/54abca0ab03b -- nosy: +python-dev ___ Pyth

[issue13278] Typo in documentation for sched module

2011-10-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3e72de3c8ad5 by Ezio Melotti in branch '2.7': #13278: fix typo. http://hg.python.org/cpython/rev/3e72de3c8ad5 New changeset 9c4b62f67a28 by Ezio Melotti in branch '3.2': #13278: fix typo. http://hg.python.org/cpython/r

[issue13273] HTMLParser improperly handling open tags when strict is False

2011-10-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 41d41776aa6d by Ezio Melotti in branch '3.2': #13273: fix a bug that prevented HTMLParser to properly detect some tags when strict=False. http://hg.python.org/cpython/rev/41d41776aa6d New changeset b194117f176c by Ezio Melotti in branc

[issue13258] replace hasattr(obj, '__call__') with callable(obj)

2011-10-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8e57b5d8f58f by Florent Xicluna in branch '3.2': Closes #13258: Use callable() built-in in the standard library. http://hg.python.org/cpython/rev/8e57b5d8f58f -- nosy: +python-dev resolution: -> fixed stage: patch review

[issue1294232] Error in metaclass search order

2011-10-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset b9bb9340eb0c by Florent Xicluna in branch 'default': Merge 3.2 (linked to issue #1294232) http://hg.python.org/cpython/rev/b9bb9340eb0c -- ___ Python tracker <http://bugs.python.org

[issue13218] test_ssl failures on Debian/Ubuntu

2011-10-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3c225f938dae by Barry Warsaw in branch '2.7': - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. http://hg.python.org/cpython/rev/3c225f938dae New changeset 415e2c998e18 by Barry Warsaw in branch '3.2': - Issue #13218: F

[issue7334] ElementTree: file locking in Jython 2.5 (OSError on Windows)

2011-10-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset eceaa31252b3 by Florent Xicluna in branch '2.7': Closes #7334: close source files on ElementTree.parse and iterparse (partial backport of issue #10093 from 3.2). http://hg.python.org/cpython/rev/eceaa31252b3 -- nosy: +python

[issue13289] a spell error in standard lib SocketServer‘s comment

2011-10-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8ddd4c618b48 by Ezio Melotti in branch '2.7': #13289: fix typo. http://hg.python.org/cpython/rev/8ddd4c618b48 New changeset fec8fdbccf3b by Ezio Melotti in branch '3.2': #13289: fix typo. http://hg.python.org/cpython/r

[issue5661] asyncore should catch EPIPE while sending() and receiving()

2011-10-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset bf1c4984d4e5 by Charles-François Natali in branch 'default': Issue #5661: Add a test for ECONNRESET/EPIPE handling to test_asyncore. Patch http://hg.python.org/cpython/rev/bf1c4984d4e5 -- nosy: +

[issue5661] asyncore should catch EPIPE while sending() and receiving()

2011-10-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 507dfb0ceb3b by Charles-François Natali in branch 'default': Issue #5661: on EPIPE/ECONNRESET, OS X returns the FD with the POLLPRI flag... http://hg.python.org/cpython/rev/507dfb0ceb3b --

[issue10519] setobject.c no-op typo

2011-10-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 72de2ac8bb4f by Petri Lehtinen in branch '2.7': Avoid unnecessary recursive function calls (closes #10519) http://hg.python.org/cpython/rev/72de2ac8bb4f New changeset 664bf4f3a820 by Petri Lehtinen in branch '3.2': Avoid u

[issue10519] setobject.c no-op typo

2011-10-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7ddc7b339a8b by Petri Lehtinen in branch '2.7': Fix the return value of set_discard (issue #10519) http://hg.python.org/cpython/rev/7ddc7b339a8b New changeset b643458a0108 by Petri Lehtinen in branch '3.2': Fix the return

[issue10363] Embedded python, handle (memory) leak

2011-10-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 608975eafe86 by Antoine Pitrou in branch '3.2': Issue #10363: Deallocate global locks in Py_Finalize(). http://hg.python.org/cpython/rev/608975eafe86 New changeset 728595c16acd by Antoine Pitrou in branch 'default': Issue #1036

[issue10519] setobject.c no-op typo

2011-10-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5c17394b0b95 by Petri Lehtinen in branch '3.2': Add Misc/NEWS entry for issue #10519 http://hg.python.org/cpython/rev/5c17394b0b95 New changeset 3bda54275817 by Petri Lehtinen in branch '2.7': Add Misc/NEWS entry f

[issue13291] latent NameError in xmlrpc package

2011-10-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset f3d454b20b35 by Florent Xicluna in branch '3.2': Closes #13291: NameError in xmlrpc package. http://hg.python.org/cpython/rev/f3d454b20b35 -- nosy: +python-dev resolution: -> fixed stage: patch review -> committed/rejec

[issue13293] xmlrpc.client encode error

2011-10-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 013d2881beb5 by Florent Xicluna in branch '3.2': Issue #13293: Better error message when trying to marshal bytes using xmlrpc.client. http://hg.python.org/cpython/rev/013d2881beb5 -- nosy: +

[issue13274] heapq pure python version uses islice without guarding for negative counts

2011-10-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 57f73b0f921c by Raymond Hettinger in branch '2.7': Issue 13274: Make the pure python code for heapq more closely match the C implementation for an undefined corner case. http://hg.python.org/cpython/rev/57f73b0f921c -- nosy: +

[issue13274] heapq pure python version uses islice without guarding for negative counts

2011-10-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 155e57a449b5 by Raymond Hettinger in branch '3.2': Issue 13274: Make the pure python code for heapq more closely match the C implementation for an undefined corner case. http://hg.python.org/cpython/rev/15

[issue13296] IDLE: __future__ flags don't clear on shell restart

2011-10-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 87251608cb64 by Ned Deily in branch '2.7': Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. http://hg.python.org/cpython/rev/87251608cb64 New changeset 9fbf79d6be56 by Ned Deily in branch '3.2': Issu

[issue13246] Py_UCS4_strlen and friends needn't be public

2011-10-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 80a7ab9ac29f by Martin v. Löwis in branch 'default': Drop Py_UCS4_ functions. Closes #13246. http://hg.python.org/cpython/rev/80a7ab9ac29f -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status

[issue13226] Expose RTLD_* constants in the posix module

2011-10-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 05e2bdc00c0c by Victor Stinner in branch 'default': Issue #13226: Update sys.setdlopenflags() docstring http://hg.python.org/cpython/rev/05e2bdc00c0c -- ___ Python tracker <http://bu

[issue13283] removal of two unused variable in locale.py

2011-10-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0694ebb5db99 by Jesus Cea in branch '2.7': Closes #13283: removal of two unused variable in locale.py http://hg.python.org/cpython/rev/0694ebb5db99 New changeset a479aad0231e by Jesus Cea in branch '3.2': Closes #13283: r

[issue10817] urllib.request.urlretrieve never raises ContentTooShortError if no reporthook

2011-10-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2ca415cbf2ac by Senthil Kumaran in branch '3.2': Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError http://hg.python.org/cpython/rev/2ca415cbf2ac New changeset e3e5b6f03f79 by Senthil Kumaran in branch 'defau

[issue12797] io.FileIO and io.open should support openat

2011-10-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0d64d9ac2b78 by Ross Lagerwall in branch 'default': Issue #12797: Added custom opener parameter to builtin open() and FileIO.open(). http://hg.python.org/cpython/rev/0d64d9ac2b78 -- nosy: +

[issue10817] urllib.request.urlretrieve never raises ContentTooShortError if no reporthook

2011-10-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1ef30d6429db by Senthil Kumaran in branch '2.7': Port to 2.7 - issue 10817 - Fix urlretrieve function to raise http://hg.python.org/cpython/rev/1ef30d6429db -- ___ Python trac

[issue13303] Sporadic importlib failures: FileNotFoundError on os.rename()

2011-10-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 740baff4f169 by Charles-François Natali in branch 'default': Issue #13303: Fix a race condition in the bytecode file creation. http://hg.python.org/cpython/rev/740baff4f169 -- nosy: +

[issue13305] datetime.strftime("%Y") not consistent for years < 1000

2011-10-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3f025427f02b by Florent Xicluna in branch 'default': Fix regression due to changeset 2096158376e5 (issue #13305). http://hg.python.org/cpython/rev/3f025427f02b -- nosy: +python-dev ___ Pyth

[issue13304] test_site assumes that site.ENABLE_USER_SITE is True

2011-10-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1689b9cf6b1c by Ned Deily in branch '2.7': Issue #13304: Skip test case if user site-packages disabled (-s or http://hg.python.org/cpython/rev/1689b9cf6b1c New changeset c497011a4769 by Ned Deily in branch '3.2': Issue #1330

[issue13305] datetime.strftime("%Y") not consistent for years < 1000

2011-11-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 230f0956aaa3 by Florent Xicluna in branch 'default': Strengthen the tests for format '%Y', in relation with issue #13305. http://hg.python.org/cpython/rev/230f0956aaa3 -- ___ P

[issue670664] HTMLParser.py - more robust SCRIPT tag parsing

2011-11-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0a5eb57d5876 by Ezio Melotti in branch '2.7': #670664: Fix HTMLParser to correctly handle the content of ``...`` and ``...``. http://hg.python.org/cpython/rev/0a5eb57d5876 New changeset a6f2244b251f by Ezio Melotti in branch '3.2

[issue12008] HtmlParser non-strict goes wrong with unquoted attributes

2011-11-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6107a84e3c44 by Ezio Melotti in branch '3.2': #12008: add a test. http://hg.python.org/cpython/rev/6107a84e3c44 New changeset 495b31a8b280 by Ezio Melotti in branch 'default': #12008: merge with 3.2. http://hg.python.org/cpyt

[issue13309] test_time fails: time data 'LMT' does not match format '%Z'

2011-11-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2771f7e96a52 by Florent Xicluna in branch 'default': Add temporary tests to troubleshoot issue #13309 on Gentoo buildbot. http://hg.python.org/cpython/rev/2771f7e96a52 -- nosy: +python-dev

[issue13309] test_time fails: time data 'LMT' does not match format '%Z'

2011-11-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset bb0ae7df08f8 by Florent Xicluna in branch 'default': Troubleshoot issue #13309 on Gentoo buildbot. http://hg.python.org/cpython/rev/bb0ae7df08f8 -- ___ Python tracker <http://bugs.python.o

[issue13287] urllib.request exposes too many names

2011-11-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 70dedd8ce8f3 by Senthil Kumaran in branch 'default': issue13287 - Define __all__ for urllib.request and urllib.error and expose only http://hg.python.org/cpython/rev/70dedd8ce8f3 -- nosy: +

[issue13309] test_time fails: time data 'LMT' does not match format '%Z'

2011-11-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5b1e1967ea9d by Florent Xicluna in branch 'default': Replace temporary tests with the real test case for issue #13309 on Gentoo. http://hg.python.org/cpython/rev/5b1e1967ea9d -- ___ Pyth

[issue2892] improve cElementTree iterparse error handling

2011-11-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 23ffaf975267 by Florent Xicluna in branch '3.2': Closes #2892: preserve iterparse events in case of SyntaxError. http://hg.python.org/cpython/rev/23ffaf975267 New changeset ca1e2cf2947b by Florent Xicluna in branch 'default

[issue13312] test_time fails: strftime('%Y', y) for negative year

2011-11-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9cb1b85237a9 by Florent Xicluna in branch 'default': Issue #13312: skip the single failing value for now. http://hg.python.org/cpython/rev/9cb1b85237a9 -- nosy: +python-dev ___ Python trac

[issue13312] test_time fails: strftime('%Y', y) for negative year

2011-11-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset d877d7f3b679 by Florent Xicluna in branch 'default': Actually, there's more than one failing value. (changeset 9cb1b85237a9, issue #13312). http://hg.python.org/cpython/rev/d877d7f3b679 -- ___

[issue13312] test_time fails: strftime('%Y', y) for negative year

2011-11-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1a0bfc26af57 by Florent Xicluna in branch 'default': Issue #13312: skip the failing negative years for now. http://hg.python.org/cpython/rev/1a0bfc26af57 -- ___ Python tracker <http://bu

[issue13295] Fix HTML produced by http.server

2011-11-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 10823e7be085 by Ezio Melotti in branch 'default': #13295: http.server now produces valid HTML 4.01 strict. http://hg.python.org/cpython/rev/10823e7be085 -- nosy: +python-dev ___ Python trac

[issue13324] fcntl module doesn't support F_NOCACHE (OS X specific) results in high 'inactive' memory performance issues

2011-11-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset cee6fdd6436d by Charles-François Natali in branch 'default': Issue #13324: fcntlmodule: Add the F_NOCACHE flag. Patch by Alex Stewart. http://hg.python.org/cpython/rev/cee6fdd6436d -- nosy: +

[issue13147] Multiprocessing Pool.map_async() does not have an error_callback parameter

2011-11-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 37e34a983d6d by Senthil Kumaran in branch '2.7': Fix Issue13147 - Correct the Multiprocessing Pool.map_async method signature. http://hg.python.org/cpython/rev/37e34a983d6d -- nosy: +

[issue13308] fix test_httpservers failures when run as root

2011-11-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset d1cde7081bf5 by Charles-François Natali in branch '2.7': Issue #13308: Fix test_httpservers failures when run as root. http://hg.python.org/cpython/rev/d1cde7081bf5 New changeset 4dc5590dbd0b by Charles-François Natali in branch &#

[issue10570] curses.tigetstr() returns bytes, but curses.tparm() expects a string

2011-11-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset e41663970ca5 by Victor Stinner in branch '3.2': Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a http://hg.python.org/cpython/rev/e41663970ca5 New changeset ab11a6a73683 by Victor Stinner in branch 'defau

[issue13307] bdist_rpm: INSTALLED_FILES does not use __pycache__

2011-11-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2c0253d4d9ba by Antoine Pitrou in branch '3.2': Issue #13307: fix bdist_rpm test failures http://hg.python.org/cpython/rev/2c0253d4d9ba New changeset eb2991f7cdc8 by Antoine Pitrou in branch 'default': Issue #13307: fix bdi

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

2011-11-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset ea926dff958f by Éric Araujo in branch '3.2': More fixes for PEP 3147 compliance in distutils (#11254) http://hg.python.org/cpython/rev/ea926dff958f New changeset 60ede940089f by Éric Araujo in branch 'default': Merge follow-up

[issue10570] curses.tigetstr() returns bytes, but curses.tparm() expects a string

2011-11-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 38f4a251608f by Victor Stinner in branch '3.2': Issue #10570: curses.putp() is now expecting a byte string, instead of a http://hg.python.org/cpython/rev/38f4a251608f New changeset 08f44eb760a6 by Victor Stinner in branch 'defau

[issue12342] characters with ord above 65535 fail to display in IDLE

2011-11-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9a07b73abdb1 by Victor Stinner in branch '3.2': Issue #12342: Improve _tkinter error message on unencodable character http://hg.python.org/cpython/rev/9a07b73abdb1 New changeset 5aea95d41ad2 by Victor Stinner in branch 'default'

[issue13339] Missing semicolon at Modules/posixsubprocess.c:4511

2011-11-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset fa9c69dcf31b by Ross Lagerwall in branch '3.2': Issue #13339: Fix compile error in posixmodule.c due to missing semicolon. http://hg.python.org/cpython/rev/fa9c69dcf31b New changeset 9e5d14aadca4 by Ross Lagerwall in branch 'defau

[issue12342] characters with ord above 65535 fail to display in IDLE

2011-11-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5f49b496d161 by Victor Stinner in branch 'default': Issue #12342: Fix compilation on Mac OS X http://hg.python.org/cpython/rev/5f49b496d161 -- ___ Python tracker <http://bugs.python.o

[issue13140] ThreadingMixIn.daemon_threads is not honored when parent is daemon

2011-11-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset f09e3b1603ee by Florent Xicluna in branch '2.7': Issue #13140: Fix the daemon_threads attribute of ThreadingMixIn. http://hg.python.org/cpython/rev/f09e3b1603ee New changeset 94017ce9304d by Florent Xicluna in branch '3.2': Cl

[issue5301] add mimetype for image/vnd.microsoft.icon (patch)

2011-11-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 33680de042e7 by Éric Araujo in branch '2.7': Revert commit that was not a bugfix (#5301). http://hg.python.org/cpython/rev/33680de042e7 -- ___ Python tracker <http://bugs.python.

[issue3067] setlocale error message is confusing

2011-11-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 931ae170e51c by Petri Lehtinen in branch '3.2': Issue #3067: Fix the error raised by locale.setlocale() http://hg.python.org/cpython/rev/931ae170e51c New changeset d90d88380aca by Petri Lehtinen in branch 'default': Issue

[issue13287] urllib.request exposes too many names

2011-11-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset ca78ed7393bf by Florent Xicluna in branch 'default': Fix test_urllib2 error on Windows in relation with issue #13287. http://hg.python.org/cpython/rev/ca78ed7393bf -- ___ Python trac

[issue13343] Lambda keyword-only argument not updating co_freevars

2011-11-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1e0e821d2626 by Amaury Forgeot d'Arc in branch '3.2': Issue #13343: Fix a SystemError when a lambda expression uses a global http://hg.python.org/cpython/rev/1e0e821d2626 New changeset bddb455439d0 by Amaury Forgeot d'Ar

[issue13254] maildir.items() broken

2011-11-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5f27a9f67a34 by Petri Lehtinen in branch '3.2': Fix Maildir initialization so that maildir contents are read correctly. http://hg.python.org/cpython/rev/5f27a9f67a34 New changeset 91a0f6879173 by Petri Lehtinen in branch 'defaul

[issue3067] setlocale error message is confusing

2011-11-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 34c9465f5023 by Petri Lehtinen in branch '2.7': Issue #3067: Enhance the documentation and docstring of locale.setlocale() http://hg.python.org/cpython/rev/34c9465f5023 New changeset 98806dd03506 by Petri Lehtinen in branch '3.

[issue13193] test_packaging and test_distutils failures

2011-11-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4eee9dd61147 by Éric Araujo in branch 'default': Try to fix buildbot failures from #13193 http://hg.python.org/cpython/rev/4eee9dd61147 -- nosy: +python-dev ___ Python tracker <http://bu

[issue12392] pthread_kill() doesn't work on the main thread on FreeBSD6

2011-11-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8ea34a74f118 by Éric Araujo in branch '2.7': Add missing versionadded (fixes #12392) http://hg.python.org/cpython/rev/8ea34a74f118 -- ___ Python tracker <http://bugs.python.o

[issue9896] Introspectable range objects

2011-11-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4643be424293 by Benjamin Peterson in branch 'default': add introspection to range objects (closes #9896) http://hg.python.org/cpython/rev/4643be424293 -- nosy: +python-dev resolution: -> fixed stage: patch review -> co

[issue13326] make clean failed on OpenBSD

2011-11-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 41ab1dfaf1d4 by Petri Lehtinen in branch '3.2': Remove __pycache__ directories correctly on OpenBSD http://hg.python.org/cpython/rev/41ab1dfaf1d4 New changeset f853a2cbd68b by Petri Lehtinen in branch 'default': Remove __p

[issue13340] list.index does not accept None as start or stop

2011-11-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0f0eda4daac7 by Petri Lehtinen in branch '2.7': Accept None as start and stop parameters for list.index() and tuple.index() http://hg.python.org/cpython/rev/0f0eda4daac7 New changeset 5c1fcaf3cf1c by Petri Lehtinen in branch '3.2&#

[issue13342] input() builtin always uses "strict" error handler

2011-11-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 421c8e291221 by Antoine Pitrou in branch '3.2': Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode http://hg.python.org/cpython/rev/421c8e291221 New changeset 992ba03d60a8 by Antoine Pitrou in branch &#x

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