Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| * | | | Close HTTP connections and responses in tests to avoid ResourceWarnings | Martin Panter | 2016-08-12 | 1 | -1/+11 |
* | | | | Issue #24773: Fix and speed-up ZoneInfoCompleteTest. | Alexander Belopolsky | 2016-08-11 | 1 | -13/+13 |
* | | | | Issue #27732: Silence test_idle with dummy bell functions. | Terry Jan Reedy | 2016-08-11 | 10 | -23/+32 |
* | | | | null merge from3.5 | Terry Jan Reedy | 2016-08-10 | 0 | -0/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #27714: text_textview now passes when re-run in the same process | Terry Jan Reedy | 2016-08-10 | 1 | -2/+1 |
* | | | | Issue #27714: text_textview now passes when re-run in the same process | Terry Jan Reedy | 2016-08-10 | 2 | -3/+3 |
* | | | | Issue #27380: For test_query on Mac, adjust one expected result. | Terry Jan Reedy | 2016-08-10 | 1 | -1/+3 |
* | | | | Issue #27621: Put query response validation error messages in query box | Terry Jan Reedy | 2016-08-10 | 2 | -194/+165 |
* | | | | Merge ISO-8859 fixes from 3.5 | Martin Panter | 2016-08-10 | 4 | -6/+6 |
|\ \ \ \ | |/ / / | |||||
| * | | | Correct misspellings of ISO-8859 | Martin Panter | 2016-08-10 | 4 | -6/+6 |
* | | | | Issue #27200: Merge with 3.5 | Zachary Ware | 2016-08-10 | 1 | -0/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #27200: Fix doctests in Doc/library/hashlib.rst | Zachary Ware | 2016-08-10 | 1 | -0/+5 |
* | | | | Closes #27210: Merge with 3.5 | Zachary Ware | 2016-08-10 | 3 | -11/+9 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #27210: Fix doctests for a few modules. | Zachary Ware | 2016-08-10 | 3 | -11/+9 |
* | | | | Closes #27209: Merge with 3.5 | Zachary Ware | 2016-08-10 | 3 | -30/+29 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #27209: Fix doctests in Doc/library/email*.rst | Zachary Ware | 2016-08-10 | 3 | -30/+29 |
* | | | | Closes #27208: Merge with 3.5 | Zachary Ware | 2016-08-10 | 1 | -4/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #27208: Fix doctest in Doc/library/traceback.rst | Zachary Ware | 2016-08-10 | 1 | -4/+4 |
* | | | | Closes #27207: Merge with 3.5 | Zachary Ware | 2016-08-10 | 1 | -18/+31 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #27207: Fix doctests in Doc/whatsnew/3.2.rst | Zachary Ware | 2016-08-10 | 1 | -18/+31 |
* | | | | Closes #27206: Merge with 3.5 | Zachary Ware | 2016-08-09 | 1 | -0/+4 |
|\ \ \ \ | |/ / / |