summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. PatchVictor Stinner2015-07-293-0/+32
* Issue #23254: Document how to close the TCPServer listening socket.Robert Collins2015-07-293-2/+16
* Set a default BasePlatformToolset to allow the ICC buildbot to build.Zachary Ware2015-07-282-3/+7
* check return value of PyString_FromStringAndSize for NULL (closes #24734)Benjamin Peterson2015-07-271-1/+4
* Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.Robert Collins2015-07-263-1/+4
* Issue #24683: Fixed a crash in _json.make_encoder() called with non-dict 1st ...Serhiy Storchaka2015-07-261-0/+7
* Issue #24613: Calling array.fromstring() with self is no longer allowedSerhiy Storchaka2015-07-263-0/+9
* possible memory leak in error case (closes #24719)Benjamin Peterson2015-07-251-1/+1
* proper overflow checks for mymemreplace (closes #24708)Benjamin Peterson2015-07-253-2/+16
* Issue #24603: Update the OS X 32-bit installer build to use OpenSSL 1.0.2d.Ned Deily2015-07-242-4/+4
* Issue #24704: Fixed possible NULL pointer dereferencing in the _json moduleSerhiy Storchaka2015-07-241-0/+2
* Issue #24620: Random.setstate() now validates the value of state last element.Serhiy Storchaka2015-07-243-0/+11
* Issue #24703: Fixed resource leak on error in bsddb.verify().Serhiy Storchaka2015-07-241-2/+4
* Initialize buf.outobj in multibyte encoder (closes issue #24702).Serhiy Storchaka2015-07-241-0/+1
* Issue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond.Robert Collins2015-07-223-1/+7
* we don't care about python 1.5.2Benjamin Peterson2015-07-221-2/+0
* Issue #24603: Update Windows build to use OpenSSL 1.0.2dZachary Ware2015-07-226-7/+7
* Issue #24680: Remove random backslash. Patch by cdz.Zachary Ware2015-07-221-1/+1
* Issue #20792: Expand idle_test.test_pathbowser. Tweak file.Terry Jan Reedy2015-07-202-3/+20
* Issue #19663: Improve error message for defaultdict.Raymond Hettinger2015-07-201-1/+1
* Issue #24671: Finish print conversion, idlelib GrepDialog and WidgetRedirector.Terry Jan Reedy2015-07-192-1/+3
* Fixes OpenSSL directory referenceSteve Dower2015-07-191-1/+1
* Issue #24568: fix typo.Raymond Hettinger2015-07-181-1/+1
* improve style of the convert macro (#24655)Benjamin Peterson2015-07-181-7/+7
* Close #24508: Backport the 3.5 MSBuild project files.Zachary Ware2015-07-16124-757/+8504
* Close #23963: Fix building with original OpenSSL sources.Zachary Ware2015-07-161-8/+5
* Backport b80d141a044eZachary Ware2015-07-131-1/+0
* Issue #24611: Fixed compiling the posix module on non-Windows platformsSerhiy Storchaka2015-07-122-2/+5
* Added regression test for issue24581.Serhiy Storchaka2015-07-081-0/+11
* Corrected empty lines and removed BOM in Misc/NEWS.Serhiy Storchaka2015-07-061-2/+3
* 'not' is very important hereBenjamin Peterson2015-07-061-1/+1
* tighten warningBenjamin Peterson2015-07-061-3/+3
* Issue #18684: Fixed reading out of the buffer in the re module.Serhiy Storchaka2015-07-062-14/+43
* Issue #24259: tarfile now raises a ReadError if an archive is truncated insid...Lars Gustäbel2015-07-063-3/+41
* Update Docs/tools/susp-ignored.csvZachary Ware2015-07-061-4/+13
* Issue #24540: fix typo in json.dumps docstringNed Deily2015-07-051-1/+2
* Merge headsBenjamin Peterson2015-07-0524-31/+160
|\
| * Issue #24330: Update IDLE doc and help to note "Configure IDLE" differenceNed Deily2015-07-042-5/+5
| * #24548: replace dead link with pointer to archive.org.R David Murray2015-07-041-1/+1
| * Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c.Ned Deily2015-07-043-6/+6
| * Issue #24525: Add missing word. Patch by Vincent Legoll.Terry Jan Reedy2015-07-031-1/+1
| * Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.Steve Dower2015-07-034-3/+9
| * Issue #24543: Use AC_LINK instead of AC_COMPILE in order to prevent falseStefan Krah2015-07-032-3/+4
| * Issue #24514: tarfile now tolerates number fields consisting of only whitespace.Lars Gustäbel2015-07-023-1/+13
| * 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-293-2/+25
| * Issue #20387: Backport fix from Python 3.4Jason R. Coombs2015-06-282-0/+20
| * 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-283-8/+49
| * Issue #24336: Backported test for contextmanager. Patch by Martin Panter.Serhiy Storchaka2015-06-281-0/+8