242 Commits (93264452d952d9ba604bacf2947c2df5dd477931)

Author SHA1 Message Date
Victor Stinner 93264452d9
[3.10] bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632) (GH-31634) 4 years ago
Łukasz Langa b09a68ac87
[3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511) 4 years ago
Łukasz Langa 8c1e1da565
[3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511) 4 years ago
Serhiy Storchaka bedce3538c
[3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 4 years ago
Miss Islington (bot) d1c0e4413d
bpo-44852: Support filtering over warnings without a set message (GH-27793) 4 years ago
Łukasz Langa bc98f98132
[3.10] bpo-44852: Support ignoring specific DeprecationWarnings wholesale in regrtest (GH-27634) (GH-27784) 4 years ago
Miss Islington (bot) a5d9963276
bpo-40928: notify users running test_decimal on macOS of malloc warnings (GH-26783) 4 years ago
Miss Islington (bot) 6fc1efa454
bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-27380) 4 years ago
Miss Islington (bot) 9608719e12
bpo-44708: Only re-run test methods that match names of previously failing test methods (GH-27287) (GH-27290) 4 years ago
Erlend Egeberg Aasland 0a3452e7cf
[3.10] bpo-43988: Add test.support.check_disallow_instantiation() (GH-25757) (GH-26885) 4 years ago
Batuhan Taskaya bd6f0d3ead
[3.10] bpo-11105: reduce the recursion limit for tests. (GH-26607) 4 years ago
Lumír 'Frenzy' Balhar 90d02e5e63
bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP) (GH-23142) 5 years ago
pxinwr a86a274b72
bpo-31904: add shell requirement for test_pipes (GH-23489) 5 years ago
Victor Stinner fbf43f051e
bpo-41521: Rename blacklist parameter to not_exported (GH-21824) 5 years ago
Hai Shi d94af3f7ed
bpo-40275: Remove test helpers aliases in test.support (GH-21771) 5 years ago
pxinwr 855e68855e
bpo-31904: Fix test_ftplib failures for VxWorks RTOS (GH-19447) 5 years ago
Serhiy Storchaka 4c8f09d7ce
bpo-36346: Make using the legacy Unicode C API optional (GH-21437) 5 years ago
Steve Dower af56c4fc76
bpo-41172: Fix check for compiler in test suite (GH-21400) 5 years ago
Serhiy Storchaka 700cfa8c90
bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters. (GH-21035) 5 years ago
Serhiy Storchaka 9355868458
bpo-41043: Escape literal part of the path for glob(). (GH-20994) 5 years ago
Victor Stinner 3358da4054
bpo-38377: Fix skip_if_broken_multiprocessing_synchronize() on macOS (GH-20984) 5 years ago
Victor Stinner ddbeb2f3e0
bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944) 5 years ago
Christian Heimes bb6ec14479
bpo-41009: fix requires_OS_version() class decorator (GH-20942) 5 years ago
Pablo Galindo 1ed83adb0e
bpo-40939: Remove the old parser (GH-20768) 5 years ago
Victor Stinner 311110abcd
bpo-40275: Move TransientResource to test_urllib2net (GH-20812) 5 years ago
Hai Shi 10e6506aa8
bpo-40275: Add warnings_helper submodule in test.support (GH-20797) 5 years ago
Victor Stinner bdfe9b633a
bpo-40275: test.supports imports lazily fnmatch, glob, struct (GH-20810) 5 years ago
Hai Shi 7f888c7ef9
bpo-40275: Add import_helper submodule in test.support (GH-20794) 5 years ago
Victor Stinner f6e58aefde
bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779) 5 years ago
Hai Shi 0d00b2a5d7
bpo-40275: Add os_helper submodule in test.support (GH-20765) 5 years ago
Hai Shi 24bddc1b3b
bpo-40275: Remove test.support.TESTFN_ENCODING (GH-20482) 6 years ago
Victor Stinner aa890630bc
bpo-40275: test.support imports subprocess lazily (GH-20471) 6 years ago
Victor Stinner b0461e19b5
bpo-40275: test.support.check_impl_detail() uses sys.implementation (GH-20468) 6 years ago
Hai Shi e80697d687
bpo-40275: Adding threading_helper submodule in test.support (GH-20263) 6 years ago
Hai Shi a3ec3ad9e2
bpo-40275: More lazy imports in test.support (GH-20131) 6 years ago
Hai Shi 372fa3ead5
bpo-40275: lazy import modules in test.support (GH-20128) 6 years ago
Hai Shi 975408c065
bpo-40275: test.support imports lazily locale import (GH-19761) 6 years ago
Serhiy Storchaka bfb1cf4465
bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711) 6 years ago
Hai Shi 66abe98a81
bpo-40275: Move requires_hashdigest() to test.support.hashlib_helper (GH-19716) 6 years ago
Serhiy Storchaka 515fce4fc4
bpo-40275: Avoid importing logging in test.support (GH-19601) 6 years ago
Serhiy Storchaka 16994912c9
bpo-40275: Avoid importing socket in test.support (GH-19603) 6 years ago
Serhiy Storchaka 3c8a5b459d
bpo-40275: Avoid importing asyncio in test.support (GH-19600) 6 years ago
Victor Stinner d663d34685
bpo-39983: Add test.support.print_warning() (GH-19683) 6 years ago
Victor Stinner 1def7754b7
bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670) 6 years ago
Victor Stinner 0135598d72
bpo-40241: Add pycore_gc.h header file (GH-19494) 6 years ago
Victor Stinner 65a796e527
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201) 6 years ago
Victor Stinner afeaea2d6e
bpo-40094: Add missing import to wait_process() (GH-19268) 6 years ago
Victor Stinner 278c1e159c
bpo-40094: Add test.support.wait_process() (GH-19254) 6 years ago
Victor Stinner c6e5c1123b
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259) 6 years ago
Victor Stinner 6cac113666
bpo-38991: Remove test.support.strip_python_stderr() (GH-17490) 6 years ago