summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* mergeRaymond Hettinger2015-09-08643-18812/+42342
|\
| * Issue #24982: shutil.make_archive() with the "zip" format now adds entriesSerhiy Storchaka2015-09-082-6/+40
| |\
| * \ Raise more correct exception on overflow in setting buffer_size attribute ofSerhiy Storchaka2015-09-07643-18806/+42336
| |\ \
| | * \ Issue #25019: Fixed a crash caused by setting non-string key of expat parser.Serhiy Storchaka2015-09-07643-18806/+42336
| | |\ \
| | | * \ Issue #25018: Fixed testing shutil.make_archive() with relative base_name onSerhiy Storchaka2015-09-071-9/+19
| | | |\ \
| | | * \ \ Merge heads.Larry Hastings2015-09-071-1/+1
| | | |\ \ \
| | | | * | | Updated topics (again) for Python 3.5.0rc3 (second try).Larry Hastings2015-09-071-1/+1
| | | * | | | Explicitly test archive name in shutil.make_archive() tests to expose failureSerhiy Storchaka2015-09-071-11/+11
| | | |\ \ \ \
| | | * \ \ \ \ Merge with 3.4Terry Jan Reedy2015-09-07643-18806/+42336
| | | |\ \ \ \ \
| | | | * | | | | Reapplied change to test_warnings.py to test_warnings/__init__.py.Steve Dower2015-09-061-0/+6
| | | | * | | | | Merge from 3.5.0 branch.Steve Dower2015-09-0610-132/+110
| | | | |\ \ \ \ \ | | | | | | |/ / / | | | | | |/| | |
| | | | | * | | | Merged in stevedower/cpython350 (pull request #20)Larry Hastings2015-09-061-111/+9
| | | | | |\ \ \ \
| | | | | | * | | | Issue #25005: Backout fix for #8232 because of use of unsafe subprocess.call(...Steve Dower2015-09-051-111/+9
| | | | | * | | | | Issue #24917: time_strftime() buffer over-read.Steve Dower2015-09-061-0/+13
| | | | | |/ / / /
| | | | | * | | | Issue #24305: Prevent import subsystem stack frames from being countedLarry Hastings2015-09-065-14/+54
| | | | | * | | | Backing out 09b62202d9b7; the tests fail on Linux, and it needs a re-think.Larry Hastings2015-09-061-6/+0
| | | | | * | | | Merged in ncoghlan/cpython350 (pull request #17)Larry Hastings2015-09-053-1/+34
| | | | | |\ \ \ \
| | | | | | * | | | Close #24748: Restore imp.load_dynamic compatibilityNick Coghlan2015-09-053-1/+34
| | | | * | | | | | Issue #25004: Merge 3.4 into 3.5Martin Panter2015-09-07640-18801/+42347
| | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ #23144: merge with 3.4.Ezio Melotti2015-09-06640-18801/+42347
| | | | | |\ \ \ \ \ \
| | | | | | * \ \ \ \ \ Fix, refactor and extend tests for shutil.make_archive().Serhiy Storchaka2015-09-061-89/+83
| | | | | | |\ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ Use support.change_cwd() in tests.Serhiy Storchaka2015-09-06640-18801/+42347
| | | | | | |\ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ Issue #24917: Backed out changeset 09b62202d9b7Steve Dower2015-09-05640-18801/+42351
| | | | | | | |\ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ Merge from 3.5.0 release branchSteve Dower2015-09-051-0/+6
| | | | | | | | |\ \ \ \ \ \ \ | | | | | | | | | | |/ / / / / | | | | | | | | | |/| | | | |
| | | | | | | | | * | | | | | Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch.Steve Dower2015-09-051-0/+6
| | | | | | | | * | | | | | | merge from 3.4Terry Jan Reedy2015-09-05640-18801/+42351
| | | | | | | | |\ \ \ \ \ \ \ | | | | | | | |/ / / / / / / /
| | | | | | | | * | | | | | | Issue #24912: Prevent __class__ assignment to immutable built-in objects. (Me...Guido van Rossum2015-09-051-0/+45
| | | | | | | | |\ \ \ \ \ \ \ | | | | | | | | | |/ / / / / /
| | | | | | | | | * | | | | | Issue #24912: Prevent __class__ assignment to immutable built-in objects.Guido van Rossum2015-09-041-0/+45
| | | | | | | | | | |/ / / / | | | | | | | | | |/| | | |
| | | | | | | | | * | | | | Fix issue #24635.Guido van Rossum2015-09-042-8/+24
| | | | | | | | | * | | | | Merged in storchaka/cpython350 (pull request #13)Larry Hastings2015-09-031-1/+1
| | | | | | | | | |\ \ \ \ \
| | | | | | | | | | * | | | | Issue #21192: Change 'RUN' back to 'RESTART' when running editor file.Terry Jan Reedy2015-09-031-1/+1
| | | | | | | | | * | | | | | Issue #24989: Fixed buffer overread in BytesIO.readline() if a position isSerhiy Storchaka2015-09-041-0/+13
| | | | | | | | | |/ / / / /
| | | | | | | | | * | | | | Issue #24913: Fix overrun error in deque.index().Brett Cannon2015-09-031-0/+5
| | | | | | | | * | | | | | Issue #24635: Fixed flakiness in test_typing.py.Guido van Rossum2015-09-042-8/+24
| | | | | | | | * | | | | | Issue #24989: Fixed buffer overread in BytesIO.readline() if a position isSerhiy Storchaka2015-09-041-0/+13
| | | | | | | | * | | | | | Merge 3.4 (test_gdb)Victor Stinner2015-09-03641-18808/+42288
| | | | | | | | |\ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ Merge with 3.5. Fix test_wsgiref execution from the test module.Senthil Kumaran2015-09-03641-18806/+42288
| | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ Merge 3.4 (test_gdb)Victor Stinner2015-09-031-1/+2
| | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ Merge with 3.4Terry Jan Reedy2015-09-021-1/+1
| | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ Merge 3.4 (test_warnings)Victor Stinner2015-09-03641-18806/+42288
| | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ \ Merge 3.4 (test_gdb)Victor Stinner2015-09-02641-18806/+42288
| | | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ \ Merge 3.5 heads (issue #24975)Yury Selivanov2015-09-0218-85/+212
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | |_|_|/ / / / / | | | | | | | | | | | | |/| | | | | | |
| | | | | | | | | | | | | * | | | | | | mergeRaymond Hettinger2015-08-30641-18797/+42273
| | | | | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | | | | * | | | | | | Issue #24881: Fixed setting binary mode in Python implementation of FileIOSerhiy Storchaka2015-08-281-1/+2
| | | | | | | | | | | | | | * | | | | | | Issue #21112: Fix regression in unittest.expectedFailure on subclasses.Robert Collins2015-08-28641-18797/+42272
| | | | | | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | | | | | * \ \ \ \ \ \ Merge with 3.4Terry Jan Reedy2015-08-271-1/+1
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | | | | | * \ \ \ \ \ \ \ Merge with 3.4Terry Jan Reedy2015-08-26641-18797/+42272
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ Merge with 3.4Terry Jan Reedy2015-08-26641-18797/+42272
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | * | | | | | | | Issue #24913: Fix overrun error in deque.index().Raymond Hettinger2015-08-261-0/+5
| | | | | | | | | | | | | | | | | * | | | | | | | Merge from Python 3.5.0 (rc2) to Python 3.5.1.Larry Hastings2015-08-252-2/+2
| | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \