[issue13300] IDLE 3.3 Restart Shell command fails

2011-11-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset ce483d696c06 by Ned Deily in branch 'default': Issue #13300: Fix IDLE Restart Shell command failure introduced by http://hg.python.org/cpython/rev/ce483d696c06 -- nosy: +python-dev ___ Pyth

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

2011-11-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3a0a94797ac5 by Petri Lehtinen in branch '3.2': curses.tparm() is expecting a byte string, not curses.tigetstr() http://hg.python.org/cpython/rev/3a0a94797ac5 New changeset 626c6c7f3af6 by Petri Lehtinen in branch 'default'

[issue13350] Use PyUnicode_FromFomat instead of PyUnicode_Format for fixed formats

2011-11-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 386a319b1825 by Amaury Forgeot d'Arc in branch 'default': Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat. http://hg.python.org/cpython/rev/386a319b1825 -- no

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

2011-11-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 19ffa12ffdd4 by Petri Lehtinen in branch '2.7': Revert "Accept None as start and stop parameters for list.index() and tuple.index()" http://hg.python.org/cpython/rev/19ffa12ffdd4 New changeset ed0e85efac47 by Petri Leh

[issue13327] Update utime API to not require explicit None argument

2011-11-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 99e118951a80 by Brian Curtin in branch 'default': Fix #13327. Remove the need for an explicit None as the second argument to http://hg.python.org/cpython/rev/99e118951a80 -- nosy: +python-dev

[issue13353] documentation problem in logging.handlers.TimedRotatingFileHandler for 2.7

2011-11-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0b779988e8b7 by Vinay Sajip in branch '2.7': Closes issue #13353: version doumentation about utc parameter corrected. http://hg.python.org/cpython/rev/0b779988e8b7 -- nosy: +python-dev

[issue13361] getLogger does not check its argument

2011-11-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8c719e106694 by Vinay Sajip in branch 'default': Merged fix for #13361 from 3.2. http://hg.python.org/cpython/rev/8c719e106694 -- nosy: +python-dev ___ Python tracker <http://bugs.python.o

[issue13356] test_logging warning on 2.7

2011-11-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8726ad774cf0 by Vinay Sajip in branch '2.7': Closes #13356. Thanks to Florent Xicluna for the patch. http://hg.python.org/cpython/rev/8726ad774cf0 -- nosy: +python-dev resolution: -> fixed stage: patch review -> committed

[issue13361] getLogger does not check its argument

2011-11-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 60dd1568bbd1 by Vinay Sajip in branch '2.7': Closes #13361: Raise correct exception type. http://hg.python.org/cpython/rev/60dd1568bbd1 New changeset bc05c11b340e by Vinay Sajip in branch '3.2': Closes #13361: Raise correct

[issue13348] test_unicode_file fails: shutil.copy2 says "same file"

2011-11-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset fcff91a7b397 by Florent Xicluna in branch 'default': More assertions in test_unicode_file, to chase issue #13348. http://hg.python.org/cpython/rev/fcff91a7b397 -- nosy: +python-dev ___ Pyth

[issue13366] test_pep277 failures under WIndows

2011-11-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 655d65bcc939 by Florent Xicluna in branch 'default': Closes #13366: fix test_pep277 failure on Windows. http://hg.python.org/cpython/rev/655d65bcc939 -- nosy: +python-dev resolution: -> fixed stage: needs patch -> co

[issue13327] Update utime API to not require explicit None argument

2011-11-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 59dca1e2363d by Brian Curtin in branch 'default': Fix #13327. utimensat now has the atime and mtime arguments set as optional, http://hg.python.org/cpython/rev/59dca1e2363d -- ___ Python trac

[issue13366] test_pep277 failures under WIndows

2011-11-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2cd6b417e488 by Florent Xicluna in branch 'default': Some win32 platforms raise NotADirectoryError, others FileNotFoundError. Issue #13366. http://hg.python.org/cpython/rev/2cd6b417e488 --

[issue13327] Update utime API to not require explicit None argument

2011-11-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5e18ff5476e8 by Brian Curtin in branch 'default': News updates for #13327. http://hg.python.org/cpython/rev/5e18ff5476e8 -- ___ Python tracker <http://bugs.python.o

[issue13237] subprocess docs should emphasise convenience functions

2011-11-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset e929d2a96d9b by Nick Coghlan in branch '3.2': Issue #13237: Forward port subprocess module updates and explicitly document UTF-8 encoding assumption when universal_newlines=True http://hg.python.org/cpython/rev/e929d2a96d9b New

[issue11812] transient socket failure to connect to 'localhost'

2011-11-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 76b6b85e4b78 by Jesus Cea in branch '2.7': Solved a potential deadlock in test_telnetlib.py. Related to issue #11812 http://hg.python.org/cpython/rev/76b6b85e4b78 New changeset 554802e562fa by Jesus Cea in branch '2.7': Par

[issue13327] Update utime API to not require explicit None argument

2011-11-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8907d646e0df by Jesus Cea in branch 'default': Commit 59dca1e2363d for issue #13327 introduced a compilation warning http://hg.python.org/cpython/rev/8907d646e0df -- ___ Python trac

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

2011-11-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1238cdd288d2 by Charles-François Natali in branch 'default': Back out changeset b6336ba796d4 until fix for #13303. http://hg.python.org/cpython/rev/1238cdd288d2 -- ___ Python trac

[issue13374] Deprecate usage of the Windows ANSI API in the nt module

2011-11-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6bf07db23445 by Victor Stinner in branch 'default': Issue #13374: Use Unicode filenames instead of bytes filenames http://hg.python.org/cpython/rev/6bf07db23445 -- nosy: +python-dev ___ Pyth

[issue12442] shutil.disk_usage()

2011-11-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset bdb3f0e7e268 by Victor Stinner in branch 'default': Issue #12442: nt._getdiskusage() is now using the Windows Unicode API http://hg.python.org/cpython/rev/bdb3f0e7e268 -- ___ Python trac

[issue13373] Unexpected blocking call to multiprocessing.Queue.get with a timeout

2011-11-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset e7b6dca28a2f by Antoine Pitrou in branch '2.7': Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely http://hg.python.org/cpython/rev/e7b6dca28a2f New changeset 9328080a19c0 by Antoine Pitrou in branch '3.2

[issue13379] Wrong Unicode version in unicodedata docstring

2011-11-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6ddda809ea8c by Ezio Melotti in branch '3.2': #13379: update Unicode version in unicodedata docstrings and comments. http://hg.python.org/cpython/rev/6ddda809ea8c New changeset 5fdd0c8032d0 by Ezio Melotti in branch 'default'

[issue7777] Support needed for AF_RDS family

2011-11-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2293ca739223 by Charles-François Natali in branch 'default': Issue #: socket: Add Reliable Datagram Sockets (PF_RDS) support. http://hg.python.org/cpython/rev/2293ca739223 -- nosy: +

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

2011-11-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset a9f10c3eff69 by Charles-François Natali in branch 'default': Issue #13303: Fix bytecode file default permission. http://hg.python.org/cpython/rev/a9f10c3eff69 -- ___ Python trac

[issue13149] optimization for append-only StringIO

2011-11-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8d9a869db675 by Antoine Pitrou in branch 'default': Issue #13149: Speed up append-only StringIO objects. http://hg.python.org/cpython/rev/8d9a869db675 -- nosy: +python-dev ___ Python trac

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

2011-11-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 05164831011e by Antoine Pitrou in branch 'default': Avoid a glibc bug in test_time (issue #13309) http://hg.python.org/cpython/rev/05164831011e -- ___ Python tracker <http://bugs.python.o

[issue13365] str.expandtabs documentation is wrong

2011-11-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 84f803fdc0d2 by Eli Bendersky in branch '3.2': Issue #13365: correct an error in the documentation of str.expandtabs http://hg.python.org/cpython/rev/84f803fdc0d2 New changeset 25191fe10da9 by Eli Bendersky in branch 'default

[issue13191] Typo in argparse documentation

2011-11-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 61976390763f by Eli Bendersky in branch '3.2': Issue #13191: typo in argparse docs http://hg.python.org/cpython/rev/61976390763f New changeset edf944ab87c5 by Eli Bendersky in branch 'default': Issue #13191: typo i

[issue13191] Typo in argparse documentation

2011-11-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 477f633aa09d by Eli Bendersky in branch '2.7': Issue #13191: typo in argparse docs http://hg.python.org/cpython/rev/477f633aa09d -- ___ Python tracker <http://bugs.python.o

[issue13161] problems with help() documentation of __i*__ operators

2011-11-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 369487785e9f by Eli Bendersky in branch '2.7': Issue #13161: fix doc strings of __i*__ operators http://hg.python.org/cpython/rev/369487785e9f -- nosy: +python-dev ___ Python trac

[issue13161] problems with help() documentation of __i*__ operators

2011-11-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9fbaa190f011 by Eli Bendersky in branch '3.2': Issue #13161: fix doc strings of __i*__ operators http://hg.python.org/cpython/rev/9fbaa190f011 New changeset d58de3e9870a by Eli Bendersky in branch 'default': Issue #13161: fi

[issue13384] Unnecessary __future__ import in random module

2011-11-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3fdc5a75d6e1 by Brian Curtin in branch '3.2': Fix #13384. Remove __future__ import in 3.x code. http://hg.python.org/cpython/rev/3fdc5a75d6e1 -- nosy: +python-dev ___ Python trac

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

2011-11-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset bcd347cd6bf2 by Florent Xicluna in branch 'default': Use unittest.skipUnless to skip the test related to the glibc bug, issue #13309. http://hg.python.org/cpython/rev/bcd347cd6bf2 -- ___ Pyth

[issue12875] backport re.compile flags default value documentation

2011-11-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 02e4d3ebbb02 by Eli Bendersky in branch '2.7': Issue #12875: explicitly specify default value of the optional 'flags' argument to re.* functions. Closes #12875 http://hg.python.org/cpython/rev/02e4d3ebbb02

[issue13193] test_packaging and test_distutils failures

2011-11-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0a94e2f807c7 by Antoine Pitrou in branch '3.2': Issue #13193: fix distutils.filelist.FileList under Windows http://hg.python.org/cpython/rev/0a94e2f807c7 New changeset 80d5040f2a78 by Antoine Pitrou in branch '3.2': Add NEWS e

[issue12767] document threading.Condition.notify

2011-11-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 63a24bff6f36 by Eli Bendersky in branch '3.2': Issue #12767: documenting threading.Condition.notify http://hg.python.org/cpython/rev/63a24bff6f36 New changeset ac12dcea69e1 by Eli Bendersky in branch 'default': Issue 12767: d

[issue12767] document threading.Condition.notify

2011-11-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 63a00d019bb2 by Eli Bendersky in branch '2.7': Closes issue 12767: document the argument of threading.Condition.notify http://hg.python.org/cpython/rev/63a00d019bb2 -- resolution: -> fixed stage: patch review -> committed

[issue11999] sporadic failure in test_mailbox

2011-11-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset d2b0751174f6 by Petri Lehtinen in branch '2.7': Update mailbox.Maildir tests http://hg.python.org/cpython/rev/d2b0751174f6 New changeset b3c5e1c62839 by Petri Lehtinen in branch '3.2': Update mailbox.Maildir tests http://hg.py

[issue2771] Test issue

2011-11-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0e94d9bef251 by Ezio Melotti in branch 'default': Closes #2771. #13388 now needs to be updated. http://hg.python.org/test/rev/0e94d9bef251 -- nosy: +python-dev resolution: -> fixed stage: test needed -> committed/rejec

[issue2771] Test issue

2011-11-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset e4fcac92a80a by Ezio Melotti in branch 'default': Closes #2771. #13388 now needs to be updated. http://hg.python.org/test/rev/e4fcac92a80a -- nosy: +python-dev resolution: -> fixed stage: test needed -> committed/rejec

[issue13388] document hg commit hooks in the devguide

2011-11-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset e4fcac92a80a by Ezio Melotti in branch 'default': Closes #2771. #13388 now needs to be updated. http://hg.python.org/test/rev/e4fcac92a80a -- nosy: +python-dev ___ Python trac

[issue13217] Missing header dependencies in Makefile

2011-11-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 36375075d6aa by Antoine Pitrou in branch 'default': Issue #13217: add missing header dependencies in the Makefile for unicodeobject.o. http://hg.python.org/cpython/rev/36375075d6aa -- nosy: +

[issue12875] backport re.compile flags default value documentation

2011-11-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 87ecfd5cd5d1 by Eli Bendersky in branch '2.7': Normalize the keyword arguments documentation notation in re.rst. Closes issue #12875 http://hg.python.org/cpython/rev/87ecfd5cd5d1 -- ___ Pyth

[issue13239] Remove <> operator from Grammar/Grammar

2011-11-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset a259511351d9 by Eli Bendersky in branch '3.2': Clarify the existence of the <> operator in Grammar/Grammar with a comment, for issue 13239 http://hg.python.org/cpython/rev/a259511351d9 New changeset 410115400838 by Eli Ben

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

2011-11-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3dda26cfc1d7 by Éric Araujo in branch 'default': Increase test coverage for manifest (#11751). http://hg.python.org/distutils2/rev/3dda26cfc1d7 -- ___ Python tracker <http://bugs.python.o

[issue13170] distutils2 test failures

2011-11-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5b096fc6e65d by Éric Araujo in branch 'default': Fix import in install_data (#13170). Thanks to David Barnett. http://hg.python.org/distutils2/rev/5b096fc6e65d New changeset 2d469ccfe30e by Éric Araujo in branch 'python3': Me

[issue12915] Add inspect.locate and inspect.resolve

2011-11-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5df1065ddb8b by Éric Araujo in branch 'default': Expand tests and fix bugs in util.resolve_name. http://hg.python.org/distutils2/rev/5df1065ddb8b -- ___ Python tracker <http://bu

[issue12386] packaging fails in install_distinfo when writing RESOURCES

2011-11-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset cb49bc384957 by Éric Araujo in branch 'default': Fix writing of the RESOURCES file (#12386). http://hg.python.org/distutils2/rev/cb49bc384957 New changeset 2d469ccfe30e by Éric Araujo in branch 'python3': Merge fixes for #

[issue12629] HTMLParser silently stops parsing with malformed attributes

2011-11-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3c3009f63700 by Ezio Melotti in branch '2.7': #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser. http://hg.python.org/cpython/rev/3c3009f63700 New changeset 16ed15ff0d7c by Ezio Melotti in b

[issue755670] improve HTMLParser attribute processing regexps

2011-11-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3c3009f63700 by Ezio Melotti in branch '2.7': #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser. http://hg.python.org/cpython/rev/3c3009f63700 New changeset 16ed15ff0d7c by Ezio Melotti in b

[issue1200313] HTMLParser fails to handle charref in attribute value

2011-11-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3c3009f63700 by Ezio Melotti in branch '2.7': #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser. http://hg.python.org/cpython/rev/3c3009f63700 New changeset 16ed15ff0d7c by Ezio Melotti in b

[issue13357] HTMLParser parses attributes incorrectly.

2011-11-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3c3009f63700 by Ezio Melotti in branch '2.7': #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser. http://hg.python.org/cpython/rev/3c3009f63700 New changeset 16ed15ff0d7c by Ezio Melotti in b

[issue1745761] Bad attributes/data handling in SGMLib

2011-11-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3c3009f63700 by Ezio Melotti in branch '2.7': #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser. http://hg.python.org/cpython/rev/3c3009f63700 New changeset 16ed15ff0d7c by Ezio Melotti in b

[issue6397] Implementing Solaris "/dev/poll" in the "select" module

2011-11-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8f7ab4bf7ad9 by Jesus Cea in branch 'default': Issue #6397: Support '/dev/poll' polling objects in select module, under Solaris & derivatives. http://hg.python.org/cpython/rev/8f7ab4bf7ad9

[issue7732] imp.find_module crashes Python if there exists a directory named "__init__.py"

2011-11-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 555871844962 by Victor Stinner in branch '2.7': Issue #7732: Try to fix the a failing test on Windows http://hg.python.org/cpython/rev/555871844962 -- ___ Python tracker <http://bu

[issue13389] Clear lists and dicts freelist in gc.collect()

2011-11-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 910986542a75 by Antoine Pitrou in branch 'default': Issue #13389: Full garbage collection passes now clear the freelists for http://hg.python.org/cpython/rev/910986542a75 -- nosy: +python-dev

[issue13333] utf-7 inconsistent with surrogates

2011-11-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset ddfcb0de564f by Antoine Pitrou in branch '3.2': Issue #1: The UTF-7 decoder now accepts lone surrogates http://hg.python.org/cpython/rev/ddfcb0de564f New changeset 250091e60f28 by Antoine Pitrou in branch 'default': Iss

[issue12659] Add tests for packaging.tests.support

2011-11-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 659bf2a679d2 by Éric Araujo in branch 'default': Add tests for tests.support (#12659), thanks to Francisco Martín Brugué http://hg.python.org/distutils2/rev/659bf2a679d2 -- ___ Python trac

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

2011-11-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset c10946a17420 by Éric Araujo in branch 'default': Clean up byte-compilation code in packaging (#11254 followup). http://hg.python.org/cpython/rev/c10946a17420 -- ___ Python trac

[issue13392] Writing a pyc file is not atomic under Windows

2011-11-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset b75b41237380 by Antoine Pitrou in branch 'default': Issue #13392: Writing a pyc file should now be atomic under Windows as well. http://hg.python.org/cpython/rev/b75b41237380 -- ___ Pyth

[issue13392] Writing a pyc file is not atomic under Windows

2011-11-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 12940d9f8031 by Antoine Pitrou in branch 'default': Fix regression under Windows following b75b41237380 (from issue #13392) http://hg.python.org/cpython/rev/12940d9f8031 -- ___ Python trac

[issue13297] xmlrpc.client could accept bytes for input and output

2011-11-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0175883d9513 by Florent Xicluna in branch 'default': Closes #13297: use bytes type to send and receive binary data through XMLRPC. http://hg.python.org/cpython/rev/0175883d9513 -- nosy: +python-dev resolution: -> fixed stage:

[issue13374] Deprecate usage of the Windows ANSI API in the nt module

2011-11-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset d42811b93357 by Victor Stinner in branch 'default': Issue #13374: The Windows bytes API has been deprecated in the os module. Use http://hg.python.org/cpython/rev/d42811b93357 -- ___ Pyth

[issue13388] document hg commit hooks in the devguide

2011-11-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 21758f27f98f by Eli Bendersky in branch 'default': document existing hooks for commit messages mentioning issues. Closes issue 13388 http://hg.python.org/devguide/rev/21758f27f98f -- resolution: -> fixed stage: -> co

[issue13374] Deprecate usage of the Windows ANSI API in the nt module

2011-11-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset afc716e463a1 by Victor Stinner in branch 'default': Issue #13374: Skip deprecation tests for os.symlink() on Windows XP http://hg.python.org/cpython/rev/afc716e463a1 -- ___ Python trac

[issue13393] Improve BufferedReader.read1()

2011-11-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 27bf3d0b8e5f by Antoine Pitrou in branch 'default': Issue #13393: BufferedReader.read1() now asks the full requested size to http://hg.python.org/cpython/rev/27bf3d0b8e5f -- nosy: +python-dev

[issue8793] IDLE crashes on opening invalid file

2011-11-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset e277fe8380e0 by Ned Deily in branch '2.7': Issue #8793: Prevent IDLE crash in 2.7 when given strings with http://hg.python.org/cpython/rev/e277fe8380e0 -- nosy: +python-dev ___ Python trac

[issue13406] Deprecation warnings when running the test suite

2011-11-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4f534cd40f54 by Ezio Melotti in branch 'default': #13406: silence deprecation warnings in test_codecs. http://hg.python.org/cpython/rev/4f534cd40f54 -- nosy: +python-dev ___ Python trac

[issue13406] Deprecation warnings when running the test suite

2011-11-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 028b61c4f926 by Ezio Melotti in branch 'default': #13406: correct the error message in check_warnings too. http://hg.python.org/cpython/rev/028b61c4f926 -- ___ Python tracker <http://bu

[issue13374] Deprecate usage of the Windows ANSI API in the nt module

2011-11-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5f239b0ba819 by Victor Stinner in branch 'default': Issue #13374: Deprecate os.getcwdb() on Windows http://hg.python.org/cpython/rev/5f239b0ba819 -- ___ Python tracker <http://bu

[issue13406] Deprecation warnings when running the test suite

2011-11-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset fe2be7d35660 by Ezio Melotti in branch 'default': #13406: fix more deprecation warnings and move the deprecation of unicode-internal earlier in the code. http://hg.python.org/cpython/rev/fe

[issue7750] IOError when launching script under pdb with backslash in script path

2011-11-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset f7dd5178f36a by Jason R. Coombs in branch '2.7': PDB now will properly escape backslashes in the names of modules it executes. Fixes #7750 http://hg.python.org/cpython/rev/f7dd5178f36a -- nosy: +

[issue13426] The Python Standard Library >> 11. Data Persistence

2011-11-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset ce34e9223450 by Ezio Melotti in branch '2.7': #13426: fix typo in pickle doc. http://hg.python.org/cpython/rev/ce34e9223450 New changeset 1f31061afdaf by Ezio Melotti in branch '3.2': #13426: fix typos in pickle doc. http://h

[issue4147] xml.dom.minidom toprettyxml: omit whitespace for text-only elements

2011-11-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7262f8f276ff by Ezio Melotti in branch '2.7': #4147: minidom's toprettyxml no longer adds whitespace around a text node when it is the only child of an element. Initial patch by Dan Kenigsberg. http://hg.python.org/cpython/rev/72

[issue13358] HTMLParser incorrectly handles cdata elements.

2011-11-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 91163aa3d5b4 by Ezio Melotti in branch '2.7': #13358: HTMLParser now calls handle_data only once for each CDATA. http://hg.python.org/cpython/rev/91163aa3d5b4 New changeset 0a32e7e3aa1f by Ezio Melotti in branch '3.2': #13358:

[issue11112] UDPTimeoutTest derives from SocketTCPTest

2011-11-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0fdf7f7c353d by Ezio Melotti in branch '2.7': #2: Fix typo in a base class in test_socket. http://hg.python.org/cpython/rev/0fdf7f7c353d New changeset b410bcd300a1 by Ezio Melotti in branch '3.2': #2: Fix typ

[issue13387] suggest assertIs(type(obj), cls) for exact type checking

2011-11-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset fd9d7a8e45bc by Ezio Melotti in branch '2.7': #13387: add note about checking the exact type in assertIsInstance doc. http://hg.python.org/cpython/rev/fd9d7a8e45bc New changeset 583aff635ce1 by Ezio Melotti in branch '3.2': #1

[issue10227] Improve performance of MemoryView slicing

2011-11-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset fa2f8dd077e0 by Antoine Pitrou in branch 'default': Issue #10227: Add an allocation cache for a single slice object. http://hg.python.org/cpython/rev/fa2f8dd077e0 -- nosy: +python-dev ___ Pyth

[issue13393] Improve BufferedReader.read1()

2011-11-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 76d414cc3e38 by Antoine Pitrou in branch 'default': Issue #13393: In TextIOWrapper.read(n), try to read `n` characters as http://hg.python.org/cpython/rev/76d414cc3e38 -- ___ Python trac

[issue13215] multiprocessing Manager.connect() aggressively retries refused connections

2011-11-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 34fcc0d5c3c5 by Charles-François Natali in branch 'default': Issue #13215: multiprocessing.Connection: don't hammer the remote end with http://hg.python.org/cpython/rev/34fcc0d5c3c5 -- no

[issue12245] Document the meaning of FLT_ROUNDS constants for sys.float_info

2011-11-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset de1ecda2afa2 by Mark Dickinson in branch '2.7': Issue #12245: Document sys.float_info.rounds better. http://hg.python.org/cpython/rev/de1ecda2afa2 New changeset 795c184b0282 by Mark Dickinson in branch '3.2': Is

[issue9530] integer undefined behaviors

2011-11-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 71100ef4f7a2 by Mark Dickinson in branch 'default': Issue #9530: Fix undefined behaviour due to signed overflow in testcapi_long.h. http://hg.python.org/cpython/rev/71100ef4f7a2 -- nosy: +

[issue13338] Not all enumerations used in _Py_ANNOTATE_MEMORY_ORDER

2011-11-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset f855f929bc48 by Petri Lehtinen in branch '3.2': Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDER http://hg.python.org/cpython/rev/f855f929bc48 New changeset c2e588a5237a by Petri Lehtinen in branch 'default

[issue13401] test_argparse fails with root permissions

2011-11-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset ba3da86d1c5d by Victor Stinner in branch '3.2': Close #13401: Skip TestFileTypeW of test_argparse if the current user is root http://hg.python.org/cpython/rev/ba3da86d1c5d New changeset 50e788691eda by Victor Stinner in branch 'd

[issue13441] TestEnUSCollation.test_strxfrm() fails on Solaris

2011-11-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 31baf1363ba1 by Victor Stinner in branch 'default': Issue #13441: Disable temporary strxfrm() tests on Solaris http://hg.python.org/cpython/rev/31baf1363ba1 -- nosy: +python-dev ___ Pyth

[issue13441] TestEnUSCollation.test_strxfrm() fails on Solaris

2011-11-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 78123afb3ea4 by Victor Stinner in branch 'default': Issue #13441: Disable temporary localeconv() tests on Solaris http://hg.python.org/cpython/rev/78123afb3ea4 -- ___ Python trac

[issue13170] distutils2 test failures

2011-11-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset c1b1b537196d by Éric Araujo in branch 'default': Remove usage of stdlib shutil. http://hg.python.org/distutils2/rev/c1b1b537196d -- ___ Python tracker <http://bugs.python.o

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

2011-11-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 723517bf6708 by Éric Araujo in branch 'default': Make test_manifest pass on 2.4 and 2.5 (fixes #11751). http://hg.python.org/distutils2/rev/723517bf6708 -- ___ Python tracker <http://bu

[issue13441] TestEnUSCollation.test_strxfrm() fails on Solaris

2011-11-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset a19dad38d4e8 by Victor Stinner in branch 'default': Issue #13441: _PyUnicode_CheckConsistency() dumps the string if the maximum http://hg.python.org/cpython/rev/a19dad38d4e8 -- ___ Python trac

[issue13441] TestEnUSCollation.test_strxfrm() fails on Solaris

2011-11-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset d1b3b1d00811 by Victor Stinner in branch 'default': Another temporary hack to debug the issue #13441 http://hg.python.org/cpython/rev/d1b3b1d00811 -- ___ Python tracker <http://bu

[issue13441] TestEnUSCollation.test_strxfrm() fails on Solaris

2011-11-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset acda16de630c by Victor Stinner in branch 'default': Remove temporary hacks for the issue #13441 http://hg.python.org/cpython/rev/acda16de630c -- ___ Python tracker <http://bugs.python.o

[issue13441] TestEnUSCollation.test_strxfrm() fails on Solaris

2011-11-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset d6d15fcf5eb6 by Victor Stinner in branch 'default': Issue #13441: Reenable strxfrm() tests on Solaris http://hg.python.org/cpython/rev/d6d15fcf5eb6 -- ___ Python tracker <http://bu

[issue13322] buffered read() and write() does not raise BlockingIOError

2011-11-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset ac2c4c62b486 by Antoine Pitrou in branch '3.2': Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is http://hg.python.org/cpython/rev/ac2c4c62b486 New changeset 3cd1985ed04f by Antoine Pitrou in branch 'default

[issue13417] faster utf-8 decoding

2011-11-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8e6c4acaf530 by Antoine Pitrou in branch 'default': Issue #13417: speed up utf-8 decoding by around 2x for the non-fully-ASCII case. http://hg.python.org/cpython/rev/8e6c4acaf530 -- nosy: +

[issue13411] Hashable memoryviews

2011-11-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 215690b782f8 by Antoine Pitrou in branch 'default': Issue #13411: memoryview objects are now hashable when the underlying object is hashable. http://hg.python.org/cpython/rev/215690b782f8 -- nosy: +

[issue12328] multiprocessing's overlapped PipeConnection on Windows

2011-11-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 08953a04b2e6 by Antoine Pitrou in branch 'default': Issue #12328: Under Windows, refactor handling of Ctrl-C events and http://hg.python.org/cpython/rev/08953a04b2e6 -- nosy: +python-dev

[issue13093] Redundant code in PyUnicode_EncodeDecimal()

2011-11-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset f29d7d597fae by Victor Stinner in branch '3.2': Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() http://hg.python.org/cpython/rev/f29d7d597fae New changeset bc53c11804ab by Victor Stinner in branch 'default': (Mer

[issue13093] Redundant code in PyUnicode_EncodeDecimal()

2011-11-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0cd197f13400 by Victor Stinner in branch '2.7': Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() http://hg.python.org/cpython/rev/0cd197f13400 -- ___ Python tracker <http://bu

[issue13441] TestEnUSCollation.test_strxfrm() fails on Solaris

2011-11-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6f9af4e3c1db by Victor Stinner in branch 'default': Issue #13441: Disable temporary the check on the maximum character until http://hg.python.org/cpython/rev/6f9af4e3c1db -- ___ Python trac

[issue13093] Redundant code in PyUnicode_EncodeDecimal()

2011-11-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 52fecdc1c5d8 by Charles-François Natali in branch 'default': Issue #13093: Perform a real merge. http://hg.python.org/cpython/rev/52fecdc1c5d8 -- ___ Python tracker <http://bugs.python.o

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