summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(),Victor Stinner2014-12-216-6/+50
* | | | Issue #19104: pprint now produces evaluable output for wrapped strings.Serhiy Storchaka2014-12-203-36/+47
|\ \ \ \ | |/ / /
| * | | Issue #19104: pprint now produces evaluable output for wrapped strings.Serhiy Storchaka2014-12-203-36/+47
* | | | Null mergeSerhiy Storchaka2014-12-200-0/+0
|\ \ \ \ | |/ / /
| * | | Issue #23071: "namereplace_errors" was added only in 3.5.Serhiy Storchaka2014-12-201-1/+0
* | | | Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter.Serhiy Storchaka2014-12-203-0/+31
|\ \ \ \ | |/ / /
| * | | Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter.Serhiy Storchaka2014-12-203-1/+32
* | | | null merge.Barry Warsaw2014-12-190-0/+0
|\ \ \ \ | |/ / /
| * | | Fix typo.Barry Warsaw2014-12-191-1/+1
| |\ \ \
* | \ \ \ Trunk merge.Barry Warsaw2014-12-192-2/+11
|\ \ \ \ \
| * \ \ \ \ Merge 3.4 (asyncio)Victor Stinner2014-12-192-2/+11
| |\ \ \ \ \ | | |/ / / /
| | * | | | asyncio: IocpProactor.wait_for_handle() test now also checks the result of theVictor Stinner2014-12-192-2/+11
* | | | | | Fixed typo.Barry Warsaw2014-12-191-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Fix typo.Barry Warsaw2014-12-191-1/+1
| |/ / /
* | | | Merge 3.4 (asyncio)Victor Stinner2014-12-183-2/+9
|\ \ \ \ | |/ / /
| * | | asyncio: sync with TulipVictor Stinner2014-12-183-2/+9
* | | | Merge 3.4 (asyncio)Victor Stinner2014-12-186-16/+37
|\ \ \ \ | |/ / /
| * | | asyncio: sync with TulipVictor Stinner2014-12-186-16/+37
* | | | Merge 3.4 (asyncio)Victor Stinner2014-12-183-6/+6
|\ \ \ \ | |/ / /
| * | | Issue #23074: asyncio.get_event_loop() now raises an exception if the threadVictor Stinner2014-12-183-6/+6
* | | | Issue #22733: Added NEWS itemSteve Dower2014-12-171-0/+3
* | | | Issue #23060: Suppresses a multiprocessing assert that fails incorrectlySteve Dower2014-12-171-1/+3
* | | | Issue #22733: MSVC ffi_prep_args doesn't handle 64-bit arguments properlySteve Dower2014-12-171-9/+28
* | | | Issue #23070: Fix a comment in the tutorial.Berker Peksag2014-12-171-1/+1
|\ \ \ \ | |/ / /
| * | | Issue #23070: Fix a comment in the tutorial.Berker Peksag2014-12-171-1/+1
* | | | mergeRaymond Hettinger2014-12-171-1/+1
|\ \ \ \ | |/ / /
| * | | Issue #23049: Pure python equivalent shouldn't imply more exactitude than is...Raymond Hettinger2014-12-171-1/+1
* | | | Issue #23009: Skip test_selectors.test_empty_select() on WindowsVictor Stinner2014-12-171-0/+3
* | | | Issue #22783: Pickling now uses the NEWOBJ opcode instead of the NEWOBJ_EXSerhiy Storchaka2014-12-165-140/+149
* | | | Issue #15513: Added a __sizeof__ implementation for pickle classes.Serhiy Storchaka2014-12-164-4/+184
|\ \ \ \ | |/ / /
| * | | Issue #15513: Added a __sizeof__ implementation for pickle classes.Serhiy Storchaka2014-12-164-4/+184
* | | | Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, canSerhiy Storchaka2014-12-163-24/+92
|\ \ \ \ | |/ / /
| * | | Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, canSerhiy Storchaka2014-12-163-24/+92
* | | | Merge with 3.4Terry Jan Reedy2014-12-165-24/+10
|\ \ \ \ | |/ / /
| * | | Issue #20577: move configuration of FormatParagraph extension to new extensionTerry Jan Reedy2014-12-165-24/+10
* | | | #22980 Adds platform and version tags to .pyd filesSteve Dower2014-12-165-4/+52
* | | | Fixes distutils adding/expecting too many _d suffixes.Steve Dower2014-12-162-5/+0
* | | | Make bdist_wininst build only on demandSteve Dower2014-12-1611-745/+37
* | | | Removes bdist_wininst dependency on MFC.Steve Dower2014-12-154-167/+1
* | | | Issue #21740: Fix module name in NEWS entry.Zachary Ware2014-12-151-1/+1
* | | | Add NEWS item for Windows Tcl/Tk update.Zachary Ware2014-12-151-0/+5
* | | | Backed out changeset ceaac3d483a1 (buildbots refreshed)Zachary Ware2014-12-151-1/+1
* | | | Fetch new external sources on the buildbotsZachary Ware2014-12-151-1/+1
* | | | Update Tcl/Tk to 8.6.3Zachary Ware2014-12-152-5/+5
* | | | Update Python/importlib.hZachary Ware2014-12-151-3763/+3763
* | | | Merge 3.4 (asyncio doc)Victor Stinner2014-12-151-1/+3
|\ \ \ \ | |/ / /
| * | | asyncio doc: call_soon() does not call immediatly the callback. Patch writtenVictor Stinner2014-12-151-1/+3
* | | | merge 3.4 (#23053)Benjamin Peterson2014-12-151-1/+0
|\ \ \ \ | |/ / /
| * | | remove extra ssl imports (closes #23053)Benjamin Peterson2014-12-151-1/+0
* | | | Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-1531-647/+728
|\ \ \ \ | |/ / /