summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | asyncio.unix_events: Move import statement to match tulip codeYury Selivanov2014-09-251-1/+2
* | | asyncio: Reverting 69d474dab479 as issue #21645 is now closed and debug is no...Yury Selivanov2014-09-251-6/+0
* | | asyncio.test_events: Partially reverting f7643c893587 to stay in sync with tu...Yury Selivanov2014-09-251-1/+1
* | | asyncio.unix_events: Move import statement to match code in tulipYury Selivanov2014-09-251-0/+2
* | | merge 3.4 (#22484)Benjamin Peterson2014-09-251-2/+3
|\ \ \ | |/ /
| * | allow archives for rc releases to be built (closes #22484)Benjamin Peterson2014-09-251-2/+3
* | | (Merge 3.4) test_faulthandler: fix typoVictor Stinner2014-09-241-1/+1
|\ \ \ | |/ /
| * | test_faulthandler: fix typoVictor Stinner2014-09-241-1/+1
* | | Merge: Apply asyncio Task English fixes to docstrings as well.R David Murray2014-09-241-9/+10
|\ \ \ | |/ /
| * | Apply asyncio Task English fixes to docstrings as well.R David Murray2014-09-241-9/+10
* | | Merge: Improve English phrasing in asyncio task docs.R David Murray2014-09-241-9/+9
|\ \ \ | |/ /
| * | Improve English phrasing in asyncio task docs.R David Murray2014-09-241-9/+9
* | | Issue #16056: Rename test method in test_statistics to avoid conflict.Berker Peksag2014-09-241-2/+2
|\ \ \ | |/ /
| * | Issue #16056: Rename test method in test_statistics to avoid conflict.Berker Peksag2014-09-241-2/+2
* | | Issue #22427: TemporaryDirectory no longer attempts to clean up twice whenSerhiy Storchaka2014-09-243-12/+30
|\ \ \ | |/ /
| * | Issue #22427: TemporaryDirectory no longer attempts to clean up twice whenSerhiy Storchaka2014-09-243-12/+30
* | | Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods.Berker Peksag2014-09-242-3/+6
|\ \ \ | |/ /
| * | Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods.Berker Peksag2014-09-242-3/+6
* | | Update importlib.h frozen bytecode (changed due to commit c0ca9d32aed4).Georg Brandl2014-09-241-3817/+3796
* | | #22464: Speed up common Fraction operations by special-casing severalGeorg Brandl2014-09-241-7/+17
* | | Null mergeSerhiy Storchaka2014-09-230-0/+0
|\ \ \ | |/ /
| * | Merge headsSerhiy Storchaka2014-09-231-2/+0
| |\ \
* | \ \ Merge headsSerhiy Storchaka2014-09-231-1/+0
|\ \ \ \
| * \ \ \ Issue #22471: Avoid Python Launcher.app install problems by removingNed Deily2014-09-231-1/+0
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Issue #22471: Avoid Python Launcher.app install problems by removingNed Deily2014-09-231-2/+0
* | | | | Issue #22362: Forbidden ambiguous octal escapes out of range 0-0o377 inSerhiy Storchaka2014-09-233-9/+26
* | | | | Fixed bytes literals in tests.Serhiy Storchaka2014-09-231-2/+2
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Fixed bytes literals in tests.Serhiy Storchaka2014-09-231-2/+2
| |/ /
* | | Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOSSerhiy Storchaka2014-09-233-5/+50
|\ \ \ | |/ /
| * | Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOSSerhiy Storchaka2014-09-233-5/+50
* | | Fixed test_large_file_exception. Ported tests for large count of filesSerhiy Storchaka2014-09-231-1/+62
|\ \ \ | |/ /
| * | Fixed test_large_file_exception. Ported tests for large count of filesSerhiy Storchaka2014-09-231-1/+62
* | | Issue #21866: ZipFile.close() no longer writes ZIP64 central directorySerhiy Storchaka2014-09-233-20/+66
|\ \ \ | |/ /
| * | Issue #21866: ZipFile.close() no longer writes ZIP64 central directorySerhiy Storchaka2014-09-233-20/+66
* | | Fixed reference leak in the "backslashreplace" error handler.Serhiy Storchaka2014-09-231-1/+3
|\ \ \ | |/ /
| * | Fixed reference leak in the "backslashreplace" error handler.Serhiy Storchaka2014-09-231-1/+3
* | | merge 3.4 (#22459)Benjamin Peterson2014-09-232-2/+3
|\ \ \ | |/ /
| * | fix error in split() examples (closes #22459)Benjamin Peterson2014-09-232-2/+3
* | | Null merge.Larry Hastings2014-09-220-0/+0
|\ \ \ | |/ /
| * | Fix pydoc topics. I'll regenerate this again for 3.4.2 final,Larry Hastings2014-09-221-78/+12598
* | | Fix formatting typo in Misc/NEWS.Ned Deily2014-09-221-1/+1
|\ \ \ | |/ /
| * | Fix formatting typo in Misc/NEWS.Ned Deily2014-09-221-1/+1
* | | Issue #21431: merge from 3.4Ned Deily2014-09-222-27/+7
* | | merge v3.4.2rc1 release stuff to defaultNed Deily2014-09-221-0/+1
|\ \ \ | |/ /
| * | Closes #21431: make docs depend on Sphinx 1.2 and fix pydoc-topics builder toGeorg Brandl2014-09-222-27/+7
| * | Merge.Larry Hastings2014-09-229-40/+199
| |\ \
| * | | Post-release engineering work for 3.4.2rc1.Larry Hastings2014-09-222-1/+13
| * | | Added tag v3.4.2rc1 for changeset 8711a0951384Larry Hastings2014-09-201-0/+1
| * | | Bump version number for 3.4.2rc1 release.v3.4.2rc1Larry Hastings2014-09-206-10/+10
| * | | Updated pydoc topics for 3.4.1rc1 release.Larry Hastings2014-09-201-78/+78