Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge 3.5 (#27783) | Benjamin Peterson | 2016-08-17 | 1 | -0/+2 |
|\ | |||||
| * | merge 3.4 (#27783) | Benjamin Peterson | 2016-08-17 | 1 | -0/+2 |
| |\ | |||||
| | * | merge 3.3 (#27783) | Benjamin Peterson | 2016-08-17 | 1 | -0/+2 |
| | |\ | |||||
| | | * | rearrange methodcaller_new so that the main error case does not cause uniniti... | Benjamin Peterson | 2016-08-17 | 1 | -0/+2 |
* | | | | Add a missing # | Brett Cannon | 2016-08-16 | 1 | -1/+1 |
* | | | | fix hyperlink | Ethan Furman | 2016-08-16 | 1 | -1/+1 |
* | | | | Issue #25628: Make namedtuple "rename" and "verbose" parameters keyword-only. | Raymond Hettinger | 2016-08-16 | 1 | -0/+3 |
* | | | | merge 3.5 (#27774) | Benjamin Peterson | 2016-08-16 | 1 | -0/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 3.4 (#27774) | Benjamin Peterson | 2016-08-16 | 1 | -0/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | merge 3.3 (#27774) | Benjamin Peterson | 2016-08-16 | 1 | -0/+2 |
| | |\ \ | | | |/ | |||||
| | | * | do not decref value borrowed from list (closes #27774) | Benjamin Peterson | 2016-08-16 | 1 | -0/+2 |
* | | | | merge 3.5 (#27773) | Benjamin Peterson | 2016-08-16 | 1 | -0/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | fix corner cases in the management of server_hostname (closes #27773) | Benjamin Peterson | 2016-08-16 | 1 | -0/+2 |
* | | | | merge 3.5 | Benjamin Peterson | 2016-08-16 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 3.4 | Benjamin Peterson | 2016-08-16 | 1 | -2/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | fail when negative values are passed to instr() | Benjamin Peterson | 2016-08-16 | 1 | -2/+2 |
* | | | | Merge from releasing branch | Ned Deily | 2016-08-16 | 1 | -1/+13 |
|\ \ \ \ | |||||
| * | | | | Start 3.6.0bb1 | Ned Deily | 2016-08-16 | 1 | -0/+12 |
| * | | | | Version bump for 3.6.0a4v3.6.0a4 | Ned Deily | 2016-08-15 | 1 | -1/+1 |
* | | | | | Fix typo in Misc/NEWS. | Guido van Rossum | 2016-08-15 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Issue #27736: Prevent segfault after interpreter re-initialization due | Ned Deily | 2016-08-15 | 1 | -0/+4 |
* | | | | Issue #12345: Add mathemathcal constant tau to math and cmath. | Guido van Rossum | 2016-08-15 | 1 | -0/+3 |
* | | | | Issue #10910: merge from 3.5 | Ned Deily | 2016-08-15 | 1 | -0/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. | Ned Deily | 2016-08-15 | 1 | -0/+4 |
* | | | | Issue #16764: Support keyword arguments to zlib.decompress(). Patch by | Serhiy Storchaka | 2016-08-15 | 1 | -0/+3 |
* | | | | Issue #27704: Optimized creating bytes and bytearray from byte-like objects | Serhiy Storchaka | 2016-08-15 | 1 | -0/+4 |
* | | | | Issue #26823: Abbreviate recursive tracebacks | Nick Coghlan | 2016-08-15 | 1 | -0/+9 |
* | | | | Update Misc/NEWS. | Steven D'Aprano | 2016-08-15 | 1 | -0/+6 |
* | | | | Issue #27574: Decreased an overhead of parsing keyword arguments in functions | Serhiy Storchaka | 2016-08-14 | 1 | -0/+3 |
* | | | | merge 3.5 (closes #27760) | Benjamin Peterson | 2016-08-14 | 1 | -0/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 3.4 (closes #27760) | Benjamin Peterson | 2016-08-14 | 1 | -0/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | merge 3.3 (closes #27760) | Benjamin Peterson | 2016-08-14 | 1 | -0/+2 |
| | |\ \ | | | |/ | |||||
| | | * | fix possible integer overflow in binascii.b2a_qp (closes #27760) | Benjamin Peterson | 2016-08-14 | 1 | -0/+2 |
* | | | | merge 3.5 | Benjamin Peterson | 2016-08-14 | 1 | -0/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 3.4 | Benjamin Peterson | 2016-08-14 | 1 | -0/+3 |
| |\ \ \ | | |/ / | |||||
| | * | | do not allow reading negative values with getstr() | Benjamin Peterson | 2016-08-14 | 1 | -0/+3 |
* | | | | merge 3.5 (closes #27758) | Benjamin Peterson | 2016-08-14 | 1 | -0/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 3.4 (closes #27758) | Benjamin Peterson | 2016-08-14 | 1 | -0/+3 |
| |\ \ \ | | |/ / | |||||
| | * | | merge 3.3 (#27758) | Benjamin Peterson | 2016-08-14 | 1 | -0/+3 |
| | |\ \ | | | |/ | |||||
| | | * | check for overflow in join_append_data (closes #27758) | Benjamin Peterson | 2016-08-14 | 1 | -0/+3 |
* | | | | Issue #25805: Skip a test for test_pkgutil when __name__ == __main__. | Brett Cannon | 2016-08-12 | 1 | -0/+3 |
* | | | | Issue #25825: Merge AIX fix from 3.5 | Martin Panter | 2016-08-12 | 1 | -0/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #25825: Fix references to Modules/python.exp | Martin Panter | 2016-08-12 | 1 | -0/+3 |
* | | | | Issue #27664: Add to concurrent.futures.thread.ThreadPoolExecutor() | Gregory P. Smith | 2016-08-07 | 1 | -0/+3 |
* | | | | Issue #26750: unittest.mock.create_autospec() now works properly for | Gregory P. Smith | 2016-08-07 | 1 | -0/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #26750: unittest.mock.create_autospec() now works properly | Gregory P. Smith | 2016-08-07 | 1 | -0/+3 |
* | | | | Issue #26754: Undocumented support of general bytes-like objects | Serhiy Storchaka | 2016-08-06 | 1 | -0/+3 |
* | | | | Issue #26800: Undocumented support of general bytes-like objects | Serhiy Storchaka | 2016-08-06 | 1 | -0/+3 |
* | | | | Add AutoEnum: automatically provides next value if missing. Issue 26988. | Ethan Furman | 2016-08-05 | 1 | -0/+2 |
* | | | | Merge spelling and grammar fixes from 3.5 | Martin Panter | 2016-08-05 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |