summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* fix issue23157 - time_hashlib hadn't been ported to Python 3.Gregory P. Smith2015-01-041-3/+4
|\
| * fix issue23157 - time_hashlib hadn't been ported to Python 3.Gregory P. Smith2015-01-041-3/+4
* | Update bundled pip and setuptools to 6.0.6 and 11.0.Donald Stufft2015-01-033-2/+2
|\ \ | |/
| * Upgrade the bundled pip to 6.0.6 and the bundled setuptools to 11.0Donald Stufft2015-01-033-2/+2
* | Issue #23132: Improve performance and introspection support of comparisonSerhiy Storchaka2015-01-012-41/+68
* | merge 3.4 (#23111)Benjamin Peterson2014-12-301-2/+2
|\ \ | |/
| * make PROTOCOL_SSLv23 the default protocol version for ftplib (closes #23111)Benjamin Peterson2014-12-301-2/+2
* | whitespaceAntoine Pitrou2014-12-301-5/+5
* | Issue #19776: Add a expanduser() method on Path objects.Antoine Pitrou2014-12-302-0/+166
* | Merge 3.4 (asyncio)Victor Stinner2014-12-2612-84/+105
|\ \ | |/
| * Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods ofVictor Stinner2014-12-266-62/+89
| * asyncio: sync with TulipVictor Stinner2014-12-268-22/+16
| * Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(),Victor Stinner2014-12-211-0/+7
* | merge 3.4 (#23112)Benjamin Peterson2014-12-262-2/+12
|\ \ | |/
| * fix behavior of trailing slash redirection when a query string is involved (c...Benjamin Peterson2014-12-262-2/+12
* | #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