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
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
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
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
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
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
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
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
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
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
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':
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
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
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
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
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: +
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
--
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
_
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
--
___
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
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
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
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
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
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
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: +
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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: +
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
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 '
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
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
_
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
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
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
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
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
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
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 '
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
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
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
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
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
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 '
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
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: +
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
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
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
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:
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
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
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: +
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
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
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: +
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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':
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
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
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
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':
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
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
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
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
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:
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
8601 - 8700 of 15085 matches
Mail list logo