[issue12692] test_urllib2net is triggering a ResourceWarning

2013-12-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset a43e96695203 by Senthil Kumaran in branch '3.3': Backporing the fix from Issue #12692 http://hg.python.org/cpython/rev/a43e96695203 New changeset 031417ee8351 by Senthil Kumaran in branch 'default': #12692: null merge with 3.3

[issue20031] unittest.TextTestRunner missing run() documentation.

2013-12-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 19464d77ec2e by Michael Foord in branch 'default': Closes issue 20031. Document unittest.TextTestRunner.run method. http://hg.python.org/cpython/rev/19464d77ec2e -- nosy: +python-dev resolution: -> fixed stage: needs patch

[issue6516] reset owner/group to root for distutils tarballs

2013-12-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 83f12a9593db by Zachary Ware in branch 'default': Issue #19544, #6516: check ZLIB_SUPPORT, not zlib (which might not be bound) http://hg.python.org/cpython/rev/83f12a9593db -- ___ Python trac

[issue19544] Port distutils as found in Python 2.7 to Python 3.x.

2013-12-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 83f12a9593db by Zachary Ware in branch 'default': Issue #19544, #6516: check ZLIB_SUPPORT, not zlib (which might not be bound) http://hg.python.org/cpython/rev/83f12a9593db -- ___ Python trac

[issue19619] Blacklist base64, hex, ... codecs from bytes.decode() and str.encode()

2013-12-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0e10367c88ce by Zachary Ware in branch 'default': Issue19619: skip zlib error test when zlib not available http://hg.python.org/cpython/rev/0e10367c88ce -- ___ Python tracker <http://bu

[issue6516] reset owner/group to root for distutils tarballs

2013-12-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2a872126f4a1 by Zachary Ware in branch 'default': Issue #19544, #6516: check ZLIB_SUPPORT, not zlib (which might not be bound) http://hg.python.org/cpython/rev/2a872126f4a1 -- ___ Python trac

[issue19544] Port distutils as found in Python 2.7 to Python 3.x.

2013-12-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2a872126f4a1 by Zachary Ware in branch 'default': Issue #19544, #6516: check ZLIB_SUPPORT, not zlib (which might not be bound) http://hg.python.org/cpython/rev/2a872126f4a1 -- ___ Python trac

[issue20055] On Windows NT 6 with administrator account, there are two failing tests on test_shutil.py

2013-12-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0f888589dbcd by Antoine Pitrou in branch '3.3': Issue #20055: Fix test_shutil under Windows with symlink privileges held. http://hg.python.org/cpython/rev/0f888589dbcd New changeset 6fd3d473e1c2 by Antoine Pitrou in branch 'default

[issue18829] csv produces confusing error message when passed a non-string delimiter

2014-01-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0daf7f02c97f by Victor Stinner in branch '3.3': Issue #18829: Add tests for the csv module for invalid characters (delimiter, http://hg.python.org/cpython/rev/0daf7f02c97f New changeset ccb52323039f by Victor Stinner in branch 'defau

[issue19728] PEP 453: enable pip by default in the Windows binary installers

2014-01-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4c7b3e7fd4ca by Martin v. Löwis in branch 'default': Issue #19728: Enable pip installation by default on Windows. http://hg.python.org/cpython/rev/4c7b3e7fd4ca -- ___ Python trac

[issue20101] Determine correct behavior for time functions on Windows

2014-01-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 82df66a091da by Zachary Ware in branch '3.3': Issue #20101: Allow test_monotonic to pass on Windows machines on which http://hg.python.org/cpython/rev/82df66a091da New changeset e2a1400b7db9 by Zachary Ware in branch 'default':

[issue20108] cannot pass kwarg `func` to `inspect.getcallargs`

2014-01-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset b0d472e3ff42 by Benjamin Peterson in branch '3.3': avoid parameter name clash (closes #20108) http://hg.python.org/cpython/rev/b0d472e3ff42 New changeset c265675cd8e2 by Benjamin Peterson in branch 'default': merge 3.3

[issue17282] document the defaultTest parameter to unittest.main()

2014-01-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 045e7a587f3c by R David Murray in branch '3.3': #17282: Document unittest.main defaultTest argument. http://hg.python.org/cpython/rev/045e7a587f3c New changeset 69b5f6924553 by R David Murray in branch '2.7': #17282: Do

[issue15132] Let unittest.TestProgram()'s defaultTest argument be a list

2014-01-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1bbf8c263d3c by R David Murray in branch 'default': Merge and update #17282: Document unittest.main defaultTest argument. http://hg.python.org/cpython/rev/1bbf8c263d3c -- ___ Python trac

[issue20110] Misleading word used for __annotations__

2014-01-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 203ca77ea819 by Benjamin Peterson in branch '3.3': correct word for __annotations__ doc (closes #20110) http://hg.python.org/cpython/rev/203ca77ea819 New changeset 3e75f649e93b by Benjamin Peterson in branch 'default': mer

[issue20111] pathlib.PurePath.with_suffix() allows creation of otherwise impossible paths

2014-01-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef2b2ddd27c8 by Antoine Pitrou in branch 'default': Issue #20111: pathlib.Path.with_suffix() now sanity checks the given suffix. http://hg.python.org/cpython/rev/ef2b2ddd27c8 -- nosy: +

[issue18585] Add a text truncation function

2014-01-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 536a2cf5f1d2 by Daniel Holth in branch 'default': Issue #18585: speed zipfile import by only generating zipfile._ZipDecryptor on demand http://hg.python.org/cpython/rev/536a2cf5f1d2 --

[issue20097] Bad use of `self` in importlib

2014-01-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7dbb4c6cd30e by Eric Snow in branch 'default': Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder. http://hg.python.org/cpython/rev/7dbb4c6cd30e -- nosy: +python-dev _

[issue18294] zlib module is not completly 64-bit safe

2014-01-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0cca6c5513d2 by Victor Stinner in branch 'default': Issue #18294: Fix uint_converter() in zlibmodule.c, fix the "> UINT_MAX" check http://hg.python.org/cpython/rev/0cca6c5513d2 -- ___

[issue16113] SHA-3 (Keccak) support may need to be removed before 3.4

2014-01-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 52350d325b41 by Martin v. Löwis in branch 'default': * Issue #16113: Remove sha3 module again. http://hg.python.org/cpython/rev/52350d325b41 -- ___ Python tracker <http://bugs.python.o

[issue17460] Remove the strict and related params completely removing the 0.9 support

2014-01-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset f9bb9c11363a by R David Murray in branch 'default': whatsnew: porting note for HTTP[S]Connection strict parameter removal. http://hg.python.org/cpython/rev/f9bb9c11363a -- ___ Python trac

[issue19526] Review additions to the stable ABI of Python 3.4

2014-01-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 15bad3abfac9 by Martin v. Löwis in branch 'default': Issue #19526: Exclude all new API from the stable ABI. http://hg.python.org/cpython/rev/15bad3abfac9 -- ___ Python tracker <http://bu

[issue20118] test_imaplib test_linetoolong fails on 2.7 in SSL test on some buildbots

2014-01-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset d7ae948d9eee by R David Murray in branch '2.7': #16039/#20118: temporarily skip failing imaplib SSL test. http://hg.python.org/cpython/rev/d7ae948d9eee -- nosy: +python-dev ___ Python trac

[issue16039] imaplib: unlimited readline() from connection

2014-01-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset d7ae948d9eee by R David Murray in branch '2.7': #16039/#20118: temporarily skip failing imaplib SSL test. http://hg.python.org/cpython/rev/d7ae948d9eee -- ___ Python tracker <http://bu

[issue17432] PyUnicode_ functions not accessible in Limited API on Windows

2014-01-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset ea0aa3e32ab5 by Martin v. Löwis in branch '3.3': Issue #17432: Drop UCS2 from names of Unicode functions in python3.def. http://hg.python.org/cpython/rev/ea0aa3e32ab5 New changeset 0ea09c824d9b by Martin v. Löwis in branch 'default&#

[issue15027] Faster UTF-32 encoding

2014-01-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset b72c5573c5e7 by Serhiy Storchaka in branch 'default': Issue #15027: Rewrite the UTF-32 encoder. It is now 1.6x to 3.5x faster. http://hg.python.org/cpython/rev/b72c5573c5e7 -- nosy: +

[issue19976] Argument Clinic: generate second arg for METH_NOARGS

2014-01-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset c4ababa110a2 by Larry Hastings in branch 'default': Issue #19976: Argument Clinic METH_NOARGS functions now always http://hg.python.org/cpython/rev/c4ababa110a2 -- nosy: +python-dev ___ Pyth

[issue19659] Document Argument Clinic

2014-01-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset e2280bf5c263 by Larry Hastings in branch 'default': Issue #19659: Added documentation for Argument Clinic. http://hg.python.org/cpython/rev/e2280bf5c263 -- nosy: +python-dev ___ Python trac

[issue15027] Faster UTF-32 encoding

2014-01-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1e345924f7ea by Serhiy Storchaka in branch 'default': Reverted changeset b72c5573c5e7 (issue #15027). http://hg.python.org/cpython/rev/1e345924f7ea -- ___ Python tracker <http://bu

[issue19708] Check pkgutil for anything missing for PEP 451

2014-01-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset acebe574ab08 by Eric Snow in branch 'default': Issue #19708: Update pkgutil to use the new importer APIs. http://hg.python.org/cpython/rev/acebe574ab08 -- nosy: +python-dev ___ Python trac

[issue19713] Deprecate various things in importlib thanks to PEP 451

2014-01-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset a18c1a4cf30a by Eric Snow in branch 'default': Issue #19713: Move away from using find_module/load_module. http://hg.python.org/cpython/rev/a18c1a4cf30a -- ___ Python tracker <http://bu

[issue19927] Path-based loaders lack a meaningful __eq__() implementation.

2014-01-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset a72a0e4dad20 by Eric Snow in branch 'default': Issue #19927: Add __eq__ to path-based loaders in importlib. http://hg.python.org/cpython/rev/a72a0e4dad20 -- nosy: +python-dev ___ Python trac

[issue20123] pydoc.synopsis fails to load binary modules

2014-01-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset d6c3fb8d5f84 by Eric Snow in branch 'default': Issue 20123: Fix pydoc.synopsis() for "binary" modules. http://hg.python.org/cpython/rev/d6c3fb8d5f84 -- nosy: +python-dev ___ P

[issue20123] pydoc.synopsis fails to load binary modules

2014-01-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset ff3be21338d5 by Eric Snow in branch 'default': Issue 20123: try using a different builtin module in a pydoc test. http://hg.python.org/cpython/rev/ff3be21338d5 -- ___ Python trac

[issue20123] pydoc.synopsis fails to load binary modules

2014-01-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset efcf163d04f5 by Eric Snow in branch 'default': Issue 20123: Disable a problematic test. http://hg.python.org/cpython/rev/efcf163d04f5 -- ___ Python tracker <http://bugs.python.o

[issue19995] %c, %o, %x, %X accept non-integer values instead of raising an exception

2014-01-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2f81f0e331f6 by Ethan Furman in branch 'default': Issue19995: %o, %x, %X now only accept ints http://hg.python.org/cpython/rev/2f81f0e331f6 -- nosy: +python-dev ___ Python trac

[issue1065986] Fix pydoc crashing on unicode strings

2014-01-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset bf077fc97fdd by R David Murray in branch '2.7': #1065986: Make pydoc handle unicode strings. http://hg.python.org/cpython/rev/bf077fc97fdd -- nosy: +python-dev ___ Python tracker <http://bu

[issue1065986] Fix pydoc crashing on unicode strings

2014-01-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset e57660acc6d4 by R David Murray in branch '2.7': #1065986: add missing error handler in pydoc unicode fix. http://hg.python.org/cpython/rev/e57660acc6d4 -- ___ Python tracker <http://bu

[issue19081] zipimport behaves badly when the zip file changes while the process is running

2014-01-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8dbf8edb7128 by Gregory P. Smith in branch '2.7': Fixes issue19081: When a zipimport .zip file in sys.path being imported http://hg.python.org/cpython/rev/8dbf8edb7128 New changeset 90a99059aa36 by Gregory P. Smith in branch '2.7&#

[issue20142] Argument Clinic: Py_buffer parameters are not initialized

2014-01-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 16ff19d1d367 by Larry Hastings in branch 'default': Issue #20142: Py_buffer variables generated by Argument Clinic are now http://hg.python.org/cpython/rev/16ff19d1d367 -- nosy: +python-dev

[issue20143] Argument Clinic: negative line numbers

2014-01-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9c8d31d69044 by Larry Hastings in branch 'default': Issue #20143: The line numbers reported in Argument Clinic errors are http://hg.python.org/cpython/rev/9c8d31d69044 -- nosy: +python-dev

[issue20154] Deadlock in asyncio.StreamReader.readexactly()

2014-01-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 54d32e01bbfd by Guido van Rossum in branch 'default': asyncio: Fix deadlock in readexactly(). Fixes issue #20154. http://hg.python.org/cpython/rev/54d32e01bbfd -- nosy: +python-dev ___ Pyth

[issue19713] Deprecate various things in importlib thanks to PEP 451

2014-01-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 37caaf21f827 by Eric Snow in branch 'default': Issue 19713: Add PEP 451-related deprecations. http://hg.python.org/cpython/rev/37caaf21f827 -- ___ Python tracker <http://bugs.python.o

[issue19703] Update pydoc to PEP 451

2014-01-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset f67ccb4490ea by Eric Snow in branch 'default': Issue #19703: Update pydoc to use the new importer APIs. http://hg.python.org/cpython/rev/f67ccb4490ea -- nosy: +python-dev ___ Python trac

[issue19081] zipimport behaves badly when the zip file changes while the process is running

2014-01-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset e09644eb6b20 by Gregory P. Smith in branch '2.7': Should fix the issue19081 fix on Windows. Don't let the previous http://hg.python.org/cpython/rev/e09644eb6b20 -- ___ Python

[issue20162] Test test_hash_distribution fails on RHEL 6.5 / ppc64

2014-01-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 81f8b4744f1a by Victor Stinner in branch 'default': Issue #20162: test_hash_distribution() uses subTest() to mention the prefix in http://hg.python.org/cpython/rev/81f8b4744f1a -- nosy: +

[issue20096] Mention modernize and future in Python 2/3 porting HOWTO

2014-01-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset e4d98ed54c53 by Brett Cannon in branch 'default': Issue #20096: Update the Python 2/3 porting HOWTO to focus on http://hg.python.org/cpython/rev/e4d98ed54c53 -- nosy: +python-dev ___ Pyth

[issue20072] Ttk tests fail when wantobjects is false

2014-01-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2d81d0d42ae2 by Serhiy Storchaka in branch '3.3': Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. http://hg.python.org/cpython/rev/2d81d0d42ae2 New changeset 1628cd94db52 by Serhiy Storchaka in branch '

[issue20144] Argument Clinic doesn't support named constants as default values

2014-01-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset c96dba33f019 by Larry Hastings in branch 'default': Issue #20144: Argument Clinic now supports simple constants as parameter http://hg.python.org/cpython/rev/c96dba33f019 -- nosy: +python-dev

[issue20141] Argument Clinic: broken support for 'O!'

2014-01-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset ddb5cd3e0860 by Larry Hastings in branch 'default': Issue #20141: Improved Argument Clinic's support for the PyArg_Parse "O!" http://hg.python.org/cpython/rev/ddb5cd3e0860 -- nosy: +python-dev _

[issue20157] Argument Clinic generates wrong keyword parameter name for "default"

2014-01-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset f61c63ec4e70 by Larry Hastings in branch 'default': Issue #20157: When Argument Clinic renames a parameter because its name http://hg.python.org/cpython/rev/f61c63ec4e70 -- nosy: +python-dev

[issue19273] Update PCbuild/readme.txt

2014-01-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset e8307cf23af4 by Larry Hastings in branch 'default': Issue #19273: The marker comments Argument Clinic uses have been changed http://hg.python.org/cpython/rev/e8307cf23af4 -- ___ Python trac

[issue19719] add importlib.abc.SpecLoader and SpecFinder

2014-01-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 21786a7f8036 by Brett Cannon in branch 'default': Issue #19719: Update various finder and loader ABCs such that their http://hg.python.org/cpython/rev/21786a7f8036 -- nosy: +python-dev ___ Pyth

[issue12837] Patch for issue #12810 removed a valid check on socket ancillary data

2014-01-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 407c9c297ff7 by Brett Cannon in branch 'default': Issue #12837: Silence a Clang compiler warning on OS X. http://hg.python.org/cpython/rev/407c9c297ff7 -- ___ Python tracker <http://bu

[issue19723] Argument Clinic should add markers for humans

2014-01-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset aa153113d273 by Zachary Ware in branch 'default': Issue #19723: Fix issue number typo in Misc/NEWS http://hg.python.org/cpython/rev/aa153113d273 -- nosy: +python-dev ___ Python trac

[issue19723] Argument Clinic should add markers for humans

2014-01-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset e634b377d5cc by Larry Hastings in branch 'default': Issue #19723: Missed one conversion to the new Argument Clinic syntax. http://hg.python.org/cpython/rev/e634b377d5cc -- ___ Python trac

[issue19081] zipimport behaves badly when the zip file changes while the process is running

2014-01-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2807a5f011e4 by Gregory P. Smith in branch '3.3': Fixes Issue #19081: When a zipimport .zip file in sys.path being imported from http://hg.python.org/cpython/rev/2807a5f011e4 New changeset 20b77ff040b6 by Gregory P. Smith in branch '

[issue19081] zipimport behaves badly when the zip file changes while the process is running

2014-01-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5609135c6e86 by Gregory P. Smith in branch '2.7': cleanup for the issue 19081 fix - pull the file open and close outside of the http://hg.python.org/cpython/rev/5609135c6e86 -- ___ Python trac

[issue19713] Deprecate various things in importlib thanks to PEP 451

2014-01-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset c0b0e7aef360 by Eric Snow in branch 'default': Issue 19713: Remove PEP 451-related code that should have been factored out. http://hg.python.org/cpython/rev/c0b0e7aef360 -- ___ Python trac

[issue20113] os.readv() and os.writev() don't raise an OSError on readv()/writev() failure

2014-01-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1437f499024d by Victor Stinner in branch '3.3': Issue #20113: os.readv() and os.writev() now raise an OSError exception on http://hg.python.org/cpython/rev/1437f499024d New changeset cd50efdce294 by Victor Stinner in branch 'defau

[issue20113] os.readv() and os.writev() don't raise an OSError on readv()/writev() failure

2014-01-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1993a8ec3f19 by Victor Stinner in branch '3.3': Issue #20113: Fix test_posix on OpenIndiana http://hg.python.org/cpython/rev/1993a8ec3f19 New changeset f1f707dd7cae by Victor Stinner in branch 'default': (Merge 3.3) Issue #2011

[issue20078] zipfile - ZipExtFile.read goes into 100% CPU infinite loop on maliciously binary edited zips

2014-01-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0cf1defd5ac4 by Serhiy Storchaka in branch '3.3': Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU http://hg.python.org/cpython/rev/0cf1defd5ac4 New changeset 79ea4ce431b1 by Serhiy Storchaka in branch 'default

[issue18960] First line can be executed twice

2014-01-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1bdcaf6c0eb5 by Serhiy Storchaka in branch '3.3': Issue #18960: Fix bugs with Python source code encoding in the second line. http://hg.python.org/cpython/rev/1bdcaf6c0eb5 New changeset 04c05e408cbd by Serhiy Storchaka in branch '

[issue18960] First line can be executed twice

2014-01-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 875a514671dd by Serhiy Storchaka in branch '3.3': Do not reset the line number because we already set file position to correct http://hg.python.org/cpython/rev/875a514671dd New changeset 2af308f79727 by Serhiy Storchaka in branch 'd

[issue20207] Disable SSLv2 in Python 2.x

2014-01-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 163c09041280 by Antoine Pitrou in branch '2.7': Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly asked for. http://hg.python.org/cpython/rev/163c09041280 -- nosy: +

[issue20207] Disable SSLv2 in Python 2.x

2014-01-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 613b403ca9f1 by Antoine Pitrou in branch '3.3': Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly asked for. http://hg.python.org/cpython/rev/613b403ca9f1 New changeset e02288de43ed by Antoine Pitrou in branc

[issue13107] Text width in optparse.py can become negative

2014-01-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 779de7b4909b by Serhiy Storchaka in branch '2.7': Issue #13107: argparse and optparse no longer raises an exception when output http://hg.python.org/cpython/rev/779de7b4909b New changeset c6c30b682e14 by Serhiy Storchaka in branch &#

[issue20152] Derby #15: Convert 50 sites to Argument Clinic across 9 files

2014-01-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1f3242fb0c9c by Brett Cannon in branch 'default': Issue #20152: import.c now uses Argument Clinic. http://hg.python.org/cpython/rev/1f3242fb0c9c -- nosy: +python-dev ___ Python trac

[issue20200] Argument Clinic howto: custom self_converter example broken

2014-01-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5a8301002f5a by Zachary Ware in branch 'default': Closes #20200: Argument Clinic custom converter example should be in a http://hg.python.org/cpython/rev/5a8301002f5a -- nosy: +python-dev resolution: -> fixed stage:

[issue19886] Better estimated memory requirements for bigmem tests

2014-01-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset aee672ba9c38 by Serhiy Storchaka in branch '2.7': Issue #19886: Use better estimated memory requirements for bigmem tests. http://hg.python.org/cpython/rev/aee672ba9c38 New changeset 2ca26065fb00 by Serhiy Storchaka in branch '3.3

[issue19804] test_uuid.TestUUID.test_find_mac() fails

2014-01-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 34ae4333d3bf by Serhiy Storchaka in branch '2.7': Issue #19804: The test_find_mac test in test_uuid is now skipped if the http://hg.python.org/cpython/rev/34ae4333d3bf New changeset 201077b57fe0 by Serhiy Storchaka in branch '3.3

[issue20086] test_locale fails on PPC64 PowerLinux

2014-01-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3696b9ae6b17 by Serhiy Storchaka in branch '2.7': Issue #20086: Output more details when test_getsetlocale_issue1813 is failed. http://hg.python.org/cpython/rev/3696b9ae6b17 -- nosy: +

[issue20217] Build failure in posixmodule.c with SCHED_SPORADIC available

2014-01-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4f74ea7eba03 by Benjamin Peterson in branch '3.3': fix build when SCHED_SPORADIC is defined (closes #20217) http://hg.python.org/cpython/rev/4f74ea7eba03 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejec

[issue6157] Tkinter.Text: changes for bbox, debug, and edit methods.

2014-01-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7dab4feec126 by Serhiy Storchaka in branch '2.7': tkinter.Text.debug() now always returns 0/1. http://hg.python.org/cpython/rev/7dab4feec126 New changeset 05e84d3ecd1e by Serhiy Storchaka in branch '3.3': tkinter.Text.debug() no

[issue19097] bool(cgi.FieldStorage(...)) may be False unexpectedly

2014-01-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2d6e7a5659f0 by Senthil Kumaran in branch '2.7': Adding test coverage for cgi.FieldStorage based on the scenario mentioned in issue #19097 http://hg.python.org/cpython/rev/2d6e7a5659f0 -- nosy: +

[issue19092] ExitStack.__exit__ incorrectly suppresses exceptions in __exit__ callbacks of inner context managers

2014-01-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset a3e49868cfd0 by Senthil Kumaran in branch '3.3': Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an http://hg.python.org/cpython/rev/a3e49868cfd0 New changeset 1638360eea41 by Senthil Kumaran in branch 'defau

[issue19995] %c, %o, %x, %X accept non-integer values instead of raising an exception

2014-01-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 22e55bd5583c by Ethan Furman in branch 'default': Issue19995: issue deprecation warning for non-integer values to %c, %o, %x, %X http://hg.python.org/cpython/rev/22e55bd5583c -- ___ Python trac

[issue20138] wsgiref on Python 3.x incorrectly implements URL handling causing mangled Unicode

2014-01-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 29732b43ccf2 by Serhiy Storchaka in branch '3.3': Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri() http://hg.python.org/cpython/rev/29732b43ccf2 New changeset 73781fe1daa2 by Serhiy Storchaka in branch 'default

[issue19995] %c, %o, %x, %X accept non-integer values instead of raising an exception

2014-01-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset cc8b21988efb by Ethan Furman in branch 'default': Issue19995: fixed typo; switched from test.support.check_warnings to assertWarns http://hg.python.org/cpython/rev/cc8b21988efb -- ___ Pyth

[issue20196] Argument Clinic generates invalid code for optional parameter

2014-01-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 250b481a0d28 by Larry Hastings in branch 'default': Issue #20196: Fixed a bug where Argument Clinic did not generate correct http://hg.python.org/cpython/rev/250b481a0d28 -- nosy: +python-dev

[issue20214] Argument Clinic rollup fixes

2014-01-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3eee3967d03f by Larry Hastings in branch 'default': Issue #20214: Fixed a number of small issues and documentation errors in http://hg.python.org/cpython/rev/3eee3967d03f -- nosy: +python-dev

[issue20228] Argument Clinic should understand Python special methods

2014-01-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset bc5f257f5cc1 by Larry Hastings in branch 'default': Issue #20228: Argument Clinic now has special support for class special http://hg.python.org/cpython/rev/bc5f257f5cc1 -- nosy: +python-dev

[issue19082] Lib/xmlrpc/client.py demo code points to the dead server

2014-01-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1730f4a97cbb by Senthil Kumaran in branch '2.7': Issue #19082: Working SimpleXMLRPCServer and xmlrpclib examples, both in modules and documentation. http://hg.python.org/cpython/rev/1730f4a97cbb New changeset 72560f9bb2a2 by Senthil

[issue20206] email quoted-printable encoding issue

2014-01-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4c5b1932354b by R David Murray in branch '3.3': #20206, #5803: more efficient algorithm that doesn't truncate output. http://hg.python.org/cpython/rev/4c5b1932354b New changeset b6c3fc21286f by R David Murray in branch 'de

[issue5803] email/quoprimime: encode and decode are very slow on large messages

2014-01-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4c5b1932354b by R David Murray in branch '3.3': #20206, #5803: more efficient algorithm that doesn't truncate output. http://hg.python.org/cpython/rev/4c5b1932354b New changeset b6c3fc21286f by R David Murray in branch 'de

[issue20236] Invalid inline markup in xml document.

2014-01-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset fb1dd44d1f76 by R David Murray in branch '3.3': #20236: Fix sphinx markup. http://hg.python.org/cpython/rev/fb1dd44d1f76 New changeset 60163fc72017 by R David Murray in branch 'default': Merge #20236: Fix sphinx markup. http://h

[issue20229] platform.py uses deprecated feature of plistlib

2014-01-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset cd728dc893c9 by Ned Deily in branch 'default': Issue #20229: Avoid plistlib deprecation warning in platform.mac_ver(). http://hg.python.org/cpython/rev/cd728dc893c9 -- nosy: +python-dev

[issue20242] logging style parameter does not work correctly

2014-01-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset e7fcf0d8008f by Vinay Sajip in branch '3.3': Issue #20242: Fixed basicConfig() format strings for the alternative formatting styles. http://hg.python.org/cpython/rev/e7fcf0d8008f New changeset c1605d24fb35 by Vinay Sajip in branc

[issue20246] buffer overflow in socket.recvfrom_into

2014-01-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 87673659d8f7 by Benjamin Peterson in branch '2.7': complain when nbytes > buflen to fix possible buffer overflow (closes #20246) http://hg.python.org/cpython/rev/87673659d8f7 New changeset 715fd3d8ac93 by Benjamin Peterson in branch &#

[issue20250] defaultdict docstring neglects the *args

2014-01-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset d46bf7835b45 by Benjamin Peterson in branch '3.3': correct defaultdict signature in docstring (closes #20250) http://hg.python.org/cpython/rev/d46bf7835b45 New changeset 950f1e83bb56 by Benjamin Peterson in branch '2.7':

[issue20251] socket.recvfrom_into crash with empty buffer

2014-01-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8712efe02dcc by Benjamin Peterson in branch '3.3': remove overly strict assertion (closes #20251) http://hg.python.org/cpython/rev/8712efe02dcc New changeset ab9556830560 by Benjamin Peterson in branch 'default': mer

[issue20251] socket.recvfrom_into crash with empty buffer

2014-01-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3881211cbb19 by Benjamin Peterson in branch '2.7': remove overly strict assertion (closes #20251) http://hg.python.org/cpython/rev/3881211cbb19 New changeset 1885e1768ff9 by Benjamin Peterson in branch '2.7': add

[issue20258] Python documentation build fails with "markupsafe module cannot be found"

2014-01-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 92fe1cd256f1 by Georg Brandl in branch '3.3': Closes #20258: Sphinx toolchain: move back to Jinja2 2.3.1 with support for Py2.5. http://hg.python.org/cpython/rev/92fe1cd256f1 -- nosy: +python-dev resolution: -> fixed stage

[issue20253] Typo in ipaddress document

2014-01-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4f8ad9a4193f by Zachary Ware in branch '3.3': Issue #20253: Fixed a typo in the ipaddress docs that advertised an http://hg.python.org/cpython/rev/4f8ad9a4193f New changeset 2f54b55fcbfa by Zachary Ware in branch 'default':

[issue20255] Doc/about: update a bit

2014-01-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 74d138cfe564 by Zachary Ware in branch '2.7': Issue #20255: Update the about and bugs pages. http://hg.python.org/cpython/rev/74d138cfe564 New changeset 956b8afdaa3e by Zachary Ware in branch '3.3': Issue #20255: Update the

[issue16612] Integrate "Argument Clinic" into CPython trunk

2014-01-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset f35b3a86ade3 by Meador Inge in branch 'default': Fix minor bug in dict.__contains__ docstring. http://hg.python.org/cpython/rev/f35b3a86ade3 -- ___ Python tracker <http://bugs.python.o

[issue20268] Argument Clinic: support cloning existing functions

2014-01-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 565773aabafb by Larry Hastings in branch 'default': Issue #20268: Argument Clinic now supports cloning the parameters http://hg.python.org/cpython/rev/565773aabafb -- nosy: +python-dev ___ Pyth

[issue14455] plistlib unable to read json and binary plist files

2014-01-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1a8149ba3000 by Ronald Oussoren in branch 'default': Issue #14455: Fix some issues with plistlib http://hg.python.org/cpython/rev/1a8149ba3000 -- ___ Python tracker <http://bugs.python.o

[issue20235] Argument Clinic: recover a bit more gracefully from exceptions

2014-01-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset acd31653e3b4 by Georg Brandl in branch 'default': Closes #20235: Report file and line on unexpected exceptions in Argument Clinic. http://hg.python.org/cpython/rev/acd31653e3b4 -- nosy: +python-dev resolution: -> fixed stage:

[issue19936] Executable permissions of Python source files

2014-01-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9062a8695c89 by Stefan Krah in branch '3.3': Issue #19936: Disable shebang lines in order to prevent using a random http://hg.python.org/cpython/rev/9062a8695c89 -- nosy: +python-dev ___ Pyth

<    82   83   84   85   86   87   88   89   90   91   >