summaryrefslogtreecommitdiffstats
path: root/Lib/test/support
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-36019: Use pythontest.net in urllib network tests (GH-11941) (GH-12...Stéphane Wirtel2019-03-051-0/+4
* bpo-34279: regrtest consider that skipped tests are ran (GH-11132) (GH-11158)Victor Stinner2018-12-141-1/+1
* [2.7] bpo-33709: test_ntpath and test_posixpath fail in Windows with ACP!=125...native-api2018-12-061-2/+6
* bpo-34279, regrtest: Issue a warning if no tests have been executed (GH-10801)Victor Stinner2018-11-291-1/+6
* bpo-19756: Prevent test failures due to EADDRNOTAVAIL (GH-9446)Miss Islington (bot)2018-09-201-0/+3
* bpo-33773: Fix test.support.fd_count() on Linux/FreBSD (GH-7421) (GH-7456)Victor Stinner2018-06-061-8/+10
* bpo-18174: Fix fd_count() on FreeBSD (GH-7420)Victor Stinner2018-06-051-2/+3
* bpo-18174: regrtest -R 3:3 now also detects FD leak (#7409)Victor Stinner2018-06-051-0/+57
* [2.7] bpo-31234: Join threads explicitly in tests (#7406)Victor Stinner2018-06-041-0/+37
* [2.7] bpo-33718: Update regrtest from master (GH-7402)Victor Stinner2018-06-041-0/+8
* [2.7] bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) (GH-5825)Anselm Kruis2018-02-231-1/+5
* [2.7] bpo-10544: Deprecate "yield" in comprehensions and generator expression...Serhiy Storchaka2017-12-021-2/+2
* bpo-31324: Optimize support._match_test() (#4523) (#4524)Victor Stinner2017-11-231-12/+57
* bpo-31629: Add support.SaveSignals (#4183) (#4188)Victor Stinner2017-10-311-0/+39
* [2.7] bpo-31692: Add PYTHONSHOWALLOCCOUNT env var (GH-3927)Victor Stinner2017-10-171-0/+3
* bpo-31719: Fix test_regrtest.test_crashed() on s390x (#3912)Victor Stinner2017-10-091-2/+2
* bpo-30448: Fix support.SuppressCrashReport on macOS (#2515)Victor Stinner2017-06-301-2/+2
* [2.7] bpo-30523, bpo-30764, bpo-30776: Sync regrtest from master (#2444)Victor Stinner2017-06-271-14/+18
* bpo-30705: Fix test_regrtest.test_crashed() (#2439)Victor Stinner2017-06-271-0/+14
* bpo-30764: Windows support.SuppressCrashReport (#2423)Victor Stinner2017-06-271-13/+39
* [2.7] bpo-30764: test_subprocess uses SuppressCrashReport (#2405) (#2412)Victor Stinner2017-06-261-1/+78
* bpo-30540, bpo-30523: Add --matchfile and --list-cases options to regrtest (#...Victor Stinner2017-06-161-2/+8
* [2.7] bpo-30366: Backport tests for test.support. (#1582)Serhiy Storchaka2017-05-151-35/+86
* bpo-30265: support.unlink() don't catch any OSError (#1456)Victor Stinner2017-05-051-2/+3
* [2.7] bpo-30236: Backported regrtest options -m and -G. (#1394)Serhiy Storchaka2017-05-031-1/+24
* bpo-30207: Rename test.test_support to test.support. (#1353)Serhiy Storchaka2017-04-302-0/+1933