summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #18300: Set TERM='' by default in assert_python_*Berker Peksag2016-06-242-15/+13
* Issue #27006: from_float(): call the subclass' __new__() and __init__().Stefan Krah2016-06-201-1/+4
* Added more tests for issue #27122.Serhiy Storchaka2016-06-201-5/+11
* Issue #27294: Numerical state in the repr for Tkinter event objects is nowSerhiy Storchaka2016-06-181-0/+54
* Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded asSerhiy Storchaka2016-06-184-0/+44
* Issue #27123: When an exception is raised within the context beingGregory P. Smith2016-06-141-0/+28
* Issue #16182: One more check for set_pre_input_hook()Martin Panter2016-06-141-1/+1
* Issue #16182: set_pre_input_hook() may not exist; document, and update testMartin Panter2016-06-141-7/+15
* Issue #16182: Attempted workarounds for Apple EditlineMartin Panter2016-06-141-5/+13
* Issue #16182: Fix readline begidx, endidx, and use locale encodingMartin Panter2016-06-141-4/+137
* Issue #27136: Change test to use ::1 for better OS X Tiger compatibilityMartin Panter2016-06-131-4/+4
* Issue #27289: Prevent test_urllib2net failures due to EOFError raised by ftplibBerker Peksag2016-06-121-1/+2
* Issue #25455: Clean up reference loops created in tests for recursiveSerhiy Storchaka2016-06-121-12/+36
* Issue #25455: Fixed a crash in repr of recursive functools.partial objects.Serhiy Storchaka2016-06-121-0/+37
* Merge headsSerhiy Storchaka2016-06-121-1/+1
|\
| * Fix typos and English grammar in documentation and code commentMartin Panter2016-06-121-1/+1
* | Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.Serhiy Storchaka2016-06-121-1/+7
* | Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. CallingSerhiy Storchaka2016-06-122-0/+9
|/
* Issue #16484: Fix pydoc link and test on Windows, by Kaushik NadikuditiMartin Panter2016-06-121-1/+1
* Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packagesŁukasz Langa2016-06-121-3/+79
* Issue #21386: Implement missing IPv4Address.is_global propertyBerker Peksag2016-06-111-0/+3
* Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait.Yury Selivanov2016-06-111-0/+25
* Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost.Yury Selivanov2016-06-111-17/+13
* Issue #27243: Fix __aiter__ protocolYury Selivanov2016-06-092-21/+79
* Issue #27066: Fixed SystemError if a custom opener (for open()) returnsBarry Warsaw2016-06-081-0/+16
* Sync typing.py with upstream.Guido van Rossum2016-06-081-2/+36
* asyncio: Remove asyncio.timeout() context manager.Yury Selivanov2016-06-081-187/+0
* Issue #27136: Fix DNS static resolution; don't use it in getaddrinfoYury Selivanov2016-06-083-76/+54
* Issue #25738: Don’t send message body for 205 Reset ContentMartin Panter2016-06-081-0/+44
* Issue #21313: Tolerate truncated buildinfo in sys.versionMartin Panter2016-06-081-0/+16
* Fixed #27251: corrected string/bytes handling in credentials.Vinay Sajip2016-06-071-1/+2
* Issue #27164: Allow decompressing raw Deflate streams with predefined zdictMartin Panter2016-06-051-0/+9
* Issue #21916: Added more tests for the turtle module.Serhiy Storchaka2016-06-051-0/+36
* Issue #24291: Avoid WSGIRequestHandler doing partial writesMartin Panter2016-06-051-1/+80
* Move the BrokenPipeError tests to the POSIXProcessTestCase classGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-051-46/+46
* Issue #21916: Added tests for the turtle module.Serhiy Storchaka2016-06-041-0/+400
* issue26372 - use os.devnull instead of /dev/nullGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-041-1/+1
* Issue #20041: Fixed TypeError when frame.f_trace is set to None.Serhiy Storchaka2016-06-041-0/+9
* Fixes Issue #26373: subprocess.Popen.communicate now correctly ignoresGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-041-0/+47
* #16484: Fix pydoc doc links to modules whose names are mixed case.R David Murray2016-06-031-0/+14
* first step in backout of bad default->3.5 merge d085b4f779af. Create new hea...Ned Deily2016-06-031-1/+1
* Issue #27185: Rename test_string_merged.py back to test_string.py.Serhiy Storchaka2016-06-031-0/+0
* Issue #27185: Merge test_pep292.py into test_string_merged.py.Serhiy Storchaka2016-06-032-250/+244
|\
| * Issue #27185: Rename test_pep292.py to test_string_merged.py.Serhiy Storchaka2016-06-031-0/+0
* | Issue #27185: Rename test_string.py to test_string_merged.py.Serhiy Storchaka2016-06-031-0/+0
|/
* asyncio: Fix getaddrinfo to accept service names (for port)Yury Selivanov2016-06-021-0/+20
* asyncio: Support host=b'' for getaddrinfoYury Selivanov2016-06-021-0/+4
* #20973: add total ordering tests for ipaddressR David Murray2016-06-021-0/+33
* Issue #27171: Fix typos in documentation, comments, and test function namesMartin Panter2016-06-027-9/+9
* Issue #27125: Remove duplicated words from documentation and commentsMartin Panter2016-05-302-2/+2