summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #26823: fix traceback abbreviation docsNick Coghlan2016-08-162-6/+25
| | | | | | - be clear builtin traceback display was also updated - show example output in What's New - fix versionadded markup
* Add docs for typing.AnyStr and typing.Text. By Michael Lee. (Merge 3.5->3.6)Guido van Rossum2016-08-151-0/+27
|\
| * Add docs for typing.AnyStr and typing.Text. By Michael Lee.Guido van Rossum2016-08-151-0/+27
| |
* | Fix typo in Misc/NEWS.Guido van Rossum2016-08-151-1/+1
| |
* | Issue #27736: Prevent segfault after interpreter re-initialization dueNed Deily2016-08-152-0/+6
| | | | | | | | | | to ref count problem introduced in code for Issue #27038 in 3.6.0a3. Patch by Xiang Zhang.
* | Issue #23968: Make OS X installer build script aware of renamed platformNed Deily2016-08-151-23/+27
| | | | | | | | | | directory and sysconfigdata file name. This is a workaround for 3.6.0a4 pending resolution of other #23968 items.
* | Issue #12345: Add mathemathcal constant tau to math and cmath.Guido van Rossum2016-08-157-2/+23
| | | | | | | | Patch by Lisa Roach. See also PEP 628.
* | Issue #10910: merge from 3.5Ned Deily2016-08-152-1/+14
|\ \ | |/
| * Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround.Ned Deily2016-08-152-1/+7
| | | | | | | | | | The original problem has been fixed in newer versions of FreeBSD. Patch by Dimitry Andric of the FreeBSD project.
| * Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X.Ned Deily2016-08-151-0/+7
| | | | | | | | Patch by Ronald Oussoren.
* | Issue #16764: Support keyword arguments to zlib.decompress(). Patch bySerhiy Storchaka2016-08-155-25/+61
| | | | | | | | Xiang Zhang.
* | Issue #27704: Optimized creating bytes and bytearray from byte-like objectsSerhiy Storchaka2016-08-153-20/+20
| | | | | | | | | | and iterables. Speed up to 3 times for short objects. Original patch by Naoki Inada.
* | Issue #26823: Abbreviate recursive tracebacksNick Coghlan2016-08-156-4/+222
| | | | | | | | | | | | | | | | Large sections of repeated lines in tracebacks are now abbreviated as "[Previous line repeated {count} more times]" by both the traceback module and the builtin traceback rendering. Patch by Emanuel Barry.
* | Update Misc/NEWS.Steven D'Aprano2016-08-151-0/+6
| |
* | merge 3.5Donald Stufft2016-08-143-2/+2
|\ \ | |/
| * merge 3.4Donald Stufft2016-08-143-2/+2
| |\
| | * Update setuptools/pip to 25.2.0/8.1.2Donald Stufft2016-08-143-2/+2
| | |
* | | Issue27573 code.interact prints a message when exiting.Steven D'Aprano2016-08-143-2/+14
| | |
* | | Add versionadded tag to docs for timeit.autorangeSteven D'Aprano2016-08-141-0/+2
| | |
* | | Issue6422 add autorange method to timeit.TimerSteven D'Aprano2016-08-143-13/+69
| | |
* | | Issue #27574: Decreased an overhead of parsing keyword arguments in functionsSerhiy Storchaka2016-08-1436-354/+963
| | | | | | | | | | | | implemented with using Argument Clinic.
* | | merge 3.5 (closes #27760)Benjamin Peterson2016-08-142-9/+17
|\ \ \ | |/ /
| * | merge 3.4 (closes #27760)Benjamin Peterson2016-08-142-9/+17
| |\ \ | | |/
| | * merge 3.3 (closes #27760)Benjamin Peterson2016-08-142-9/+17
| | |\
| | | * fix possible integer overflow in binascii.b2a_qp (closes #27760)Benjamin Peterson2016-08-142-9/+18
| | | | | | | | | | | | | | | | Reported by Thomas E. Hybel
* | | | merge 3.5Benjamin Peterson2016-08-143-0/+14
|\ \ \ \ | |/ / /
| * | | merge 3.4Benjamin Peterson2016-08-143-0/+14
| |\ \ \ | | |/ /
| | * | do not allow reading negative values with getstr()Benjamin Peterson2016-08-143-0/+14
| | | |
* | | | merge 3.5 (closes #27758)Benjamin Peterson2016-08-142-4/+22
|\ \ \ \ | |/ / /
| * | | merge 3.4 (closes #27758)Benjamin Peterson2016-08-142-4/+22
| |\ \ \ | | |/ /
| | * | merge 3.3 (#27758)Benjamin Peterson2016-08-142-4/+22
| | |\ \ | | | |/
| | | * check for overflow in join_append_data (closes #27758)Benjamin Peterson2016-08-142-4/+22
| | | | | | | | | | | | | | | | Reported by Thomas E. Hybel
* | | | Merge: #27753: fix typo (name->named).R David Murray2016-08-131-1/+1
|\ \ \ \ | |/ / /
| * | | #27753: fix typo (name->named).R David Murray2016-08-131-1/+1
| | | |
* | | | mergeRaymond Hettinger2016-08-132-11/+36
|\ \ \ \ | |/ / /
| * | | Issue #27720: Fix error in eng_to_decimal docs and add examples from the ↵Raymond Hettinger2016-08-132-11/+36
| | | | | | | | | | | | | | | | | | | | | | | | specification. (Based on a first draft patch from Evelyn Mitchell.)
* | | | Issue #24637: Merge from 3.5Berker Peksag2016-08-131-8/+9
|\ \ \ \ | |/ / /
| * | | Issue #24637: Document that locals can be any mapping objectBerker Peksag2016-08-131-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This behavior is already tested in test_general_eval in Lib/test/test_builtin.py Patch by Matthew Keeter.
* | | | Issue #24773: Skip system tests for transitions in year 2037 and later.Alexander Belopolsky2016-08-121-3/+5
| | | |
* | | | Merge for issue #27712Brett Cannon2016-08-121-2/+2
|\ \ \ \ | |/ / /
| * | | Issue #27712: Fix some typos in the import docs.Brett Cannon2016-08-121-2/+2
| | | | | | | | | | | | | | | | Thanks to Xiang Zhang for the patch.
* | | | Issue #25805: Skip a test for test_pkgutil when __name__ == __main__.Brett Cannon2016-08-122-0/+4
| | | | | | | | | | | | | | | | Thanks to SilentGhost for the patch.
* | | | mergeRaymond Hettinger2016-08-121-23/+1
|\ \ \ \ | |/ / /
| * | | Issue 27719: Remove a doc example that is not applicable in Python 3Raymond Hettinger2016-08-121-23/+1
| | | |
* | | | Issue #25825: Merge AIX fix from 3.5Martin Panter2016-08-122-3/+6
|\ \ \ \ | |/ / /
| * | | Issue #25825: Fix references to Modules/python.expMartin Panter2016-08-122-3/+6
| | | | | | | | | | | | | | | | These were incorrectly changed in revision 88a532a31eb3.
* | | | Issue #27745: Merge typo fixes from 3.5Martin Panter2016-08-121-4/+4
|\ \ \ \ | |/ / /
| * | | Issue #27745: Fix some typos in Argument Clinic howto, by Lele GaifaxMartin Panter2016-08-121-4/+4
| | | |
* | | | Issue #26741: Merge ResourceWarning fixes from 3.5Martin Panter2016-08-122-2/+13
|\ \ \ \ | |/ / /
| * | | Issue #26741: Clean up subprocess.Popen object in test_pollMartin Panter2016-08-121-1/+2
| | | |