Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge | Raymond Hettinger | 2015-09-08 | 1 | -3/+2 |
|\ | |||||
| * | merge | Raymond Hettinger | 2015-09-08 | 1 | -3/+2 |
| |\ | |||||
| | * | Fix whitespace in comment. | Raymond Hettinger | 2015-09-08 | 1 | -3/+2 |
| | | | |||||
* | | | Closes #25010: Merge with 3.5 | Zachary Ware | 2015-09-08 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #25010: Merge with 3.4 | Zachary Ware | 2015-09-08 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #25010: Fix path for .pyd example project. | Zachary Ware | 2015-09-08 | 1 | -1/+1 |
| | | | | | | | | | | | | Patch by Shaun Walbridge | ||||
* | | | Issue #24982: shutil.make_archive() with the "zip" format now adds entries | Serhiy Storchaka | 2015-09-08 | 3 | -6/+43 |
|\ \ \ | |/ / | | | | | | | | | | for directories (including empty directories) in ZIP file. Added test for comparing shutil.make_archive() with the "zip" command. | ||||
| * | | Issue #24982: shutil.make_archive() with the "zip" format now adds entries | Serhiy Storchaka | 2015-09-08 | 3 | -6/+43 |
| |\ \ | | |/ | | | | | | | | | | for directories (including empty directories) in ZIP file. Added test for comparing shutil.make_archive() with the "zip" command. | ||||
| | * | Issue #24982: shutil.make_archive() with the "zip" format now adds entries | Serhiy Storchaka | 2015-09-08 | 3 | -6/+43 |
| | | | | | | | | | | | | | | | for directories (including empty directories) in ZIP file. Added test for comparing shutil.make_archive() with the "zip" command. | ||||
* | | | Issue #22241: Fix a compiler waring | Victor Stinner | 2015-09-07 | 1 | -1/+1 |
| | | | |||||
* | | | Raise more correct exception on overflow in setting buffer_size attribute of | Serhiy Storchaka | 2015-09-07 | 2 | -6/+10 |
|\ \ \ | |/ / | | | | | | | expat parser. | ||||
| * | | Raise more correct exception on overflow in setting buffer_size attribute of | Serhiy Storchaka | 2015-09-07 | 2 | -6/+10 |
| |\ \ | | |/ | | | | | | | expat parser. | ||||
| | * | Raise more correct exception on overflow in setting buffer_size attribute of | Serhiy Storchaka | 2015-09-07 | 2 | -6/+10 |
| | | | | | | | | | | | | expat parser. | ||||
* | | | Issue #25019: Fixed a crash caused by setting non-string key of expat parser. | Serhiy Storchaka | 2015-09-07 | 4 | -16/+51 |
|\ \ \ | |/ / | | | | | | | | | | Added additional tests for expat parser attributes. Based on patch by John Leitch. | ||||
| * | | Issue #25019: Fixed a crash caused by setting non-string key of expat parser. | Serhiy Storchaka | 2015-09-07 | 4 | -16/+51 |
| |\ \ | | |/ | | | | | | | | | | Added additional tests for expat parser attributes. Based on patch by John Leitch. | ||||
| | * | Issue #25019: Fixed a crash caused by setting non-string key of expat parser. | Serhiy Storchaka | 2015-09-07 | 4 | -16/+51 |
| | | | | | | | | | | | | | | | Added additional tests for expat parser attributes. Based on patch by John Leitch. | ||||
* | | | Issue #25018: Fixed testing shutil.make_archive() with relative base_name on | Serhiy Storchaka | 2015-09-07 | 1 | -9/+19 |
|\ \ \ | |/ / | | | | | | | | | | Windows. The test now makes sense on non-Windows. Added similar test for zip format. | ||||
| * | | Issue #25018: Fixed testing shutil.make_archive() with relative base_name on | Serhiy Storchaka | 2015-09-07 | 1 | -9/+19 |
| |\ \ | | |/ | | | | | | | | | | Windows. The test now makes sense on non-Windows. Added similar test for zip format. | ||||
| | * | Issue #25018: Fixed testing shutil.make_archive() with relative base_name on | Serhiy Storchaka | 2015-09-07 | 1 | -9/+19 |
| | | | | | | | | | | | | | | | Windows. The test now makes sense on non-Windows. Added similar test for zip format. | ||||
* | | | Merge 3.5. | Serhiy Storchaka | 2015-09-07 | 2 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge heads. | Larry Hastings | 2015-09-07 | 90 | -683/+966 |
| |\ \ | |||||
| * | | | Added tag v3.5.0rc3 for changeset 66ed52375df8 | Larry Hastings | 2015-09-07 | 1 | -0/+1 |
| | | | | |||||
| * | | | Version bump for Python 3.5.0rc3.v3.5.0rc3 | Larry Hastings | 2015-09-07 | 3 | -4/+4 |
| | | | | |||||
| * | | | Updated topics (again) for Python 3.5.0rc3 (second try). | Larry Hastings | 2015-09-07 | 1 | -1/+1 |
| | | | | |||||
* | | | | Explicitly test archive name in shutil.make_archive() tests to expose failure | Serhiy Storchaka | 2015-09-07 | 1 | -11/+11 |
|\ \ \ \ | | |/ / | |/| | | | | | | details in issue25018. | ||||
| * | | | Explicitly test archive name in shutil.make_archive() tests to expose failure | Serhiy Storchaka | 2015-09-07 | 1 | -11/+11 |
| |\ \ \ | | | |/ | | |/| | | | | | details in issue25018. | ||||
| | * | | Explicitly test archive name in shutil.make_archive() tests to expose failure | Serhiy Storchaka | 2015-09-07 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | | details in issue25018. | ||||
* | | | | Merge with 3.5 | Terry Jan Reedy | 2015-09-07 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge with 3.4 | Terry Jan Reedy | 2015-09-07 | 1 | -0/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Issue #24889: When starting Idle, force focus onto Idle window if not already | Terry Jan Reedy | 2015-09-07 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | there (as when opening Idle from interactive Python on Windows). | ||||
* | | | | Merge from 3.5 | Steve Dower | 2015-09-07 | 14 | -138/+210 |
|\ \ \ \ | |/ / / | |||||
| * | | | Null merge from 3.4 | Steve Dower | 2015-09-07 | 0 | -0/+0 |
| |\ \ \ | | |/ / | |||||
| | * | | Issue #24917: time_strftime() buffer over-read. | Steve Dower | 2015-09-07 | 2 | -0/+4 |
| | | | | |||||
| * | | | Reapplied change to test_warnings.py to test_warnings/__init__.py. | Steve Dower | 2015-09-07 | 1 | -0/+6 |
| | | | | |||||
| * | | | Merge from 3.5.0 branch. | Steve Dower | 2015-09-07 | 14 | -144/+210 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Merged in stevedower/cpython350 (pull request #20) | Larry Hastings | 2015-09-07 | 2 | -114/+9 |
| | |\ \ | | | | | | | | | | | | | | | | Issue #25005: Backout fix for #8232 because of use of unsafe subprocess.call(shell=True) | ||||
| | | * | | Issue #25005: Backout fix for #8232 because of use of unsafe ↵ | Steve Dower | 2015-09-05 | 2 | -114/+9 |
| | | | | | | | | | | | | | | | | | | | | subprocess.call(shell=True) | ||||
| | * | | | Issue #24917: time_strftime() buffer over-read. | Steve Dower | 2015-09-07 | 3 | -6/+25 |
| | |/ / | |||||
| | * | | Issue #24305: Prevent import subsystem stack frames from being counted | Larry Hastings | 2015-09-06 | 7 | -16/+127 |
| | | | | | | | | | | | | | | | | by the warnings.warn(stacklevel=) parameter. | ||||
| | * | | Backing out 09b62202d9b7; the tests fail on Linux, and it needs a re-think. | Larry Hastings | 2015-09-06 | 3 | -20/+0 |
| | | | | |||||
| | * | | Merged in ncoghlan/cpython350 (pull request #17) | Larry Hastings | 2015-09-06 | 5 | -1/+49 |
| | |\ \ | |||||
| | | * | | Close #24748: Restore imp.load_dynamic compatibility | Nick Coghlan | 2015-09-05 | 5 | -1/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To resolve a compatibility problem found with py2exe and pywin32, imp.load_dynamic() once again ignores previously loaded modules to support Python modules replacing themselves with extension modules. Patch by Petr Viktorin. | ||||
* | | | | | Issue #25004: Merge 3.5 into 3.6 | Martin Panter | 2015-09-07 | 2 | -1/+5 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Issue #25004: Merge 3.4 into 3.5 | Martin Panter | 2015-09-07 | 2 | -1/+5 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | Issue #25004: Handle out-of-disk-space error in LargeMmapTests | Martin Panter | 2015-09-07 | 2 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | Patch from John Beck. | ||||
* | | | | | Issue #23406: Merge 3.5 into 3.6 | Martin Panter | 2015-09-07 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Issue #23406: Remove specific line number from susp-ignored.csv | Martin Panter | 2015-09-07 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Issue #23406: Merge 3.5 into 3.6 | Martin Panter | 2015-09-07 | 3 | -6/+12 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Issue #23406: Merge 3.4 into 3.5 | Martin Panter | 2015-09-07 | 3 | -6/+12 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Issue #23406: Clarify documentation on multiplying a sequence | Martin Panter | 2015-09-07 | 3 | -6/+12 |
| | | | | | | | | | | | | | | | | | | | | Patch from Matheus Vieira Portela. |