| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | expose the client's cipher suites from the handshake (closes #23186) | Benjamin Peterson | 2015-01-07 | 1 | -0/+17 |
|
|
* | | Merge issue 19548 changes from 3.4 | Nick Coghlan | 2015-01-06 | 1 | -9/+37 |
|\ \
| |/ |
|
| * | Issue 19548: update codecs module documentation | Nick Coghlan | 2015-01-06 | 1 | -9/+37 |
|
|
| * | Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The | Victor Stinner | 2015-01-06 | 1 | -2/+3 |
|
|
* | | Issue #23145: regrtest now shows errors and raises an exception if | Victor Stinner | 2015-01-06 | 1 | -0/+4 |
|
|
* | | test_ssl: add more debug to investigate test_openssl_version() failure on | Victor Stinner | 2015-01-06 | 1 | -2/+2 |
|
|
* | | Merge 3.4 (asyncio) | Victor Stinner | 2015-01-06 | 1 | -8/+6 |
|\ \
| |/ |
|
| * | Issue #23140, asyncio: Simplify the unit test | Victor Stinner | 2015-01-06 | 1 | -8/+6 |
|
|
* | | Merge 3.4 (asyncio) | Victor Stinner | 2015-01-06 | 1 | -0/+28 |
|\ \
| |/ |
|
| * | Issue #23140, asyncio: Fix cancellation of Process.wait(). Check the state of | Victor Stinner | 2015-01-06 | 1 | -0/+28 |
|
|
* | | Issue #22165: merge from 3.4 | Ned Deily | 2015-01-05 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue #22165: Skip test_undecodable_filename on OS X prior to 10.5. | Ned Deily | 2015-01-05 | 1 | -0/+1 |
|
|
* | | fix issue23157 - time_hashlib hadn't been ported to Python 3. | Gregory P. Smith | 2015-01-04 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | fix issue23157 - time_hashlib hadn't been ported to Python 3. | Gregory P. Smith | 2015-01-04 | 1 | -3/+4 |
|
|
* | | Issue #23132: Improve performance and introspection support of comparison | Serhiy Storchaka | 2015-01-01 | 1 | -0/+18 |
|
|
* | | Issue #19776: Add a expanduser() method on Path objects. | Antoine Pitrou | 2014-12-30 | 1 | -0/+110 |
|
|
* | | Merge 3.4 (asyncio) | Victor Stinner | 2014-12-26 | 9 | -61/+82 |
|\ \
| |/ |
|
| * | Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods of | Victor Stinner | 2014-12-26 | 3 | -39/+66 |
|
|
| * | asyncio: sync with Tulip | Victor Stinner | 2014-12-26 | 8 | -22/+16 |
|
|
| * | Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), | Victor Stinner | 2014-12-21 | 1 | -0/+7 |
|
|
* | | merge 3.4 (#23112) | Benjamin Peterson | 2014-12-26 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | fix behavior of trailing slash redirection when a query string is involved (c... | Benjamin Peterson | 2014-12-26 | 1 | -0/+6 |
|
|
* | | #20069: Add tests for os.chown. | R David Murray | 2014-12-25 | 1 | -51/+74 |
|
|
* | | merge 3.4 (#23093) | Benjamin Peterson | 2014-12-22 | 1 | -0/+14 |
|\ \
| |/ |
|
| * | allow more operations to work on detached streams (closes #23093) | Benjamin Peterson | 2014-12-22 | 1 | -0/+14 |
|
|
* | | Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), | Victor Stinner | 2014-12-21 | 1 | -0/+7 |
|
|
* | | Issue #19104: pprint now produces evaluable output for wrapped strings. | Serhiy Storchaka | 2014-12-20 | 1 | -10/+13 |
|\ \
| |/ |
|
| * | Issue #19104: pprint now produces evaluable output for wrapped strings. | Serhiy Storchaka | 2014-12-20 | 1 | -10/+13 |
|
|
| * | Issue #23071: "namereplace_errors" was added only in 3.5. | Serhiy Storchaka | 2014-12-20 | 1 | -1/+0 |
|
|
* | | Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter. | Serhiy Storchaka | 2014-12-20 | 1 | -0/+23 |
|\ \
| |/ |
|
| * | Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter. | Serhiy Storchaka | 2014-12-20 | 1 | -0/+23 |
|
|
* | | Merge 3.4 (asyncio) | Victor Stinner | 2014-12-19 | 1 | -2/+6 |
|\ \
| |/ |
|
| * | asyncio: IocpProactor.wait_for_handle() test now also checks the result of the | Victor Stinner | 2014-12-19 | 1 | -2/+6 |
|
|
* | | Merge 3.4 (asyncio) | Victor Stinner | 2014-12-18 | 6 | -16/+37 |
|\ \
| |/ |
|
| * | asyncio: sync with Tulip | Victor Stinner | 2014-12-18 | 6 | -16/+37 |
|
|
* | | Merge 3.4 (asyncio) | Victor Stinner | 2014-12-18 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #23074: asyncio.get_event_loop() now raises an exception if the thread | Victor Stinner | 2014-12-18 | 1 | -2/+2 |
|
|
* | | Issue #23009: Skip test_selectors.test_empty_select() on Windows | Victor Stinner | 2014-12-17 | 1 | -0/+3 |
|
|
* | | Issue #22783: Pickling now uses the NEWOBJ opcode instead of the NEWOBJ_EX | Serhiy Storchaka | 2014-12-16 | 2 | -29/+72 |
|
|
* | | Issue #15513: Added a __sizeof__ implementation for pickle classes. | Serhiy Storchaka | 2014-12-16 | 1 | -1/+69 |
|\ \
| |/ |
|
| * | Issue #15513: Added a __sizeof__ implementation for pickle classes. | Serhiy Storchaka | 2014-12-16 | 1 | -1/+69 |
|
|
* | | Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, can | Serhiy Storchaka | 2014-12-16 | 1 | -0/+43 |
|\ \
| |/ |
|
| * | Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, can | Serhiy Storchaka | 2014-12-16 | 1 | -0/+43 |
|
|
* | | #22980 Adds platform and version tags to .pyd files | Steve Dower | 2014-12-16 | 1 | -0/+24 |
|
|
* | | merge 3.4 (#23053) | Benjamin Peterson | 2014-12-15 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | remove extra ssl imports (closes #23053) | Benjamin Peterson | 2014-12-15 | 1 | -1/+0 |
|
|
* | | Issue #22777: Test pickling with all protocols. | Serhiy Storchaka | 2014-12-15 | 30 | -636/+719 |
|\ \
| |/ |
|
| * | Issue #22777: Test pickling with all protocols. | Serhiy Storchaka | 2014-12-15 | 29 | -634/+716 |
|
|
* | | Issue #23015: Improved testing of the uuid module. | Serhiy Storchaka | 2014-12-15 | 1 | -110/+98 |
|\ \
| |/ |
|
| * | Issue #23015: Improved testing of the uuid module. | Serhiy Storchaka | 2014-12-15 | 1 | -105/+94 |
|
|