Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ \ | |/ | |||||
| * | Issue #23046: Expose the BaseEventLoop class in the asyncio namespace | Victor Stinner | 2015-01-06 | 2 | -2/+4 |
| | | |||||
* | | merge 3.4 | Benjamin Peterson | 2015-01-05 | 1 | -5/+10 |
|\ \ | |/ | |||||
| * | emphasize that cffi is better than extension modules for portability | Benjamin Peterson | 2015-01-05 | 1 | -5/+10 |
| | | |||||
* | | 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. | ||||
* | | merge 3.4 (#23167) | Benjamin Peterson | 2015-01-04 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | the current marshal version is 4 (closes #23167) | Benjamin Peterson | 2015-01-04 | 1 | -1/+1 |
| | | | | | | | | Patch by Dmitry Kazakov. | ||||
* | | merge 3.4 (#23165) | Benjamin Peterson | 2015-01-04 | 2 | -3/+16 |
|\ \ | |/ | |||||
| * | merge 3.3 (closes #23165) | Benjamin Peterson | 2015-01-04 | 2 | -3/+16 |
| |\ | |||||
| | * | merge 3.2 (closes #23165) | Benjamin Peterson | 2015-01-04 | 2 | -3/+16 |
| | |\ | |||||
| | | * | add some overflow checks before multiplying (closes #23165) | Benjamin Peterson | 2015-01-04 | 2 | -3/+16 |
| | | | | |||||
* | | | | 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 |
| | | | | |||||
* | | | | Closes #23154: Fix unnecessary recompilation of OpenSSL on Windows | Zachary Ware | 2015-01-04 | 3 | -12/+6 |
| | | | | |||||
* | | | | Issue #23143: Remove compatibility with OpenSSLs older than 0.9.8. | Antoine Pitrou | 2015-01-03 | 1 | -12/+0 |
| | | | | | | | | | | | | | | | | (now the hashlib module) | ||||
* | | | | Issue #23143: Remove compatibility with OpenSSLs older than 0.9.8. | Antoine Pitrou | 2015-01-03 | 2 | -53/+2 |
| | | | | | | | | | | | | | | | | (the last 0.9.7 release was in 2007) | ||||
* | | | | 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 |
| | | | | |||||
* | | | | Add missing URL link to Modernize docs. | Ned Deily | 2015-01-03 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Add missing URL link to Modernize docs. | Ned Deily | 2015-01-03 | 1 | -1/+1 |
| | | | | |||||
* | | | | Changes %s to %ls in wprintf in launcher.c for C99 compatibility. | Steve Dower | 2015-01-03 | 1 | -51/+51 |
| | | | | |||||
* | | | | Issue #23132: Improve performance and introspection support of comparison | Serhiy Storchaka | 2015-01-01 | 3 | -41/+71 |
| | | | | | | | | | | | | | | | | methods created by functool.total_ordering. | ||||
* | | | | Update copyright dates in OS X installer. | Ned Deily | 2015-01-01 | 5 | -16/+12 |
|\ \ \ \ | |/ / / | |||||
| * | | | Update copyright dates in OS X installer. | Ned Deily | 2015-01-01 | 5 | -16/+12 |
| | | | | |||||
* | | | | merge 3.4 | Benjamin Peterson | 2015-01-01 | 6 | -7/+7 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 3.3 | Benjamin Peterson | 2015-01-01 | 6 | -7/+7 |
| |\ \ \ | | |/ / | |||||
| | * | | merge 3.2 | Benjamin Peterson | 2015-01-01 | 6 | -7/+7 |
| | |\ \ | | | |/ | |||||
| | | * | update for copyright for 2015 | Benjamin Peterson | 2015-01-01 | 6 | -7/+7 |
| | | | | |||||
* | | | | merge 3.4 | Benjamin Peterson | 2014-12-30 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | update docs for #23111 | Benjamin Peterson | 2014-12-30 | 1 | -1/+1 |
| | | | |