summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #19611: handle implicit parameters in inspect.signatureNick Coghlan2016-06-041-0/+26
* issue27186: add open/io.open; patch by Jelle ZijlstraEthan Furman2016-06-041-0/+26
* issue27186: fix fsencode/fsdecode and update tests; patch by Jelle ZijlstraEthan Furman2016-06-041-6/+13
* Issue #21916: Added tests for the turtle module.Serhiy Storchaka2016-06-041-0/+400
|\
| * Issue #21916: Added tests for the turtle module.Serhiy Storchaka2016-06-041-0/+400
* | issue27186: add PathLike ABCEthan Furman2016-06-041-0/+2
* | issue27186: add C version of os.fspath(); patch by Jelle ZijlstraEthan Furman2016-06-041-0/+7
* | issue26372 - use os.devnull instead of /dev/nullGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-041-1/+1
|\ \ | |/
| * 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
|\ \ | |/
| * Issue #20041: Fixed TypeError when frame.f_trace is set to None.Serhiy Storchaka2016-06-041-0/+9
* | issue27182: update fsencode and fsdecode for os.path(); patch by Dusty PhillipsEthan Furman2016-06-041-0/+15
* | merge from 3.5 - Fixes Issue #26373: subprocess.Popen.communicateGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-041-0/+47
|\ \ | |/
| * Fixes Issue #26373: subprocess.Popen.communicate now correctly ignoresGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-041-0/+47
* | Merge: #16484: Fix pydoc doc links to modules whose names are mixed case.R David Murray2016-06-031-0/+14
|\ \ | |/
| * #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
* | signal, socket, and ssl module IntEnum constant name lookups now return aGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-031-0/+36
* | Issue #26983: float() now always return an instance of exact float.Serhiy Storchaka2016-06-032-10/+17
* | Merge headsSerhiy Storchaka2016-06-031-0/+21
|\ \
| * | issue27167: make the test not care about the exact signal name in theGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-031-1/+3
| * | Issue #27167: Clarify the subprocess.CalledProcessError error message textGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-031-0/+19
* | | Merge 3.5.Serhiy Storchaka2016-06-031-30/+32
|\ \ \ | |/ / |/| / | |/
| * 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
| |/
* | Issue25931: fix tests broken by the conditional define of socketserver.Forking*Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-031-6/+7
* | Merge: #27185: move test_pep292 into test_string.R David Murray2016-06-022-248/+240
|\ \
| * | #27185: move test_pep292 into test_string.R David Murray2016-06-022-248/+240
| |/
* | issue27186 -- initial docs, tests, and python version of os.fspathEthan Furman2016-06-021-0/+21
* | Merge 3.5 (asyncio)Yury Selivanov2016-06-021-0/+20
|\ \ | |/
| * asyncio: Fix getaddrinfo to accept service names (for port)Yury Selivanov2016-06-021-0/+20
* | Merge 3.5 (asyncio)Yury Selivanov2016-06-021-0/+4
|\ \ | |/
| * asyncio: Support host=b'' for getaddrinfoYury Selivanov2016-06-021-0/+4
* | Merge: #20973: add total ordering tests for ipaddressR David Murray2016-06-021-0/+33
|\ \ | |/
| * #20973: add total ordering tests for ipaddressR David Murray2016-06-021-0/+33
* | Issue #27171: Merge typo fixes from 3.5Martin Panter2016-06-027-9/+9
|\ \ | |/
| * Issue #27171: Fix typos in documentation, comments, and test function namesMartin Panter2016-06-027-9/+9
* | Issue #27125: Merge typo fixes from 3.5Martin Panter2016-05-302-2/+2
|\ \ | |/
| * Issue #27125: Remove duplicated words from documentation and commentsMartin Panter2016-05-302-2/+2
* | Issue #27125: Merge typo fixes from 3.5Martin Panter2016-05-291-2/+2
|\ \ | |/
| * Issue #27125: Fix various errors like “will [be] inherited”Martin Panter2016-05-291-2/+2
* | merge 3.5Benjamin Peterson2016-05-281-8/+0
|\ \ | |/
| * backout 3c9512d8ac0dBenjamin Peterson2016-05-281-8/+0
* | Issue #20699: Merge io bytes-like fixes from 3.5Martin Panter2016-05-282-27/+74
|\ \ | |/
| * Issue #20699: Document that “io” methods accept bytes-like objectsMartin Panter2016-05-282-27/+74
* | Issue #5784: Merge zlib from 3.5Martin Panter2016-05-271-2/+11
|\ \ | |/
| * Issue #5784: wbits=0 apparently added in zlib v1.2.3.5Martin Panter2016-05-271-2/+11
* | Issue #5784: Merge zlib from 3.5Martin Panter2016-05-271-0/+43
|\ \ | |/