Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge | Raymond Hettinger | 2015-09-08 | 643 | -18812/+42342 |
|\ | |||||
| * | Issue #24982: shutil.make_archive() with the "zip" format now adds entries | Serhiy Storchaka | 2015-09-08 | 2 | -6/+40 |
| |\ | |||||
| * \ | Raise more correct exception on overflow in setting buffer_size attribute of | Serhiy Storchaka | 2015-09-07 | 643 | -18806/+42336 |
| |\ \ | |||||
| | * \ | Issue #25019: Fixed a crash caused by setting non-string key of expat parser. | Serhiy Storchaka | 2015-09-07 | 643 | -18806/+42336 |
| | |\ \ | |||||
| | | * \ | Issue #25018: Fixed testing shutil.make_archive() with relative base_name on | Serhiy Storchaka | 2015-09-07 | 1 | -9/+19 |
| | | |\ \ | |||||
| | | * \ \ | Merge heads. | Larry Hastings | 2015-09-07 | 1 | -1/+1 |
| | | |\ \ \ | |||||
| | | | * | | | 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 |
| | | |\ \ \ \ | |||||
| | | * \ \ \ \ | Merge with 3.4 | Terry Jan Reedy | 2015-09-07 | 643 | -18806/+42336 |
| | | |\ \ \ \ \ | |||||
| | | | * | | | | | Reapplied change to test_warnings.py to test_warnings/__init__.py. | Steve Dower | 2015-09-06 | 1 | -0/+6 |
| | | | * | | | | | Merge from 3.5.0 branch. | Steve Dower | 2015-09-06 | 10 | -132/+110 |
| | | | |\ \ \ \ \ | | | | | | |/ / / | | | | | |/| | | | |||||
| | | | | * | | | | Merged in stevedower/cpython350 (pull request #20) | Larry Hastings | 2015-09-06 | 1 | -111/+9 |
| | | | | |\ \ \ \ | |||||
| | | | | | * | | | | Issue #25005: Backout fix for #8232 because of use of unsafe subprocess.call(... | Steve Dower | 2015-09-05 | 1 | -111/+9 |
| | | | | * | | | | | Issue #24917: time_strftime() buffer over-read. | Steve Dower | 2015-09-06 | 1 | -0/+13 |
| | | | | |/ / / / | |||||
| | | | | * | | | | Issue #24305: Prevent import subsystem stack frames from being counted | Larry Hastings | 2015-09-06 | 5 | -14/+54 |
| | | | | * | | | | Backing out 09b62202d9b7; the tests fail on Linux, and it needs a re-think. | Larry Hastings | 2015-09-06 | 1 | -6/+0 |
| | | | | * | | | | Merged in ncoghlan/cpython350 (pull request #17) | Larry Hastings | 2015-09-05 | 3 | -1/+34 |
| | | | | |\ \ \ \ | |||||
| | | | | | * | | | | Close #24748: Restore imp.load_dynamic compatibility | Nick Coghlan | 2015-09-05 | 3 | -1/+34 |
| | | | * | | | | | | Issue #25004: Merge 3.4 into 3.5 | Martin Panter | 2015-09-07 | 640 | -18801/+42347 |
| | | | |\ \ \ \ \ \ | |||||
| | | | | * \ \ \ \ \ | #23144: merge with 3.4. | Ezio Melotti | 2015-09-06 | 640 | -18801/+42347 |
| | | | | |\ \ \ \ \ \ | |||||
| | | | | | * \ \ \ \ \ | Fix, refactor and extend tests for shutil.make_archive(). | Serhiy Storchaka | 2015-09-06 | 1 | -89/+83 |
| | | | | | |\ \ \ \ \ \ | |||||
| | | | | | * \ \ \ \ \ \ | Use support.change_cwd() in tests. | Serhiy Storchaka | 2015-09-06 | 640 | -18801/+42347 |
| | | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | | * \ \ \ \ \ \ | Issue #24917: Backed out changeset 09b62202d9b7 | Steve Dower | 2015-09-05 | 640 | -18801/+42351 |
| | | | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | | | * \ \ \ \ \ \ | Merge from 3.5.0 release branch | Steve Dower | 2015-09-05 | 1 | -0/+6 |
| | | | | | | | |\ \ \ \ \ \ \ | | | | | | | | | | |/ / / / / | | | | | | | | | |/| | | | | | |||||
| | | | | | | | | * | | | | | | Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch. | Steve Dower | 2015-09-05 | 1 | -0/+6 |
| | | | | | | | * | | | | | | | merge from 3.4 | Terry Jan Reedy | 2015-09-05 | 640 | -18801/+42351 |
| | | | | | | | |\ \ \ \ \ \ \ | | | | | | | |/ / / / / / / / | |||||
| | | | | | | | * | | | | | | | Issue #24912: Prevent __class__ assignment to immutable built-in objects. (Me... | Guido van Rossum | 2015-09-05 | 1 | -0/+45 |
| | | | | | | | |\ \ \ \ \ \ \ | | | | | | | | | |/ / / / / / | |||||
| | | | | | | | | * | | | | | | Issue #24912: Prevent __class__ assignment to immutable built-in objects. | Guido van Rossum | 2015-09-04 | 1 | -0/+45 |
| | | | | | | | | | |/ / / / | | | | | | | | | |/| | | | | |||||
| | | | | | | | | * | | | | | Fix issue #24635. | Guido van Rossum | 2015-09-04 | 2 | -8/+24 |
| | | | | | | | | * | | | | | Merged in storchaka/cpython350 (pull request #13) | Larry Hastings | 2015-09-03 | 1 | -1/+1 |
| | | | | | | | | |\ \ \ \ \ | |||||
| | | | | | | | | | * | | | | | Issue #21192: Change 'RUN' back to 'RESTART' when running editor file. | Terry Jan Reedy | 2015-09-03 | 1 | -1/+1 |
| | | | | | | | | * | | | | | | Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is | Serhiy Storchaka | 2015-09-04 | 1 | -0/+13 |
| | | | | | | | | |/ / / / / | |||||
| | | | | | | | | * | | | | | Issue #24913: Fix overrun error in deque.index(). | Brett Cannon | 2015-09-03 | 1 | -0/+5 |
| | | | | | | | * | | | | | | Issue #24635: Fixed flakiness in test_typing.py. | Guido van Rossum | 2015-09-04 | 2 | -8/+24 |
| | | | | | | | * | | | | | | Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is | Serhiy Storchaka | 2015-09-04 | 1 | -0/+13 |
| | | | | | | | * | | | | | | Merge 3.4 (test_gdb) | Victor Stinner | 2015-09-03 | 641 | -18808/+42288 |
| | | | | | | | |\ \ \ \ \ \ | |||||
| | | | | | | | | * \ \ \ \ \ | Merge with 3.5. Fix test_wsgiref execution from the test module. | Senthil Kumaran | 2015-09-03 | 641 | -18806/+42288 |
| | | | | | | | | |\ \ \ \ \ \ | |||||
| | | | | | | | | | * \ \ \ \ \ | Merge 3.4 (test_gdb) | Victor Stinner | 2015-09-03 | 1 | -1/+2 |
| | | | | | | | | | |\ \ \ \ \ \ | |||||
| | | | | | | | | | * \ \ \ \ \ \ | Merge with 3.4 | Terry Jan Reedy | 2015-09-02 | 1 | -1/+1 |
| | | | | | | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | | | | | * \ \ \ \ \ \ \ | Merge 3.4 (test_warnings) | Victor Stinner | 2015-09-03 | 641 | -18806/+42288 |
| | | | | | | | | | |\ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | * \ \ \ \ \ \ \ | Merge 3.4 (test_gdb) | Victor Stinner | 2015-09-02 | 641 | -18806/+42288 |
| | | | | | | | | | | |\ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | * \ \ \ \ \ \ \ | Merge 3.5 heads (issue #24975) | Yury Selivanov | 2015-09-02 | 18 | -85/+212 |
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | |_|_|/ / / / / | | | | | | | | | | | | |/| | | | | | | | |||||
| | | | | | | | | | | | | * | | | | | | | merge | Raymond Hettinger | 2015-08-30 | 641 | -18797/+42273 |
| | | | | | | | | | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | | | * | | | | | | | Issue #24881: Fixed setting binary mode in Python implementation of FileIO | Serhiy Storchaka | 2015-08-28 | 1 | -1/+2 |
| | | | | | | | | | | | | | * | | | | | | | Issue #21112: Fix regression in unittest.expectedFailure on subclasses. | Robert Collins | 2015-08-28 | 641 | -18797/+42272 |
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | | | | * \ \ \ \ \ \ | Merge with 3.4 | Terry Jan Reedy | 2015-08-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | | | | * \ \ \ \ \ \ \ | Merge with 3.4 | Terry Jan Reedy | 2015-08-26 | 641 | -18797/+42272 |
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ | Merge with 3.4 | Terry Jan Reedy | 2015-08-26 | 641 | -18797/+42272 |
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | | | | | | * | | | | | | | | Issue #24913: Fix overrun error in deque.index(). | Raymond Hettinger | 2015-08-26 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | * | | | | | | | | Merge from Python 3.5.0 (rc2) to Python 3.5.1. | Larry Hastings | 2015-08-25 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ |