summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Issue #27125: Fix various errors like “will [be] inherited”Martin Panter2016-05-291-2/+2
* backout 3c9512d8ac0dBenjamin Peterson2016-05-281-8/+0
* Issue #20699: Document that “io” methods accept bytes-like objectsMartin Panter2016-05-282-27/+74
* Issue #5784: wbits=0 apparently added in zlib v1.2.3.5Martin Panter2016-05-271-2/+11
* Issue #5784: Expand documentation and tests for zlib wbits parameterMartin Panter2016-05-271-0/+43
* test_warnings: catch stderr and check warningVictor Stinner2016-05-261-1/+9
* Issue #18383: Avoid adding duplicate filters when warnings is reloadedMartin Panter2016-05-261-0/+47
* Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-2624-29/+29
* Added Type[C] implementation to typing.py.Guido van Rossum2016-05-241-0/+28
* Issue #26927: Fixed test_mmap on platforms with 32-bit off_t (like Android).Serhiy Storchaka2016-05-231-1/+1
* Fixed an error in previous commit.Serhiy Storchaka2016-05-221-1/+1
* Temporary skip curses tests on non-tty (issue #27067).Serhiy Storchaka2016-05-221-0/+2
* Issue #27067: Improved curses tests.Serhiy Storchaka2016-05-211-68/+97
* asyncio: Fix getaddrinfo to accept None/str/bytes for 'port' argYury Selivanov2016-05-201-0/+22
* Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"Serhiy Storchaka2016-05-201-0/+3
* Back out pathlib.Path.path attr. (Merge 3.4->3.5)Guido van Rossum2016-05-191-27/+0
|\
| * Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289.Guido van Rossum2016-05-191-27/+0
* | Fix #27014 -- infinite recursion using typing.py.Guido van Rossum2016-05-181-3/+22
* | Fixed test_sizeof for deque.Serhiy Storchaka2016-05-181-2/+2