summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge: #2466: ismount now recognizes mount points user can't access.R David Murray2016-08-191-0/+22
|\ \ | |/
| * #2466: ismount now recognizes mount points user can't access.R David Murray2016-08-191-2/+22
* | Closes #12713: Allowed abbreviation of subcommands in argparse.Vinay Sajip2016-08-181-27/+65
* | Anti-registration of various ABC methods.Guido van Rossum2016-08-189-9/+219
* | Merge 3.5 (fix raise)Victor Stinner2016-08-181-0/+18
|\ \ | |/
| * Fix SystemError in "raise" statementVictor Stinner2016-08-181-0/+18
* | Issue #16764: Move NEWS entry to correct section and remove too strict test.Serhiy Storchaka2016-08-181-4/+0
* | Issue #24773: Include Tallinn 1999-10-31 transition in tests.Alexander Belopolsky2016-08-171-3/+0
* | regrtest: add a summary of the summary, "Result: xxx"Victor Stinner2016-08-172-4/+25
* | regrtest: set interrupted to True if re-run is interruptedVictor Stinner2016-08-171-1/+2
* | regrtest: add newlines in output for readabilityVictor Stinner2016-08-171-0/+3
* | Merge 3.5 (script_helper)Victor Stinner2016-08-171-8/+8
|\ \ | |/
| * script_helper: kill the subprocess on errorVictor Stinner2016-08-171-8/+8
* | regrtest: nicer output for durationsVictor Stinner2016-08-172-14/+21
* | regrtest: rename --slow option to --slowestVictor Stinner2016-08-172-7/+7
* | Fix typo in test_time.pyVictor Stinner2016-08-171-1/+1
* | Issue #27181: Skip tests known to fail until a fix is foundVictor Stinner2016-08-161-0/+1
* | Issue #25628: Make namedtuple "rename" and "verbose" parameters keyword-only.Raymond Hettinger2016-08-161-0/+12
* | merge 3.5Benjamin Peterson2016-08-161-0/+2
|\ \ | |/
| * merge 3.4Benjamin Peterson2016-08-161-0/+2
| |\
| | * fail when negative values are passed to instr()Benjamin Peterson2016-08-161-0/+2
* | | Issue #27611, #24137: Only change tkinter when easily restored.Terry Jan Reedy2016-08-161-9/+9
* | | Issue #12345: Add mathemathcal constant tau to math and cmath.Guido van Rossum2016-08-151-0/+1
* | | Issue #16764: Support keyword arguments to zlib.decompress(). Patch bySerhiy Storchaka2016-08-151-4/+29
* | | Issue #26823: Abbreviate recursive tracebacksNick Coghlan2016-08-151-0/+131
* | | Issue27573 code.interact prints a message when exiting.Steven D'Aprano2016-08-141-2/+10
* | | Issue6422 add autorange method to timeit.TimerSteven D'Aprano2016-08-141-0/+22
* | | merge 3.5Benjamin Peterson2016-08-141-0/+3
|\ \ \ | |/ /
| * | merge 3.4Benjamin Peterson2016-08-141-0/+3
| |\ \ | | |/
| | * do not allow reading negative values with getstr()Benjamin Peterson2016-08-141-0/+3
* | | Issue #24773: Skip system tests for transitions in year 2037 and later.Alexander Belopolsky2016-08-121-3/+5
* | | Issue #25805: Skip a test for test_pkgutil when __name__ == __main__.Brett Cannon2016-08-121-0/+1
* | | Issue #26741: Merge ResourceWarning fixes from 3.5Martin Panter2016-08-122-2/+13
|\ \ \ | |/ /
| * | Issue #26741: Clean up subprocess.Popen object in test_pollMartin Panter2016-08-121-1/+2
| * | Close HTTP connections and responses in tests to avoid ResourceWarningsMartin Panter2016-08-121-1/+11
* | | Issue #24773: Fix and speed-up ZoneInfoCompleteTest.Alexander Belopolsky2016-08-111-13/+13
* | | Merge ISO-8859 fixes from 3.5Martin Panter2016-08-101-2/+2
|\ \ \ | |/ /
| * | Correct misspellings of ISO-8859Martin Panter2016-08-101-2/+2
| * | Closes #21999: Handled empty strings correctly when in POSIX mode.Vinay Sajip2016-08-091-0/+12
* | | Issue27181 add geometric mean.Steven D'Aprano2016-08-091-0/+285
* | | Tighten up test of harmonic mean on a single value.Steven D'Aprano2016-08-091-4/+1
* | | Automated merge with ssh://hg.python.org/cpythonSteven D'Aprano2016-08-091-10/+149
|\ \ \
| * | | Add harmonic mean and tests.Steven D'Aprano2016-08-091-10/+149
* | | | Closes #27710: Disallow fold not in [0, 1] in time and datetime constructors.Alexander Belopolsky2016-08-081-0/+5
|/ / /
* | | Issue #27664: Add to concurrent.futures.thread.ThreadPoolExecutor()Gregory P. Smith2016-08-071-0/+24
* | | Issue #26754: Undocumented support of general bytes-like objectsSerhiy Storchaka2016-08-064-8/+21
* | | Issue #26800: Undocumented support of general bytes-like objectsSerhiy Storchaka2016-08-062-2/+11
* | | Closes #22829: Added --prompt option to venv.Vinay Sajip2016-08-061-0/+11
* | | Add AutoEnum: automatically provides next value if missing. Issue 26988.Ethan Furman2016-08-051-1/+323
* | | Merge spelling and grammar fixes from 3.5Martin Panter2016-08-053-3/+3
|\ \ \ | |/ /