summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* asyncio: sync with TulipVictor Stinner2015-01-271-0/+5
* Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe() as a coroutineVictor Stinner2015-01-261-0/+13
* Issue #14099: Backout changeset e5bb3044402b (except adapted tests).Serhiy Storchaka2015-01-261-61/+55
* Issue #18518: timeit now rejects statements which can't be compiled outsideSerhiy Storchaka2015-01-261-0/+12
* Issue #23094: Fixed readline with frames in Python implementation of pickle.Serhiy Storchaka2015-01-261-0/+8
* Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in theSerhiy Storchaka2015-01-262-4/+5
* Issue #23268: Fixed bugs in the comparison of ipaddress classes.Serhiy Storchaka2015-01-261-5/+42
* Issue #21408: The default __ne__() now returns NotImplemented if __eq__()Serhiy Storchaka2015-01-262-6/+63
* handle headers with no key (closes #19996)Benjamin Peterson2015-01-262-0/+16
* Increase http.client.HTTPConnection test coverage.Senthil Kumaran2015-01-251-25/+42
* revert 7b833bd1f509. I misread the side effect that the code was triggering.Gregory P. Smith2015-01-231-2/+4
* Remove the unimplemented but ignored without='-E' parameters being passed toGregory P. Smith2015-01-231-4/+2
* Only pass -E to the child interpreter if our interpreter was running in thatGregory P. Smith2015-01-231-7/+15
* Break up TestCommandLine.test_env_var into four distinct tests.Gregory P. Smith2015-01-221-3/+5
* Issue #23009: Add missing "import sys" in test_selectorsVictor Stinner2015-01-221-0/+1
* Issue #23009: Skip test_selectors.test_empty_select() on WindowsVictor Stinner2015-01-221-0/+4
* asyncio: pyflakes, remove unused importVictor Stinner2015-01-211-9/+1
* asyncio: Enhance BaseProactorEventLoop._loop_self_reading()Victor Stinner2015-01-211-2/+3
* Add the command line to the AssertionError raised by test.script_helper'sGregory P. Smith2015-01-212-2/+38
* Issue #23280: Fix docstrings for binascii.(un)hexlifyZachary Ware2015-01-201-1/+3
* Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-185-7/+7
* Issue #23211: Fix patch for 3.4 differences.Ned Deily2015-01-181-3/+3
* Issue #23211: Workaround test_logging failure on some OS X 10.6 systems:Ned Deily2015-01-181-2/+2
* capitialize "HttpOnly" and "Secure" as they appear in the standard and other ...Benjamin Peterson2015-01-171-2/+2
* Issue #22685: Fix test_pause_reading() of asyncio/test_subprocessVictor Stinner2015-01-151-2/+12
* Closes #23219: cancelling asyncio.wait_for() now cancels the taskVictor Stinner2015-01-151-0/+27
* asyncio: Close transports in testsVictor Stinner2015-01-154-3/+15
* Issue #23243: Close explicitly transports in asyncio testsVictor Stinner2015-01-153-277/+226
* Issue #23243: Close explicitly event loops in asyncio testsVictor Stinner2015-01-153-1/+20
* Issue #23243: Fix asyncio._UnixWritePipeTransport.close()Victor Stinner2015-01-151-0/+3
* asyncio: sync with TulipVictor Stinner2015-01-145-0/+26
* Issue #23197, asyncio: On SSL handshake failure, check if the waiter isVictor Stinner2015-01-142-4/+61
* Python issue #23173: sync with TulipVictor Stinner2015-01-141-0/+36
* Issue #22560: New SSL implementation based on ssl.MemoryBIOVictor Stinner2015-01-132-11/+53
* Tulip issue 184: Fix test_pipe() on WindowsVictor Stinner2015-01-131-1/+2
* fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-131-1/+1
* Issue #23209, #23225: selectors.BaseSelector.close() now clears its internalVictor Stinner2015-01-131-0/+3
* asyncio: sync with TulipVictor Stinner2015-01-091-0/+19
* asyncio: Truncate to 80 columnsVictor Stinner2015-01-085-18/+37
* Issue 19548: update codecs module documentationNick Coghlan2015-01-061-9/+37
* Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. TheVictor Stinner2015-01-061-2/+3
* Issue #23140, asyncio: Simplify the unit testVictor Stinner2015-01-061-8/+6
* Issue #23140, asyncio: Fix cancellation of Process.wait(). Check the state ofVictor Stinner2015-01-061-0/+28
* Issue #22165: Skip test_undecodable_filename on OS X prior to 10.5.Ned Deily2015-01-051-0/+1
* fix issue23157 - time_hashlib hadn't been ported to Python 3.Gregory P. Smith2015-01-041-3/+4
* Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods ofVictor Stinner2014-12-263-39/+66
* asyncio: sync with TulipVictor Stinner2014-12-268-22/+16
* Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(),Victor Stinner2014-12-211-0/+7
* fix behavior of trailing slash redirection when a query string is involved (c...Benjamin Peterson2014-12-261-0/+6
* allow more operations to work on detached streams (closes #23093)Benjamin Peterson2014-12-221-0/+14