summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | Added additional unpickling tests.Serhiy Storchaka2015-09-291-37/+229
| |\ \ | | |/
| | * Added additional unpickling tests.Serhiy Storchaka2015-09-291-37/+229
* | | Moved unpickling tests with prepickled data to separate class.Serhiy Storchaka2015-09-292-212/+233
|\ \ \ | |/ /
| * | Moved unpickling tests with prepickled data to separate class.Serhiy Storchaka2015-09-292-212/+233
| |\ \ | | |/
| | * Moved unpickling tests with prepickled data to separate class.Serhiy Storchaka2015-09-292-212/+233
* | | Issue #25220: Add test for --wait in test_regrtestVictor Stinner2015-09-291-12/+36
* | | Oops, revert unwanted change, sorryVictor Stinner2015-09-292-1/+5
* | | testVictor Stinner2015-09-292-5/+1
* | | Optimize ascii/latin1+surrogateescape encodersVictor Stinner2015-09-291-0/+60
* | | Fix test_regrtest.test_tools_buildbot_test()Victor Stinner2015-09-281-12/+13
* | | Issue #25220: Add functional tests to test_regrtestVictor Stinner2015-09-281-2/+291
* | | Issue #25233: Rewrite the guts of Queue to be more understandable and correct...Guido van Rossum2015-09-281-7/+48
|\ \ \ | |/ /
| * | Issue #25233: Rewrite the guts of Queue to be more understandable and correct...Guido van Rossum2015-09-281-7/+48
| |\ \ | | |/
| | * Issue #25233: Rewrite the guts of Queue to be more understandable and correct.Guido van Rossum2015-09-281-7/+48
* | | Issue #25122: Remove verbose mode of test_eintrVictor Stinner2015-09-281-8/+1
* | | Issue #25249: Remove unneeded mkstemp helper in test_subprocessBerker Peksag2015-09-281-18/+8
|\ \ \ | |/ /
| * | Issue #25249: Remove unneeded mkstemp helper in test_subprocessBerker Peksag2015-09-281-18/+8
| |\ \ | | |/
| | * Issue #25249: Remove unneeded mkstemp helper in test_subprocessBerker Peksag2015-09-281-18/+8
| | * Closes issue #23600: Wrong results from tzinfo.fromutc().Alexander Belopolsky2015-09-281-0/+23
| * | Closes issue #23600: Wrong results from tzinfo.fromutc().Alexander Belopolsky2015-09-281-0/+23
* | | Closes issue #23600: Wrong results from tzinfo.fromutc().Alexander Belopolsky2015-09-281-0/+23
|\ \ \
| * \ \ Closes issue #23600: Wrong results from tzinfo.fromutc().Alexander Belopolsky2015-09-281-0/+23
| |\ \ \ | | |/ / | |/| |
| | * | Closes issue #23600: Wrong results from tzinfo.fromutc().Alexander Belopolsky2015-09-281-0/+23
| | |/
* | | Issue #25011: rlcomplete now omits private and special attribute names unlessSerhiy Storchaka2015-09-271-0/+15
* | | Issue #25209: rlcomplete now can add a space or a colon after completed keyword.Serhiy Storchaka2015-09-271-4/+9
* | | Issue #25220: Fix Lib/test/autotest.pyVictor Stinner2015-09-272-2/+2
* | | Issue #25220: Move most regrtest.py code to libregrtestVictor Stinner2015-09-268-1272/+1318
* | | Issue #25220: Create Lib/test/libregrtest/Victor Stinner2015-09-264-332/+345
* | | merge 3.5 (#25131)Benjamin Peterson2015-09-261-9/+9
|\ \ \ | |/ /
| * | make opening brace of container literals and comprehensions correspond to the...Benjamin Peterson2015-09-261-9/+9
* | | Issue #25211: Merge test_long from 3.5Martin Panter2015-09-261-88/+72
|\ \ \ | |/ /
| * | Issue #25211: Merge test_long from 3.4 into 3.5Martin Panter2015-09-261-88/+72
| |\ \ | | |/
| | * Issue #25211: Eliminate lazy error message class by using subTestMartin Panter2015-09-251-88/+72
* | | Issue #25220: Backed out changeset eaf9a99b6bb8Victor Stinner2015-09-234-345/+332
* | | Issue #25220: Create Lib/test/libregrtest/Victor Stinner2015-09-234-332/+345
* | | f-strings: More tests for empty expressions along with missing closing braces.Eric V. Smith2015-09-231-0/+7
* | | Added more f-string test for empty expressions.Eric V. Smith2015-09-231-0/+3
* | | Move f-string compilation of the expression earlier, before the conversion ch...Eric V. Smith2015-09-231-0/+9
* | | Issue #25047: Merge Element Tree encoding from 3.5Martin Panter2015-09-231-7/+14
|\ \ \ | |/ /
| * | Issue #25047: Merge Element Tree encoding from 3.4 into 3.5Martin Panter2015-09-231-7/+14
| |\ \ | | |/
| | * Issue #25047: Respect case writing XML encoding declarationsMartin Panter2015-09-231-7/+14
* | | Issue #25137: Add a note to whatsnew/3.5.rst for nested functools.partial callsBerker Peksag2015-09-221-3/+15
|\ \ \ | |/ /
| * | Issue #25137: Add a note to whatsnew/3.5.rst for nested functools.partial callsBerker Peksag2015-09-221-3/+15
| * | Merge 3.4 (Issue #23630, fix test_asyncio)Victor Stinner2015-09-211-0/+1
| |\ \ | | |/
| | * Issue #23630: Fix test_asyncio on WindowsVictor Stinner2015-09-211-0/+1
* | | Issue #24870: Optimize the ASCII decoder for error handlers: surrogateescape,Victor Stinner2015-09-211-0/+32
* | | Merge 3.5 (Issue #23630, fix test_asyncio)Victor Stinner2015-09-211-0/+1
* | | Merge 3.5 (test_asyncio)Victor Stinner2015-09-211-3/+2
|\ \ \ | |/ /
| * | Merge 3.4 (test_asyncio)Victor Stinner2015-09-211-3/+2
| |\ \ | | |/
| | * Issue #25114: Fix test_asyncioVictor Stinner2015-09-211-3/+2