| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge 3.4 (asyncio) | Victor Stinner | 2015-01-08 | 12 | -33/+60 |
| |\ | |||||
| | * | asyncio: Truncate to 80 columns | Victor Stinner | 2015-01-08 | 12 | -33/+60 |
| | | | |||||
| * | | Merge 3.4 (asyncio) | Victor Stinner | 2015-01-08 | 2 | -3/+3 |
| |\ \ | |/ | |||||
| | * | asyncio: _make_ssl_transport: make the waiter parameter optional | Victor Stinner | 2015-01-08 | 2 | -3/+3 |
| | | | |||||
| * | | Merge with 3.4 | Terry Jan Reedy | 2015-01-08 | 1 | -31/+0 |
| |\ \ | |/ | |||||
| | * | Issue #23184: delete unused idlelib file. | Terry Jan Reedy | 2015-01-08 | 1 | -31/+0 |
| | | | |||||
| * | | enable cert validation in test | Benjamin Peterson | 2015-01-08 | 1 | -1/+4 |
| | | | |||||
| * | | trying again | Benjamin Peterson | 2015-01-08 | 1 | -2/+2 |
| | | | |||||
| * | | reorder cipher prefs | Benjamin Peterson | 2015-01-08 | 1 | -1/+1 |
| | | | |||||
| * | | drop 256 | Benjamin Peterson | 2015-01-08 | 1 | -2/+2 |
| | | | |||||
| * | | try using AES256 | Benjamin Peterson | 2015-01-08 | 1 | -3/+3 |
| | | | |||||
| * | | fix assertions after ciphers were changed | Benjamin Peterson | 2015-01-07 | 1 | -2/+1 |
| | | | |||||
| * | | rc4 is a long time favorite | Benjamin Peterson | 2015-01-07 | 1 | -2/+2 |
| | | | |||||
| * | | everyone should support AES ciphers | Benjamin Peterson | 2015-01-07 | 1 | -3/+4 |
| | | | |||||
| * | | include some more ciphers | Benjamin Peterson | 2015-01-07 | 1 | -3/+3 |
| | | | |||||
| * | | force test server to speak tlsv1 | Benjamin Peterson | 2015-01-07 | 1 | -1/+1 |
| | | | |||||
| * | | remove apparently wrong assertion about des bit size | Benjamin Peterson | 2015-01-07 | 1 | -1/+0 |
| | | | |||||
| * | | explain None can be returned | Benjamin Peterson | 2015-01-07 | 1 | -1/+3 |
| | | | |||||
| * | | expose the client's cipher suites from the handshake (closes #23186) | Benjamin Peterson | 2015-01-07 | 2 | -0/+27 |
| | | | |||||
| * | | Minor speed-up. Use local variable instead of a global lookup. | Raymond Hettinger | 2015-01-07 | 1 | -10/+10 |
| | | | |||||
| * | | Merge issue 19548 changes from 3.4 | Nick Coghlan | 2015-01-06 | 2 | -50/+67 |
| |\ \ | |/ | |||||
| | * | Issue 19548: update codecs module documentation | Nick Coghlan | 2015-01-06 | 2 | -50/+67 |
| | | | | | | | | | | | | | | | | | - clarified the distinction between text encodings and other codecs - clarified relationship with builtin open and the io module - consolidated documentation of error handlers into one section - clarified type constraints of some behaviours - added tests for some of the new statements in the docs | ||||
| | * | Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The | Victor Stinner | 2015-01-06 | 2 | -3/+9 |
| | | | | | | | | | | | availability of the function is checked during the compilation. Patch written by Bernard Spil. | ||||
| | * | Issue #20896, #22935: The ssl.get_server_certificate() function now uses the | Victor Stinner | 2015-01-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | ssl.PROTOCOL_SSLv23 protocol by default, not ssl.PROTOCOL_SSLv3, for maximum compatibility and support platforms where ssl.PROTOCOL_SSLv3 support is disabled. | ||||
| * | | Issue #23145: regrtest now shows errors and raises an exception if | Victor Stinner | 2015-01-06 | 1 | -0/+4 |
| | | | | | | | | | loader.loadTestsFromModule() logged errors. | ||||
| * | | Closes #21980: Added a __repr__ for LogRecord. | Vinay Sajip | 2015-01-06 | 1 | -2/+4 |
| | | | |||||
| * | | Closes #23151: Removed unnecessary initialization. | Vinay Sajip | 2015-01-06 | 1 | -2/+0 |
| | | | |||||
| * | | test_ssl: add more debug to investigate test_openssl_version() failure on | Victor Stinner | 2015-01-06 | 1 | -2/+2 |
| | | | | | | | | | OpenBSD with LibreSSL. | ||||
| * | | merge | Raymond Hettinger | 2015-01-06 | 1 | -76/+81 |
| |\ \ | |/ | |||||
| | * | Issue #23132: Mitigate regression in speed and clarity in ↵ | Raymond Hettinger | 2015-01-06 | 1 | -64/+78 |
| | | | | | | | | | functools.total_ordering. | ||||
| * | | 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 | 2 | -1/+30 |
| |\ \ | |/ | |||||
| | * | Issue #23140, asyncio: Fix cancellation of Process.wait(). Check the state of | Victor Stinner | 2015-01-06 | 2 | -1/+30 |
| | | | | | | | | | the waiter future before setting its result. | ||||
| * | | Merge 3.4 (asyncio) | Victor Stinner | 2015-01-06 | 2 | -2/+4 |
| |\ \ | |/ | |||||
| | * | Issue #23046: Expose the BaseEventLoop class in the asyncio namespace | Victor Stinner | 2015-01-06 | 2 | -2/+4 |
| | | | |||||
| * | | 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 |
| | | | | | | | | | 10.4 systems do not allow creation of files with such filenames. | ||||
| * | | Issue #18644: Fix a ResourceWarning in formatter.test(). | Berker Peksag | 2015-01-05 | 1 | -5/+9 |
| |\ \ | |/ | | | | | Patch by Vajrasky Kok. | ||||
| | * | Issue #18644: Fix a ResourceWarning in formatter.test(). | Berker Peksag | 2015-01-05 | 1 | -5/+9 |
| | | | | | | | | | Patch by Vajrasky Kok. | ||||
| * | | 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 |
| | | | |||||
| * | | Update bundled pip and setuptools to 6.0.6 and 11.0. | Donald Stufft | 2015-01-03 | 3 | -2/+2 |
| |\ \ | |/ | |||||
| | * | Upgrade the bundled pip to 6.0.6 and the bundled setuptools to 11.0 | Donald Stufft | 2015-01-03 | 3 | -2/+2 |
| | | | |||||
| * | | Issue #23132: Improve performance and introspection support of comparison | Serhiy Storchaka | 2015-01-01 | 2 | -41/+68 |
| | | | | | | | | | methods created by functool.total_ordering. | ||||
| * | | merge 3.4 (#23111) | Benjamin Peterson | 2014-12-30 | 1 | -2/+2 |
| |\ \ | |/ | |||||
| | * | make PROTOCOL_SSLv23 the default protocol version for ftplib (closes #23111) | Benjamin Peterson | 2014-12-30 | 1 | -2/+2 |
| | | | |||||
| * | | whitespace | Antoine Pitrou | 2014-12-30 | 1 | -5/+5 |
| | | | |||||
| * | | Issue #19776: Add a expanduser() method on Path objects. | Antoine Pitrou | 2014-12-30 | 2 | -0/+166 |
| | | | | | | | | | Patch by Serhiy. | ||||
| * | | Merge 3.4 (asyncio) | Victor Stinner | 2014-12-26 | 12 | -84/+105 |
| |\ \ | |/ | |||||
