summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #23145: regrtest now shows errors and raises an exception ifVictor Stinner2015-01-061-0/+4
| | | | loader.loadTestsFromModule() logged errors.
* Null merge 3.4 (changes already applied to Python 3.5)Victor Stinner2015-01-060-0/+0
|\
| * Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. TheVictor Stinner2015-01-067-3/+65
| | | | | | | | | | availability of the function is checked during the compilation. Patch written by Bernard Spil.
* | Issue #23177: Document that ssl.RAND_egd() is not available with LibreSSLVictor Stinner2015-01-061-0/+2
| |
* | Null merge python 3.4 (change already applied to Python 3.5)Victor Stinner2015-01-060-0/+0
|\ \ | |/
| * Issue #20896, #22935: The ssl.get_server_certificate() function now uses theVictor Stinner2015-01-062-1/+6
| | | | | | | | | | | | ssl.PROTOCOL_SSLv23 protocol by default, not ssl.PROTOCOL_SSLv3, for maximum compatibility and support platforms where ssl.PROTOCOL_SSLv3 support is disabled.
* | Closes #21980: Added a __repr__ for LogRecord.Vinay Sajip2015-01-061-2/+4
| |
* | Closes #23151: Removed unnecessary initialization.Vinay Sajip2015-01-061-2/+0
| |
* | test_ssl: add more debug to investigate test_openssl_version() failure onVictor Stinner2015-01-061-2/+2
| | | | | | | | OpenBSD with LibreSSL.
* | Merge with 3.4Zachary Ware2015-01-061-8/+10
|\ \ | |/
| * Cosmetic fixes to the 'Develop with asyncio' pageZachary Ware2015-01-061-8/+10
| |
* | mergeRaymond Hettinger2015-01-061-76/+81
|\ \ | |/
| * Issue #23132: Mitigate regression in speed and clarity in ↵Raymond Hettinger2015-01-062-64/+80
| | | | | | | | functools.total_ordering.
* | Merge 3.4 (asyncio)Victor Stinner2015-01-061-8/+6
|\ \ | |/
| * Issue #23140, asyncio: Simplify the unit testVictor Stinner2015-01-061-8/+6
| |
* | Merge 3.4 (asyncio)Victor Stinner2015-01-062-1/+30
|\ \ | |/
| * Issue #23140, asyncio: Fix cancellation of Process.wait(). Check the state ofVictor Stinner2015-01-062-1/+30
| | | | | | | | the waiter future before setting its result.
* | Merge 3.4 (asyncio)Victor Stinner2015-01-062-2/+4
|\ \ | |/
| * Issue #23046: Expose the BaseEventLoop class in the asyncio namespaceVictor Stinner2015-01-062-2/+4
| |
* | merge 3.4Benjamin Peterson2015-01-051-5/+10
|\ \ | |/
| * emphasize that cffi is better than extension modules for portabilityBenjamin Peterson2015-01-051-5/+10
| |
* | Issue #22165: merge from 3.4Ned Deily2015-01-051-0/+1
|\ \ | |/
| * Issue #22165: Skip test_undecodable_filename on OS X prior to 10.5.Ned Deily2015-01-051-0/+1
| | | | | | | | 10.4 systems do not allow creation of files with such filenames.
* | Issue #18644: Fix a ResourceWarning in formatter.test().Berker Peksag2015-01-051-5/+9
|\ \ | |/ | | | | Patch by Vajrasky Kok.
| * Issue #18644: Fix a ResourceWarning in formatter.test().Berker Peksag2015-01-051-5/+9
| | | | | | | | Patch by Vajrasky Kok.
* | merge 3.4 (#23167)Benjamin Peterson2015-01-041-1/+1
|\ \ | |/
| * the current marshal version is 4 (closes #23167)Benjamin Peterson2015-01-041-1/+1
| | | | | | | | Patch by Dmitry Kazakov.
* | merge 3.4 (#23165)Benjamin Peterson2015-01-042-3/+16
|\ \ | |/
| * merge 3.3 (closes #23165)Benjamin Peterson2015-01-042-3/+16
| |\
| | * merge 3.2 (closes #23165)Benjamin Peterson2015-01-042-3/+16
| | |\
| | | * add some overflow checks before multiplying (closes #23165)Benjamin Peterson2015-01-042-3/+16
| | | |
* | | | fix issue23157 - time_hashlib hadn't been ported to Python 3.Gregory P. Smith2015-01-041-3/+4
|\ \ \ \ | |/ / /
| * | | fix issue23157 - time_hashlib hadn't been ported to Python 3.Gregory P. Smith2015-01-041-3/+4
| | | |
* | | | Closes #23154: Fix unnecessary recompilation of OpenSSL on WindowsZachary Ware2015-01-043-12/+6
| | | |
* | | | Issue #23143: Remove compatibility with OpenSSLs older than 0.9.8.Antoine Pitrou2015-01-031-12/+0
| | | | | | | | | | | | | | | | (now the hashlib module)
* | | | Issue #23143: Remove compatibility with OpenSSLs older than 0.9.8.Antoine Pitrou2015-01-032-53/+2
| | | | | | | | | | | | | | | | (the last 0.9.7 release was in 2007)
* | | | Update bundled pip and setuptools to 6.0.6 and 11.0.Donald Stufft2015-01-033-2/+2
|\ \ \ \ | |/ / /
| * | | Upgrade the bundled pip to 6.0.6 and the bundled setuptools to 11.0Donald Stufft2015-01-033-2/+2
| | | |
* | | | Add missing URL link to Modernize docs.Ned Deily2015-01-031-1/+1
|\ \ \ \ | |/ / /
| * | | Add missing URL link to Modernize docs.Ned Deily2015-01-031-1/+1
| | | |
* | | | Changes %s to %ls in wprintf in launcher.c for C99 compatibility.Steve Dower2015-01-031-51/+51
| | | |
* | | | Issue #23132: Improve performance and introspection support of comparisonSerhiy Storchaka2015-01-013-41/+71
| | | | | | | | | | | | | | | | methods created by functool.total_ordering.
* | | | Update copyright dates in OS X installer.Ned Deily2015-01-015-16/+12
|\ \ \ \ | |/ / /
| * | | Update copyright dates in OS X installer.Ned Deily2015-01-015-16/+12
| | | |
* | | | merge 3.4Benjamin Peterson2015-01-016-7/+7
|\ \ \ \ | |/ / /
| * | | merge 3.3Benjamin Peterson2015-01-016-7/+7
| |\ \ \ | | |/ /
| | * | merge 3.2Benjamin Peterson2015-01-016-7/+7
| | |\ \ | | | |/
| | | * update for copyright for 2015Benjamin Peterson2015-01-016-7/+7
| | | |
* | | | merge 3.4Benjamin Peterson2014-12-301-1/+1
|\ \ \ \ | |/ / /
| * | | update docs for #23111Benjamin Peterson2014-12-301-1/+1
| | | |