summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Issue #19104: pprint now produces evaluable output for wrapped strings.Serhiy Storchaka2014-12-201-10/+13
* | Issue #23071: "namereplace_errors" was added only in 3.5.Serhiy Storchaka2014-12-201-1/+0
* | Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter.Serhiy Storchaka2014-12-201-0/+23
* | asyncio: IocpProactor.wait_for_handle() test now also checks the result of theVictor Stinner2014-12-191-2/+6
* | asyncio: sync with TulipVictor Stinner2014-12-186-16/+37
* | Issue #23074: asyncio.get_event_loop() now raises an exception if the threadVictor Stinner2014-12-181-2/+2