Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | 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 functools.total_ord... | Raymond Hettinger | 2015-01-06 | 2 | -64/+80 |
* | | 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 |
* | | 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 |
* | | Issue #18644: Fix a ResourceWarning in formatter.test(). | Berker Peksag | 2015-01-05 | 1 | -5/+9 |
|\ \ | |/ | |||||
| * | Issue #18644: Fix a ResourceWarning in formatter.test(). | Berker Peksag | 2015-01-05 | 1 | -5/+9 |
* | | 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 |
* | | 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 |
* | | | | Issue #23143: Remove compatibility with OpenSSLs older than 0.9.8. | Antoine Pitrou | 2015-01-03 | 2 | -53/+2 |
* | | | | 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 |
* | | | | 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 |
* | | | | merge 3.4 (#23111) | Benjamin Peterson | 2014-12-30 | 2 | -2/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | make PROTOCOL_SSLv23 the default protocol version for ftplib (closes #23111) | Benjamin Peterson | 2014-12-30 | 2 | -2/+5 |
* | | | | whitespace | Antoine Pitrou | 2014-12-30 | 1 | -5/+5 |
* | | | | Issue #19776: Add a expanduser() method on Path objects. | Antoine Pitrou | 2014-12-30 | 4 | -3/+180 |
* | | | | merge 3.4 (#23130) | Benjamin Peterson | 2014-12-30 | 1 | -405/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 3.3 (#23130) | Benjamin Peterson | 2014-12-30 | 1 | -405/+0 |
| |\ \ \ | | |/ / |