summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #26250: document the sqlite3.Cursor.connection attribute. Initial patches by...Ezio Melotti2016-03-182-0/+13
* Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is...Steve Dower2016-03-172-1/+5
* Issue #19450: Update Windows builds to use SQLite 3.8.11.0.Steve Dower2016-03-174-3/+5
* Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3Donald Stufft2016-03-173-2/+2
* Issue #17603: Check for st_blocks field without requiring fileblocks.oMartin Panter2016-03-184-15/+4
* Skip test_site if USER_SITE cannot be createdVictor Stinner2016-03-141-2/+7
* Issue #20556: Used specific assert methods in threading tests.Serhiy Storchaka2016-03-143-19/+19
* #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B.Ezio Melotti2016-03-132-0/+6
* #25687: clarify that errors in tearDown increase the total number of reported...Ezio Melotti2016-03-132-4/+7
* Issue #26513: Fixes platform module detection of Windows ServerSteve Dower2016-03-122-1/+3
* Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch bySerhiy Storchaka2016-03-124-7/+29
* Issue 25959: Explain in docstring that PhotoImage.zoom arguments areTerry Jan Reedy2016-03-111-4/+8
* #26247: document Chrome/Chromium addition to webbrowser. Patch by Manvi B.Ezio Melotti2016-03-111-0/+11
* Issue #16851: Add Anna Koroliuk to Misc/ACKSVictor Stinner2016-03-111-0/+1
* Fix inspect.ismethod() docVictor Stinner2016-03-111-1/+2
* Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets.Serhiy Storchaka2016-03-096-137/+181
* Issue #15068: Avoid creating a reference loop in fileinput.Serhiy Storchaka2016-03-081-13/+15
* Backed out changeset: e7065fc4a6c2Steve Dower2016-03-081-1/+1
* Force clean externals on buildbots.Steve Dower2016-03-081-1/+1
* Issue #26465: Update Windows builds to use OpenSSL 1.0.2g.Steve Dower2016-03-084-3/+5
* Issue #15068: Got rid of excessive buffering in the fileinput module.Serhiy Storchaka2016-03-084-83/+146
* Issue #26486: Removed pickle test that doesn't work in 2.7 on 64-bit platform.Serhiy Storchaka2016-03-081-11/+0
* Issue #26456: Force all child threads to terminate in TestForkInThreadMartin Panter2016-03-081-1/+6
* Issue #26465: Update OS X installer build to use OpenSSL 1.0.2g.Ned Deily2016-03-082-5/+5
* properly use PyObject_CallMethod in dictview binary operations (closes #26478)Benjamin Peterson2016-03-043-5/+12
* Issue #26505: Fix typos in getaddrinfo license text.Ned Deily2016-03-073-8/+9
* Document another recipe for itertools: all_equal(). Inspired by David Beazley.Raymond Hettinger2016-03-072-0/+13
* Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm...Berker Peksag2016-03-063-1/+17
* Issue #26167: Backported copy tests.Serhiy Storchaka2016-03-061-4/+47
* Issue #26475: Fixed debugging output for regular expressions with the (?x) flag.Serhiy Storchaka2016-03-062-3/+6
* Issue #26486: Backported some pickle tests from 3.x.Serhiy Storchaka2016-03-061-4/+208
* Issue #26485: Fix Sphinx warning in Doc/license.rstBerker Peksag2016-03-051-1/+1
* issue26484 - fix the broken table in the doc about len().Gregory P. Smith2016-03-051-1/+1
* Issue #26476: Fixed compilation error when use PyErr_BadInternalCall() in C++.Serhiy Storchaka2016-03-033-2/+8
* Issue #26246: Set initial value of the hidden attr when creating copy button.Berker Peksag2016-03-021-0/+1
* Issue #26385: Cleanup NamedTemporaryFile if fdopen() fails, by SilentGhostMartin Panter2016-02-293-1/+12
* Fix typo.Georg Brandl2016-02-281-1/+1
* Issue 13573: Document that csv.writer uses str() for floats instead of repr().Raymond Hettinger2016-02-281-0/+1
* Issue #22836: Keep exception reports sensible despite errorsMartin Panter2016-02-285-9/+87
* #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang.Ezio Melotti2016-02-272-7/+12
* Issue #24421: Compile _math.c separately to avoid race conditionMartin Panter2016-02-033-5/+17
* Fix rstlint to also look for indented comments that should be directives.Georg Brandl2016-02-251-2/+2
* Issue #25801: Fixed resource warnings in test_zipfile64.Serhiy Storchaka2016-02-251-7/+11
* Issue #25136: Add reference to 'xcode-select --install' to Mac README.Ned Deily2016-02-241-1/+4
* Change OS X installer builds targeted for 10.10 and above to buildNed Deily2016-02-241-2/+7
* Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries.Ned Deily2016-02-244-2/+43
* Issue #5824: Fix DatagramRequestHandler tests by binding the client socketMartin Panter2016-02-242-29/+20
* Issue #22088: Clarify base-64 alphabets and which characters are discardedMartin Panter2016-02-233-19/+36
* Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls onNed Deily2016-02-232-6/+15
* Issue #26417: Prevent spurious errors and incorrect defaults whenNed Deily2016-02-234-175/+26