summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Release bump for 3.5.0a1.Larry Hastings2015-02-086-7/+7
* | | | Updated pydoc topics data for 3.5.0a1 release.Larry Hastings2015-02-071-78/+78
|/ / /
* | | Fix whitespace.Charles-François Natali2015-02-071-1/+1
* | | Issue #23285: PEP 475 -- Retry system calls failing with EINTR.Charles-François Natali2015-02-0718-522/+753
* | | Closes #23357: Updated documentation on creating venvs.Vinay Sajip2015-02-071-4/+7
|\ \ \ | |/ /
| * | Corrected typo.Vinay Sajip2015-02-071-1/+1
| * | Minor change to documentation on creating venvs.Vinay Sajip2015-02-071-4/+7
* | | Fix download URL embedded in Windows installer.Steve Dower2015-02-061-1/+1
* | | Require Mercurial on PATH when building a Windows release.Steve Dower2015-02-061-0/+3
* | | MergeBarry Warsaw2015-02-060-0/+0
|\ \ \ | |/ /
| * | Issue #23399: pyvenv creates relative symlinks where possible.Barry Warsaw2015-02-062-6/+10
| |\ \
* | \ \ Trunk merge.Barry Warsaw2015-02-061-1/+1
|\ \ \ \
| * \ \ \ Fix definition mismatch for type_is_subtype_base_chain.Steve Dower2015-02-061-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Fix definition mismatch for type_is_subtype_base_chain.Steve Dower2015-02-061-1/+1
* | | | | Issue #23399: pyvenv creates relative symlinks where possible.Barry Warsaw2015-02-062-6/+10
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Issue #23399: pyvenv creates relative symlinks where possible.Barry Warsaw2015-02-062-6/+10
| |/ /
* | | Issue #20289: cgi.FieldStorage() now supports the context management protocol.Berker Peksag2015-02-065-6/+35
* | | Fix typos in Doc/whatsnew/3.5.rst.Berker Peksag2015-02-061-6/+6
* | | Issue #23392: Added tests for marshal C API that works with FILE*.Serhiy Storchaka2015-02-063-12/+255
|\ \ \ | |/ /
| * | Issue #23392: Added tests for marshal C API that works with FILE*.Serhiy Storchaka2015-02-063-12/+255
* | | Issue #23881: Only use entry-values with gdb 7.4 in tests.Serhiy Storchaka2015-02-061-8/+10
|\ \ \ | |/ /
| * | Issue #23881: Only use entry-values with gdb 7.4 in tests.Serhiy Storchaka2015-02-061-8/+10
* | | Issue #23260: Update Windows installerSteve Dower2015-02-06133-4997/+7042
* | | Fix missing :ref: for idle in doc build.Ned Deily2015-02-061-3/+3
|\ \ \ | |/ /
| * | Fix missing :ref: for idle in doc build.Ned Deily2015-02-061-3/+3
* | | merge 3.4 (#22735)Benjamin Peterson2015-02-064-253/+621
|\ \ \ | |/ /
| * | fix many custom mro() edge cases and improve code quality (#22735)Benjamin Peterson2015-02-064-254/+622
* | | Issue #23212: merge from 3.4Ned Deily2015-02-062-4/+4
|\ \ \ | |/ /
| * | Issue #23212: Update OS X installer build OpenSSL to 1.0.1l.Ned Deily2015-02-062-4/+4
* | | (Merge 3.4) test_multiprocessing: tolerate a delta of 30 ms because of badVictor Stinner2015-02-051-2/+4
|\ \ \ | |/ /
| * | test_multiprocessing: tolerate a delta of 30 ms because of bad clock resolutionVictor Stinner2015-02-051-2/+4
* | | Issue #18982: Add tests for CLI of the calendar module.Serhiy Storchaka2015-02-052-25/+132
|\ \ \ | |/ /
| * | Issue #18982: Add tests for CLI of the calendar module.Serhiy Storchaka2015-02-052-25/+132
* | | Merge 3.4 (asyncio)Victor Stinner2015-02-051-6/+6
|\ \ \ | |/ /
| * | asyncio: BaseEventLoop: rename _owner to _thread_idVictor Stinner2015-02-051-6/+6
* | | Issue #23345: merge from 3.4Ned Deily2015-02-052-1/+4
|\ \ \ | |/ /
| * | Issue #23345: Prevent test_ssl failures with large OpenSSL patch levelNed Deily2015-02-052-1/+4
* | | Merge: Update pip to 6.0.8Donald Stufft2015-02-052-1/+1
|\ \ \ | |/ /
| * | Update pip to 6.0.8Donald Stufft2015-02-052-1/+1
* | | Make the stdlib test suite helper test.script_helper._assert_python no longerGregory P. Smith2015-02-052-2/+36
|\ \ \ | |/ /
| * | Make the stdlib test suite helper test.script_helper._assert_python no longerGregory P. Smith2015-02-052-2/+36
* | | Minor code clean up.Raymond Hettinger2015-02-041-2/+2
* | | Merge 3.4 (asyncio doc)Victor Stinner2015-02-041-15/+24
|\ \ \ | |/ /
| * | asyncio doc: explain how to display ResourceWarning in the debug mode sectionVictor Stinner2015-02-041-15/+24
* | | Merge 3.4 (asyncio)Victor Stinner2015-02-044-23/+45
|\ \ \ | |/ /
| * | asyncio: Only call _check_resolved_address() in debug modeVictor Stinner2015-02-044-18/+40
| * | asyncio: BaseSelectorEventLoop uses directly the private _debug attributeVictor Stinner2015-02-041-5/+5
* | | Fixes issue23390: make profile-opt causes -fprofile-generate and related flagsGregory P. Smith2015-02-041-2/+2
|\ \ \ | |/ /
| * | Fixes issue23390: make profile-opt causes -fprofile-generate and related flagsGregory P. Smith2015-02-041-2/+2
* | | Skip some tests that require a subinterpreter launched with -E or -I when theGregory P. Smith2015-02-044-2/+82
|\ \ \ | |/ /