summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 'free-after-use' is not a bug :) (closes #24568)Benjamin Peterson2015-07-051-1/+1
|/
* ensure internal buffer is large enough for string after flushing (closes #24481)Benjamin Peterson2015-06-273-0/+11
* Issue #24496: Backport gzip examples to Python 2.Berker Peksag2015-06-251-11/+7
* Issue #23684: Clarify the return value of the scheme attribute of ParseResult...Berker Peksag2015-06-251-2/+2
* 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-234-12/+58
* Issue #24408: Prevent test_font failures with non-ascii font names.Ned Deily2015-06-211-2/+2
* Added the const qualifier for char* argument of Py_EnterRecursiveCall().Serhiy Storchaka2015-06-213-3/+3
* Issue #24408: Fixed test for tkinter.Font on OS X.Serhiy Storchaka2015-06-211-1/+10
* Deprecate unused scripts in Tools/buildbot.Zachary Ware2015-06-165-3/+15
* Update PCbuild/readme.txtZachary Ware2015-06-161-33/+10
* Issue #24443: Fix links for Event.clear() and Event.wait() methods.Berker Peksag2015-06-131-2/+2