cpython/Lib/test
Pablo Galindo Salgado 633db1c4eb
[3.10] bpo-46240: Correct the error for unclosed parentheses when the tokenizer is not finished (GH-30378). (GH-30819)
(cherry picked from commit 70f415fb8b)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
2022-01-23 03:10:37 +00:00
..
audiodata
capath
cjkencodings
crashers
data
decimaltestdata [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804) 2021-10-07 11:49:47 -04:00
dtracedata
encoded_modules
imghdrdata
leakers
libregrtest bpo-46205: exit if no workers are alive in runtest_mp (GH-30470) 2022-01-10 19:29:31 -08:00
sndhdrdata
subprocessdata
support bpo-46426: Improve tests for the dir_fd argument (GH-30668) (GH-30739) 2022-01-21 19:31:25 +02:00
test_asyncio bpo-41682: Skip unstable test_asyncio sendfile test on Windows (GH-30801) (GH-30812) 2022-01-23 01:58:16 +01:00
test_email [3.10] bpo-19460: Add test for MIMENonMultipart (GH-29817) (GH-29818) 2021-11-28 12:57:10 +02:00
test_import bpo-28395: Remove unnecessary semicolons in tests (GH-26868) 2021-06-23 03:02:40 -07:00
test_importlib bpo-46105: Honor spec when generating requirement specs with urls and extras. (GH-30151) 2021-12-16 13:19:14 -08:00
test_json bpo-45644: Make json.tool read infile before writing to outfile (GH-29273) (GH-29445) 2021-11-06 19:01:17 +01:00
test_peg_generator
test_tools Define Py_BUILD_CORE_MODULE 2022-01-13 01:42:47 -08:00
test_warnings
test_zoneinfo bpo-45577: test all pickle protocols in test_zoneinfo (GH-29167) (GH-29296) 2021-10-29 00:00:49 +02:00
tracedmodules
xmltestdata
ziptestdata
__init__.py
__main__.py
_test_atexit.py bpo-46025: Fix a crash in the atexit module for auto-unregistering functions (GH-30002) (GH-30005) 2021-12-09 15:16:09 +00:00
_test_eintr.py
_test_embed_set_config.py
_test_multiprocessing.py bpo-45125: Improves pickling docs and tests for shared_memory (GH-28294) 2021-10-01 06:09:15 -07:00
_typed_dict_helper.py bpo-41249: Fix postponed annotations for TypedDict (GH-27017) (#27204) 2021-07-17 10:48:17 +02:00
allsans.pem
ann_module.py bpo-44490: Improve typing module compatibility with types.Union (GH-27048) (#27222) 2021-07-19 07:22:59 -07:00
ann_module2.py
ann_module3.py
ann_module4.py
ann_module5.py bpo-45166: fixes get_type_hints failure on Final (GH-28279) (GH-28560) 2021-09-25 11:21:13 +02:00
ann_module6.py bpo-45166: fixes get_type_hints failure on Final (GH-28279) (GH-28560) 2021-09-25 11:21:13 +02:00
ann_module7.py bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-30285) (#30765) 2022-01-22 09:28:48 -08:00
audiotest.au
audiotests.py
audit-tests.py bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and marshal.dumps (GH-26970) 2021-06-30 18:52:25 +01: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
cfgparser.1
cfgparser.2
cfgparser.3
clinic.test
cmath_testcases.txt
coding20731.py
curses_tests.py
dataclass_module_1.py
dataclass_module_1_str.py
dataclass_module_2.py
dataclass_module_2_str.py
dataclass_textanno.py
datetimetester.py [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804) 2021-10-07 11:49:47 -04:00
dis_module.py
doctest_aliases.py
double_const.py
empty.vbs
exception_hierarchy.txt
ffdh3072.pem
final_a.py
final_b.py
floating_points.txt
fork_wait.py
formatfloat_testcases.txt
future_test1.py
future_test2.py
gdb_sample.py
good_getattr.py
idnsans.pem
ieee754.txt
imp_dummy.py
inspect_fodder.py
inspect_fodder2.py
inspect_stock_annotations.py
inspect_stringized_annotations.py
inspect_stringized_annotations_2.py
keycert.passwd.pem
keycert.pem
keycert2.pem
keycert3.pem
keycert4.pem
keycertecc.pem
list_tests.py
lock_tests.py [3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005) (GH-28027) 2021-09-08 17:08:57 +02:00
mailcap.txt
make_ssl_certs.py Fix a typo in the message from make_ssl_certs. (GH-30152) (GH-30161) 2021-12-16 21:51:11 -08:00
mapping_tests.py
math_testcases.txt
memory_watchdog.py
mime.types bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-27380) 2021-07-27 00:34:32 +02:00
mock_socket.py
mod_generics_cache.py
mp_fork_bomb.py
mp_preload.py
multibytecodec_support.py
nokia.pem
nosan.pem
nullbytecert.pem
nullcert.pem
pickletester.py bpo-30570: Fix segfault on buildbots caused by stack overflow from recursion in tests (GH-29258) 2021-11-04 13:45:05 -07:00
profilee.py
pstats.pck
pycacert.pem
pycakey.pem
pyclbr_input.py
pydoc_mod.py
pydocfodder.py
pythoninfo.py bpo-44860: Update test_sysconfig for posix_user platlib (GH-28235) (GH-28251) 2021-09-09 11:35:36 +02:00
randv2_32.pck
randv2_64.pck
randv3.pck
re_tests.py
recursion.tar
regrtest.py
relimport.py
reperf.py
revocation.crl
sample_doctest.py
sample_doctest_no_docstrings.py
sample_doctest_no_doctests.py
secp384r1.pem
selfsigned_pythontestdotnet.pem
seq_tests.py
sgml_input.html
signalinterproctester.py
Sine-1000Hz-300ms.aif
sortperf.py
ssl_cert.pem
ssl_key.passwd.pem
ssl_key.pem
ssl_servers.py
ssltests.py
string_tests.py
talos-2019-0758.pem
test___all__.py
test___future__.py
test__locale.py
test__opcode.py
test__osx_support.py
test__xxsubinterpreters.py [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804) 2021-10-07 11:49:47 -04:00
test_abc.py
test_abstract_numbers.py
test_aifc.py
test_argparse.py bpo-46080: fix argparse help generation exception in edge case (GH-30111) 2022-01-20 15:13:17 -08:00
test_array.py [3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005) (GH-28027) 2021-09-08 17:08:57 +02:00
test_asdl_parser.py
test_ast.py [3.10] bpo-45408: Don't override previous tokenizer errors in the second parser pass (GH-28812). (GH-28813) 2021-10-08 00:50:10 +01:00
test_asyncgen.py [3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005) (GH-28027) 2021-09-08 17:08:57 +02:00
test_asynchat.py bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in tests (GH-26905) (GH-26907) 2021-06-25 00:38:01 +01:00
test_asyncore.py bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in tests (GH-26905) (GH-26907) 2021-06-25 00:38:01 +01:00
test_atexit.py
test_audioop.py
test_audit.py bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and marshal.dumps (GH-26970) 2021-06-30 18:52:25 +01:00
test_augassign.py
test_base64.py Added test case based on recommended test cases from RFC 4648 (GH-27747) 2021-08-13 04:15:27 -07:00
test_baseexception.py
test_bdb.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_bigaddrspace.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_bigmem.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_binascii.py
test_binhex.py
test_binop.py
test_bisect.py
test_bool.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_buffer.py
test_bufio.py
test_builtin.py bpo-46411: Remove unnecessary calls to sys.exc_info() in tests (GH-30638) 2022-01-17 23:33:00 -08:00
test_bytes.py bpo-44891: Tests id preserving on * 1 for str and bytes (GH-27745) 2021-08-13 04:04:08 -07:00
test_bz2.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_c_locale_coercion.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_calendar.py bpo-46266: Add calendar day of week constants to __all__ (GH-30412) (GH-30424) 2022-01-23 02:00:11 +01:00
test_call.py
test_capi.py bpo-46263: Fix second location that needs MALLOC_CONF on FreeBSD (GH-30440) 2022-01-06 12:12:04 -08:00
test_cgi.py
test_cgitb.py
test_charmapcodec.py
test_check_c_globals.py
test_class.py
test_clinic.py
test_cmath.py
test_cmd.py
test_cmd_line.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_cmd_line_script.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_code.py [3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005) (GH-28027) 2021-09-08 17:08:57 +02:00
test_code_module.py
test_codeccallbacks.py
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.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944) (GH-28952) 2021-10-14 21:23:39 +03:00
test_codeop.py bpo-28395: Remove unnecessary semicolons in tests (GH-26868) 2021-06-23 03:02:40 -07:00
test_collections.py bpo-45859: Mark test_field_descriptor in test_collections as CPython-only (GH-29691) (GH-29708) 2021-11-22 09:05:54 -06:00
test_colorsys.py
test_compare.py
test_compile.py bpo-42918: Improve built-in function compile() in mode 'single' (GH-29934) (GH-30040) 2021-12-27 17:15:44 +01:00
test_compileall.py [3.10] bpo-46425: Fix direct invocation of multiple test modules (GH-30666) (GH-30699) 2022-01-20 10:44:21 +09:00
test_complex.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_concurrent_futures.py bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168) 2022-01-04 06:27:13 -08:00
test_configparser.py bpo-38741: Definition of multiple ']' in header configparser (GH-17129) (#27110) 2021-07-13 16:35:30 +02:00
test_contains.py
test_context.py
test_contextlib.py [3.10] bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089) (GH-28730) 2021-10-04 23:21:34 -07:00
test_contextlib_async.py [3.10] bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089) (GH-28730) 2021-10-04 23:21:34 -07:00
test_copy.py [3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005) (GH-28027) 2021-09-08 17:08:57 +02:00
test_copyreg.py
test_coroutines.py bpo-44469: Fix tests for "async with" with bad object (GH-26817) 2021-06-21 00:57:07 -07:00
test_cprofile.py
test_crashers.py
test_crypt.py
test_csv.py bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705) 2021-10-09 08:35:33 -07:00
test_ctypes.py
test_curses.py [3.10] bpo-43988: Add test.support.check_disallow_instantiation() (GH-25757) (GH-26885) 2021-06-23 16:46:25 -07:00
test_dataclasses.py bpo-45663: Fix is_dataclass() for dataclasses which are subclasses of types.GenericAlias (GH-29294) 2021-12-05 13:04:29 -08:00
test_datetime.py bpo-45229: Make datetime tests discoverable (GH-28615) 2021-10-01 00:36:17 -07:00
test_dbm.py [3.10] bpo-45500: Rewrite test_dbm (GH-29002) (GH-29069) 2021-10-19 22:21:03 +02:00
test_dbm_dumb.py
test_dbm_gnu.py [3.10] bpo-43988: Add test.support.check_disallow_instantiation() (GH-25757) (GH-26885) 2021-06-23 16:46:25 -07:00
test_dbm_ndbm.py
test_decimal.py [3.10] bpo-40173: Fix test.support.import_helper.import_fresh_module() (GH-28654) (GH-28657) 2021-09-30 19:56:41 +03:00
test_decorators.py bpo-42073: allow classmethod to wrap other classmethod-like descriptors (GH-27115) (GH-27162) 2021-07-15 15:42:11 +02:00
test_defaultdict.py
test_deque.py [3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005) (GH-28027) 2021-09-08 17:08:57 +02:00
test_descr.py bpo-46299: improve test_descr.py with stricter error handling (GH-30471) 2022-01-07 21:26:01 -08:00
test_descrtut.py
test_devpoll.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_dict.py [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804) 2021-10-07 11:49:47 -04:00
test_dict_version.py [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804) 2021-10-07 11:49:47 -04:00
test_dictcomps.py
test_dictviews.py
test_difflib.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_difflib_expect.html
test_dis.py [3.10] bpo-45757: Fix bug where dis produced an incorrect oparg on EXTENDED_ARG before a no-arg opcode (GH-29480) (GH-29506) 2021-11-09 22:05:30 +00:00
test_distutils.py [3.10] bpo-46425: Fix direct invocation of multiple test modules (GH-30666) (GH-30699) 2022-01-20 10:44:21 +09:00
test_doctest.py bpo-44904: Fix classmethod property bug in doctest module (GH-28838) 2021-10-28 01:09:41 -07:00
test_doctest.txt
test_doctest2.py bpo-45229: Make doctest tests discoverable (GH-28986) (GH-29095) 2021-10-20 18:52:22 +02:00
test_doctest2.txt
test_doctest3.txt
test_doctest4.txt
test_docxmlrpc.py Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478) 2021-07-30 16:25:28 +02:00
test_dtrace.py [3.10] bpo-46425: Fix direct invocation of multiple test modules (GH-30666) (GH-30699) 2022-01-20 10:44:21 +09:00
test_dynamic.py
test_dynamicclassattribute.py
test_eintr.py
test_embed.py bpo-45453: Fix test_embed.StdPrinterTests (GH-28916) (GH-28917) 2021-10-13 12:24:47 +02:00
test_ensurepip.py
test_enum.py bpo-44559: [Enum] restore fixes lost in 3.9 reversion (GH-29114) 2021-10-20 19:48:37 -07:00
test_enumerate.py
test_eof.py
test_epoll.py
test_errno.py
test_exception_hierarchy.py
test_exception_variations.py
test_exceptions.py [3.10] bpo-46240: Correct the error for unclosed parentheses when the tokenizer is not finished (GH-30378). (GH-30819) 2022-01-23 03:10:37 +00:00
test_extcall.py
test_faulthandler.py bpo-44466: Faulthandler now detects the GC (GH-26823) (GH-26826) 2021-06-21 14:23:13 +02:00
test_fcntl.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_file.py [3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005) (GH-28027) 2021-09-08 17:08:57 +02:00
test_file_eintr.py
test_filecmp.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_fileinput.py
test_fileio.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_finalization.py
test_float.py bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834) 2021-08-20 10:48:47 -07:00
test_flufl.py
test_fnmatch.py
test_fork1.py
test_format.py [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511) 2021-09-22 01:33:59 +02:00
test_fractions.py
test_frame.py
test_frozen.py
test_fstring.py [3.10] bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if inside parentheses. (GH-29767) 2021-11-25 01:01:40 +00:00
test_ftplib.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_funcattrs.py
test_functools.py [3.10] bpo-46032: Check types in singledispatch's register() at declaration time (GH-30050) (GH-30254) 2021-12-25 16:12:32 +02:00
test_future.py [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804) 2021-10-07 11:49:47 -04:00
test_future3.py
test_future4.py
test_future5.py
test_gc.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_gdb.py bpo-45207: Make test_gdb.test_pycfunction() quiet (GH-28355) (GH-28365) 2021-09-15 21:10:33 +02:00
test_generator_stop.py
test_generators.py [3.10] bpo-46009: Do not exhaust generator when send() method raises (GH-29986). (GH-29988) 2021-12-08 14:46:32 +00:00
test_genericalias.py bpo-45167: Fix deepcopying of GenericAlias (GH-28324) (GH-28367) 2021-09-15 21:35:16 +02:00
test_genericclass.py
test_genericpath.py
test_genexps.py
test_getargs2.py
test_getopt.py
test_getpass.py
test_gettext.py
test_glob.py
test_global.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_grammar.py bpo-44490: Improve typing module compatibility with types.Union (GH-27048) (#27222) 2021-07-19 07:22:59 -07:00
test_graphlib.py bpo-45624: make test_graphlib not depend on the iteration order of sets (GH-29233) (GH-29293) 2021-10-28 23:15:01 +02:00
test_grp.py
test_gzip.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_hash.py
test_hashlib.py Define Py_BUILD_CORE_MODULE 2022-01-13 01:42:47 -08:00
test_heapq.py bpo-28395: Remove unnecessary semicolons in tests (GH-26868) 2021-06-23 03:02:40 -07:00
test_hmac.py [3.10] bpo-43988: Add test.support.check_disallow_instantiation() (GH-25757) (GH-26885) 2021-06-23 16:46:25 -07:00
test_html.py
test_htmlparser.py
test_http_cookiejar.py bpo-45229: Make test_http_cookiejar discoverable (GH-29004) 2021-10-17 09:47:03 -07:00
test_http_cookies.py
test_httplib.py [3.10] bpo-44559: [Enum] revert enum module to 3.9 (GH-27010) 2021-07-03 21:08:42 -07:00
test_httpservers.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_idle.py
test_imaplib.py Define Py_BUILD_CORE_MODULE 2022-01-13 01:42:47 -08:00
test_imghdr.py
test_imp.py
test_index.py
test_inspect.py bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-30285) (#30765) 2022-01-22 09:28:48 -08:00
test_int.py
test_int_literal.py
test_interpreters.py
test_io.py bpo-45196: prevent unittest crash on address sanitizer builds (GH-28331) 2021-09-14 11:58:19 -07:00
test_ioctl.py
test_ipaddress.py
test_isinstance.py bpo-30570: Fix segfault on buildbots caused by stack overflow from recursion in tests (GH-29258) 2021-11-04 13:45:05 -07:00
test_iter.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_iterlen.py
test_itertools.py Docs: Clarify the before_and_after() example (GH-28458) (#28464) 2021-09-19 20:53:37 -05:00
test_keyword.py
test_keywordonlyarg.py
test_kqueue.py
test_largefile.py
test_lib2to3.py
test_linecache.py
test_list.py
test_listcomps.py
test_lltrace.py [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804) 2021-10-07 11:49:47 -04:00
test_locale.py [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804) 2021-10-07 11:49:47 -04:00
test_logging.py bpo-46411: Remove unnecessary calls to sys.exc_info() in tests (GH-30638) 2022-01-17 23:33:00 -08:00
test_long.py
test_longexp.py
test_lzma.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_mailbox.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_mailcap.py
test_marshal.py
test_math.py bpo-35606: Fix math.prod tests using 'start' as keyword parameter (GH-28595) 2021-09-28 05:56:52 -07:00
test_memoryio.py
test_memoryview.py
test_metaclass.py
test_mimetypes.py bpo-35474: Fix mimetypes.guess_all_extensions() potentially mutating list (GH-28286) (GH-28289) 2021-09-13 19:24:29 +02:00
test_minidom.py
test_mmap.py
test_module.py
test_modulefinder.py
test_msilib.py
test_multibytecodec.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_multiprocessing_fork.py
test_multiprocessing_forkserver.py
test_multiprocessing_main_handling.py
test_multiprocessing_spawn.py
test_named_expressions.py
test_netrc.py
test_nis.py
test_nntplib.py
test_ntpath.py
test_numeric_tower.py
test_opcache.py
test_opcodes.py
test_openpty.py
test_operator.py bpo-44558: Match countOf is/== treatment to c (GH-27007) 2021-07-07 06:50:41 -07:00
test_optparse.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_ordered_dict.py
test_os.py bpo-46426: Improve tests for the dir_fd argument (GH-30668) (GH-30739) 2022-01-21 19:31:25 +02:00
test_ossaudiodev.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_osx_env.py
test_pathlib.py bpo-46150: ensure fakeuser does not exist in PosixPathTest.test_expanduser (GH-30240) 2021-12-24 00:31:13 -08:00
test_patma.py bpo-44600: Refactor new tracing tests (GH-27396) (GH-27404) 2021-07-28 14:38:39 +02:00
test_pdb.py bpo-46434: Handle missing docstrings in pdb help (GH-30705) 2022-01-21 11:32:43 -08:00
test_peepholer.py [3.10] bpo-45773: Stop "optimizing" certain jump patterns (GH-29526) 2021-11-11 13:52:43 -08:00
test_pickle.py bpo-45229: Make pickle tests discoverable (GH-28467) (GH-28478) 2021-09-20 18:19:31 +02:00
test_picklebuffer.py
test_pickletools.py bpo-45229: Make pickle tests discoverable (GH-28467) (GH-28478) 2021-09-20 18:19:31 +02:00
test_pipes.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_pkg.py
test_pkgutil.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_platform.py
test_plistlib.py
test_poll.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_popen.py
test_poplib.py Define Py_BUILD_CORE_MODULE 2022-01-13 01:42:47 -08:00
test_positional_only_arg.py
test_posix.py bpo-46426: Improve tests for the dir_fd argument (GH-30668) (GH-30739) 2022-01-21 19:31:25 +02:00
test_posixpath.py
test_pow.py
test_pprint.py
test_print.py bpo-34013: Move the Python 2 hints from the exception constructor to the parser (GH-27392) 2021-07-27 14:19:18 -07:00
test_profile.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_property.py
test_pstats.py [3.10] bpo-44559: [Enum] revert enum module to 3.9 (GH-27010) 2021-07-03 21:08:42 -07:00
test_pty.py [3.10] bpo-45060: Get rid of few uses of the equality operators with None (GH-28087). (GH-28092) 2021-09-03 21:13:00 -04:00
test_pulldom.py
test_pwd.py
test_py_compile.py
test_pyclbr.py
test_pydoc.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_pyexpat.py
test_queue.py bpo-45835: Fix race condition in test_queue (GH-29601) (GH-29612) 2021-11-18 17:05:40 +01:00
test_quopri.py
test_raise.py bpo-46411: Remove unnecessary calls to sys.exc_info() in tests (GH-30638) 2022-01-17 23:33:00 -08:00
test_random.py
test_range.py bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000) 2021-09-04 13:39:30 -07:00
test_re.py [3.10] bpo-44559: [Enum] revert enum module to 3.9 (GH-27010) 2021-07-03 21:08:42 -07:00
test_readline.py bpo-45195: Fix test_readline.test_nonascii() (GH-28329) (GH-28333) 2021-09-15 14:38:49 +02:00
test_regrtest.py bpo-44708: Only re-run test methods that match names of previously failing test methods (GH-27287) (GH-27290) 2021-07-22 22:30:44 +02:00
test_repl.py
test_reprlib.py
test_resource.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_richcmp.py
test_rlcompleter.py bpo-44752: Make rlcompleter not call @property methods (GH-27401) (GH-27444) 2021-07-29 14:07:00 +02:00
test_robotparser.py
test_runpy.py
test_sax.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_sched.py
test_scope.py [3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005) (GH-28027) 2021-09-08 17:08:57 +02:00
test_script_helper.py
test_secrets.py
test_select.py [3.10] bpo-43988: Add test.support.check_disallow_instantiation() (GH-25757) (GH-26885) 2021-06-23 16:46:25 -07:00
test_selectors.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_set.py [3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005) (GH-28027) 2021-09-08 17:08:57 +02:00
test_setcomps.py
test_shelve.py [3.10] bpo-45502: Fix test_shelve (GH-29003) (GH-29305) 2021-10-29 12:40:22 +03:00
test_shlex.py
test_shutil.py bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in shutil.copyfile() (GH-28421) (GH-28508) 2021-09-22 00:14:40 +02:00
test_signal.py [3.10] bpo-27718: Fix help for the signal module (GH-30063) (GH-30080) 2021-12-13 12:14:51 +02:00
test_site.py
test_slice.py
test_smtpd.py bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in tests (GH-26905) (GH-26907) 2021-06-25 00:38:01 +01:00
test_smtplib.py Define Py_BUILD_CORE_MODULE 2022-01-13 01:42:47 -08:00
test_smtpnet.py
test_sndhdr.py
test_socket.py bpo-45187: Fix dangling threads in test_socket.CreateServerFunctionalTest (GH-28422) 2021-09-17 12:16:03 -07:00
test_socketserver.py
test_sort.py
test_source_encoding.py
test_spwd.py
test_sqlite.py
test_ssl.py bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170) 2021-12-17 07:38:11 -08:00
test_startfile.py
test_stat.py
test_statistics.py bpo-45852: Fix the Counter/iter test for statistics.mode() (GH-29667) (GH-29671) 2021-11-20 18:27:44 -06:00
test_strftime.py [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804) 2021-10-07 11:49:47 -04:00
test_string.py
test_string_literals.py
test_stringprep.py
test_strptime.py
test_strtod.py
test_struct.py
test_structmembers.py
test_structseq.py
test_subclassinit.py
test_subprocess.py [3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005) (GH-28027) 2021-09-08 17:08:57 +02:00
test_sunau.py
test_sundry.py
test_super.py
test_support.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_symtable.py
test_syntax.py [3.10] bpo-46240: Correct the error for unclosed parentheses when the tokenizer is not finished (GH-30378). (GH-30819) 2022-01-23 03:10:37 +00:00
test_sys.py [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804) 2021-10-07 11:49:47 -04:00
test_sys_setprofile.py
test_sys_settrace.py bpo-44840: Compiler: Move duplication of exit blocks with no line numbers to after CFG optimization. (GH-27656) (#27673) 2021-08-09 10:54:48 +01:00
test_sysconfig.py bpo-44860: Update test_sysconfig for posix_user platlib (GH-28235) (GH-28251) 2021-09-09 11:35:36 +02:00
test_syslog.py
test_tabnanny.py
test_tarfile.py bpo-21987: Fix TarFile.getmember getting a dir with a trailing slash (GH-30283) 2022-01-21 00:05:57 -08:00
test_tcl.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_telnetlib.py
test_tempfile.py bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as str (GH-28323) (GH-29111) 2021-10-20 23:27:30 +02:00
test_textwrap.py
test_thread.py [3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005) (GH-28027) 2021-09-08 17:08:57 +02:00
test_threadedtempfile.py
test_threading.py bpo-1596321: Fix threading._shutdown() for the main thread (GH-28549) 2021-09-27 14:39:35 -07:00
test_threading_local.py [3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005) (GH-28027) 2021-09-08 17:08:57 +02:00
test_threadsignals.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_time.py bpo-46099: Fix pthread_getcpuclockid test on Solaris (GH-30140) (GH-30183) 2021-12-18 15:49:01 +02:00
test_timeit.py
test_timeout.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_tix.py
test_tk.py bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28927) 2021-10-13 18:59:04 +02:00
test_tokenize.py bpo-44667: Treat correctly lines ending with comments and no newlines in the Python tokenizer (GH-27499) (GH-27500) 2021-08-02 11:43:45 +02:00
test_trace.py
test_traceback.py bpo-45614: Fix traceback display for exceptions with invalid module name (GH-29726) (GH-29826) 2021-11-29 10:07:24 +00:00
test_tracemalloc.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_ttk_guionly.py bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28927) 2021-10-13 18:59:04 +02:00
test_ttk_textonly.py bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28927) 2021-10-13 18:59:04 +02:00
test_tuple.py
test_turtle.py bpo-44734: Fix precision in turtle tests (GH-27343) (GH-27361) 2021-07-26 17:55:50 +02:00
test_type_annotations.py [3.10] bpo-45060: Get rid of few uses of the equality operators with None (GH-28087). (GH-28092) 2021-09-03 21:13:00 -04:00
test_type_comments.py
test_typechecks.py
test_types.py bpo-45664: Fix resolve_bases() and new_class() for GenericAlias instance as a base (GH-29298) 2021-12-05 13:26:37 -08:00
test_typing.py bpo-46445: Cover multiple inheritance of TypedDict in test_typing (GH-30719) 2022-01-21 14:37:52 -08:00
test_ucn.py
test_unary.py
test_unicode.py bpo-44891: Tests id preserving on * 1 for str and bytes (GH-27745) 2021-08-13 04:04:08 -07:00
test_unicode_file.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_unicode_file_functions.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_unicode_identifiers.py
test_unicodedata.py [3.10] bpo-43988: Add test.support.check_disallow_instantiation() (GH-25757) (GH-26885) 2021-06-23 16:46:25 -07:00
test_unittest.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_univnewlines.py
test_unpack.py
test_unpack_ex.py
test_unparse.py [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804) 2021-10-07 11:49:47 -04:00
test_urllib.py
test_urllib2.py
test_urllib2_localnet.py Define Py_BUILD_CORE_MODULE 2022-01-13 01:42:47 -08:00
test_urllib2net.py bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-27380) 2021-07-27 00:34:32 +02:00
test_urllib_response.py
test_urllibnet.py
test_urlparse.py
test_userdict.py
test_userlist.py
test_userstring.py
test_utf8_mode.py
test_utf8source.py
test_uu.py
test_uuid.py [3.10] bpo-44559: [Enum] revert enum module to 3.9 (GH-27010) 2021-07-03 21:08:42 -07:00
test_venv.py bpo-45337: Use the realpath of the new executable when creating a venv on Windows (GH-28663) 2021-10-07 15:55:05 -07:00
test_wait3.py
test_wait4.py
test_wave.py
test_weakref.py [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804) 2021-10-07 11:49:47 -04:00
test_weakset.py [3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005) (GH-28027) 2021-09-08 17:08:57 +02:00
test_webbrowser.py
test_winconsoleio.py bpo-45354: Skip obsolete device name tests on Windows 11 (GH-28712) 2021-10-05 13:38:50 +01:00
test_winreg.py [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511) 2021-09-22 01:33:59 +02:00
test_winsound.py
test_with.py
test_wsgiref.py [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804) 2021-10-07 11:49:47 -04:00
test_xdrlib.py
test_xml_dom_minicompat.py
test_xml_etree.py [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804) 2021-10-07 11:49:47 -04:00
test_xml_etree_c.py bpo-27946: Fix possible crash in ElementTree.Element (GH-29915) 2021-12-05 11:04:52 -08:00
test_xmlrpc.py [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804) 2021-10-07 11:49:47 -04:00
test_xmlrpc_net.py [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) 2021-09-19 22:36:03 +03:00
test_xxlimited.py
test_xxtestfuzz.py
test_yield_from.py
test_zipapp.py
test_zipfile.py
test_zipfile64.py [3.10] bpo-46425: Fix direct invocation of multiple test modules (GH-30666) (GH-30699) 2022-01-20 10:44:21 +09:00
test_zipimport.py bpo-46411: Remove unnecessary calls to sys.exc_info() in tests (GH-30638) 2022-01-17 23:33:00 -08:00
test_zipimport_support.py
test_zlib.py [3.10] bpo-43988: Add test.support.check_disallow_instantiation() (GH-25757) (GH-26885) 2021-06-23 16:46:25 -07:00
testcodec.py
testtar.tar
testtar.tar.xz
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