summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* merge 3.5 (#27783)Benjamin Peterson2016-08-171-0/+2
|\
| * merge 3.4 (#27783)Benjamin Peterson2016-08-171-0/+2
| |\
| | * merge 3.3 (#27783)Benjamin Peterson2016-08-171-0/+2
| | |\
| | | * rearrange methodcaller_new so that the main error case does not cause uniniti...Benjamin Peterson2016-08-171-0/+2
* | | | Add a missing #Brett Cannon2016-08-161-1/+1
* | | | fix hyperlinkEthan Furman2016-08-161-1/+1
* | | | Issue #25628: Make namedtuple "rename" and "verbose" parameters keyword-only.Raymond Hettinger2016-08-161-0/+3
* | | | merge 3.5 (#27774)Benjamin Peterson2016-08-161-0/+2
|\ \ \ \ | |/ / /
| * | | merge 3.4 (#27774)Benjamin Peterson2016-08-161-0/+2
| |\ \ \ | | |/ /
| | * | merge 3.3 (#27774)Benjamin Peterson2016-08-161-0/+2
| | |\ \ | | | |/
| | | * do not decref value borrowed from list (closes #27774)Benjamin Peterson2016-08-161-0/+2
* | | | merge 3.5 (#27773)Benjamin Peterson2016-08-161-0/+2
|\ \ \ \ | |/ / /
| * | | fix corner cases in the management of server_hostname (closes #27773)Benjamin Peterson2016-08-161-0/+2
* | | | merge 3.5Benjamin Peterson2016-08-161-2/+2
|\ \ \ \ | |/ / /
| * | | merge 3.4Benjamin Peterson2016-08-161-2/+2
| |\ \ \ | | |/ /
| | * | fail when negative values are passed to instr()Benjamin Peterson2016-08-161-2/+2
* | | | Merge from releasing branchNed Deily2016-08-161-1/+13
|\ \ \ \
| * | | | Start 3.6.0bb1Ned Deily2016-08-161-0/+12
| * | | | Version bump for 3.6.0a4v3.6.0a4Ned Deily2016-08-151-1/+1
* | | | | Fix typo in Misc/NEWS.Guido van Rossum2016-08-151-1/+1
|/ / / /
* | | | Issue #27736: Prevent segfault after interpreter re-initialization dueNed Deily2016-08-151-0/+4
* | | | Issue #12345: Add mathemathcal constant tau to math and cmath.Guido van Rossum2016-08-151-0/+3
* | | | Issue #10910: merge from 3.5Ned Deily2016-08-151-0/+4
|\ \ \ \ | |/ / /
| * | | Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround.Ned Deily2016-08-151-0/+4
* | | | Issue #16764: Support keyword arguments to zlib.decompress(). Patch bySerhiy Storchaka2016-08-151-0/+3
* | | | Issue #27704: Optimized creating bytes and bytearray from byte-like objectsSerhiy Storchaka2016-08-151-0/+4
* | | | Issue #26823: Abbreviate recursive tracebacksNick Coghlan2016-08-151-0/+9
* | | | Update Misc/NEWS.Steven D'Aprano2016-08-151-0/+6
* | | | Issue #27574: Decreased an overhead of parsing keyword arguments in functionsSerhiy Storchaka2016-08-141-0/+3
* | | | merge 3.5 (closes #27760)Benjamin Peterson2016-08-141-0/+2
|\ \ \ \ | |/ / /
| * | | merge 3.4 (closes #27760)Benjamin Peterson2016-08-141-0/+2
| |\ \ \ | | |/ /
| | * | merge 3.3 (closes #27760)Benjamin Peterson2016-08-141-0/+2
| | |\ \ | | | |/
| | | * fix possible integer overflow in binascii.b2a_qp (closes #27760)Benjamin Peterson2016-08-141-0/+2
* | | | merge 3.5Benjamin Peterson2016-08-141-0/+3
|\ \ \ \ | |/ / /
| * | | merge 3.4Benjamin Peterson2016-08-141-0/+3
| |\ \ \ | | |/ /
| | * | do not allow reading negative values with getstr()Benjamin Peterson2016-08-141-0/+3
* | | | merge 3.5 (closes #27758)Benjamin Peterson2016-08-141-0/+3
|\ \ \ \ | |/ / /
| * | | merge 3.4 (closes #27758)Benjamin Peterson2016-08-141-0/+3
| |\ \ \ | | |/ /
| | * | merge 3.3 (#27758)Benjamin Peterson2016-08-141-0/+3
| | |\ \ | | | |/
| | | * check for overflow in join_append_data (closes #27758)Benjamin Peterson2016-08-141-0/+3
* | | | Issue #25805: Skip a test for test_pkgutil when __name__ == __main__.Brett Cannon2016-08-121-0/+3
* | | | Issue #25825: Merge AIX fix from 3.5Martin Panter2016-08-121-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #25825: Fix references to Modules/python.expMartin Panter2016-08-121-0/+3
* | | | Issue #27664: Add to concurrent.futures.thread.ThreadPoolExecutor()Gregory P. Smith2016-08-071-0/+3
* | | | Issue #26750: unittest.mock.create_autospec() now works properly forGregory P. Smith2016-08-071-0/+4
|\ \ \ \ | |/ / /
| * | | Issue #26750: unittest.mock.create_autospec() now works properlyGregory P. Smith2016-08-071-0/+3
* | | | Issue #26754: Undocumented support of general bytes-like objectsSerhiy Storchaka2016-08-061-0/+3
* | | | Issue #26800: Undocumented support of general bytes-like objectsSerhiy Storchaka2016-08-061-0/+3
* | | | Add AutoEnum: automatically provides next value if missing. Issue 26988.Ethan Furman2016-08-051-0/+2
* | | | Merge spelling and grammar fixes from 3.5Martin Panter2016-08-051-1/+1
|\ \ \ \ | |/ / /