summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.Serhiy Storchaka2015-01-264-23/+50
* Issue #18518: timeit now rejects statements which can't be compiled outsideSerhiy Storchaka2015-01-261-0/+12
|\
| * 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 #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 #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 #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
|\ \ | |/
| * Issue #21408: The default __ne__() now returns NotImplemented if __eq__()Serhiy Storchaka2015-01-262-6/+63
* | Don't use deprecated assertEquals.Serhiy Storchaka2015-01-261-4/+4
* | merge 3.4 (#19996)Benjamin Peterson2015-01-262-0/+16
|\ \ | |/
| * handle headers with no key (closes #19996)Benjamin Peterson2015-01-262-0/+16
* | Issue #23119: Simplify setobject by inlining the special case for unicode eq...Raymond Hettinger2015-01-261-1/+1
* | Issue #22286: The "backslashreplace" error handlers now works withSerhiy Storchaka2015-01-252-11/+71
* | merge from 3.4Senthil Kumaran2015-01-251-25/+42
|\ \ | |/
| * Increase http.client.HTTPConnection test coverage.Senthil Kumaran2015-01-251-25/+42
* | Issue20284: Implement PEP461Ethan Furman2015-01-242-141/+288
* | prefer server alpn ordering over the client'sBenjamin Peterson2015-01-231-2/+2
* | add support for ALPN (closes #20188)Benjamin Peterson2015-01-231-4/+60
* | http.client: disable Nagle's algorithm (closes #23302)Benjamin Peterson2015-01-231-22/+3
* | revert 7b833bd1f509. I misread the side effect that the code was triggering.Gregory P. Smith2015-01-231-2/+4
|\ \ | |/
| * 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
|\ \ | |/
| * 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
|\ \ | |/
| * 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
|\ \ | |/
| * 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
* | Merge 3.4Victor Stinner2015-01-221-0/+2
|\ \ | |/
| * Issue #23009: Skip test_selectors.test_empty_select() on WindowsVictor Stinner2015-01-221-0/+4
* | Merge 3.4 (asyncio)Victor Stinner2015-01-212-11/+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
|\ \ | |/
| * Add the command line to the AssertionError raised by test.script_helper'sGregory P. Smith2015-01-212-2/+38
* | Merge with 3.4 (closes #23280)Zachary Ware2015-01-201-1/+3
|\ \ | |/
| * Issue #23280: Fix docstrings for binascii.(un)hexlifyZachary Ware2015-01-201-1/+3
* | Issue #23266: Restore the performance of ipaddress.collapse_addresses() whithSerhiy Storchaka2015-01-181-5/+9
* | Issue 23261: Clean-up the hack to store the set.pop() search finger in a has...Raymond Hettinger2015-01-181-1/+1
* | Fixed tests for issue #23133 (pickling of IPv4Network was not tested).Serhiy Storchaka2015-01-181-4/+4
* | Issue #23133: Pickling of ipaddress objects now produces more compact andSerhiy Storchaka2015-01-181-7/+24
* | Issue #23266: Much faster implementation of ipaddress.collapse_addresses() wh...Antoine Pitrou2015-01-181-1/+2
* | Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-185-7/+7
|\ \ | |/
| * 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: merge from 3.4Ned Deily2015-01-181-2/+2
|\ \ | |/
| * Issue #23211: Workaround test_logging failure on some OS X 10.6 systems:Ned Deily2015-01-181-2/+2