[issue12221] segfaults with unexpanded $Revision$ id's in release candidate tarballs

2011-05-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9c1116e582e3 by Benjamin Peterson in branch '2.7': simply use the Python version for pyexpat.__version__ #12221 http://hg.python.org/cpython/rev/9c1116e582e3 New changeset 9c23efa3f5c7 by Benjamin Peterson in branch '3.1': s

[issue12221] segfaults with unexpanded $Revision$ id's in release candidate tarballs

2011-05-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset f3553d5083f8 by Benjamin Peterson in branch 'default': remove __version__s dependent on subversion keyword expansion (closes #12221) http://hg.python.org/cpython/rev/f3553d5083f8 -- resolution: -> fixed stage: -> co

[issue8578] PyWeakref_GetObject

2011-05-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset a856be6688a6 by Benjamin Peterson in branch '3.2': be extra careful with a borrowed reference when the GIL could be released (closes #8578) http://hg.python.org/cpython/rev/a856be6688a6 -- nosy: +python-dev resolution: ->

[issue12230] test_subprocess.test_pass_fds() failed on x86 Tiger 3.x

2011-06-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 22457ac2c2df by Victor Stinner in branch '3.2': Close #12230: Mac OS X Tiger (10.4) has a kernel bug: sometimes, the file http://hg.python.org/cpython/rev/22457ac2c2df New changeset 566c42b0e750 by Victor Stinner in branch 'defau

[issue12196] add pipe2() to the os module

2011-06-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4124d1f75b93 by Charles-François Natali in branch 'default': Issue #12196: Add a note on os.pipe2() in the "Whats' new in Python 3.3" http://hg.python.org/cpython/rev/4124d1f75b93 -- _

[issue12250] regrtest: make --timeout explicit

2011-06-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset f69a2716d433 by Victor Stinner in branch 'default': Close #12250: Disable the regrtest timeout by default http://hg.python.org/cpython/rev/f69a2716d433 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejec

[issue12196] add pipe2() to the os module

2011-06-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 277bbe6cae53 by Charles-François Natali in branch 'default': Issue #12196: Make test.support's requires_linux_version a decorator. http://hg.python.org/cpython/rev/277bbe6cae53 -- ___

[issue12249] Document working dir for “make html”

2011-06-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4efc9ded0a03 by Éric Araujo in branch '3.2': Document working dir for “make html” (#12249). Patch by Tshepang Lekhonkhobe. http://hg.python.org/cpython/rev/4efc9ded0a03 New changeset 41c918897286 by Éric Araujo in branch 'default

[issue12249] Document working dir for “make html”

2011-06-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 39c29bc8bc35 by Éric Araujo in branch '2.7': Document working dir for “make html” (#12249). Patch by Tshepang Lekhonkhobe. http://hg.python.org/cpython/rev/39c29bc8bc35 -- ___ Python trac

[issue12016] Wrong behavior for '\xff\n'.decode('gb2312', 'ignore')

2011-06-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3610841f7357 by Victor Stinner in branch '3.2': Issue #12016: Reindent decoders of HK and JP codecs http://hg.python.org/cpython/rev/3610841f7357 New changeset aa07c1237f4e by Victor Stinner in branch 'default': (Merge 3.2) Is

[issue12016] Wrong behavior for '\xff\n'.decode('gb2312', 'ignore')

2011-06-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8572bf1b56ec by Victor Stinner in branch '3.2': Issue #12016: Add test_errorhandle() to TestBase_Mapping of http://hg.python.org/cpython/rev/8572bf1b56ec New changeset c3dc94d53ef8 by Victor Stinner in branch 'default': (Mer

[issue12080] decimal.py: performance in _power_exact

2011-06-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset c3fe54781244 by Mark Dickinson in branch 'default': Issue #12080: Fix a performance issue in Decimal._power_exact that causes some corner-case Decimal.__pow__ calls to take an unreasonably long time. http://hg.python.org/cpython/rev/c3

[issue12080] decimal.py: performance in _power_exact

2011-06-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 78d79499e7de by Mark Dickinson in branch '2.7': Issue #12080: Fix a performance issue in Decimal._power_exact that caused some corner-case Decimal.__pow__ calls to take an unreasonably long time. http://hg.python.org/cpython/rev/78

[issue12264] parser.expr(): reference count error if more than one argument is passed

2011-06-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3ffd8dea77bf by Benjamin Peterson in branch 'default': only clear the parser error if it's set (closes #12264) http://hg.python.org/cpython/rev/3ffd8dea77bf -- nosy: +python-dev resolution: -> fixed stage: -> comm

[issue11557] Increase coverage in logging module

2011-06-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 44139ece7a31 by Vinay Sajip in branch 'default': Closes issue #11557: removal of non-idiomatic code in test_logging. http://hg.python.org/cpython/rev/44139ece7a31 -- ___ Python trac

[issue12265] revamp argument errors

2011-06-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 44d46d74ef4f by Benjamin Peterson in branch 'default': greatly improve argument parsing error messages (closes #12265) http://hg.python.org/cpython/rev/44d46d74ef4f -- nosy: +python-dev resolution: -> fixed stage:

[issue12218] Removing wsgiref.egg-info

2011-06-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset cc28bc86d474 by Éric Araujo in branch 'default': Remove wsgiref.egg-info from msi.py (follow-up to d615eb7bce33, #12218) http://hg.python.org/cpython/rev/cc28bc86d474 -- ___ Python trac

[issue11893] Obsolete SSLFakeFile in smtplib?

2011-06-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset b68390b6dbfd by Antoine Pitrou in branch 'default': Issue #11893: Remove obsolete internal wrapper class `SSLFakeFile` in the smtplib module. http://hg.python.org/cpython/rev/b68390b6dbfd -- nosy: +

[issue12040] Expose a Process.sentinel property (and fix polling loop in Process.join())

2011-06-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 568a3ba088e4 by Antoine Pitrou in branch 'default': Issue #12040: Expose a new attribute `sentinel` on instances of http://hg.python.org/cpython/rev/568a3ba088e4 -- nosy: +python-dev ___ Pyth

[issue12196] add pipe2() to the os module

2011-06-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset ba975c7c33d3 by Charles-François Natali in branch 'default': Issue #12196: Make os.pipe2() flags argument mandatory. http://hg.python.org/cpython/rev/ba975c7c33d3 -- ___ Python trac

[issue12274] "Print window" menu on IDLE aborts whole application

2011-06-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0aa3064d1cef by Łukasz Langa in branch '3.2': #12274: use proper escaping for % in IDLE config. http://hg.python.org/cpython/rev/0aa3064d1cef New changeset b410d013e7a8 by Łukasz Langa in branch 'default': #12274: use proper es

[issue11041] On the distutils2 documentation, 'requires-python' shouldn't be documented as *multi

2011-06-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset d8d1bd2c4847 by Éric Araujo in branch 'default': Fix documentation of requires-python field in setup.cfg (#11041) http://hg.python.org/cpython/rev/d8d1bd2c4847 -- nosy: +python-dev ___ Pyth

[issue11092] Setup.cfg isn't packaged when running sdist

2011-06-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5940d2d82dee by Éric Araujo in branch 'default': Fix sdist to always include setup.cfg (#11092), to comply with the spec http://hg.python.org/cpython/rev/5940d2d82dee -- nosy: +python-dev

[issue12019] Dead or buggy code in importlib.test.__main__

2011-06-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5392be94ea65 by Éric Araujo in branch 'default': Kill dead code in importlib.test.__main__ (#12019, reviewed by Brett Cannon) http://hg.python.org/cpython/rev/5392be94ea65 -- nosy: +

[issue9205] Parent process hanging in multiprocessing if children terminate unexpectedly

2011-06-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6d6099f7fe89 by Antoine Pitrou in branch 'default': Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed http://hg.python.org/cpython/rev/6d6099f7fe89 -- nosy: +python-dev

[issue12021] mmap.read requires an argument

2011-06-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 964d0d65a2a9 by Charles-François Natali in branch 'default': Issue #12021: Make mmap's read() method argument optional. Patch by Petri http://hg.python.org/cpython/rev/964d0d65a2a9 -- no

[issue11583] os.path.isdir() is slow on windows

2011-06-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 88e318166eaf by Brian Curtin in branch '3.2': Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat. http://hg.python.org/cpython/rev/88e318166eaf New changeset 567f30527913 by Brian Curtin in branch 'defau

[issue1626300] 'Installing Python Modules' does not work for Windows

2011-06-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2951641faed1 by Éric Araujo in branch '2.7': Add examples that work on Windows to distutils docs (#1626300) http://hg.python.org/cpython/rev/2951641faed1 -- nosy: +python-dev ___ Python trac

[issue1626300] 'Installing Python Modules' does not work for Windows

2011-06-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 072dbebaa83b by Éric Araujo in branch '3.2': Add examples that work on Windows to distutils docs (#1626300) http://hg.python.org/cpython/rev/072dbebaa83b -- ___ Python tracker <http://bu

[issue9312] Fix usage of :option: markup in stdlib ReST docs

2011-06-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 59d785ea0039 by Éric Araujo in branch '3.2': Fix a few misuses of :option: I missed in r86521. http://hg.python.org/cpython/rev/59d785ea0039 -- nosy: +python-dev ___ Python trac

[issue10645] Remove egg-info files in stdlib

2011-06-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset e3f6c10eb590 by Éric Araujo in branch 'default': Stop creating a Python-X.Y.Z-pyX.Y.egg-info file on install (#10645) http://hg.python.org/cpython/rev/e3f6c10eb590 New changeset af7bc95e5b1e by Éric Araujo in branch 'default':

[issue9312] Fix usage of :option: markup in stdlib ReST docs

2011-06-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7164bdfa0b0b by Éric Araujo in branch '2.7': Fix a few misuses of :option: I missed in r86521. http://hg.python.org/cpython/rev/7164bdfa0b0b -- ___ Python tracker <http://bugs.python.

[issue11583] os.path.isdir() is slow on windows

2011-06-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset d40609dd01e0 by Brian Curtin in branch '3.2': Correction to 88e318166eaf - Issue #11583 http://hg.python.org/cpython/rev/d40609dd01e0 New changeset fe813f5711a5 by Brian Curtin in branch '2.7': Correction to f1509fc75435

[issue12168] SysLogHandler incorrectly appends \000 to messages

2011-06-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 260b84851d1f by Vinay Sajip in branch '3.2': Issue #12168: SysLogHandler now allows NUL termination to be controlled using a new 'append_nul' attribute on the handler. http://hg.python.org/cpython/rev/260b84851d1f New chang

[issue10424] better error message from argparse when positionals missing

2011-06-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset cab204a79e09 by R David Murray in branch 'default': #10424: argument names are now included in the missing argument message http://hg.python.org/cpython/rev/cab204a79e09 -- nosy: +python-dev

[issue12283] python3.2 smtplib _quote_periods

2011-06-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 077b016e4a6d by R David Murray in branch '3.2': #12283: Fixed regression in smtplib quoting of leading dots in DATA. http://hg.python.org/cpython/rev/077b016e4a6d New changeset cedceeb45030 by R David Murray in branch 'default

[issue10694] zipfile.py end of central directory detection not robust

2011-06-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7530b141c20f by R David Murray in branch '3.2': #10694: zipfile now ignores garbage at the end of a zipfile. http://hg.python.org/cpython/rev/7530b141c20f New changeset 2e49722c7263 by R David Murray in branch 'default': Merge

[issue8407] expose pthread_sigmask(), pthread_kill(), sigpending() and sigwait() in the signal module

2011-06-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset a5c8b6ebe895 by Victor Stinner in branch 'default': Issue #8407: signal.sigwait() releases the GIL http://hg.python.org/cpython/rev/a5c8b6ebe895 -- ___ Python tracker <http://bugs.python.

[issue9344] please add posix.getgrouplist()

2011-06-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9ebee3211be9 by Ross Lagerwall in branch 'default': Issue #9344: Add os.getgrouplist(). http://hg.python.org/cpython/rev/9ebee3211be9 -- nosy: +python-dev ___ Python tracker <http://bu

[issue12223] Datamodel documentation page: 'operator' where 'operand' should be

2011-06-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3bb5400f5bea by Eli Bendersky in branch '2.7': Issue #12223: Typo fix in datamodel docs http://hg.python.org/cpython/rev/3bb5400f5bea -- nosy: +python-dev ___ Python tracker <http://bu

[issue8407] expose pthread_sigmask(), pthread_kill(), sigpending() and sigwait() in the signal module

2011-06-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset a17710e27ea2 by Victor Stinner in branch 'default': Issue #8407: Make signal.sigwait() tests more reliable http://hg.python.org/cpython/rev/a17710e27ea2 -- ___ Python tracker <http://bu

[issue8407] expose pthread_sigmask(), pthread_kill(), sigpending() and sigwait() in the signal module

2011-06-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 37a87b709403 by Victor Stinner in branch 'default': Issue #8407: write error message on sigwait test failure http://hg.python.org/cpython/rev/37a87b709403 -- ___ Python tracker <http://bu

[issue8407] expose pthread_sigmask(), pthread_kill(), sigpending() and sigwait() in the signal module

2011-06-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 60b1ab4d0cd4 by Victor Stinner in branch 'default': Issue #8407: skip sigwait() tests if pthread_sigmask() is missing http://hg.python.org/cpython/rev/60b1ab4d0cd4 -- ___ Python trac

[issue10801] zipfile.ZipFile().extractall() header mismatch for non-ASCII characters

2011-06-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 33b7428e65b4 by Victor Stinner in branch '3.1': Issue #10801: Fix test_unicode_filenames() of test_zipfile http://hg.python.org/cpython/rev/33b7428e65b4 -- ___ Python tracker <http://bu

[issue12218] Removing wsgiref.egg-info

2011-06-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset c12401a83a13 by Éric Araujo in branch 'default': Remove *.egg-info from Makefile.pre.in (follow-up to d615eb7bce33, #12218) http://hg.python.org/cpython/rev/c12401a83a13 -- ___ Python trac

[issue12246] Warn when trying to install third-party module from an uninstalled checkout

2011-06-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset ff58eec3336b by Éric Araujo in branch 'default': Don’t try to install something when running from uninstalled source (#12246). http://hg.python.org/cpython/rev/ff58eec3336b -- nosy: +

[issue12009] netrc module crashes if netrc file has comment lines

2011-06-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset cb3a77b0f8dd by Benjamin Peterson in branch '2.7': fix regression in netrc comment handling (closes #12009) http://hg.python.org/cpython/rev/cb3a77b0f8dd New changeset 6993910be426 by Benjamin Peterson in branch '2.7': merge

[issue12168] SysLogHandler incorrectly appends \000 to messages

2011-06-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3cf5d61fd6d7 by Vinay Sajip in branch '3.2': Documented change for Issue #12168. http://hg.python.org/cpython/rev/3cf5d61fd6d7 New changeset 6658b9b9f5f3 by Vinay Sajip in branch 'default': Merged documentation change fo

[issue12287] ossaudiodev: stack corruption with FD >= FD_SETSIZE

2011-06-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset d0952a2fb7bd by Charles-François Natali in branch 'default': Issue #12287: In ossaudiodev, check that the device isn't closed in several http://hg.python.org/cpython/rev/d0952a2fb7bd -- no

[issue11595] Miscellaneous bugs in cfg_to_args() utility function

2011-06-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 303e3693d634 by Éric Araujo in branch 'default': Move useful function to packaging.util. http://hg.python.org/cpython/rev/303e3693d634 New changeset 06670bd0e59e by Éric Araujo in branch 'default': Fix assorted bugs in packag

[issue11599] Useless error message when distutils fails compiling

2011-06-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3ba34c03f2fc by Éric Araujo in branch 'default': Adjust logging in packaging.util.spawn (related to #11599) http://hg.python.org/cpython/rev/3ba34c03f2fc -- nosy: +python-dev ___ Python trac

[issue12240] Allow multiple setup_hooks

2011-06-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5f0cd4844061 by Éric Araujo in branch 'default': Allow multiple setup hooks in packaging’s setup.cfg files (#12240). http://hg.python.org/cpython/rev/5f0cd4844061 -- nosy: +python-dev ___ Pyth

[issue9284] inspect.findsource() cannot find source for doctest code

2011-06-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 527c40add91d by Benjamin Peterson in branch '2.7': allow "fake" filenames in findsource (closes #9284) http://hg.python.org/cpython/rev/527c40add91d New changeset 6cc4579dca02 by Benjamin Peterson in branch '3.2&#x

[issue12206] Documentation Std. Library 15.7.5 "LogRecord objects": Parameters: level(currently wrong) -> levelno (correct)

2011-06-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset bb6fe43191c0 by Vinay Sajip in branch '3.2': Issue #12206: documentation for LogRecord constructor updated re. the level argument. http://hg.python.org/cpython/rev/bb6fe43191c0 New changeset 596adf14914c by Vinay Sajip in branch 'd

[issue12320] test_packaging failures

2011-06-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9eecfeaa591a by Éric Araujo in branch 'default': Specify the encoding of the setup.cfg in one packaging test (#12320) http://hg.python.org/cpython/rev/9eecfeaa591a -- nosy: +python-dev

[issue12320] test_packaging failures

2011-06-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0e22c47b47a3 by Éric Araujo in branch 'default': Also specify encoding when reading setup.cfg (#12320) http://hg.python.org/cpython/rev/0e22c47b47a3 -- ___ Python tracker <http://bu

[issue12206] Documentation Std. Library 15.7.5 "LogRecord objects": Parameters: level(currently wrong) -> levelno (correct)

2011-06-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5fbf0d010276 by Vinay Sajip in branch '2.7': Closes #12206: documentation update for LogRecord constructor and Formatter.formatTime. http://hg.python.org/cpython/rev/5fbf0d010276 -- resolution: -> fixed stage: -> co

[issue12316] test_signal: test_sigwait_thread failure on FreeBSD 6.4 buildbot

2011-06-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset d07d0afea9a7 by Victor Stinner in branch 'default': Issue #12316: Fix sigwait() test using threads http://hg.python.org/cpython/rev/d07d0afea9a7 -- nosy: +python-dev ___ Python trac

[issue12084] os.stat() on windows doesn't consider relative symlink

2011-06-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1a3e8db28d49 by Brian Curtin in branch '3.2': Fix #12084. os.stat on Windows wasn't working properly with relative symlinks. http://hg.python.org/cpython/rev/1a3e8db28d49 New changeset c04c55afbf81 by Brian Curtin in branch '

[issue12084] os.stat() on windows doesn't consider relative symlink

2011-06-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 23e14af406df by Brian Curtin in branch 'default': Merge 3.2 - update to the fix for #12084 http://hg.python.org/cpython/rev/23e14af406df -- ___ Python tracker <http://bugs.python.o

[issue12167] test_packaging reference leak

2011-06-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset fd6446a88fe3 by Victor Stinner in branch 'default': Issue #12167: Fix a reafleak in packaging.tests.PyPIServer constructor http://hg.python.org/cpython/rev/fd6446a88fe3 -- ___ Python trac

[issue12351] Update URL for pycrypto project

2011-06-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0cb49ca95109 by Benjamin Peterson in branch '2.7': update link to pycrypto (closes #12351) http://hg.python.org/cpython/rev/0cb49ca95109 New changeset 4d465cef3257 by Benjamin Peterson in branch '3.2': update link to pycrypto

[issue12333] test_packaging failures under Solaris

2011-06-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 276530424350 by Victor Stinner in branch 'default': Issue #12333: restore the previous dir before removing the current directory http://hg.python.org/cpython/rev/276530424350 -- nosy: +

[issue12310] Segfault in test_multiprocessing

2011-06-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset e6e7e42efdc2 by Victor Stinner in branch '3.2': Issue #12310: finalize the old process after _run_after_forkers() http://hg.python.org/cpython/rev/e6e7e42efdc2 New changeset a73e5c1f57d7 by Victor Stinner in branch 'default'

[issue12333] test_packaging failures under Solaris

2011-06-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6e5a9f16d831 by Victor Stinner in branch 'default': Issue #12333: close files before removing the directory http://hg.python.org/cpython/rev/6e5a9f16d831 New changeset 144cea8db9a5 by Victor Stinner in branch 'default': Issue

[issue12133] ResourceWarning in urllib.request

2011-06-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset ad6bdfd7dd4b by Victor Stinner in branch '3.2': Issue #12133: fix a ResourceWarning in urllib.request http://hg.python.org/cpython/rev/ad6bdfd7dd4b New changeset 57a98feb508e by Victor Stinner in branch 'default': (Merge 3.2)

[issue12133] ResourceWarning in urllib.request

2011-06-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 18e6ccc332d5 by Victor Stinner in branch '2.7': Issue #12133: AbstractHTTPHandler.do_open() of urllib.request closes the HTTP http://hg.python.org/cpython/rev/18e6ccc332d5 -- ___ Python trac

[issue10883] urllib: socket is not closed explicitly

2011-06-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset ca18f7f35c28 by Victor Stinner in branch '3.2': Issue #10883: test_urllib2net closes socket explicitly http://hg.python.org/cpython/rev/ca18f7f35c28 New changeset 6d38060f290c by Victor Stinner in branch 'default': (Mer

[issue12313] make install misses test dirs for packaging and email modules

2011-06-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset c9d27c63b45c by R David Murray in branch 'default': #12313: update Makefile.pre.in to account for email tests moving to 'test' dir http://hg.python.org/cpython/rev/c9d27c63b45c

[issue11767] Maildir iterator leaks file descriptors by default

2011-06-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset fea1920ae75f by R David Murray in branch '3.2': #11767: use context manager to close file in __getitem__ to prevent FD leak http://hg.python.org/cpython/rev/fea1920ae75f New changeset 1d7a91358517 by R David Murray in branch '

[issue12167] test_packaging reference leak

2011-06-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 27a70dfc38cc by Éric Araujo in branch 'default': Packaging tests: don’t let an internal cache grow indefinitely. http://hg.python.org/cpython/rev/27a70dfc38cc -- ___ Python trac

[issue11700] mailbox.py proxy updates

2011-06-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset b89d193cbca5 by R David Murray in branch '2.7': #11700: proxy object close methods can now be called multiple times http://hg.python.org/cpython/rev/b89d193cbca5 New changeset 8319db2dd342 by R David Murray in branch '3.2':

[issue11781] test/test_email directory does not get installed by 'make install'

2011-06-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset a6c5da661428 by R David Murray in branch 'default': #11781: update windows build script to account for move of email tests http://hg.python.org/cpython/rev/a6c5da661428 -- nosy: +python-dev

[issue11584] email.decode_header fails if msg.__getitem__ returns Header object

2011-06-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset d62e5682a8ac by R David Murray in branch '3.2': #11584: make decode_header handle Header objects correctly http://hg.python.org/cpython/rev/d62e5682a8ac New changeset ce033d252a6d by R David Murray in branch 'default'

[issue11584] email.decode_header fails if msg.__getitem__ returns Header object

2011-06-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3875ccea6367 by R David Murray in branch '3.2': #11584: make Header and make_header handle binary unknown-8bit input http://hg.python.org/cpython/rev/3875ccea6367 New changeset 9569d8c4c781 by R David Murray in branch 'default'

[issue6771] Curses.wrapper: documentation/implementation error

2011-06-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset dc78ab3f7bc5 by R David Murray in branch '2.7': #6771: fix docs: curses.wrapper is exposed as a function, not a module http://hg.python.org/cpython/rev/dc78ab3f7bc5 New changeset f9b4cfc19264 by R David Murray in branch '3.2&#x

[issue6771] Curses.wrapper: documentation/implementation error

2011-06-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9c96c3adbcd1 by R David Murray in branch 'default': #6771: Move wrapper function into __init__ and eliminate wrapper module http://hg.python.org/cpython/rev/9c96c3adbcd1 -- ___ Python trac

[issue12278] Core mentorship mention in the devguide

2011-06-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 144b12d7bb28 by Nick Coghlan in branch 'default': ACKS update for devguide patch (closes #12278) http://hg.python.org/cpython/rev/144b12d7bb28 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status

[issue11637] Add cwd to sys.path for hooks

2011-06-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset b732b02bd0ba by Éric Araujo in branch 'default': packaging: Add the project directory to sys.path to support local setup hooks. http://hg.python.org/cpython/rev/b732b02bd0ba -- nosy: +

[issue12261] urllib.parse docs still refer to urlparse

2011-06-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4211ace1ff5d by Senthil Kumaran in branch '3.1': Fix closes issue12261 - Minor documention changes in the urllib.parse.rst http://hg.python.org/cpython/rev/4211ace1ff5d New changeset 18f3239b3d48 by Senthil Kumaran in branch '3.2&#

[issue12315] Improve http.client.HTTPResponse.read documentation

2011-06-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset d801b570b1dd by Senthil Kumaran in branch '3.2': Fix closes Issue12315 - Updates to http.client documentation. http://hg.python.org/cpython/rev/d801b570b1dd -- nosy: +python-dev resolution: -> fixed stage: patch review

[issue12370] Use of super overwrites use of __class__ in class namespace

2011-06-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2d62ee4e7d98 by Benjamin Peterson in branch 'default': use a invalid name for the __class__ closure for super() (closes #12370) http://hg.python.org/cpython/rev/2d62ee4e7d98 -- nosy: +python-dev resolution: -> fixed stage:

[issue12359] tutorial: Module search path description is incorrect

2011-06-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6c16a31e0442 by Senthil Kumaran in branch '2.7': Fix issue12359. Minor doc update on import module description. http://hg.python.org/cpython/rev/6c16a31e0442 -- ___ Python trac

[issue12359] tutorial: Module search path description is incorrect

2011-06-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset bf8b4c43fb94 by Senthil Kumaran in branch '3.2': Fix closes Issue12359 - Minor update to module import description. http://hg.python.org/cpython/rev/bf8b4c43fb94 New changeset 8754fd2ff64a by Senthil Kumaran in branch 'default&#

[issue12360] Doc Typo

2011-06-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset d310cc1c3a5d by Senthil Kumaran in branch '3.2': Fix closes issue 12360 - correcting parameter names in asyncore documentation. http://hg.python.org/cpython/rev/d310cc1c3a5d -- nosy: +python-dev resolution: -> fixed stage:

[issue6697] Check that _PyUnicode_AsString() result is not NULL

2011-06-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset b87eac0369b5 by Victor Stinner in branch 'default': Issue #6697: _lsprof: normalizeUserObj() doesn't encode/decode (UTF-8) the http://hg.python.org/cpython/rev/b87eac0369b5 -- no

[issue3067] setlocale error message is confusing

2011-06-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset d370d609d09b by Victor Stinner in branch '2.7': Close #3067: locale.setlocale() accepts a Unicode locale. http://hg.python.org/cpython/rev/d370d609d09b -- nosy: +python-dev resolution: -> fixed stage: test needed -> co

[issue12359] tutorial: Module search path description is incorrect

2011-06-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset a57134dd8688 by Senthil Kumaran in branch '3.2': Fix closes Issue12359 - Removing a confusing sentence from the previous change. http://hg.python.org/cpython/rev/a57134dd8688 New changeset 18ebc7809cb2 by Senthil Kumaran in branch '

[issue12289] http.server.CGIHTTPRequestHandler doesn't check if a Python script is executable

2011-06-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset ecef74419d55 by Victor Stinner in branch 'default': Close #12289: Fix "is executable?" test in the CGI server http://hg.python.org/cpython/rev/ecef74419d55 -- nosy: +python-dev resolution: -> fixed stage: ->

[issue12285] Unexpected behavior for 0 or negative processes in multiprocessing.pool()

2011-06-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1f171dd21bdb by Victor Stinner in branch '3.2': Issue #12285: multiprocessing.Pool() raises a ValueError if the number of http://hg.python.org/cpython/rev/1f171dd21bdb New changeset 1861683793d9 by Victor Stinner in branch 'defau

[issue3067] setlocale error message is confusing

2011-06-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset e72a2a60316f by Victor Stinner in branch '2.7': Revert d370d609d09b as requested by Terry Jan Reedy: http://hg.python.org/cpython/rev/e72a2a60316f -- ___ Python tracker <http://bu

[issue12363] test_signal.test_without_siginterrupt() sporadic failures on FreeBSD 6.4

2011-06-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 968b9ff9a059 by Victor Stinner in branch 'default': Close #12363: fix a race condition in siginterrupt() tests http://hg.python.org/cpython/rev/968b9ff9a059 -- nosy: +python-dev resolution: -> fixed stage: -> committed

[issue12383] subprocess.Popen(..., env={}) fails to pass empty env.

2011-06-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset b5963fceddad by Victor Stinner in branch '3.2': Close #12383: Fix subprocess module with env={}: don't copy the environment http://hg.python.org/cpython/rev/b5963fceddad New changeset 10ecf8576eb2 by Victor Stinner in branch '

[issue12383] subprocess.Popen(..., env={}) fails to pass empty env.

2011-06-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8d46e84cd812 by Victor Stinner in branch '3.2': Issue #12383: skip test_empty_env() if compiled is compiled in shared mode http://hg.python.org/cpython/rev/8d46e84cd812 -- ___ Python trac

[issue12383] subprocess.Popen(..., env={}) fails to pass empty env.

2011-06-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset d1d5a7392e39 by Victor Stinner in branch 'default': (merge 3.2) Issue #12383: skip test_empty_env() if compiled is compiled in http://hg.python.org/cpython/rev/d1d5a7392e39 -- ___ Python trac

[issue1874] email parser does not register a defect for invalid Content-Transfer-Encoding on multipart messages

2011-06-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5a2602939d5d by R David Murray in branch 'default': #1874: detect invalid multipart CTE and report it as a defect. http://hg.python.org/cpython/rev/5a2602939d5d -- nosy: +python-dev ___ Pyth

[issue12383] subprocess.Popen(..., env={}) fails to pass empty env.

2011-06-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset da3af4b131d7 by Victor Stinner in branch '3.2': Issue #12383: fix test_empty_env() of subprocess on Mac OS X http://hg.python.org/cpython/rev/da3af4b131d7 New changeset 29819072855a by Victor Stinner in branch 'default': (mer

[issue12363] test_signal.test_without_siginterrupt() sporadic failures on FreeBSD 6.4

2011-06-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset aff0a7b0cb12 by Victor Stinner in branch 'default': Issue #12363: improve siginterrupt() tests http://hg.python.org/cpython/rev/aff0a7b0cb12 -- ___ Python tracker <http://bugs.python.o

[issue12383] subprocess.Popen(..., env={}) fails to pass empty env.

2011-06-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 52c5f80122dd by Victor Stinner in branch '3.2': Issue #12383: skip test_empty_env() of subprocess on Windows http://hg.python.org/cpython/rev/52c5f80122dd New changeset 93cd98782f47 by Victor Stinner in branch 'default': (mer

[issue12389] typo in urllib: missing space after dot at sentence end

2011-06-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset a0ad25ca772b by R David Murray in branch '2.7': #12389: fix missing space at sentence end. http://hg.python.org/cpython/rev/a0ad25ca772b -- nosy: +python-dev ___ Python tracker <http://bu

<    3   4   5   6   7   8   9   10   11   12   >