summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* #20069: Add tests for os.chown.R David Murray2014-12-251-51/+74
* Merge: #23040: Clarify treatment of encoding and errors when component is bytes.R David Murray2014-12-251-4/+5
|\
| * #23040: Clarify treatment of encoding and errors when component is bytes.R David Murray2014-12-251-4/+5
* | Issue #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK,Serhiy Storchaka2014-12-233-215/+225
* | Merge pip and setuptools upgradeDonald Stufft2014-12-234-2/+2
|\ \ | |/
| * Upgrade pip to 6.0.2 and setuptools to 8.2.1Donald Stufft2014-12-234-2/+2
* | Merge 3.4 (asyncio)Victor Stinner2014-12-221-3/+7
|\ \ | |/
| * asyncio doc: update also Queue docstringsVictor Stinner2014-12-221-3/+7
* | merge 3.4 (#23093)Benjamin Peterson2014-12-222-3/+17
|\ \ | |/
| * allow more operations to work on detached streams (closes #23093)Benjamin Peterson2014-12-222-3/+17
* | Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(),Victor Stinner2014-12-211-0/+7
* | Issue #19104: pprint now produces evaluable output for wrapped strings.Serhiy Storchaka2014-12-202-36/+45
|\ \ | |/
| * Issue #19104: pprint now produces evaluable output for wrapped strings.Serhiy Storchaka2014-12-202-36/+45
| * 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-202-0/+29
|\ \ | |/
| * Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter.Serhiy Storchaka2014-12-202-1/+30
* | 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
* | 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 #23060: Suppresses a multiprocessing assert that fails incorrectlySteve Dower2014-12-171-1/+3
* | 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-162-29/+72
* | Issue #15513: Added a __sizeof__ implementation for pickle classes.Serhiy Storchaka2014-12-161-1/+69
|\ \ | |/
| * Issue #15513: Added a __sizeof__ implementation for pickle classes.Serhiy Storchaka2014-12-161-1/+69
* | Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, canSerhiy Storchaka2014-12-162-24/+88
|\ \ | |/
| * Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, canSerhiy Storchaka2014-12-162-24/+88
* | Merge with 3.4Terry Jan Reedy2014-12-164-24/+5
|\ \ | |/
| * Issue #20577: move configuration of FormatParagraph extension to new extensionTerry Jan Reedy2014-12-164-24/+5
* | #22980 Adds platform and version tags to .pyd filesSteve Dower2014-12-161-0/+24
* | Fixes distutils adding/expecting too many _d suffixes.Steve Dower2014-12-162-5/+0
* | Removes bdist_wininst dependency on MFC.Steve Dower2014-12-152-0/+0
* | 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
|\ \ | |/
| * Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-1530-645/+725
* | Issue #23015: Improved testing of the uuid module.Serhiy Storchaka2014-12-151-110/+98
|\ \ | |/
| * Issue #23015: Improved testing of the uuid module.Serhiy Storchaka2014-12-151-105/+94
* | Fixed a typo in a comment (issue #23016).Serhiy Storchaka2014-12-141-1/+1
|\ \ | |/
| * Fixed a typo in a comment (issue #23016).Serhiy Storchaka2014-12-141-1/+1
* | merge 3.4Benjamin Peterson2014-12-131-0/+1
|\ \ | |/
| * make sure server threads get cleaned upBenjamin Peterson2014-12-131-0/+1
* | merge 3.4 (#23048)Benjamin Peterson2014-12-132-3/+15
|\ \ | |/
| * pop the loop block even for infinite while loops (closes #23048)Benjamin Peterson2014-12-132-3/+15
* | Issue #22823: Use set literals in lib2to3.Serhiy Storchaka2014-12-134-8/+8
|\ \ | |/
| * Issue #22823: Use set literals in lib2to3.Serhiy Storchaka2014-12-134-8/+8