summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | force test server to speak tlsv1Benjamin Peterson2015-01-071-1/+1
* | remove apparently wrong assertion about des bit sizeBenjamin Peterson2015-01-071-1/+0
* | use SSL_get_sessionBenjamin Peterson2015-01-071-2/+3
* | explain None can be returnedBenjamin Peterson2015-01-071-1/+3
* | expose the client's cipher suites from the handshake (closes #23186)Benjamin Peterson2015-01-075-21/+94
* | Minor speed-up. Use local variable instead of a global lookup.Raymond Hettinger2015-01-071-10/+10
* | Issue #19548: clean up merge issues in codecs docsNick Coghlan2015-01-071-3/+5
* | Merge issue 19548 changes from 3.4Nick Coghlan2015-01-069-377/+424
|\ \ | |/
| * Issue 19548: update codecs module documentationNick Coghlan2015-01-069-363/+417
* | Issue #23145: regrtest now shows errors and raises an exception ifVictor Stinner2015-01-061-0/+4
* | 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
* | 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
* | 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
* | 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 functools.total_ord...Raymond Hettinger2015-01-062-64/+80
* | 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
* | 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
* | Issue #18644: Fix a ResourceWarning in formatter.test().Berker Peksag2015-01-051-5/+9
|\ \ | |/
| * Issue #18644: Fix a ResourceWarning in formatter.test().Berker Peksag2015-01-051-5/+9
* | merge 3.4 (#23167)Benjamin Peterson2015-01-041-1/+1
|\ \ | |/
| * the current marshal version is 4 (closes #23167)Benjamin Peterson2015-01-041-1/+1
* | 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
* | | | Issue #23143: Remove compatibility with OpenSSLs older than 0.9.8.Antoine Pitrou2015-01-032-53/+2
* | | | 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