..
audiodata
…
capath
bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899)
2021-04-17 10:07:19 +02:00
cjkencodings
…
crashers
bpo-42734: Fix crasher bogus_code_obj.py (GH-23939)
2020-12-25 17:03:37 +02:00
data
…
decimaltestdata
Fix typos in the Lib directory (GH-28775)
2021-10-06 16:13:48 -07:00
dtracedata
…
encoded_modules
…
imghdrdata
Optimize images by IMGbot (GH-21348)
2022-02-04 15:49:43 +09:00
leakers
…
libregrtest
[3.11] bpo-46523: fix tests rerun when `setUp[Class|Module]` fails (GH-30895) (GH-103342)
2023-04-07 19:35:16 +02:00
sndhdrdata
…
subprocessdata
…
support
[3.11] bpo-46523: fix tests rerun when `setUp[Class|Module]` fails (GH-30895) (GH-103342)
2023-04-07 19:35:16 +02:00
test_asyncio
[3.11] gh-103607: Fix `pause_reading` to work when called from `connection_made` in `asyncio`. (GH-17425) ( #103918 )
2023-04-27 10:29:54 +00:00
test_capi
[3.11] GH-104405: Add missing PEP 523 checks (GH-104441)
2023-05-12 23:03:47 +00:00
test_email
gh-95087: Fix IndexError in parsing invalid date in the email module (GH-95201)
2022-07-24 23:40:17 -07:00
test_import
gh-94315: Check for DAC override capability (GH-94316)
2022-06-27 11:51:45 -07:00
test_importlib
[3.11] gh-103247: clear the module cache in a test in test_importlib/extensions/test_loader.py (GH-104226) ( #104345 )
2023-05-10 07:53:19 -07:00
test_json
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
2022-09-25 01:20:45 -07:00
test_peg_generator
bpo-45046: Support context managers in unittest (GH-28045)
2022-05-08 08:12:19 -07:00
test_sqlite3
[3.11] gh-100370: fix OverflowError in sqlite3.Connection.blobopen for 32-bit builds ( #103902 ) ( #104285 )
2023-05-08 08:41:34 +00:00
test_tomllib
[3.11] gh-90473: Reduce recursion limit on WASI even further (GH-94333) (GH-94334)
2022-06-27 18:33:01 +02:00
test_tools
[3.11] gh-95731: Fix module docstring extraction in pygettext (GH-95732) ( #98281 )
2022-10-15 21:15:17 -07:00
test_warnings
[3.11] gh-95853: Add script to automate WASM build (GH-95828, GH-95985, GH-96045, GH-96389, GH-96744) (GH-96749)
2022-09-13 12:06:39 +02:00
test_zoneinfo
GH-102537: Handle check for PYTHONTZPATH failing in zoneinfo test (GH-102538)
2023-03-10 07:54:45 -08:00
tracedmodules
…
typinganndata
GH-96073: Fix wild replacement in inspect.formatannotation (GH-96074)
2022-10-07 12:56:16 -07:00
xmltestdata
Add correct license for C14N test suite to license docs. (GH-13055)
2019-05-02 22:11:04 +02:00
ziptestdata
bpo-28494: Test existing zipfile working behavior. (GH-15853)
2019-09-10 09:14:11 -07:00
Sine-1000Hz-300ms.aif
…
__init__.py
…
__main__.py
…
_test_atexit.py
bpo-46025: Fix a crash in the atexit module for auto-unregistering functions (GH-30002)
2021-12-09 13:53:44 +00:00
_test_eintr.py
bpo-42639: Add script_helper.run_test_script() (GH-23777)
2020-12-15 16:08:16 +01:00
_test_embed_set_config.py
gh-92913: Clarify changes to PyInitConfig.module_search_paths[_set] fields (GH-92980)
2022-05-19 13:13:15 -07:00
_test_embed_structseq.py
bpo-46417: Finalize structseq types at exit (GH-30645)
2022-01-21 01:42:25 +01:00
_test_multiprocessing.py
gh-60203: Always pass True/False as boolean arguments in tests (GH-99983)
2022-12-04 04:50:46 -08:00
_test_venv_multiprocessing.py
gh-98360: multiprocessing now spawns children on Windows with correct argv[0] in virtual environments (GH-98462)
2022-10-22 20:10:11 +01:00
_testcppext.cpp
gh-94731: Revert to C-style casts for _Py_CAST (GH-94782) ( #94849 )
2022-07-15 09:35:23 +02:00
_typed_dict_helper.py
bpo-44863: Allow generic typing.TypedDict ( #27663 )
2022-05-03 07:21:42 -06:00
allsans.pem
bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899)
2021-04-17 10:07:19 +02:00
ann_module.py
bpo-44490: Improve typing module compatibility with types.Union (GH-27048)
2021-07-16 20:33:40 -07:00
ann_module2.py
…
ann_module3.py
…
ann_module4.py
bpo-43901: Lazy-create an empty annotations dict in all unannotated user classes and modules ( #25623 )
2021-04-29 20:09:08 -07:00
ann_module5.py
bpo-45166: fixes `get_type_hints` failure on `Final` (GH-28279)
2021-09-25 10:56:22 +02:00
ann_module6.py
bpo-45166: fixes `get_type_hints` failure on `Final` (GH-28279)
2021-09-25 10:56:22 +02:00
ann_module7.py
bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-30285)
2022-01-21 13:24:33 -08:00
ann_module8.py
bpo-46571: improve `typing.no_type_check` to skip foreign objects (GH-31042)
2022-02-18 17:53:29 -08:00
audiotest.au
…
audiotests.py
bpo-40275: Use new test.support helper submodules in tests (GH-21219)
2020-06-30 15:46:06 +02:00
audit-tests.py
gh-87604: Avoid publishing list of active per-interpreter audit hooks via the gc module (GH-99373)
2022-11-15 13:10:27 -08:00
autotest.py
…
bad_coding.py
…
bad_coding2.py
…
bad_getattr.py
…
bad_getattr2.py
…
bad_getattr3.py
…
badcert.pem
…
badkey.pem
…
badsyntax_3131.py
…
badsyntax_future3.py
…
badsyntax_future4.py
…
badsyntax_future5.py
…
badsyntax_future6.py
…
badsyntax_future7.py
…
badsyntax_future8.py
…
badsyntax_future9.py
…
badsyntax_future10.py
…
badsyntax_pep3120.py
…
bisect_cmd.py
bpo-40003: test.bisect_cmd copies Python options (GH-19246)
2020-03-31 17:25:56 +02:00
cfgparser.1
…
cfgparser.2
…
cfgparser.3
…
clinic.test
[3.11] GH-100342: check for allocation failure in AC `*args` parsing (GH-100343). ( #100568 )
2022-12-28 10:11:27 +05:30
cmath_testcases.txt
…
coding20731.py
…
curses_tests.py
…
dataclass_module_1.py
bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490)
2021-04-21 12:41:19 +01:00
dataclass_module_1_str.py
bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490)
2021-04-21 12:41:19 +01:00
dataclass_module_2.py
bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490)
2021-04-21 12:41:19 +01:00
dataclass_module_2_str.py
bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490)
2021-04-21 12:41:19 +01:00
dataclass_textanno.py
bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490)
2021-04-21 12:41:19 +01:00
datetimetester.py
gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)
2022-08-04 06:15:11 -07:00
dis_module.py
…
doctest_aliases.py
…
doctest_lineno.py
gh-99433: Fix `doctest` failure on `types.MethodWrapperType` (GH-99434)
2022-12-30 04:18:54 -08:00
double_const.py
…
empty.vbs
…
exception_hierarchy.txt
bpo-46417: Factorize _PyExc_InitTypes() code (GH-30804)
2022-01-22 21:48:56 +01:00
ffdh3072.pem
…
final_a.py
…
final_b.py
…
floating_points.txt
…
fork_wait.py
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
2020-05-28 00:10:27 +02:00
formatfloat_testcases.txt
…
future_test1.py
…
future_test2.py
…
gdb_sample.py
bpo-45256: Remove the usage of the C stack in Python to Python calls (GH-28488)
2021-10-09 16:51:30 +01:00
good_getattr.py
…
idnsans.pem
bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899)
2021-04-17 10:07:19 +02:00
ieee754.txt
bpo-44339: Fix math.pow corner case to comply with IEEE 754 (GH-26606)
2021-06-12 10:23:02 +01:00
imp_dummy.py
…
inspect_fodder.py
bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630)
2020-12-04 18:45:38 +02:00
inspect_fodder2.py
gh-83035: handle decorator with nested parens in inspect.getsource (GH-99654)
2022-12-07 09:26:11 -08:00
inspect_stock_annotations.py
bpo-43817: Add inspect.get_annotations(). ( #25522 )
2021-04-29 21:16:28 -07:00
inspect_stringized_annotations.py
bpo-43817: Add inspect.get_annotations(). ( #25522 )
2021-04-29 21:16:28 -07:00
inspect_stringized_annotations_2.py
bpo-43817: Add inspect.get_annotations(). ( #25522 )
2021-04-29 21:16:28 -07:00
keycert.passwd.pem
bpo-38271: encrypt private key test files with AES256 (GH-16385)
2019-09-25 08:55:02 -07:00
keycert.pem
…
keycert2.pem
bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899)
2021-04-17 10:07:19 +02:00
keycert3.pem
bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899)
2021-04-17 10:07:19 +02:00
keycert4.pem
bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899)
2021-04-17 10:07:19 +02:00
keycertecc.pem
bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899)
2021-04-17 10:07:19 +02:00
list_tests.py
bpo-41055: Remove outdated tests for the tp_print slot. (GH-21006)
2020-06-21 11:11:17 +03:00
lock_tests.py
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
2022-03-22 03:04:36 -07:00
mailcap.txt
…
make_ssl_certs.py
Fix a typo in the message from make_ssl_certs. (GH-30152)
2021-12-16 21:08:18 -08:00
mapping_tests.py
bpo-2661: Make mapping tests better usable for custom mapping classes. (GH-11157)
2019-06-06 03:13:08 -07:00
math_testcases.txt
…
memory_watchdog.py
…
mime.types
bpo-44740: Lowercase "internet" and "web" where appropriate. ( #27378 )
2021-07-27 00:11:55 +02:00
mock_socket.py
Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-29951)
2021-12-07 12:31:04 +01:00
mod_generics_cache.py
bpo-46348: modernize `test_typing` (GH-30547)
2022-01-12 08:48:10 -08:00
mp_fork_bomb.py
…
mp_preload.py
…
multibytecodec_support.py
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)
2021-04-04 09:01:23 +09:00
nokia.pem
…
nosan.pem
bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899)
2021-04-17 10:07:19 +02:00
nullbytecert.pem
…
nullcert.pem
…
pickletester.py
gh-100129: Add tests for pickling all builtin types and functions (GH-100142)
2022-12-21 06:58:20 -08:00
profilee.py
…
pstats.pck
…
pycacert.pem
bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899)
2021-04-17 10:07:19 +02:00
pycakey.pem
bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899)
2021-04-17 10:07:19 +02:00
pyclbr_input.py
…
pydoc_mod.py
bpo-26120: make pydoc exclude __future__ imports from the data block of the module (GH-30888)
2022-03-28 22:02:57 +01:00
pydocfodder.py
…
pythoninfo.py
[3.11] gh-95174: Add pthread stubs for WASI (GH-95234) ( #95503 )
2022-08-01 15:37:45 +01:00
randv2_32.pck
…
randv2_64.pck
…
randv3.pck
…
re_tests.py
bpo-36528: Remove duplicate re tests. (GH-2689)
2019-09-11 17:02:34 +01:00
recursion.tar
bpo-39017: Avoid infinite loop in the tarfile module (GH-21454)
2020-07-15 13:51:00 +02:00
regrtest.py
bpo-37473: Don't import importlib ASAP in tests (GH-14661)
2019-07-14 19:31:12 +02:00
relimport.py
…
reperf.py
…
revocation.crl
bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899)
2021-04-17 10:07:19 +02:00
sample_doctest.py
…
sample_doctest_no_docstrings.py
…
sample_doctest_no_doctests.py
…
secp384r1.pem
…
selfsigned_pythontestdotnet.pem
bpo-36816: Update the self-signed.pythontest.net cert (GH-13192)
2019-05-08 09:35:09 -07:00
seq_tests.py
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classes (GH-26456)
2021-09-12 13:27:50 +03:00
setup_testcppext.py
gh-94731: Revert to C-style casts for _Py_CAST (GH-94782) ( #94849 )
2022-07-15 09:35:23 +02:00
sgml_input.html
…
signalinterproctester.py
bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566)
2019-12-11 11:30:03 +01:00
sortperf.py
Fixes in sorting descriptions (GH-18317)
2020-02-03 08:47:20 -08:00
ssl_cert.pem
…
ssl_key.passwd.pem
bpo-38271: encrypt private key test files with AES256 (GH-16385)
2019-09-25 08:55:02 -07:00
ssl_key.pem
…
ssl_servers.py
bpo-40275: Avoid importing socket in test.support (GH-19603)
2020-04-25 10:06:29 +03:00
ssltests.py
Revert "bpo-43989: Temporarily disable warnings in ssltests (GH-25780)" (GH-25793)
2021-05-01 13:53:57 -07:00
string_tests.py
[3.11] gh-94808: Cover `str.rsplit` for UCS1, UCS2 or UCS4 (GH-98228) ( #98291 )
2022-10-19 17:53:50 -07:00
talos-2019-0758.pem
…
test___all__.py
bpo-47061: deprecate the `aifc` module (GH-32134)
2022-04-05 12:05:48 -07:00
test___future__.py
…
test__locale.py
[3.11] gh-90473: Skip tests that don't apply to Emscripten and WASI (GH-92846) (GH-92851)
2022-05-16 20:15:56 +02:00
test__opcode.py
gh-90997: bpo-46841: Disassembly of quickened code (GH-32099)
2022-04-19 09:45:08 +01:00
test__osx_support.py
bpo-45046: Support context managers in unittest (GH-28045)
2022-05-08 08:12:19 -07:00
test__xxsubinterpreters.py
bpo-40280: Skip more tests on Emscripten (GH-31947)
2022-03-17 12:09:57 +01:00
test_abc.py
bpo-43827: Make arguments to abc.ABCMeta.__new__ pos-only ( #25385 )
2022-05-05 06:40:01 -07:00
test_abstract_numbers.py
…
test_aifc.py
Deprecate audioop (GH-32392)
2022-04-07 12:27:35 -07:00
test_argparse.py
[3.11] gh-101640: Make argparse _print_message catch any write error (GH-101802) ( #104250 )
2023-05-06 23:17:27 +00:00
test_array.py
bpo-45668: Fix PGO tests without test extensions (GH-29315)
2021-11-01 11:14:53 +01:00
test_asdl_parser.py
bpo-43798: Add source location attributes to alias (GH-25324)
2021-04-10 22:56:28 +02:00
test_ast.py
[3.11] gh-104482: Fix error handling bugs in ast.c ( #104514 )
2023-05-16 10:14:36 +01:00
test_asyncgen.py
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
2022-03-22 03:04:36 -07:00
test_asynchat.py
gh-92169: Use warnings_helper.import_deprecated() to import deprecated modules uniformly in tests (GH-92170)
2022-05-03 10:17:54 +03:00
test_asyncore.py
gh-92169: Use warnings_helper.import_deprecated() to import deprecated modules uniformly in tests (GH-92170)
2022-05-03 10:17:54 +03:00
test_atexit.py
gh-90473: WASI: Mark tests that require os.pipe() (GH-92837)
2022-05-16 01:04:01 -07:00
test_audioop.py
Deprecate audioop (GH-32392)
2022-04-07 12:27:35 -07:00
test_audit.py
gh-87604: Avoid publishing list of active per-interpreter audit hooks via the gc module (GH-99373)
2022-11-15 13:10:27 -08:00
test_augassign.py
…
test_base64.py
bpo-35970: Add help flag to base64 module (GH-28774)
2021-10-06 18:38:43 -07:00
test_baseexception.py
gh-97591: In `Exception.__setstate__()` acquire strong references before calling `tp_hash` slot (GH-97700)
2022-10-01 21:19:57 -07:00
test_bdb.py
[3.11] gh-101517: fix line number propagation in code generated for except* ( #103550 ) ( #103816 )
2023-04-25 18:08:54 +01:00
test_bigaddrspace.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_bigmem.py
gh-102701: Fix overflow in dictobject.c (GH-102750)
2023-03-17 07:54:18 -07:00
test_binascii.py
bpo-38256: Fix binascii.crc32() when inputs are 4+GiB (GH-32000)
2022-03-20 12:28:15 -07:00
test_binop.py
…
test_bisect.py
gh-92839: fixed typo in _bisectmodule.c (line 131) (GH-92849)
2022-05-28 11:31:06 -07:00
test_bool.py
gh-102252: Improve coverage of test_bool.py (GH-102253)
2023-02-25 13:15:45 -08:00
test_buffer.py
bpo-40275: Use new test.support helper submodules in tests (GH-21151)
2020-06-25 19:17:57 +02:00
test_bufio.py
bpo-40275: Use new test.support helper submodules in tests (GH-21314)
2020-07-06 11:12:49 +02:00
test_builtin.py
[3.11] gh-96670: Raise SyntaxError when parsing NULL bytes (GH-97594) ( #104195 )
2023-05-07 11:12:04 +01:00
test_bytes.py
gh-94808: Improve coverage of _PyBytes_FormatEx (GH-95895)
2022-09-07 05:18:33 -07:00
test_bz2.py
bpo-40280: Detect missing threading on WASM platforms (GH-32352)
2022-04-07 09:22:47 +02:00
test_c_locale_coercion.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_calendar.py
gh-101377: improving test_locale_calendar_formatweekday of calendar (GH-101378)
2023-03-14 20:00:28 -07:00
test_call.py
gh-60203: Always pass True/False as boolean arguments in tests (GH-99983)
2022-12-04 04:50:46 -08:00
test_cgi.py
bpo-47061: deprecate cgi and cgitb (GH-32410)
2022-04-08 17:15:35 -07:00
test_cgitb.py
bpo-47061: deprecate cgi and cgitb (GH-32410)
2022-04-08 17:15:35 -07:00
test_charmapcodec.py
bpo-41919, test_codecs: Move codecs.register calls to setUp() (GH-22513)
2020-10-16 10:34:15 +02:00
test_check_c_globals.py
gh-95349: Hide a Distutils Warning Filter for test_check_c_globals (GH-95837) (GH-95843)
2022-08-10 12:57:32 +02:00
test_class.py
bpo-43857: Improve the AttributeError message when deleting a missing attribute ( #25424 )
2022-05-05 06:37:26 -07:00
test_clinic.py
[3.11] gh-64490: Fix bugs in argument clinic varargs processing (GH-32092) ( #100368 )
2022-12-28 02:10:06 +01:00
test_cmath.py
bpo-45668: Fix PGO tests without test extensions (GH-29315)
2021-11-01 11:14:53 +01:00
test_cmd.py
gh-67248: cmd: Sort miscellaneous help topics ( #92254 )
2022-05-03 21:36:52 -06:00
test_cmd_line.py
gh-96848: Fix -X int_max_str_digits option parsing (GH-96988)
2022-10-22 20:55:26 +01:00
test_cmd_line_script.py
[3.11] gh-96670: Raise SyntaxError when parsing NULL bytes (GH-97594) ( #104195 )
2023-05-07 11:12:04 +01:00
test_code.py
[3.11] GH-97779: Ensure that *all* frame objects are backed by "complete" frames (GH-97886)
2022-10-04 22:46:34 -07:00
test_code_module.py
bpo-40275: Use new test.support helper submodules in tests (GH-21451)
2020-08-03 18:47:42 +02:00
test_codeccallbacks.py
bpo-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593)
2022-05-02 12:37:48 +03:00
test_codecencodings_cn.py
…
test_codecencodings_hk.py
…
test_codecencodings_iso2022.py
…
test_codecencodings_jp.py
…
test_codecencodings_kr.py
…
test_codecencodings_tw.py
…
test_codecmaps_cn.py
…
test_codecmaps_hk.py
…
test_codecmaps_jp.py
…
test_codecmaps_kr.py
…
test_codecmaps_tw.py
…
test_codecs.py
[3.11] gh-98433: Fix quadratic time idna decoding. (GH-99092) ( #99222 )
2022-11-07 18:57:10 -08:00
test_codeop.py
gh-96052: codeop: fix handling compiler warnings in incomplete input (GH-96132)
2022-09-25 01:21:00 -07:00
test_collections.py
[3.11] gh-98513: Test abstract methods of some `collections` types (GH-98516) ( #99226 )
2022-11-07 18:45:08 -08:00
test_colorsys.py
…
test_compare.py
bpo-37685: Use singletons ALWAYS_EQ and NEVER_EQ in more tests. (GH-15167)
2019-08-08 08:43:18 +03:00
test_compile.py
[3.11] gh-96670: Raise SyntaxError when parsing NULL bytes (GH-97594) ( #104195 )
2023-05-07 11:12:04 +01:00
test_compileall.py
bpo-40447: accept all path-like objects in compileall.compile_file (GH-19883)
2022-12-23 12:43:13 -08:00
test_complex.py
gh-99320: remove tests for old-style class from `test_complex` (GH-99321)
2022-11-10 03:22:00 -08:00
test_concurrent_futures.py
gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (GH-94468)
2023-03-15 22:09:20 -07:00
test_configparser.py
gh-90765: configparser test: Catch deprecation warning ( #91480 )
2022-05-02 11:22:26 -06:00
test_contains.py
bpo-37685: Use singletons ALWAYS_EQ and NEVER_EQ in more tests. (GH-15167)
2019-08-08 08:43:18 +03:00
test_context.py
gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (GH-93145)
2022-05-24 10:52:06 +02:00
test_contextlib.py
gh-95882: fix regression in the traceback of exceptions propagated from inside a contextlib context manager (GH-95883)
2023-01-03 08:18:45 -08:00
test_contextlib_async.py
gh-95882: fix regression in the traceback of exceptions propagated from inside a contextlib context manager (GH-95883)
2023-01-03 08:18:45 -08:00
test_copy.py
[3.11] gh-100871: Improve `copy` module tests (GH-100872) ( #100976 )
2023-01-12 11:15:00 +00:00
test_copyreg.py
…
test_coroutines.py
gh-100600: Fix "coroutine was never awaited" warning in `test_coroutines` (GH-100601)
2022-12-29 07:41:34 -08:00
test_cppext.py
gh-94731: Revert to C-style casts for _Py_CAST (GH-94782) ( #94849 )
2022-07-15 09:35:23 +02:00
test_cprofile.py
Remove unused imports in tests (GH-14518)
2019-07-01 18:28:25 +02:00
test_crashers.py
bpo-41043: Escape literal part of the path for glob(). (GH-20994)
2020-06-20 11:10:31 +03:00
test_crypt.py
gh-91217: deprecate crypt (GH-91459)
2022-04-11 17:02:19 -07:00
test_csv.py
[3.11] gh-104265 Disallow instantiation of `_csv.Reader` and `_csv.Writer` (GH-104266) ( #104278 )
2023-05-08 17:34:43 +05:30
test_ctypes.py
bpo-40275: Use new test.support helper submodules in tests (GH-21315)
2020-07-06 11:15:08 +02:00
test_curses.py
gh-91914: Fix test_curses on non-UTF-8 locale (GH-91919)
2022-04-26 07:59:56 +03:00
test_dataclasses.py
[3.11] gh-104035: Do not ignore user-defined `__{get,set}state__` in slotted frozen dataclasses (GH-104041) ( #104044 )
2023-05-01 10:02:41 -06:00
test_datetime.py
Revert "Revert "bpo-45229: Make datetime tests discoverable (GH-28615)" (GH-28650)" (GH-28667)
2021-10-01 10:57:58 +03:00
test_dbm.py
bpo-45500: Rewrite test_dbm (GH-29002)
2021-10-19 21:11:28 +02:00
test_dbm_dumb.py
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534) (GH-93550)
2022-06-06 20:09:51 +02:00
test_dbm_gnu.py
bpo-40563: Support pathlike objects on dbm/shelve (GH-21849)
2021-09-10 15:26:16 +03:00
test_dbm_ndbm.py
bpo-40563: Support pathlike objects on dbm/shelve (GH-21849)
2021-09-10 15:26:16 +03:00
test_decimal.py
[3.11] gh-95853: Add script to automate WASM build (GH-95828, GH-95985, GH-96045, GH-96389, GH-96744) (GH-96749)
2022-09-13 12:06:39 +02:00
test_decorators.py
bpo-46764: Fix wrapping bound method with @classmethod ( #31367 )
2022-05-04 23:00:21 -05:00
test_defaultdict.py
bpo-41055: Remove outdated tests for the tp_print slot. (GH-21006)
2020-06-21 11:11:17 +03:00
test_deque.py
bpo-26579: Add object.__getstate__(). (GH-2821)
2022-04-06 20:00:14 +03:00
test_descr.py
gh-103272: regression test for getattr exception in property (GH-103336)
2023-04-07 12:36:10 -07:00
test_descrtut.py
gh-91838: Resolve more HTTP links which redirect to HTTPS (GH-95650) (GH-95780)
2022-08-10 12:55:50 +02:00
test_devpoll.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_dict.py
bpo-46198: rename duplicate tests and remove unused code (GH-30297)
2022-03-10 08:20:11 -08:00
test_dict_version.py
Fix typos in the Lib directory (GH-28775)
2021-10-06 16:13:48 -07:00
test_dictcomps.py
bpo-40334: Correctly identify invalid target in assignment errors (GH-20076)
2020-05-15 02:04:52 +01:00
test_dictviews.py
gh-98512: Add more tests for `ValuesView` (GH-98515)
2022-11-02 19:35:39 -07:00
test_difflib.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_difflib_expect.html
…
test_dis.py
gh-92886: make test_ast pass with -O (assertions off) (GH-98058)
2022-10-07 22:02:38 -07:00
test_distutils.py
gh-82616: Add process_group support to subprocess.Popen ( #23930 )
2022-05-05 16:22:32 -07:00
test_doctest.py
[3.11] gh-93883: elide traceback indicators when possible (GH-93994) (GH-94740)
2022-07-11 04:27:29 -07:00
test_doctest.txt
…
test_doctest2.py
bpo-45229: Make doctest tests discoverable (GH-28986)
2021-10-20 16:36:27 +02:00
test_doctest2.txt
…
test_doctest3.txt
…
test_doctest4.txt
…
test_docxmlrpc.py
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
2022-03-30 12:00:27 +01:00
test_dtrace.py
gh-84461: Skip dtrace/network tests that are enabled by -u all (GH-93473)
2022-06-03 13:40:20 -07:00
test_dynamic.py
[3.11] GH-96636: Remove all uses of NOTRACE_DISPATCH (GH-96643) ( #96688 )
2022-09-09 09:24:44 -07:00
test_dynamicclassattribute.py
…
test_eintr.py
bpo-42639: atexit._run_exitfuncs() uses sys.unraisablehook (GH-23779)
2020-12-15 17:12:02 +01:00
test_embed.py
gh-100320: Fix path calculations on Windows when python.exe is moved outside of the normal location (GH-100947)
2023-01-16 17:00:34 +00:00
test_ensurepip.py
bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210)
2021-01-20 17:07:21 +01:00
test_enum.py
[3.11] gh-103479: [Enum] require __new__ to be considered a data type (GH-103495) (GH-103514)
2023-04-13 12:04:06 -07:00
test_enumerate.py
bpo-46527: allow calling enumerate(iterable=...) again (GH-30904)
2022-01-27 00:46:48 +09:00
test_eof.py
bpo-44396: Update multi-line-start location when reallocating tokenizer buffers (GH-26676)
2021-06-12 10:53:49 -07:00
test_epoll.py
bpo-41804: Enhance test_epoll.test_control_and_wait() (GH-23795)
2020-12-16 11:16:25 +01:00
test_errno.py
…
test_except_star.py
[3.11] gh-103590: do not wrap a single exception raised from a try-except* ( #104094 )
2023-05-02 19:24:02 +01:00
test_exception_group.py
gh-99553: add tests for ExceptionGroup wrapping (GH-99615)
2023-04-11 00:07:25 -07:00
test_exception_hierarchy.py
[3.11] gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006) (GH-96034) (GH-96038)
2022-09-13 13:00:45 +02:00
test_exception_variations.py
bpo-46458: emit code for else of a try block immediately after the try body (GH-30751)
2022-01-27 13:40:44 +00:00
test_exceptions.py
gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (GH-96353)
2022-09-08 04:43:52 -07:00
test_extcall.py
bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468)
2021-09-20 11:36:57 +03:00
test_faulthandler.py
bpo-40280: Address more test failures on Emscripten (GH-31050)
2022-02-05 20:52:01 +01:00
test_fcntl.py
[3.11] gh-95672 fix typo SkitTest to SkipTest (gh-102119) ( #102121 )
2023-02-22 10:34:51 +09:00
test_file.py
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
2021-08-29 14:04:40 +03:00
test_file_eintr.py
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
2022-01-25 08:09:06 +01:00
test_filecmp.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_fileinput.py
[3.11] gh-101961 fileinput.hookcompressed should not set the encoding value for the binary mode (gh-102068) ( #102098 )
2023-02-21 12:39:16 +09:00
test_fileio.py
[3.11] Make use of TESTFN_ASCII in test_fileio (GH-101645) ( #101650 )
2023-02-08 11:05:36 +01:00
test_fileutils.py
bpo-46425: fix direct invocation of `test_fileutils` and `test_zoneinfo` (GH-30792)
2022-01-22 18:05:43 +02:00
test_finalization.py
bpo-41984: GC track all user classes (GH-22701)
2020-10-14 18:44:07 -07:00
test_float.py
gh-95605: Fix `float(s)` error message when `s` contains only whitespace (GH-95665) (GH-95858)
2022-08-11 17:16:53 +01:00
test_flufl.py
Fix mistake in barry_as_FLUFL test (GH-31392)
2022-02-17 20:45:35 -05:00
test_fnmatch.py
gh-89973: Fix re.error in the fnmatch module. (GH-93072)
2022-06-05 02:39:11 -07:00
test_fork1.py
bpo-40280: Add requires_fork test helper (GH-30622)
2022-01-16 22:52:43 +01:00
test_format.py
[3.11] gh-104018: disallow "z" format specifier in %-format of byte strings (GH-104033) ( #104058 )
2023-05-01 20:18:29 +00:00
test_fractions.py
bpo-44547: Make Fractions objects instances of typing.SupportsInt (GH-27851)
2021-10-22 00:09:47 +02:00
test_frame.py
[3.11] GH-99729: Unlink frames before clearing them ( #100047 )
2022-12-06 17:02:19 +00:00
test_frozen.py
bpo-21736: Set __file__ on frozen stdlib modules. (gh-28656)
2021-10-14 15:32:18 -06:00
test_fstring.py
gh-94869: Fix the location in some expressions for multi-line f-string ast nodes (GH-94895)
2022-07-16 12:16:51 -07:00
test_ftplib.py
gh-92169: Use warnings_helper.import_deprecated() to import deprecated modules uniformly in tests (GH-92170)
2022-05-03 10:17:54 +03:00
test_funcattrs.py
bpo-42990: Functions inherit current builtins (GH-24564)
2021-02-20 15:17:18 +01:00
test_functools.py
gh-90172: add test for functools.singledispatch on Union types with None type ( #92174 )
2022-05-03 13:17:43 -06:00
test_future.py
bpo-43224: Implement PEP 646 grammar changes (GH-31018)
2022-03-26 09:55:35 -07:00
test_future3.py
…
test_future4.py
…
test_future5.py
…
test_gc.py
gh-91636: Don't clear required fields of function objects (GH-91651)
2022-04-21 02:06:35 -04:00
test_gdb.py
Do not run test_gdb when gdb embeds Python 2. (GH-31956)
2022-03-17 18:00:56 +09:00
test_generator_stop.py
…
test_generators.py
[3.11] Re-enable commented-out test in test_generators.py (GH-104130) ( #104261 )
2023-05-07 05:11:00 +00:00
test_genericalias.py
[3.11] gh-103880: Fix `assertRaises` usage in `test_genericalias` (GH-103916) ( #103917 )
2023-04-27 16:03:29 +05:30
test_genericclass.py
gh-92114: Improve error message for types with __class_getitem__ = None (GH-92115)
2022-05-02 08:29:49 +03:00
test_genericpath.py
[3.11] gh-90473: Skip tests that don't apply to Emscripten and WASI (GH-92846) (GH-92851)
2022-05-16 20:15:56 +02:00
test_genexps.py
bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468)
2021-09-20 11:36:57 +03:00
test_getopt.py
bpo-45046: Support context managers in unittest (GH-28045)
2022-05-08 08:12:19 -07:00
test_getpass.py
bpo-40280: Address more test failures on Emscripten (GH-31050)
2022-02-05 20:52:01 +01:00
test_getpath.py
gh-100320: Fix path calculations on Windows when python.exe is moved outside of the normal location (GH-100947)
2023-01-16 17:00:34 +00:00
test_gettext.py
bpo-45046: Support context managers in unittest (GH-28045)
2022-05-08 08:12:19 -07:00
test_glob.py
bpo-37578: glob.glob -- added include_hidden parameter (GH-30153)
2021-12-18 06:23:34 -08:00
test_global.py
bpo-45046: Support context managers in unittest (GH-28045)
2022-05-08 08:12:19 -07:00
test_grammar.py
gh-99535: Add test for inheritance of annotations and update documentation (GH-99990)
2022-12-24 12:31:10 -08:00
test_graphlib.py
no-issue: remove unused import from test_graphlib.py (GH-29853)
2021-11-30 11:27:37 +09:00
test_grp.py
gh-95395: Add argument type error test (GH-95412) (GH-95744)
2022-08-06 19:30:46 +02:00
test_gzip.py
bpo-46267: Test compresslevel in gzip.compress ( #30416 )
2022-05-02 23:11:06 -06:00
test_hash.py
bpo-29410: Change the default hash algorithm to SipHash13. (GH-28752)
2021-10-10 17:29:46 +09:00
test_hashlib.py
bpo-40280: Detect missing threading on WASM platforms (GH-32352)
2022-04-07 09:22:47 +02:00
test_heapq.py
bpo-28395: Remove unnecessary semicolons in tests (GH-26868)
2021-06-23 18:01:06 +09:00
test_hmac.py
gh-103256: Fix hmac algorithm to support fallback implementation (gh-103286)
2023-04-06 19:27:46 -07:00
test_html.py
…
test_htmlparser.py
bpo-41748: Handles unquoted attributes with commas ( #24072 )
2021-02-01 21:32:50 +01:00
test_http_cookiejar.py
[3.11] gh-99576: Fix cookiejar file that was not truncated for some classes (GH-99616) (GH-100377)
2022-12-20 18:22:39 +01:00
test_http_cookies.py
bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468)
2021-09-20 11:36:57 +03:00
test_httplib.py
[3.11] GH-103472: close response in HTTPConnection._tunnel (GH-103473) ( #104077 )
2023-05-01 23:48:07 -07:00
test_httpservers.py
[3.11] gh-103204: `http.server` - Enforce that HTTP version numbers must consist only of digits (GH-103205) ( #104438 )
2023-05-12 20:54:12 +00:00
test_idle.py
[3.11] GH-71383: IDLE - Document testing subsets of modules (GH-104463) ( #104464 )
2023-05-14 04:18:30 +00:00
test_imaplib.py
gh-92886: Fix test that fails when running with `-O` in `test_imaplib.py` (GH-93237)
2022-06-03 20:38:16 -07:00
test_imghdr.py
gh-91217: deprecate imghdr ( #91461 )
2022-04-13 10:47:41 -07:00
test_imp.py
gh-99578: Fix refleak in _imp.create_builtin() (GH-99642)
2022-11-21 03:43:23 -08:00
test_index.py
bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)
2019-06-02 00:05:48 +03:00
test_inspect.py
[3.11] gh-75367: Fix data descriptor detection in inspect.getattr_static (GH-104517) ( #104557 )
2023-05-16 17:57:34 +00:00
test_int.py
[3.11] Improve int test coverage (GH-104024) ( #104026 )
2023-05-01 00:50:01 +00:00
test_int_literal.py
…
test_interpreters.py
bpo-40280: Skip more tests on Emscripten (GH-31947)
2022-03-17 12:09:57 +01:00
test_io.py
[3.11] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults (GH-18640) ( #99841 )
2022-11-28 16:47:33 +05:30
test_ioctl.py
bpo-40275: Use new test.support helper submodules in tests (GH-20849)
2020-06-25 12:38:51 +02:00
test_ipaddress.py
gh-82836: fix private network check (GH-97733)
2022-11-29 14:12:57 -08:00
test_isinstance.py
gh-91603: Speed up isinstance/issubclass on union types (GH-91631)
2022-04-28 23:24:19 +08:00
test_iter.py
gh-101892: Fix `SystemError` when a callable iterator call exhausts the iterator (GH-101896)
2023-03-04 06:46:17 -08:00
test_iterlen.py
…
test_itertools.py
[3.11] gh-60203: Revert changes in cycle.__setstate__ (GH-99982) ( #100016 )
2022-12-05 17:58:40 +01:00
test_keyword.py
gh-102158: Add tests for `softkwlist` (GH-102159)
2023-02-23 18:54:47 -08:00
test_keywordonlyarg.py
bpo-40679: Use the function's qualname in certain TypeErrors (GH-20236)
2020-05-22 13:40:17 -07:00
test_kqueue.py
bpo-35934: Add socket.create_server() utility function (GH-11784)
2019-04-09 00:34:02 +02:00
test_largefile.py
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
2022-05-19 08:05:52 -07:00
test_launcher.py
gh-101467: Correct py.exe handling of prefix matches and cases when only one runtime is installed (GH-101468)
2023-02-01 13:31:21 -08:00
test_lib2to3.py
bpo-40360: Deprecate the lib2to3 package (GH-28116)
2021-09-02 11:46:47 +02:00
test_linecache.py
gh-92336: linecache.getline should not raise exceptions on decoding errors (GH-94410)
2022-06-30 02:59:33 -07:00
test_list.py
gh-97616: list_resize() checks for integer overflow (GH-97617)
2022-10-24 16:45:40 +01:00
test_listcomps.py
bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468)
2021-09-20 11:36:57 +03:00
test_lltrace.py
gh-78607: Replace __ltrace__ with __lltrace__ (GH-91619)
2022-04-16 18:57:00 -04:00
test_locale.py
[3.11] gh-90473: Skip tests that don't apply to Emscripten and WASI (GH-92846) (GH-92851)
2022-05-16 20:15:56 +02:00
test_logging.py
[3.11] gh-90195: Unset logger disabled flag when configuring it. (GH-96530) (GH-96532)
2022-09-03 15:10:50 +01:00
test_long.py
[3.11] gh-101266: Revert fix __sizeof__ for subclasses of int ( #101638 )
2023-02-07 11:44:43 +00:00
test_longexp.py
…
test_lzma.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_mailbox.py
gh-90473: WASI: skip gethostname tests (GH-93092)
2022-05-23 08:21:45 -07:00
test_mailcap.py
[3.11] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993) (GH-93458)
2022-06-03 08:25:58 -07:00
test_marshal.py
gh-99934: test_marshal.py: add more elements in test_deterministic_sets (GH-99935)
2022-12-03 09:18:23 -08:00
test_math.py
GH-98897: fix memory leak if `math.dist` raises exception (GH-98898)
2022-10-31 19:40:30 -07:00
test_memoryio.py
…
test_memoryview.py
gh-92888: Fix memoryview bad `__index__` use after free (GH-92946)
2022-06-18 07:40:39 -07:00
test_metaclass.py
bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468)
2021-09-20 11:36:57 +03:00
test_mimetypes.py
bpo-45639: Add webp and avif image formats to mimetypes ( #29259 )
2022-05-03 15:17:57 -06:00
test_minidom.py
gh-96175: add missing self._localName assignment in `xml.dom.minidom.Attr` (GH-96176)
2022-08-23 10:18:19 -07:00
test_mmap.py
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
2022-03-22 03:04:36 -07:00
test_module.py
bpo-46891: Fix creating a new instance of a module subclass with slots (GH-31643)
2022-03-03 10:38:27 +00:00
test_modulefinder.py
gh-93616: Fix env changed issue in test_modulefinder (GH-93617)
2022-06-09 00:02:39 -07:00
test_msilib.py
gh-91217: deprecate msilib (GH-91515)
2022-04-14 12:50:11 -07:00
test_multibytecodec.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_multiprocessing_fork.py
…
test_multiprocessing_forkserver.py
…
test_multiprocessing_main_handling.py
bpo-40275: Use new test.support helper submodules in tests (GH-21412)
2020-07-09 15:25:10 +02:00
test_multiprocessing_spawn.py
…
test_named_expressions.py
bpo-43017: Improve error message for unparenthesised tuples in comprehensions (GH24314)
2021-01-31 22:52:56 +00:00
test_netrc.py
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534) (GH-93550)
2022-06-06 20:09:51 +02:00
test_nis.py
gh-91217: deprecate nis (GH-91606)
2022-04-16 13:17:30 -07:00
test_nntplib.py
bpo-45046: Support context managers in unittest (GH-28045)
2022-05-08 08:12:19 -07:00
test_ntpath.py
[3.11] GH-88013: Fix TypeError raised by ntpath.realpath in some cases (GH-102813, GH-103343)
2023-04-07 21:38:56 +01:00
test_numeric_tower.py
[3.11] gh-68163: Correct conversion of Rational instances to float (GH-25619) ( #96556 )
2022-09-08 12:03:53 +01:00
test_opcache.py
[3.11] GH-99257: Check the owner's type when specializing slots (GH-99324)
2022-11-10 08:44:49 -08:00
test_opcodes.py
bpo-43901: Lazy-create an empty annotations dict in all unannotated user classes and modules ( #25623 )
2021-04-29 20:09:08 -07:00
test_openpty.py
…
test_operator.py
[3.11] gh-102088 Optimize iter_index itertools recipe (GH-102360) (GH-102363)
2023-03-01 21:52:37 -06:00
test_optparse.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_ordered_dict.py
bpo-26579: Add object.__getstate__(). (GH-2821)
2022-04-06 20:00:14 +03:00
test_os.py
gh-75729: Fix os.spawn tests not handling spaces on Windows (GH-99150)
2023-04-08 01:03:58 -07:00
test_ossaudiodev.py
gh-91217: deprecate sunau (GH-91866)
2022-04-25 16:26:43 -07:00
test_osx_env.py
bpo-40275: Use new test.support helper submodules in tests (GH-21412)
2020-07-09 15:25:10 +02:00
test_pathlib.py
[3.11] GH-87695: Fix OSError from `pathlib.Path.glob()` (GH-104292) (GH-104362)
2023-05-10 23:19:49 +00:00
test_patma.py
[3.11] GH-103971: Fix incorrect locations for code following case blocks
2023-04-28 20:08:25 +00:00
test_pdb.py
[3.11] gh-103225: Fixed zero lineno issue for pdb ( #103265 ) ( #104262 )
2023-05-07 12:21:57 +01:00
test_peepholer.py
[3.11] gh-92228: disable the compiler's 'small exit block inlining' optimization for blocks that have a line number (GH-94592) (GH-94643)
2022-07-07 03:10:32 -07:00
test_pep646_syntax.py
bpo-43224: Implement PEP 646 grammar changes (GH-31018)
2022-03-26 09:55:35 -07:00
test_pickle.py
GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-94298)
2022-07-14 09:47:17 -07:00
test_picklebuffer.py
bpo-40275: Use new test.support helper submodules in tests (GH-21315)
2020-07-06 11:15:08 +02:00
test_pickletools.py
bpo-45229: Make pickle tests discoverable (GH-28467)
2021-09-20 18:21:33 +03:00
test_pipes.py
gh-91217: deprecate-pipes (GH-91779)
2022-04-21 19:28:34 -07:00
test_pkg.py
…
test_pkgutil.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_platform.py
gh-97966: Restore prior expectation that uname_result._fields and ._asdict would include the processor. (gh-98343)
2022-11-26 05:53:00 -08:00
test_plistlib.py
bpo-42095: plistlib: Add tests that compare with plutil(1) ( #27173 )
2021-07-17 12:11:04 +02:00
test_poll.py
bpo-45046: Support context managers in unittest (GH-28045)
2022-05-08 08:12:19 -07:00
test_popen.py
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
2022-01-25 08:09:06 +01:00
test_poplib.py
gh-92169: Use warnings_helper.import_deprecated() to import deprecated modules uniformly in tests (GH-92170)
2022-05-03 10:17:54 +03:00
test_positional_only_arg.py
bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490)
2021-04-21 12:41:19 +01:00
test_posix.py
[3.11] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (GH-97944) ( #97969 )
2022-10-22 20:49:42 +01:00
test_posixpath.py
gh-96192: fix os.ismount() to use a path that is str or bytes (GH-96194)
2022-11-30 15:31:49 -08:00
test_pow.py
GH-102341: Improve the test function for pow (GH-102342)
2023-03-05 09:55:18 -08:00
test_pprint.py
bpo-41546: make pprint (like print) not write to stdout when it is None (GH-26810)
2021-07-19 10:19:02 +01:00
test_print.py
bpo-34013: Move the Python 2 hints from the exception constructor to the parser (GH-27392)
2021-07-27 21:30:32 +01:00
test_profile.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_property.py
[3.11] GH-100942: Fix incorrect cast in property_copy(). (GH-100965). ( #101008 )
2023-01-15 12:38:25 +05:30
test_pstats.py
bpo-38659: [Enum] add _simple_enum decorator (GH-25497)
2021-04-21 10:20:44 -07:00
test_pty.py
bpo-46198: rename duplicate tests and remove unused code (GH-30297)
2022-03-10 08:20:11 -08:00
test_pulldom.py
bpo-45132 Remove deprecated __getitem__ methods (GH-28225)
2021-09-08 13:07:40 +03:00
test_pwd.py
gh-95376: Add test for names containing null (GH-GH-5394) (#GH-5746)
2022-08-06 19:31:58 +02:00
test_py_compile.py
gh-94315: Check for DAC override capability (GH-94316)
2022-06-27 11:51:45 -07:00
test_pyclbr.py
[3.11] gh-95913: make the new internal classes pdb.ModuleTarget/ScriptTarget private (GH-96053) ( #96063 )
2022-08-18 14:39:16 +01:00
test_pydoc.py
[3.11] gh-84461: Fix Emscripten umask and permission issues (GH-94002) (GH-94006)
2022-06-19 20:18:34 +02:00
test_pyexpat.py
[3.11] gh-90473: Skip tests that don't apply to Emscripten and WASI (GH-92846) (GH-92851)
2022-05-16 20:15:56 +02:00
test_queue.py
gh-90473: Skip test_queue when threading is not available (GH-93712)
2022-06-11 03:20:28 -07:00
test_quopri.py
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
2022-01-25 08:09:06 +01:00
test_raise.py
bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Improve tests for context in nested except handlers. (GH-29236)
2022-01-27 10:24:48 +00:00
test_random.py
GH-100805: Support numpy.array() in random.choice(). (GH-100830)
2023-01-08 12:04:49 -08:00
test_range.py
[3.11] Revert "Add tests for empty range equality (GH-103751)" (GH-103770) ( #103781 )
2023-04-24 18:54:21 +00:00
test_re.py
gh-98740: Fix validation of conditional expressions in RE (GH-98764)
2022-11-03 00:47:39 -07:00
test_readline.py
bpo-45195: Fix test_readline.test_nonascii() (GH-28329)
2021-09-14 17:38:04 +02:00
test_regrtest.py
[3.11] bpo-46523: fix tests rerun when `setUp[Class|Module]` fails (GH-30895) (GH-103342)
2023-04-07 19:35:16 +02:00
test_repl.py
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
2022-01-25 08:09:06 +01:00
test_reprlib.py
bpo-39549: reprlib.Repr uses a “fillvalue” attribute (GH-18343)
2021-09-22 15:45:58 -05:00
test_resource.py
bpo-40280: Address more test failures on Emscripten (GH-31050)
2022-02-05 20:52:01 +01:00
test_richcmp.py
…
test_rlcompleter.py
gh-92032: Add soft keywords to rlcompleter ( #92029 )
2022-05-02 16:36:29 -06:00
test_robotparser.py
[3.11] gh-90473: Skip tests that don't apply to Emscripten and WASI (GH-92846) (GH-92851)
2022-05-16 20:15:56 +02:00
test_runpy.py
gh-57684: Update tests for PYTHONSAFEPATH=1 ( #92358 )
2022-05-06 03:41:24 +02:00
test_sax.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_sched.py
gh-90808: add more examples to `test_sched.test_priority` (GH-31144)
2022-09-20 19:03:13 -07:00
test_scope.py
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
2021-08-29 14:04:40 +03:00
test_script_helper.py
bpo-40280: Block more non-working syscalls in Emscripten (GH-31757)
2022-03-08 12:17:30 +01:00
test_secrets.py
…
test_select.py
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
2022-03-22 03:04:36 -07:00
test_selectors.py
[3.11] gh-90473: Skip tests that don't apply to Emscripten and WASI (GH-92846) (GH-92851)
2022-05-16 20:15:56 +02:00
test_set.py
bpo-45046: Support context managers in unittest (GH-28045)
2022-05-08 08:12:19 -07:00
test_setcomps.py
bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468)
2021-09-20 11:36:57 +03:00
test_shelve.py
bpo-45502: Fix test_shelve (GH-29003)
2021-10-22 16:14:58 +02:00
test_shlex.py
bpo-33262: Deprecate passing None for `s` to shlex.split() (GH-6514)
2020-04-01 09:58:55 -04:00
test_shutil.py
[3.11] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102953) (GH-103832)
2023-04-28 17:41:09 +02:00
test_signal.py
GH-102397: Fix segfault from race condition in signal handling (GH-102399)
2023-03-08 00:26:20 -08:00
test_site.py
[3.11] GH-77403: Fix tests which fail when PYTHONUSERBASE is not normalized (GH-93917) (GH-93969)
2022-06-30 02:47:16 -07:00
test_slice.py
[3.11] gh-100931: Test all `pickle` protocols in `test_slice` (GH-100932). (GH-100979)
2023-01-12 03:24:09 -08:00
test_smtpd.py
gh-90473: WASI: skip gethostname tests (GH-93092)
2022-05-23 08:21:45 -07:00
test_smtplib.py
gh-92169: Use warnings_helper.import_deprecated() to import deprecated modules uniformly in tests (GH-92170)
2022-05-03 10:17:54 +03:00
test_smtpnet.py
bpo-40275: Use new test.support helper submodules in tests (GH-21151)
2020-06-25 19:17:57 +02:00
test_sndhdr.py
gh-91217: deprecate-sndhdr ( #91806 )
2022-04-22 15:48:03 -07:00
test_socket.py
gh-100374: Fixed a bug in socket.getfqdn() (gh-100375)
2022-12-21 06:06:10 -08:00
test_socketserver.py
gh-84461: Skip network require tests on Emscripten (GH-92383)
2022-05-06 12:08:36 +02:00
test_sort.py
gh-95173: Add a regression test for sorting tuples containing None (GH-95464)
2022-08-01 09:29:57 -07:00
test_source_encoding.py
[3.11] gh-99891: Fix infinite recursion in the tokenizer when showing warnings (GH-99893) (GH-99896)
2022-12-01 00:57:04 -08:00
test_spwd.py
gh-91217: deprecate spwd ( #91846 )
2022-04-23 14:48:17 -07:00
test_ssl.py
[3.11] GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495) ( #103006 )
2023-03-27 16:14:01 +02:00
test_stable_abi_ctypes.py
gh-91324: Convert the stable ABI manifest to TOML (GH-92026)
2022-04-29 16:18:08 +02:00
test_startfile.py
bpo-43538: Add extra arguments to os.startfile (GH-25538)
2021-04-23 18:03:17 +01:00
test_stat.py
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534) (GH-93550)
2022-06-06 20:09:51 +02:00
test_statistics.py
[3.11] GH-99155: Fix `NormalDist` pickle with `0` and `1` protocols (GH-99156). (GH-99188)
2022-11-07 01:41:08 -08:00
test_strftime.py
Fix typos in the Lib directory (GH-28775)
2021-10-06 16:13:48 -07:00
test_string.py
bpo-46307: Add string.Template.get_identifiers() method (GH-30493)
2022-01-11 11:15:42 -08:00
test_string_literals.py
gh-94808: Coverage: Test uppercase string literal prefixes (GH-95925)
2022-09-25 01:21:58 -07:00
test_stringprep.py
…
test_strptime.py
bpo-40280: Skip more tests on Emscripten (GH-31947)
2022-03-17 12:09:57 +01:00
test_strtod.py
…
test_struct.py
GH-94254: Make _struct module types immutable (GH-94269)
2022-06-26 03:42:41 -07:00
test_structseq.py
bpo-42128: Add __match_args__ to structseq-based classes (GH-24732)
2021-03-04 00:03:44 +00:00
test_subclassinit.py
…
test_subprocess.py
[3.11] gh-95672 fix typo SkitTest to SkipTest (gh-102119) ( #102121 )
2023-02-22 10:34:51 +09:00
test_sunau.py
gh-91217: deprecate sunau (GH-91866)
2022-04-25 16:26:43 -07:00
test_sundry.py
bpo-45124: Remove the bdist_msi command (GH-28195)
2021-09-07 12:34:27 +02:00
test_super.py
bpo-46921: Vectorcall support for `super()` (GH-31687)
2022-03-06 14:21:28 +08:00
test_support.py
gh-90473: WASI: skip gethostname tests (GH-93092)
2022-05-23 08:21:45 -07:00
test_symtable.py
bpo-42355: symtable.get_namespace() now checks whether there are multiple or any namespaces found (GH-23278)
2021-07-18 15:56:09 +03:00
test_syntax.py
[3.11] gh-102310: Change error range for invalid bytes literals (GH-103663) ( #103703 )
2023-04-23 17:21:27 -06:00
test_sys.py
[3.11] gh-100637: Fix int and bool __sizeof__ calculation to include the 1 element ob_digit array for 0 and False (GH-100663) ( #100717 )
2023-01-03 17:59:40 +00:00
test_sys_setprofile.py
[3.11] gh-94510: Raise on re-entrant calls to sys.setprofile and sys.settrace (GH-94511) (GH-94578)
2022-07-05 21:02:43 +02:00
test_sys_settrace.py
GH-96864: Check for error between line and opcode events (GH-96880)
2022-09-20 10:49:01 -07:00
test_sysconfig.py
[3.11] gh-95853: Add script to automate WASM build (GH-95828, GH-95985, GH-96045, GH-96389, GH-96744) (GH-96749)
2022-09-13 12:06:39 +02:00
test_syslog.py
[3.11] Add more syslog tests (GH-97953). (GH-98096)
2022-10-08 22:22:26 +03:00
test_tabnanny.py
bpo-46198: rename duplicate tests and remove unused code (GH-30297)
2022-03-10 08:20:11 -08:00
test_tarfile.py
[3.11] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102953) (GH-103832)
2023-04-28 17:41:09 +02:00
test_tcl.py
gh-91827: Add method info_pathlevel() in tkinter (GH-91829)
2022-05-06 13:50:38 +03:00
test_telnetlib.py
gh-91217: deprecate telnetlib (GH-91958)
2022-04-26 10:45:08 -07:00
test_tempfile.py
gh-83499: Fix closing file descriptors in tempfile (GH-93874)
2022-06-26 01:38:06 -07:00
test_textwrap.py
bpo-28660: Make TextWrapper break long words on hyphens (GH-22721)
2020-10-18 20:01:15 +03:00
test_thread.py
bpo-40280: Detect missing threading on WASM platforms (GH-32352)
2022-04-07 09:22:47 +02:00
test_threadedtempfile.py
bpo-40280: Detect missing threading on WASM platforms (GH-32352)
2022-04-07 09:22:47 +02:00
test_threading.py
gh-89898: Fix test_threading.test_args_argument() (GH-92885)
2022-05-17 15:45:56 -07:00
test_threading_local.py
[3.11] GH-100892: Fix race in clearing `threading.local` (GH-100922). ( #100937 )
2023-01-11 21:01:48 +05:30
test_threadsignals.py
[3.11] gh-95174: Add pthread stubs for WASI (GH-95234) ( #95503 )
2022-08-01 15:37:45 +01:00
test_time.py
gh-90473: WASI: skip gethostname tests (GH-93092)
2022-05-23 08:21:45 -07:00
test_timeit.py
bpo-40670: More reliable validation of statements in timeit.Timer. (GH-22358)
2020-09-22 16:16:46 +03:00
test_timeout.py
gh-84461: Skip network require tests on Emscripten (GH-92383)
2022-05-06 12:08:36 +02:00
test_tix.py
Add skips to crashing tests under sanitizers instead of manually skipping them (GH-30897)
2022-01-25 23:14:03 +00:00
test_tk.py
Add skips to crashing tests under sanitizers instead of manually skipping them (GH-30897)
2022-01-25 23:14:03 +00:00
test_tokenize.py
gh-99581: Fix a buffer overflow in the tokenizer when copying lines that fill the available buffer (GH-99605)
2022-11-20 12:53:02 -08:00
test_trace.py
gh-51524: Fix bug when calling trace.CoverageResults with valid infile (GH-99629)
2022-11-27 23:15:00 -08:00
test_traceback.py
[3.11] gh-99103: Normalize specialized traceback anchors against the current line ( #99423 )
2022-11-21 22:16:12 +00:00
test_tracemalloc.py
[3.11] GH-96612: Skip incomplete frames in tracemalloc traces. (GH-96613) ( #96617 )
2022-09-06 18:42:41 +01:00
test_ttk_guionly.py
Add skips to crashing tests under sanitizers instead of manually skipping them (GH-30897)
2022-01-25 23:14:03 +00:00
test_ttk_textonly.py
bpo-45229: Make tkinter tests discoverable (GH-28637)
2021-10-13 18:12:48 +02:00
test_tuple.py
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classes (GH-26456)
2021-09-12 13:27:50 +03:00
test_turtle.py
bpo-44734: Fix floating point precision in test_turtle (GH-30910)
2022-01-27 14:57:55 +01:00
test_type_annotations.py
bpo-45060: Get rid of few uses of the equality operators with None (GH-28087)
2021-08-31 16:59:52 +03:00
test_type_cache.py
bpo-44914: Add tests for some invariants of tp_version_tag (GH-27774)
2021-08-16 20:18:36 +01:00
test_type_comments.py
gh-94996: Disallow parsing pos only params with feature_version < (3, 8) (GH-94997)
2022-08-12 10:53:09 -07:00
test_typechecks.py
…
test_types.py
[3.11] gh-103746: Test `types.UnionType` and `Literal` types together (GH-103747) ( #103772 )
2023-04-24 17:22:36 +00:00
test_typing.py
[3.11] typing: Add more tests for TypeVar (GH-104571) ( #104577 )
2023-05-17 13:40:34 +00:00
test_ucn.py
bpo-41944: No longer call eval() on content received via HTTP in the UnicodeNames tests (GH-22575)
2020-10-06 16:21:56 +02:00
test_unary.py
…
test_unicode.py
gh-94808: improve test coverage of number formatting (GH-99472)
2022-12-23 18:14:08 -08:00
test_unicode_file.py
gh-90473: Misc test fixes for WASI (GH-93218)
2022-05-25 07:24:32 -07:00
test_unicode_file_functions.py
[3.11] gh-95853: Add script to automate WASM build (GH-95828, GH-95985, GH-96045, GH-96389, GH-96744) (GH-96749)
2022-09-13 12:06:39 +02:00
test_unicode_identifiers.py
bpo-40593: Improve syntax errors for invalid characters in source code. (GH-20033)
2020-05-12 12:42:04 +03:00
test_unicodedata.py
gh-99892: test_unicodedata: skip test on download failure (GH-100011)
2022-12-05 08:07:00 -08:00
test_unittest.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_univnewlines.py
bpo-40275: Use new test.support helper submodules in tests (GH-21314)
2020-07-06 11:12:49 +02:00
test_unpack.py
gh-91625: Don't ignore extended args of adaptive opcodes (GH-91626)
2022-04-17 14:04:29 -04:00
test_unpack_ex.py
bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468)
2021-09-20 11:36:57 +03:00
test_unparse.py
[3.11] gh-92986: Fix ast.unparse when ImportFrom.level is None (GH-92992) (GH-96593)
2022-09-06 13:23:26 +03:00
test_urllib.py
gh-90473: WASI: skip gethostname tests (GH-93092)
2022-05-23 08:21:45 -07:00
test_urllib2.py
[3.11] gh-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-102100) (gh-102117)
2023-02-22 20:42:04 +09:00
test_urllib2_localnet.py
gh-87497: Document that urllib.request sends headers in camel case (GH-24661)
2022-04-13 19:19:16 -07:00
test_urllib2net.py
[3.11] gh-81403: Fix for CacheFTPHandler in urllib (GH-13951) ( #103705 )
2023-04-23 05:20:34 -07:00
test_urllib_response.py
gh-90473: WASI: skip gethostname tests (GH-93092)
2022-05-23 08:21:45 -07:00
test_urllibnet.py
bpo-40275: Use new test.support helper submodules in tests (GH-21743)
2020-08-06 13:51:29 +02:00
test_urlparse.py
[3.11] gh-103848: Adds checks to ensure that bracketed hosts found by urlsplit are of IPv6 or IPvFuture format (GH-103849) ( #104349 )
2023-05-10 06:35:24 +00:00
test_userdict.py
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)
2019-06-05 18:22:31 +03:00
test_userlist.py
bpo-27639: Correct return type for UserList slicing operation ( #13169 )
2019-05-07 17:41:06 -04:00
test_userstring.py
bpo-44110: Improve string's __getitem__ error message (GH-26042)
2021-06-27 15:04:57 +03:00
test_utf8_mode.py
bpo-47000: Add `locale.getencoding()` (GH-32068)
2022-04-09 09:54:54 +09:00
test_utf8source.py
…
test_uu.py
[3.11] gh-99889: Fix directory traversal security flaw in uu.decode() (GH-104096) ( #104329 )
2023-05-09 09:46:25 -07:00
test_uuid.py
bpo-40280: Add requires_fork test helper (GH-30622)
2022-01-16 22:52:43 +01:00
test_venv.py
gh-99370: Prefer LIBDIR from sysconfig when locating libpython for test (GH-99523)
2022-11-16 15:41:18 -08:00
test_wait3.py
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
2022-03-22 03:04:36 -07:00
test_wait4.py
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
2022-03-22 03:04:36 -07:00
test_wave.py
Deprecate audioop (GH-32392)
2022-04-07 12:27:35 -07:00
test_weakref.py
[3.11] gh-99184: Bypass instance attribute access in `repr` of `weakref.ref` (GH-99244) ( #103789 )
2023-04-24 19:58:55 +00:00
test_weakset.py
bpo-26579: Add object.__getstate__(). (GH-2821)
2022-04-06 20:00:14 +03:00
test_webbrowser.py
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
2022-01-25 08:09:06 +01:00
test_winconsoleio.py
bpo-45354: Skip obsolete device name tests on Windows 11 (GH-28712)
2021-10-05 13:17:13 +01:00
test_winreg.py
bpo-43984: Allow winreg.SetValueEx to set -1 without treating it as an error (GH-25775)
2022-12-09 05:12:43 -08:00
test_winsound.py
bpo-40275: Use new test.support helper submodules in tests (GH-21743)
2020-08-06 13:51:29 +02:00
test_with.py
bpo-12022: Change error type for bad objects in "with" and "async with" (GH-26809)
2021-06-29 11:27:04 +03:00
test_wsgiref.py
Fix typos in the Lib directory (GH-28775)
2021-10-06 16:13:48 -07:00
test_xdrlib.py
gh-91217: deprecate xdrlib (GH-92066)
2022-04-29 18:22:10 -07:00
test_xml_dom_minicompat.py
…
test_xml_etree.py
[3.11] gh-100933: Improve `check_element` helper in `test_xml_etree` (GH-100934) ( #101686 )
2023-02-08 12:11:54 +01:00
test_xml_etree_c.py
bpo-27946: Fix possible crash in ElementTree.Element (GH-29915)
2021-12-05 14:22:54 +02:00
test_xmlrpc.py
[3.11] gh-95778: CVE-2020-10735: Prevent DoS by very large int() ( #96500 )
2022-09-02 09:48:57 -07:00
test_xmlrpc_net.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_xxlimited.py
bpo-45459: Add Py_buffer to limited API (GH-29991)
2022-02-02 07:03:10 -08:00
test_xxtestfuzz.py
bpo-40275: Use new test.support helper submodules in tests (GH-21412)
2020-07-09 15:25:10 +02:00
test_yield_from.py
bpo-40941: Unify implicit and explicit state in the frame and generator objects into a single value. (GH-20803)
2020-07-17 11:44:23 +01:00
test_zipapp.py
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534) (GH-93550)
2022-06-06 20:09:51 +02:00
test_zipfile.py
[3.11] gh-103861: Fix Zip64 extensions not being properly applied in some cases (GH-103863) ( #104534 )
2023-05-17 01:07:10 -07:00
test_zipfile64.py
bpo-46425: Fix direct invocation of multiple test modules (GH-30666)
2022-01-18 21:28:18 +02:00
test_zipimport.py
gh-91181: drop support for bytes on sys.path (GH-31934)
2022-07-16 18:31:25 -07:00
test_zipimport_support.py
bpo-40275: Use new test.support helper submodules in tests (GH-21219)
2020-06-30 15:46:06 +02:00
test_zlib.py
bpo-46623: Skip two test_zlib tests on s390x (GH-31096)
2022-02-25 00:32:02 +01:00
testcodec.py
…
testtar.tar
…
testtar.tar.xz
bpo-8978: improve tarfile.open error message when lzma / bz2 are missing (GH-24850)
2021-04-27 10:39:01 -07:00
tf_inherit_check.py
…
time_hashlib.py
…
tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt
…
tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt
…
tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt
…
tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt
…
tokenize_tests.txt
…
win_console_handler.py
…
xmltests.py
…
zip_cp437_header.zip
…
zipdir.zip
…