summaryrefslogtreecommitdiffstats
path: root/Lib/test/support
Commit message (Expand)AuthorAgeFilesLines
* bpo-31324: Optimize support._match_test() (#4421)Victor Stinner2017-11-211-12/+55
* bpo-28759: Skip some tests on PermissionError raised by Android (GH-4350)xdegaye2017-11-121-2/+1
* Fix miscellaneous typos (#4275)luzpaz2017-11-051-1/+1
* bpo-31629: Add support.SaveSignals (#4183)Victor Stinner2017-10-311-0/+39
* Trivial cleanups following bpo-31370 (#3649)Antoine Pitrou2017-09-181-1/+0
* bpo-31234: Add support.join_thread() helper (#3587)Victor Stinner2017-09-141-0/+10
* bpo-31234: Add test.support.wait_threads_exit() (#3578)Victor Stinner2017-09-141-0/+35
* bpo-31234: threading_cleanup() now warns immediately (#3138)Victor Stinner2017-09-131-9/+19
* bpo-29639: change test.support.HOST to "localhost"Gregory P. Smith2017-09-091-3/+2
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-14/+3
* Enhance support.reap_children() (#3036)Victor Stinner2017-08-101-12/+21
* bpo-31009: Fix support.fd_count() on Windows (#2862)Victor Stinner2017-07-251-16/+42
* bpo-26732: fix too many fds in processes started with the "forkserver" method...Antoine Pitrou2017-07-221-1/+32
* bpo-30845: Enhance test_concurrent_futures cleanup (#2564)Victor Stinner2017-07-041-1/+2
* threading_cleanup() failure marks test as ENV_CHANGED (#2500)Victor Stinner2017-06-301-0/+12
* bpo-30523: regrtest --list-cases --match (#2401)Victor Stinner2017-06-261-14/+18
* bpo-28180: Implementation for PEP 538 (#659)Nick Coghlan2017-06-111-26/+30
* bpo-30540: regrtest: add --matchfile option (#1909)Victor Stinner2017-06-091-2/+8
* bpo-30197: Enhance functions swap_attr() and swap_item() in test.support. (#1...Serhiy Storchaka2017-04-281-4/+12
* bpo-30107: Make SuppressCrashReport quiet on macOS (#1279)Victor Stinner2017-04-251-4/+9
* bpo-30125: disable faulthandler in ctypes test_SEH (#1237)Victor Stinner2017-04-211-0/+16
* support.threading_cleanup() log a warning on fail (#1195)Victor Stinner2017-04-201-1/+8
* bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)Serhiy Storchaka2017-04-161-1/+1
* support: temp_dir() and change_cwd() uses repr() in error messageVictor Stinner2017-02-081-2/+2
* Update test_support for my temp_dir/change_cwd changesVictor Stinner2017-02-081-1/+1
* support: add more info on temp_dir() and change_cwd() failureVictor Stinner2017-02-081-4/+6
* Merge 3.6Victor Stinner2017-01-121-7/+18
|\
| * Merge 3.5Victor Stinner2017-01-121-7/+18
| |\
| | * Fix script_helper.run_python_until_end(): copy SYSTEMROOTVictor Stinner2017-01-121-7/+18
* | | Remove unused imports.Serhiy Storchaka2016-12-161-3/+0
* | | Issue #28683: Merge 3.6.Xavier de Gaye2016-12-141-0/+10
|\ \ \ | |/ /
| * | Issue #28683: Fix the tests that bind() a unix socket and raise PermissionErrorXavier de Gaye2016-12-141-0/+10
* | | Issue #28759: Merge 3.6.Xavier de Gaye2016-12-131-1/+2
|\ \ \ | |/ /
| * | Issue #28759: Fix the tests that fail with PermissionError when run asXavier de Gaye2016-12-131-1/+2
* | | Issue #28512: Fixed setting the offset attribute of SyntaxError bySerhiy Storchaka2016-12-111-3/+10
|\ \ \ | |/ /
| * | Issue #28512: Fixed setting the offset attribute of SyntaxError bySerhiy Storchaka2016-12-111-3/+10
| |\ \ | | |/
| | * Issue #28512: Fixed setting the offset attribute of SyntaxError bySerhiy Storchaka2016-12-111-3/+10
* | | Issue #26939: Merge 3.6.Xavier de Gaye2016-12-081-0/+16
|\ \ \ | |/ /
| * | Issue #26939: Add the support.setswitchinterval() function to fixXavier de Gaye2016-12-081-0/+16
* | | Issue #28847: dbm.dumb now supports reading read-only files and no longerSerhiy Storchaka2016-12-071-2/+2
|\ \ \ | |/ /
| * | Issue #28847: dbm.dumb now supports reading read-only files and no longerSerhiy Storchaka2016-12-071-2/+2
| |\ \ | | |/
| | * Issue #28847: dbm.dumb now supports reading read-only files and no longerSerhiy Storchaka2016-12-071-3/+3
| * | Issue #28666: Fix removing readonly directories on Windows.Serhiy Storchaka2016-11-201-1/+1
| |\ \ | | |/
| | * Issue #28666: Fix removing readonly directories on Windows.Serhiy Storchaka2016-11-201-1/+1
* | | Add sys.getandroidapilevel()Victor Stinner2016-12-021-2/+7
* | | Issue #28666: Try to fix removing readonly directories on Windows.Serhiy Storchaka2016-11-201-1/+1
|/ /
* | Issue #28666: Now test.support.rmtree is able to remove unwritable orSerhiy Storchaka2016-11-201-15/+16
|\ \ | |/
| * Issue #28666: Now test.support.rmtree is able to remove unwritable orSerhiy Storchaka2016-11-201-15/+16
* | Issue #28666: Now test.support.rmtree is able to remove unwritable orSerhiy Storchaka2016-11-201-1/+31
|\ \ | |/
| * Issue #28666: Now test.support.rmtree is able to remove unwritable orSerhiy Storchaka2016-11-201-1/+31