summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* whitespaceTerry Jan Reedy2015-06-121-1/+1
* Issue #24406: Add sentences on dict comparisons, similar to those for SequenceTerry Jan Reedy2015-06-121-0/+3
* Fixed indentation of Python examples in C comments.Serhiy Storchaka2015-06-105-37/+37
* Clean up/refactor the batch scripts used for building on Windows.Zachary Ware2015-06-0914-211/+265
* Issue #24408: Added more tkinter.Font tests.Serhiy Storchaka2015-06-091-5/+65
* Issue 24385: Adds "--as-flags=--32" when generating 32-bit MinGW library.Steve Dower2015-06-081-1/+1
* Issue #24299: Fixed test__locale on Solaris.Serhiy Storchaka2015-06-081-2/+3
* that this is "for Python" is obviousBenjamin Peterson2015-06-061-1/+1
* Generates installer product codes for future releases.Steve Dower2015-06-031-0/+10
* 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 #24357: use example.org insteadNed Deily2015-06-021-4/+4
* Issue #24357: Change host in socket.getaddrinfo example to one thatNed Deily2015-06-021-4/+4
* sync opcode prediction code with python 3Benjamin Peterson2015-06-011-10/+4
* Issue #19543: Emit deprecation warning for known non-text encodings.Serhiy Storchaka2015-05-3122-70/+391
* 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-312-1/+6
* Issue #24264: Fixed buffer overflow in the imageop module.Serhiy Storchaka2015-05-313-3/+10
* 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-303-3/+13
* Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),Serhiy Storchaka2015-05-306-44/+83
* Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.Serhiy Storchaka2015-05-293-1/+21
* Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The portSerhiy Storchaka2015-05-283-7/+11
* backport computed gotos (#4753)Benjamin Peterson2015-05-289-230/+1022
* update for 3.6 emergingBenjamin Peterson2015-05-271-1/+2
* Issue 24304: Fix broken license link in FAQ.Ned Deily2015-05-271-1/+1
* Issue #24286: Register dict views with the MappingView ABCs.Raymond Hettinger2015-05-264-1/+32
* Moved Misc/NEWS entries to correct section and fix formatting.Serhiy Storchaka2015-05-261-7/+7
* keep distutils version in sync with python version automaticallyBenjamin Peterson2015-05-261-8/+2
* Remove UTF-8 BOMs.Serhiy Storchaka2015-05-251-1/+1
* Update idlelib/NEWS.txt.Terry Jan Reedy2015-05-231-1/+20
* Make expression legal python by adding '1'.Terry Jan Reedy2015-05-231-1/+1
* 2.7.10+Benjamin Peterson2015-05-231-1/+1
* merge 2.7.10 release branchBenjamin Peterson2015-05-233-4/+5
|\
| * Added tag v2.7.10 for changeset 15c95b7d81dcBenjamin Peterson2015-05-231-0/+1
| * python 2.7.10 finalv2.7.10Benjamin Peterson2015-05-232-4/+4
* | merge 2.7.10 release branchBenjamin Peterson2015-05-2356-224/+599
|\ \ | |/ |/|
| * 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-223-1/+12
| * | Upgrade pip to 7.0 and setuptools to 16.0Donald Stufft2015-05-223-2/+2
| * | Fixed issue number for issue #22939.Serhiy Storchaka2015-05-211-1/+1
| * | Issue #23985: Fixed integer overflow in iterator object. Original patch bySerhiy Storchaka2015-05-213-0/+9
| * | Issue #24134: Use assertRaises() in context manager form in test_slice toSerhiy Storchaka2015-05-201-1/+2
| * | Issue #24245: Eliminated senseless expect clauses that have no any effect inSerhiy Storchaka2015-05-202-19/+12
| * | Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try againSerhiy Storchaka2015-05-193-10/+64
| * | Issue #6598: Increased time precision and random number range inSerhiy Storchaka2015-05-193-6/+31