summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
| * asyncio: sync with TulipVictor Stinner2015-01-145-0/+26
* | Merge 3.4 (asyncio)Victor Stinner2015-01-142-4/+61
|\ \ | |/
| * Issue #23197, asyncio: On SSL handshake failure, check if the waiter isVictor Stinner2015-01-142-4/+61
* | Merge 3.4 (asyncio)Victor Stinner2015-01-141-0/+36
|\ \ | |/
| * Python issue #23173: sync with TulipVictor Stinner2015-01-141-0/+36
* | Merge 3.4 (asyncio: new SSL implementation)Victor Stinner2015-01-132-11/+53
|\ \ | |/
| * Issue #22560: New SSL implementation based on ssl.MemoryBIOVictor Stinner2015-01-132-11/+53
* | Merge 3.4 (asyncio)Victor Stinner2015-01-131-1/+2
|\ \ | |/
| * Tulip issue 184: Fix test_pipe() on WindowsVictor Stinner2015-01-131-1/+2
* | merge 3.4 (#23221)Benjamin Peterson2015-01-131-1/+1
|\ \ | |/
| * fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-131-1/+1
* | Issue #23209, #23225: selectors.BaseSelector.get_key() now raises aVictor Stinner2015-01-131-4/+7
|\ \ | |/
| * Issue #23209, #23225: selectors.BaseSelector.close() now clears its internalVictor Stinner2015-01-131-0/+3
* | Issue #19777: Provide a home() classmethod on Path objects.Antoine Pitrou2015-01-121-0/+11
* | Issue #23206: Make ``json.dumps(..., ensure_ascii=False)`` as fast as the def...Antoine Pitrou2015-01-111-3/+0
* | Issue #23185: add math.inf and math.nan constants.Mark Dickinson2015-01-111-0/+11
* | Issue #19776: Fix test_pathlib.test_expanduser()Victor Stinner2015-01-101-1/+1
* | Merge 3.4 (asyncio)Victor Stinner2015-01-091-0/+19
|\ \ | |/
| * asyncio: sync with TulipVictor Stinner2015-01-091-0/+19
* | Issue #23014: Make importlib.abc.Loader.create_module() required whenBrett Cannon2015-01-095-3/+22
* | Merge 3.4 (asyncio)Victor Stinner2015-01-085-18/+37
|\ \ | |/
| * asyncio: Truncate to 80 columnsVictor Stinner2015-01-085-18/+37
* | enable cert validation in testBenjamin Peterson2015-01-081-1/+4
* | trying againBenjamin Peterson2015-01-081-2/+2
* | reorder cipher prefsBenjamin Peterson2015-01-081-1/+1
* | drop 256Benjamin Peterson2015-01-081-2/+2
* | try using AES256Benjamin Peterson2015-01-081-3/+3
* | fix assertions after ciphers were changedBenjamin Peterson2015-01-071-2/+1
* | rc4 is a long time favoriteBenjamin Peterson2015-01-071-2/+2
* | everyone should support AES ciphersBenjamin Peterson2015-01-071-3/+4
* | include some more ciphersBenjamin Peterson2015-01-071-3/+3
* | force test server to speak tlsv1Benjamin Peterson2015-01-071-1/+1
* | remove apparently wrong assertion about des bit sizeBenjamin Peterson2015-01-071-1/+0
* | expose the client's cipher suites from the handshake (closes #23186)Benjamin Peterson2015-01-071-0/+17
* | Merge issue 19548 changes from 3.4Nick Coghlan2015-01-061-9/+37
|\ \ | |/
| * Issue 19548: update codecs module documentationNick Coghlan2015-01-061-9/+37
| * Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. TheVictor Stinner2015-01-061-2/+3
* | Issue #23145: regrtest now shows errors and raises an exception ifVictor Stinner2015-01-061-0/+4
* | test_ssl: add more debug to investigate test_openssl_version() failure onVictor Stinner2015-01-061-2/+2
* | 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-061-0/+28
|\ \ | |/
| * Issue #23140, asyncio: Fix cancellation of Process.wait(). Check the state ofVictor Stinner2015-01-061-0/+28
* | 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
* | 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
* | Issue #23132: Improve performance and introspection support of comparisonSerhiy Storchaka2015-01-011-0/+18
* | Issue #19776: Add a expanduser() method on Path objects.Antoine Pitrou2014-12-301-0/+110
* | Merge 3.4 (asyncio)Victor Stinner2014-12-269-61/+82
|\ \ | |/