Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions for | Victor Stinner | 2015-01-09 | 6 | -3/+193 |
| | | | | | atomic memory access if available. Patch written by Vitor de Lima and Gustavo Temple. | ||||
* | Merge 3.4 (asyncio) | Victor Stinner | 2015-01-09 | 3 | -7/+16 |
|\ | |||||
| * | asyncio: sync with Tulip | Victor Stinner | 2015-01-09 | 3 | -7/+16 |
| | | | | | | | | | | | | | | | | * Document why set_result() calls are safe * Cleanup gather(). Use public methods instead of hacks to consume the exception of a future. * sock_connect(): pass directly the fd to _sock_connect_done instead of the socket. | ||||
* | | Merge 3.4 (asyncio doc) | Victor Stinner | 2015-01-09 | 2 | -0/+24 |
|\ \ | |/ | |||||
| * | asyncio doc: list limitations to run subprocesses from different threads | Victor Stinner | 2015-01-09 | 2 | -0/+24 |
| | | |||||
* | | selectors: truncate to 80 characters | Victor Stinner | 2015-01-08 | 1 | -1/+2 |
| | | |||||
* | | 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 |
| | | |||||
* | | Issue #20487: Clarify meaning of "side effect" in the magic mock documentation. | Berker Peksag | 2015-01-07 | 1 | -3/+4 |
|\ \ | |/ | | | | | Patch by A.M. Kuchling. | ||||
| * | Issue #20487: Clarify meaning of "side effect" in the magic mock documentation. | Berker Peksag | 2015-01-07 | 1 | -3/+4 |
| | | | | | | | | Patch by A.M. Kuchling. | ||||
* | | 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 |
| | | |||||
* | | use SSL_get_session | Benjamin Peterson | 2015-01-07 | 1 | -2/+3 |
| | | |||||
* | | 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 | 5 | -21/+94 |
| | | |||||
* | | Minor speed-up. Use local variable instead of a global lookup. | Raymond Hettinger | 2015-01-07 | 1 | -10/+10 |
| | | |||||
* | | Issue #19548: clean up merge issues in codecs docs | Nick Coghlan | 2015-01-07 | 1 | -3/+5 |
| | | | | | | | | | | Patch by Martin Panter to clean up some problems with the merge of the codecs docs changes from Python 3.4. | ||||
* | | Merge issue 19548 changes from 3.4 | Nick Coghlan | 2015-01-06 | 9 | -377/+424 |
|\ \ | |/ | |||||
| * | Issue 19548: update codecs module documentation | Nick Coghlan | 2015-01-06 | 9 | -363/+417 |
| | | | | | | | | | | | | | | | | - 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 #23145: regrtest now shows errors and raises an exception if | Victor Stinner | 2015-01-06 | 1 | -0/+4 |
| | | | | | | | | loader.loadTestsFromModule() logged errors. | ||||
* | | Null merge 3.4 (changes already applied to Python 3.5) | Victor Stinner | 2015-01-06 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The | Victor Stinner | 2015-01-06 | 7 | -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 LibreSSL | Victor Stinner | 2015-01-06 | 1 | -0/+2 |
| | | |||||
* | | Null merge python 3.4 (change already applied to Python 3.5) | Victor Stinner | 2015-01-06 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Issue #20896, #22935: The ssl.get_server_certificate() function now uses the | Victor Stinner | 2015-01-06 | 2 | -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 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 with 3.4 | Zachary Ware | 2015-01-06 | 1 | -8/+10 |
|\ \ | |/ | |||||
| * | Cosmetic fixes to the 'Develop with asyncio' page | Zachary Ware | 2015-01-06 | 1 | -8/+10 |
| | | |||||
* | | merge | Raymond Hettinger | 2015-01-06 | 1 | -76/+81 |
|\ \ | |/ | |||||
| * | Issue #23132: Mitigate regression in speed and clarity in ↵ | Raymond Hettinger | 2015-01-06 | 2 | -64/+80 |
| | | | | | | | | 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 |
|\ \ | |/ |