summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. PatchVictor Stinner2015-07-291-0/+28
* Issue #23254: Document how to close the TCPServer listening socket.Robert Collins2015-07-291-0/+2
* Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.Robert Collins2015-07-261-1/+1
* Issue #24613: Calling array.fromstring() with self is no longer allowedSerhiy Storchaka2015-07-261-0/+1
* proper overflow checks for mymemreplace (closes #24708)Benjamin Peterson2015-07-251-0/+5
* Issue #24620: Random.setstate() now validates the value of state last element.Serhiy Storchaka2015-07-241-0/+5
* Issue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond.Robert Collins2015-07-222-1/+5
* Issue #20792: Expand idle_test.test_pathbowser. Tweak file.Terry Jan Reedy2015-07-202-3/+20
* Issue #24671: Finish print conversion, idlelib GrepDialog and WidgetRedirector.Terry Jan Reedy2015-07-192-1/+3
* Close #24508: Backport the 3.5 MSBuild project files.Zachary Ware2015-07-164-8/+20
* Backport b80d141a044eZachary Ware2015-07-131-1/+0
* Added regression test for issue24581.Serhiy Storchaka2015-07-081-0/+11
* Issue #24259: tarfile now raises a ReadError if an archive is truncated insid...Lars Gustäbel2015-07-062-3/+38
* Issue #24540: fix typo in json.dumps docstringNed Deily2015-07-051-1/+2
* Issue #24330: Update IDLE doc and help to note "Configure IDLE" differenceNed Deily2015-07-041-4/+3
* Issue #24514: tarfile now tolerates number fields consisting of only whitespace.Lars Gustäbel2015-07-022-1/+10
* Update setuptools to 18.0.1 and pip to 7.1.0Donald Stufft2015-07-013-2/+2
* Issue #24467: Fixed possible buffer over-read in bytearray. The bytearraySerhiy Storchaka2015-06-291-1/+18
* Issue #20387: Backport fix from Python 3.4Jason R. Coombs2015-06-281-0/+17
* Issue #20387: Backport test from Python 3.4Jason R. Coombs2015-06-281-1/+19
* Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()Serhiy Storchaka2015-06-281-0/+15
* Issue #24336: Backported test for contextmanager. Patch by Martin Panter.Serhiy Storchaka2015-06-281-0/+8
* ensure internal buffer is large enough for string after flushing (closes #24481)Benjamin Peterson2015-06-271-0/+4
* Issue #24497: update link in test_decimal commentsNed Deily2015-06-241-1/+1
* Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().Antoine Pitrou2015-06-231-10/+41
* Issue #24408: Prevent test_font failures with non-ascii font names.Ned Deily2015-06-211-2/+2
* Issue #24408: Fixed test for tkinter.Font on OS X.Serhiy Storchaka2015-06-211-1/+10
* Issue #24408: Added more tkinter.Font tests.Serhiy Storchaka2015-06-091-5/+65
* Issue #24299: Fixed test__locale on Solaris.Serhiy Storchaka2015-06-081-2/+3
* Upgrade pip to 7.0.3 and setuptools to 17.0Donald Stufft2015-06-023-2/+2
* Issue #24267 - Ensure that pip version check is disabled on uninstallDonald Stufft2015-06-022-6/+21
* Issue #19543: Emit deprecation warning for known non-text encodings.Serhiy Storchaka2015-05-3115-22/+125
* Fixed test_audioop for issue #24326.Serhiy Storchaka2015-05-311-3/+1
* Fixed the array module in unicode disabled build (regression of issue20014).Serhiy Storchaka2015-05-311-1/+4
* Issue #24264: Fixed buffer overflow in the imageop module.Serhiy Storchaka2015-05-311-1/+3
* Issue #21853: Fixed the inspect module in unicode disabled build.Serhiy Storchaka2015-05-312-5/+14
* Issue #5633: Fixed timeit when the statement is a string and the setup is not.Serhiy Storchaka2015-05-302-3/+11
* Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.Serhiy Storchaka2015-05-291-0/+17
* Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The portSerhiy Storchaka2015-05-282-7/+8
* Issue #24286: Register dict views with the MappingView ABCs.Raymond Hettinger2015-05-263-1/+28
* keep distutils version in sync with python version automaticallyBenjamin Peterson2015-05-261-8/+2
* Update idlelib/NEWS.txt.Terry Jan Reedy2015-05-231-1/+20
* merge 2.7.10 release branchBenjamin Peterson2015-05-231-1/+1
|\
| * python 2.7.10 finalv2.7.10Benjamin Peterson2015-05-231-1/+1
* | merge 2.7.10 release branchBenjamin Peterson2015-05-2339-154/+385
|\ \ | |/ |/|
| * Upgrade pip to 7.0.1Donald Stufft2015-05-232-1/+1
| * merge 2.7.10 release branchBenjamin Peterson2015-05-221-1/+4
| |\
| * | Issue #24257: Fixed segmentation fault in sqlite3.Row constructor with fakedSerhiy Storchaka2015-05-221-0/+8
| * | Upgrade pip to 7.0 and setuptools to 16.0Donald Stufft2015-05-223-2/+2
| * | Issue #24134: Use assertRaises() in context manager form in test_slice toSerhiy Storchaka2015-05-201-1/+2