Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start 3.6.0bb1 | Ned Deily | 2016-08-16 | 2 | -1/+13 |
* | Added tag v3.6.0a4 for changeset 017cf260936b | Ned Deily | 2016-08-15 | 1 | -0/+1 |
* | Version bump for 3.6.0a4v3.6.0a4 | Ned Deily | 2016-08-15 | 3 | -4/+4 |
* | Update pydoc topics for 3.6.0a4 | Ned Deily | 2016-08-15 | 1 | -27/+105 |
* | Issue #27736: Prevent segfault after interpreter re-initialization due | Ned Deily | 2016-08-15 | 2 | -0/+6 |
* | Issue #23968: Make OS X installer build script aware of renamed platform | Ned Deily | 2016-08-15 | 1 | -23/+27 |
* | Issue #12345: Add mathemathcal constant tau to math and cmath. | Guido van Rossum | 2016-08-15 | 7 | -2/+23 |
* | Issue #10910: merge from 3.5 | Ned Deily | 2016-08-15 | 2 | -1/+14 |
|\ | |||||
| * | Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. | Ned Deily | 2016-08-15 | 2 | -1/+7 |
| * | Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X. | Ned Deily | 2016-08-15 | 1 | -0/+7 |
* | | Issue #16764: Support keyword arguments to zlib.decompress(). Patch by | Serhiy Storchaka | 2016-08-15 | 5 | -25/+61 |
* | | Issue #27704: Optimized creating bytes and bytearray from byte-like objects | Serhiy Storchaka | 2016-08-15 | 3 | -20/+20 |
* | | Issue #26823: Abbreviate recursive tracebacks | Nick Coghlan | 2016-08-15 | 6 | -4/+222 |
* | | Update Misc/NEWS. | Steven D'Aprano | 2016-08-15 | 1 | -0/+6 |
* | | merge 3.5 | Donald Stufft | 2016-08-14 | 3 | -2/+2 |
|\ \ | |/ | |||||
| * | merge 3.4 | Donald Stufft | 2016-08-14 | 3 | -2/+2 |
| |\ | |||||
| | * | Update setuptools/pip to 25.2.0/8.1.2 | Donald Stufft | 2016-08-14 | 3 | -2/+2 |
* | | | Issue27573 code.interact prints a message when exiting. | Steven D'Aprano | 2016-08-14 | 3 | -2/+14 |
* | | | Add versionadded tag to docs for timeit.autorange | Steven D'Aprano | 2016-08-14 | 1 | -0/+2 |
* | | | Issue6422 add autorange method to timeit.Timer | Steven D'Aprano | 2016-08-14 | 3 | -13/+69 |
* | | | Issue #27574: Decreased an overhead of parsing keyword arguments in functions | Serhiy Storchaka | 2016-08-14 | 36 | -354/+963 |
* | | | merge 3.5 (closes #27760) | Benjamin Peterson | 2016-08-14 | 2 | -9/+17 |
|\ \ \ | |/ / | |||||
| * | | merge 3.4 (closes #27760) | Benjamin Peterson | 2016-08-14 | 2 | -9/+17 |
| |\ \ | | |/ | |||||
| | * | merge 3.3 (closes #27760) | Benjamin Peterson | 2016-08-14 | 2 | -9/+17 |
| | |\ | |||||
| | | * | fix possible integer overflow in binascii.b2a_qp (closes #27760) | Benjamin Peterson | 2016-08-14 | 2 | -9/+18 |
* | | | | merge 3.5 | Benjamin Peterson | 2016-08-14 | 3 | -0/+14 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 3.4 | Benjamin Peterson | 2016-08-14 | 3 | -0/+14 |
| |\ \ \ | | |/ / | |||||
| | * | | do not allow reading negative values with getstr() | Benjamin Peterson | 2016-08-14 | 3 | -0/+14 |
* | | | | merge 3.5 (closes #27758) | Benjamin Peterson | 2016-08-14 | 2 | -4/+22 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 3.4 (closes #27758) | Benjamin Peterson | 2016-08-14 | 2 | -4/+22 |
| |\ \ \ | | |/ / | |||||
| | * | | merge 3.3 (#27758) | Benjamin Peterson | 2016-08-14 | 2 | -4/+22 |
| | |\ \ | | | |/ | |||||
| | | * | check for overflow in join_append_data (closes #27758) | Benjamin Peterson | 2016-08-14 | 2 | -4/+22 |
* | | | | Merge: #27753: fix typo (name->named). | R David Murray | 2016-08-13 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | #27753: fix typo (name->named). | R David Murray | 2016-08-13 | 1 | -1/+1 |
* | | | | merge | Raymond Hettinger | 2016-08-13 | 2 | -11/+36 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #27720: Fix error in eng_to_decimal docs and add examples from the spec... | Raymond Hettinger | 2016-08-13 | 2 | -11/+36 |
* | | | | Issue #24637: Merge from 3.5 | Berker Peksag | 2016-08-13 | 1 | -8/+9 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #24637: Document that locals can be any mapping object | Berker Peksag | 2016-08-13 | 1 | -8/+9 |
* | | | | Issue #24773: Skip system tests for transitions in year 2037 and later. | Alexander Belopolsky | 2016-08-12 | 1 | -3/+5 |
* | | | | Merge for issue #27712 | Brett Cannon | 2016-08-12 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #27712: Fix some typos in the import docs. | Brett Cannon | 2016-08-12 | 1 | -2/+2 |
* | | | | Issue #25805: Skip a test for test_pkgutil when __name__ == __main__. | Brett Cannon | 2016-08-12 | 2 | -0/+4 |
* | | | | merge | Raymond Hettinger | 2016-08-12 | 1 | -23/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue 27719: Remove a doc example that is not applicable in Python 3 | Raymond Hettinger | 2016-08-12 | 1 | -23/+1 |
* | | | | Issue #25825: Merge AIX fix from 3.5 | Martin Panter | 2016-08-12 | 2 | -3/+6 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #25825: Fix references to Modules/python.exp | Martin Panter | 2016-08-12 | 2 | -3/+6 |
* | | | | Issue #27745: Merge typo fixes from 3.5 | Martin Panter | 2016-08-12 | 1 | -4/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #27745: Fix some typos in Argument Clinic howto, by Lele Gaifax | Martin Panter | 2016-08-12 | 1 | -4/+4 |
* | | | | Issue #26741: Merge ResourceWarning fixes from 3.5 | Martin Panter | 2016-08-12 | 2 | -2/+13 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #26741: Clean up subprocess.Popen object in test_poll | Martin Panter | 2016-08-12 | 1 | -1/+2 |