Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), | Victor Stinner | 2014-12-21 | 6 | -6/+50 | |
* | | | | Issue #19104: pprint now produces evaluable output for wrapped strings. | Serhiy Storchaka | 2014-12-20 | 3 | -36/+47 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #19104: pprint now produces evaluable output for wrapped strings. | Serhiy Storchaka | 2014-12-20 | 3 | -36/+47 | |
* | | | | Null merge | Serhiy Storchaka | 2014-12-20 | 0 | -0/+0 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | 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 | 3 | -0/+31 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter. | Serhiy Storchaka | 2014-12-20 | 3 | -1/+32 | |
* | | | | null merge. | Barry Warsaw | 2014-12-19 | 0 | -0/+0 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Fix typo. | Barry Warsaw | 2014-12-19 | 1 | -1/+1 | |
| |\ \ \ | ||||||
* | \ \ \ | Trunk merge. | Barry Warsaw | 2014-12-19 | 2 | -2/+11 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge 3.4 (asyncio) | Victor Stinner | 2014-12-19 | 2 | -2/+11 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | asyncio: IocpProactor.wait_for_handle() test now also checks the result of the | Victor Stinner | 2014-12-19 | 2 | -2/+11 | |
* | | | | | | Fixed typo. | Barry Warsaw | 2014-12-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | | | ||||||
| * | | | | Fix typo. | Barry Warsaw | 2014-12-19 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge 3.4 (asyncio) | Victor Stinner | 2014-12-18 | 3 | -2/+9 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | asyncio: sync with Tulip | Victor Stinner | 2014-12-18 | 3 | -2/+9 | |
* | | | | 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 | 3 | -6/+6 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #23074: asyncio.get_event_loop() now raises an exception if the thread | Victor Stinner | 2014-12-18 | 3 | -6/+6 | |
* | | | | Issue #22733: Added NEWS item | Steve Dower | 2014-12-17 | 1 | -0/+3 | |
* | | | | Issue #23060: Suppresses a multiprocessing assert that fails incorrectly | Steve Dower | 2014-12-17 | 1 | -1/+3 | |
* | | | | Issue #22733: MSVC ffi_prep_args doesn't handle 64-bit arguments properly | Steve Dower | 2014-12-17 | 1 | -9/+28 | |
* | | | | Issue #23070: Fix a comment in the tutorial. | Berker Peksag | 2014-12-17 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #23070: Fix a comment in the tutorial. | Berker Peksag | 2014-12-17 | 1 | -1/+1 | |
* | | | | merge | Raymond Hettinger | 2014-12-17 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #23049: Pure python equivalent shouldn't imply more exactitude than is... | Raymond Hettinger | 2014-12-17 | 1 | -1/+1 | |
* | | | | 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 | 5 | -140/+149 | |
* | | | | Issue #15513: Added a __sizeof__ implementation for pickle classes. | Serhiy Storchaka | 2014-12-16 | 4 | -4/+184 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #15513: Added a __sizeof__ implementation for pickle classes. | Serhiy Storchaka | 2014-12-16 | 4 | -4/+184 | |
* | | | | Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, can | Serhiy Storchaka | 2014-12-16 | 3 | -24/+92 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, can | Serhiy Storchaka | 2014-12-16 | 3 | -24/+92 | |
* | | | | Merge with 3.4 | Terry Jan Reedy | 2014-12-16 | 5 | -24/+10 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #20577: move configuration of FormatParagraph extension to new extension | Terry Jan Reedy | 2014-12-16 | 5 | -24/+10 | |
* | | | | #22980 Adds platform and version tags to .pyd files | Steve Dower | 2014-12-16 | 5 | -4/+52 | |
* | | | | Fixes distutils adding/expecting too many _d suffixes. | Steve Dower | 2014-12-16 | 2 | -5/+0 | |
* | | | | Make bdist_wininst build only on demand | Steve Dower | 2014-12-16 | 11 | -745/+37 | |
* | | | | Removes bdist_wininst dependency on MFC. | Steve Dower | 2014-12-15 | 4 | -167/+1 | |
* | | | | Issue #21740: Fix module name in NEWS entry. | Zachary Ware | 2014-12-15 | 1 | -1/+1 | |
* | | | | Add NEWS item for Windows Tcl/Tk update. | Zachary Ware | 2014-12-15 | 1 | -0/+5 | |
* | | | | Backed out changeset ceaac3d483a1 (buildbots refreshed) | Zachary Ware | 2014-12-15 | 1 | -1/+1 | |
* | | | | Fetch new external sources on the buildbots | Zachary Ware | 2014-12-15 | 1 | -1/+1 | |
* | | | | Update Tcl/Tk to 8.6.3 | Zachary Ware | 2014-12-15 | 2 | -5/+5 | |
* | | | | Update Python/importlib.h | Zachary Ware | 2014-12-15 | 1 | -3763/+3763 | |
* | | | | Merge 3.4 (asyncio doc) | Victor Stinner | 2014-12-15 | 1 | -1/+3 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | asyncio doc: call_soon() does not call immediatly the callback. Patch written | Victor Stinner | 2014-12-15 | 1 | -1/+3 | |
* | | | | 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 | 31 | -647/+728 | |
|\ \ \ \ | |/ / / |