summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent GhostMartin Panter2016-03-172-9/+78
* faulthandler: Test Py_FatalError() with GIL releasedVictor Stinner2016-03-151-0/+8
* Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) wa...Antoine Pitrou2016-03-151-9/+16
* #25320: Handle sockets in directories unittest discovery is scanning.Robert Collins2016-03-152-0/+42
* Fix test_venv on FreeBSD buildbotVictor Stinner2016-03-141-1/+10
* 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-23/+22
* Issue #16181: cookiejar.http2time() now returns None if year is higher than d...Berker Peksag2016-03-142-1/+8
* Issue #26513: Fixes platform module detection of Windows ServerSteve Dower2016-03-121-1/+1
* Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch bySerhiy Storchaka2016-03-122-7/+25
* Issue #20589: Fix test_pathlibVictor Stinner2016-03-111-10/+10
* Issue #20589: Invoking Path.owner() and Path.group() on Windows now raiseBerker Peksag2016-03-112-0/+15
* Issue 25959: Explain in docstring that PhotoImage.zoom arguments areTerry Jan Reedy2016-03-111-4/+8
* Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets.Serhiy Storchaka2016-03-095-138/+181
* Issue #15068: Avoid creating a reference loop in fileinput.Serhiy Storchaka2016-03-081-13/+15
* Issue #25911: Tring to silence deprecation warnings in bytes path walk tests.Serhiy Storchaka2016-03-081-0/+11
* Backed out changeset f9e22717722dSerhiy Storchaka2016-03-081-5/+1
|\
| * Backed out changeset 19a3e0e664afSerhiy Storchaka2016-03-081-5/+1
* | Issue #15068: Got rid of excessive buffering in the fileinput module.Serhiy Storchaka2016-03-082-89/+142
* | Issues #23808, #25911: Trying to fix walk tests on Windows.Serhiy Storchaka2016-03-081-1/+5
|\ \ | |/
| * Issues #23808, #25911: Trying to fix walk tests on Windows.Serhiy Storchaka2016-03-081-1/+5
* | Document another recipe for itertools: all_equal(). Inspired by David Beazley.Raymond Hettinger2016-03-071-0/+8
* | Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.pyBerker Peksag2016-03-061-0/+5
* | Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm...Berker Peksag2016-03-062-1/+14
* | Issue #26167: Backported copy tests.Serhiy Storchaka2016-03-061-6/+49
* | Issue #26015: Added new tests for pickling iterators of mutable sequences.Serhiy Storchaka2016-03-065-50/+214
* | Issue #25718: Fixed pickling and copying the accumulate() iterator with total...Serhiy Storchaka2016-03-061-0/+10
* | Issue #26475: Fixed debugging output for regular expressions with the (?x) flag.Serhiy Storchaka2016-03-061-3/+3
* | Fixed typo in pickle tests.Serhiy Storchaka2016-03-041-2/+2
* | merge 3.4 (closes #26478)Benjamin Peterson2016-03-041-0/+4
|\ \ | |/
| * properly use the ObjArgs variant of CallMethod in dictview binary operations ...Benjamin Peterson2016-03-041-0/+4
| * asyncio: Update 3.4 asyncio/test_tasks to upstream versionYury Selivanov2016-03-021-1/+2
* | coroutines: Error when awaiting on coroutine that's being awaitedYury Selivanov2016-03-021-0/+18
* | asyncio: Remove duplicate bind addresses in create_server.Yury Selivanov2016-03-022-12/+18
* | inspect: Fix BoundArguments.apply_defaults to handle empty argumentsYury Selivanov2016-03-022-2/+7
* | asyncio: Prevent StopIteration from being thrown into a FutureYury Selivanov2016-03-022-0/+7
* | asyncio: Fix @coroutine to recognize CoroWrapper (issue #25647)Yury Selivanov2016-03-022-1/+26
* | asyncio, selectors: Update to the upstream versionYury Selivanov2016-03-022-3/+13
* | Issue #26464: Fix unicode_fast_translate() againVictor Stinner2016-03-011-4/+10
* | Fix str.translate()Victor Stinner2016-03-011-0/+4
* | Issue #26457: Fixed the subnets() methods in IP network classes for the caseSerhiy Storchaka2016-03-012-9/+39
* | WhitespaceTerry Jan Reedy2016-03-011-3/+3
* | Document maintenance of idlelib/help.html in idlelib.Terry Jan Reedy2016-03-011-1/+24
* | Rebase the 3.x version of idlelib/help.html on the 3.5 version ofTerry Jan Reedy2016-03-011-73/+73
* | Issue #26385: Cleanup NamedTemporaryFile if open() fails, by SilentGhostMartin Panter2016-02-282-2/+11
* | Issue #22836: Keep exception reports sensible despite errorsMartin Panter2016-02-281-2/+66
* | Issue #26390: Fix and test pbkdf2_hmac() parameter namesMartin Panter2016-02-221-0/+3
* | Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak.Georg Brandl2016-02-251-2/+2
* | Issue #26402: Fix XML-RPC client retrying after server disconnectionMartin Panter2016-02-252-3/+40
* | Issue #25801: Fixed resource warnings in test_zipfile64.Serhiy Storchaka2016-02-251-2/+6