..
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
bpo-44539: Support recognizing JPEG files without JFIF or Exif markers (GH-26964)
2021-07-20 20:56:57 +02:00
leakers
libregrtest
Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-29951)
2021-12-07 12:31:04 +01:00
sndhdrdata
subprocessdata
support
Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-29951)
2021-12-07 12:31:04 +01:00
test_asyncio
bpo-23819: asyncio: Replace AssertionError with TypeError where it makes sense (GH-29894)
2021-12-07 01:40:35 +02:00
test_email
bpo-19460: Add test for MIMENonMultipart (GH-29817)
2021-11-28 11:24:41 +02:00
test_import
bpo-45020: Freeze os, site, and codecs. (gh-28398)
2021-09-17 16:31:31 -06:00
test_importlib
bpo-44893: Implement EntryPoint as simple class with attributes. (GH-30150)
2021-12-16 15:49:42 -05:00
test_json
bpo-45644: Make json.tool read infile before writing to outfile (GH-29273)
2021-11-06 18:11:35 +01:00
test_peg_generator
bpo-45204: Reduce verbosity of test_peg_generator (GH-28360)
2021-09-15 20:16:51 +02:00
test_sqlite3
bpo-45828: Use unraisable exceptions within sqlite3 callbacks (FH-29591)
2021-11-29 15:22:32 +00:00
test_tools
bpo-45783: Preserve file moves and deletions in the tests for the freeze tool. (GH-29527)
2021-11-23 14:43:40 +01:00
test_warnings
bpo-43651: Fix EncodingWarning in test_warnings (GH-25126)
2021-04-02 08:57:05 +09:00
test_zoneinfo
bpo-45577: test all pickle protocols in test_zoneinfo
(GH-29167)
2021-10-28 22:22:24 +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)
2021-12-09 13:53:44 +00:00
_test_eintr.py
_test_embed_set_config.py
bpo-45582: Port getpath[p].c to Python (GH-29041)
2021-12-03 00:08:42 +00:00
_test_multiprocessing.py
bpo-25066: Added repr for multiprocessing.Event (GH-29749)
2021-12-09 13:16:45 +00:00
_typed_dict_helper.py
bpo-41249: Fix postponed annotations for TypedDict (GH-27017)
2021-07-16 20:49:30 -07: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
audiotest.au
audiotests.py
audit-tests.py
bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and marshal.dumps (GH-26961)
2021-06-30 17:21:37 +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
bpo-20201: variadic arguments support for AC (GH-18609)
2021-07-16 18:43:02 +03:00
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
bpo-45668: Fix PGO tests without test extensions (GH-29315)
2021-11-01 11:14:53 +01:00
dis_module.py
doctest_aliases.py
double_const.py
empty.vbs
exception_hierarchy.txt
bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (GH-28569)
2021-10-23 00:13:46 +01:00
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
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
inspect_fodder2.py
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
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
lock_tests.py
bpo-24391: Better reprs for threading objects. (GH-20534)
2021-09-29 13:07:58 +03:00
mailcap.txt
make_ssl_certs.py
bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899)
2021-04-17 10:07:19 +02:00
mapping_tests.py
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
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
bpo-30570: Fix segfault on buildbots caused by stack overflow from recursion in tests (GH-29258)
2021-10-28 11:11:18 +01: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
pydocfodder.py
pythoninfo.py
bpo-44860: Update test_sysconfig for posix_user platlib (GH-28235)
2021-09-09 11:02:48 +02:00
randv2_32.pck
randv2_64.pck
randv3.pck
re_tests.py
recursion.tar
regrtest.py
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
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
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
Revert "bpo-43989: Temporarily disable warnings in ssltests (GH-25780)" (GH-25793)
2021-05-01 13:53:57 -07:00
string_tests.py
bpo-45668: Fix PGO tests without test extensions (GH-29315)
2021-11-01 11:14:53 +01:00
talos-2019-0758.pem
test___all__.py
test___future__.py
test__locale.py
test__opcode.py
Update test__opcode and _Py_GetSpecializationStats with recent specialization stat changes (GH-27728)
2021-08-11 17:34:01 +01:00
test__osx_support.py
test__xxsubinterpreters.py
Fix typos in the Lib directory (GH-28775)
2021-10-06 16:13:48 -07:00
test_abc.py
bpo-25479: add unit test for __subclasshook__ in test_abc.py (GH-24034)
2021-05-12 14:05:45 +01:00
test_abstract_numbers.py
test_aifc.py
test_argparse.py
bpo-22047: [argparse] deprecate nested argument groups and mutually exclusive groups (GH-30098)
2021-12-16 15:31:08 +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
bpo-45292: [PEP-654] add except* (GH-29581)
2021-12-14 16:48:15 +00:00
test_asyncgen.py
bpo-44963: Implement send() and throw() methods for anext_awaitable objects (GH-27955)
2021-09-07 11:30:14 +01:00
test_asynchat.py
Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-29951)
2021-12-07 12:31:04 +01:00
test_asyncore.py
Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-29951)
2021-12-07 12:31:04 +01:00
test_atexit.py
test_audioop.py
test_audit.py
bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28823)
2021-10-13 18:08:19 +01: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
Doc: Prettier exception hierarchy. (GH-26533)
2021-06-11 08:53:52 +02:00
test_bdb.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03: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
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_binascii.py
bpo-45085: Remove the binhex module (GH-28117)
2021-09-02 12:10:08 +02:00
test_binop.py
test_bisect.py
test_bool.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_buffer.py
test_bufio.py
test_builtin.py
bpo-45346: Keep docs consistent regarding true and false values (GH-28697)
2021-10-02 13:48:08 -05:00
test_bytes.py
bpo-45668: Fix PGO tests without test extensions (GH-29315)
2021-11-01 11:14:53 +01:00
test_bz2.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03: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
test_call.py
bpo-45155 : Default arguments for int.to_bytes(length=1, byteorder=sys.byteorder) ( #28265 )
2021-09-15 19:55:24 -07:00
test_capi.py
bpo-43931: Export Python version as API data (GH-25577)
2021-12-09 17:52:05 -08:00
test_cgi.py
bpo-45874: Handle empty query string correctly in urllib.parse.parse_qsl ( #29716 )
2021-12-12 10:41:12 +02:00
test_cgitb.py
test_charmapcodec.py
test_check_c_globals.py
test_class.py
test_clinic.py
test_cmath.py
bpo-45668: Fix PGO tests without test extensions (GH-29315)
2021-11-01 11:14:53 +01:00
test_cmd.py
bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468)
2021-09-20 11:36:57 +03:00
test_cmd_line.py
bpo-45020: Add tests for the -X "frozen_modules" option. (gh-28997)
2021-10-25 15:26:41 -06:00
test_cmd_line_script.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_code.py
bpo-44525: Copy free variables in bytecode to allow calls to inner functions to be specialized (GH-29595)
2021-11-23 09:53:24 +00: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
bpo-45668: Fix PGO tests without test extensions (GH-29315)
2021-11-01 11:14:53 +01:00
test_codeop.py
bpo-28395: Remove unnecessary semicolons in tests (GH-26868)
2021-06-23 18:01:06 +09:00
test_collections.py
bpo-45859: Mark test_field_descriptor in test_collections as CPython-only (GH-29691)
2021-11-22 08:44:57 -06:00
test_colorsys.py
test_compare.py
test_compile.py
bpo-44525: Split calls into PRECALL and CALL (GH-30011)
2021-12-14 18:22:44 +00:00
test_compileall.py
bpo-45205: Make test_compileall quiet (GH-28356)
2021-09-15 20:20:45 +02:00
test_complex.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_concurrent_futures.py
bpo-44733: Add max_tasks_per_child to ProcessPoolExecutor (GH-27373)
2021-11-20 21:19:41 +01:00
test_configparser.py
bpo-45173 Remove configparser deprecations (GH-28292)
2021-09-13 19:12:36 +02:00
test_contains.py
test_context.py
test_contextlib.py
bpo-25625: add contextlib.chdir (GH-28271)
2021-10-20 00:19:27 +02:00
test_contextlib_async.py
bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089)
2021-10-03 23:49:55 -07:00
test_copy.py
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
2021-08-29 14:04:40 +03:00
test_copyreg.py
test_coroutines.py
bpo-45813: Drop redundant assertion from frame.clear() (GH-29990)
2021-12-08 16:05:00 +00:00
test_cprofile.py
test_crashers.py
test_crypt.py
test_csv.py
bpo-20028: Empty escapechar/quotechar is not allowed for csv.Dialect (GH-28833)
2021-10-11 20:08:15 +09:00
test_ctypes.py
test_curses.py
bpo-43988: Use check disallow instantiation helper (GH-26392)
2021-05-27 08:43:52 +02:00
test_dataclasses.py
bpo-44674: Use unhashability as a proxy for mutability for default dataclass __init__ arguments. (GH-29867)
2021-12-11 16:12:17 -05: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
bpo-40563: Support pathlike objects on dbm/shelve (GH-21849)
2021-09-10 15:26:16 +03: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
bpo-40173: Fix test.support.import_helper.import_fresh_module() (GH-28654)
2021-09-30 19:20:39 +03:00
test_decorators.py
bpo-42073: allow classmethod to wrap other classmethod-like descriptors ( #27115 )
2021-07-15 15:16:19 +02:00
test_defaultdict.py
test_deque.py
bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468)
2021-09-20 11:36:57 +03:00
test_descr.py
bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (GH-28569)
2021-10-23 00:13:46 +01:00
test_descrtut.py
bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468)
2021-09-20 11:36:57 +03: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-45609: Specialize STORE_SUBSCR (GH-29242)
2021-11-19 10:30:37 +00:00
test_dict_version.py
Fix typos in the Lib directory (GH-28775)
2021-10-06 16:13:48 -07:00
test_dictcomps.py
test_dictviews.py
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
bpo-44525: Split calls into PRECALL and CALL (GH-30011)
2021-12-14 18:22:44 +00:00
test_distutils.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_doctest.py
bpo-44904: Fix classmethod property bug in doctest module (GH-28838)
2021-10-28 10:48:02 +03: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-10716: Migrating pydoc to html5. (GH-28651)
2021-10-09 09:36:50 +02:00
test_dtrace.py
Fix typos in the Lib directory (GH-28775)
2021-10-06 16:13:48 -07:00
test_dynamic.py
test_dynamicclassattribute.py
test_eintr.py
test_embed.py
bpo-45582: Fix test_embed failure during a PGO build on Windows (GH-30014)
2021-12-10 17:13:55 +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
bpo-45535: Improve output of Enum `dir()
` (GH-29316)
2021-12-02 08:49:52 -08:00
test_enumerate.py
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
test_errno.py
test_except_star.py
bpo-45292: [PEP-654] add except* (GH-29581)
2021-12-14 16:48:15 +00:00
test_exception_group.py
bpo-45292: [PEP-654] add except* (GH-29581)
2021-12-14 16:48:15 +00:00
test_exception_hierarchy.py
test_exception_variations.py
bpo-45292: [PEP-654] add except* (GH-29581)
2021-12-14 16:48:15 +00:00
test_exceptions.py
bpo-45292: [PEP-654] add except* (GH-29581)
2021-12-14 16:48:15 +00: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-44590: Lazily allocate frame objects (GH-27077)
2021-07-26 11:22:16 +01:00
test_fcntl.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03: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-43651: Fix EncodingWarning in test_file and test_file_eintr (GH-25109)
2021-04-01 11:23:03 +09: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
bpo-45132 Remove deprecated __getitem__ methods (GH-28225)
2021-09-08 13:07:40 +03:00
test_fileio.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_fileutils.py
bpo-45506: Normalize _PyPathConfig.stdlib_dir when calculated. ( #29040 )
2021-10-22 17:20:03 -06:00
test_finalization.py
test_float.py
bpo-45668: Fix PGO tests without test extensions (GH-29315)
2021-11-01 11:14:53 +01:00
test_flufl.py
test_fnmatch.py
test_fork1.py
test_format.py
bpo-20524: adds better error message for .format()
(GH-28310)
2021-09-24 11:18:04 -04: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
Do not clear globals or builtins when calling clear() on a frame object. Reverts behavior to that of 3.10 and earlier. (GH-26768)
2021-06-17 16:29:15 +01: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
bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if inside parentheses (GH-29757)
2021-11-24 22:21:23 +00:00
test_ftplib.py
Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-29951)
2021-12-07 12:31:04 +01:00
test_funcattrs.py
bpo-42990: Functions inherit current builtins (GH-24564)
2021-02-20 15:17:18 +01:00
test_functools.py
bpo-46014: Add ability to use typing.Union with singledispatch (GH-30017)
2021-12-11 00:27:55 +01:00
test_future.py
Fix typos in the Lib directory (GH-28775)
2021-10-06 16:13:48 -07:00
test_future3.py
test_future4.py
test_future5.py
test_gc.py
bpo-45340: Don't create object dictionaries unless actually needed (GH-28802)
2021-10-13 14:19:34 +01:00
test_gdb.py
bpo-45637: Remove broken fallback in gdb helpers to obtain frame variable (GH-29257)
2021-11-09 11:19:47 +00:00
test_generator_stop.py
test_generators.py
bpo-46009: Do not exhaust generator when send() method raises (GH-29986)
2021-12-08 12:09:26 +00:00
test_genericalias.py
bpo-45359: Support TopologicalSorter type subscript (GH-28714)
2021-12-08 20:52:57 +02:00
test_genericclass.py
test_genericpath.py
test_genexps.py
bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468)
2021-09-20 11:36:57 +03:00
test_getargs2.py
bpo-40943: Fix skipitem() didn't raise SystemError (GH-25937)
2021-05-07 11:56:48 +09:00
test_getopt.py
test_getpass.py
test_getpath.py
Remove spaces in empty lines (GH-30121)
2021-12-16 01:35:21 +09:00
test_gettext.py
bpo-44235: Remove deprecated functions in the gettext module. (GH-26378)
2021-05-30 10:29:45 +09:00
test_glob.py
test_global.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_grammar.py
bpo-45292: [PEP-654] add except* (GH-29581)
2021-12-14 16:48:15 +00: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
test_gzip.py
bpo-45507: EOFErrors should be thrown for truncated gzip members (GH-29029)
2021-11-19 19:07:05 +01: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-44048: Fix two hashlib test cases under FIPS mode (GH-26470)
2021-06-04 17:47:59 +01:00
test_heapq.py
bpo-28395: Remove unnecessary semicolons in tests (GH-26868)
2021-06-23 18:01:06 +09:00
test_hmac.py
bpo-43988: Use check disallow instantiation helper (GH-26392)
2021-05-27 08:43:52 +02: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
bpo-45229: Make test_http_cookiejar discoverable (GH-29004)
2021-10-17 15:06:40 +03: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
bpo-44022: Improve the regression test. (GH-26503)
2021-06-02 20:43:38 -07:00
test_httpservers.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_idle.py
test_imaplib.py
bpo-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25455)
2021-04-19 07:27:10 +02:00
test_imghdr.py
bpo-44539: Support recognizing JPEG files without JFIF or Exif markers (GH-26964)
2021-07-20 20:56:57 +02:00
test_imp.py
bpo-29410: Change the default hash algorithm to SipHash13. (GH-28752)
2021-10-10 17:29:46 +09:00
test_index.py
test_inspect.py
Remove spaces in empty lines (GH-30121)
2021-12-16 01:35:21 +09:00
test_int.py
test_int_literal.py
test_interpreters.py
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25189)
2021-04-06 11:18:41 +09:00
test_io.py
bpo-45196: prevent unittest crash on address sanitizer builds (GH-28331)
2021-09-14 11:31:50 -07:00
test_ioctl.py
test_ipaddress.py
Remove duplicate address in CommonTestMixin_v4.test_leading_zeros() (GH-26326)
2021-06-02 13:30:13 +01:00
test_isinstance.py
bpo-30570: Fix segfault on buildbots caused by stack overflow from recursion in tests (GH-29258)
2021-10-28 11:11:18 +01:00
test_iter.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_iterlen.py
test_itertools.py
bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468)
2021-09-20 11:36:57 +03:00
test_keyword.py
test_keywordonlyarg.py
test_kqueue.py
test_largefile.py
test_lib2to3.py
bpo-40360: Deprecate the lib2to3 package (GH-28116)
2021-09-02 11:46:47 +02:00
test_linecache.py
bpo-25872: Add unit tests for linecache and threading (GH-25913)
2021-05-18 09:56:52 +01:00
test_list.py
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classes (GH-26456)
2021-09-12 13:27:50 +03: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
Fix typos in the Lib directory (GH-28775)
2021-10-06 16:13:48 -07:00
test_locale.py
Fix typos in the Lib directory (GH-28775)
2021-10-06 16:13:48 -07:00
test_logging.py
bpo-46063: Add 'delay=True' to file handler initialization. (GH-30103)
2021-12-14 16:46:07 +00:00
test_long.py
Fix typos in the Lib directory (GH-28775)
2021-10-06 16:13:48 -07: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
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_mailcap.py
test_marshal.py
Handle different string hash algorithms correctly ( #28147 )
2021-09-04 07:14:27 -07:00
test_math.py
bpo-45917: Add math.exp2() method - return 2 raised to the power of x (GH-29829)
2021-11-29 18:55:43 +00:00
test_memoryio.py
test_memoryview.py
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-35474: Fix mimetypes.guess_all_extensions() potentially mutating list (GH-28286)
2021-09-11 17:44:44 +03:00
test_minidom.py
test_mmap.py
bpo-45621: Small changes to mmap (GH-29247)
2021-10-29 09:20:21 +01:00
test_module.py
bpo-44206: Make sure that dict-keys's version is set to zero when value is popped (GH-27542)
2021-08-02 14:54:23 +01:00
test_modulefinder.py
test_msilib.py
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
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
bpo-28806: Continue work: improve the netrc library (GH-26330)
2021-11-17 11:07:54 +02:00
test_nis.py
test_nntplib.py
bpo-43998: Fix testing without ssl module (GH-25790)
2021-05-01 22:17:01 +02:00
test_ntpath.py
bpo-45582: Port getpath[p].c to Python (GH-29041)
2021-12-03 00:08:42 +00:00
test_numeric_tower.py
test_opcache.py
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
bpo-44019: Add test_all_exported_names for operator module (GH-29124)
2021-10-22 07:58:04 +09: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-27275: Change popitem() and pop() methods of collections.OrderedDict (GH-27530)
2021-08-03 13:00:55 +02:00
test_os.py
Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-29951)
2021-12-07 12:31:04 +01:00
test_ossaudiodev.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_osx_env.py
test_pathlib.py
Fix typos in the Lib directory (GH-28775)
2021-10-06 16:13:48 -07:00
test_patma.py
bpo-45045: Optimize mapping patterns of structural pattern matching (GH-28043)
2021-08-30 19:02:32 +09:00
test_pdb.py
bpo-45208: Make test_pdb.test_checkline_is_not_executable() quiet (GH-28354)
2021-09-15 20:19:31 +02:00
test_peepholer.py
bpo-45773: Stop "optimizing" certain jump patterns (GH-29505)
2021-11-11 11:44:34 -08:00
test_pickle.py
bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (GH-28569)
2021-10-23 00:13:46 +01:00
test_picklebuffer.py
test_pickletools.py
bpo-45229: Make pickle tests discoverable (GH-28467)
2021-09-20 18:21:33 +03:00
test_pipes.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03: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
bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all but processor) ( #23010 )
2020-12-31 14:08:03 -05: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-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_popen.py
test_poplib.py
Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-29951)
2021-12-07 12:31:04 +01: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
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_posixpath.py
bpo-45506: Normalize _PyPathConfig.stdlib_dir when calculated. ( #29040 )
2021-10-22 17:20:03 -06:00
test_pow.py
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
bpo-27794: Add name
attribute to property
class (GH-23967)
2020-12-30 01:51:24 -08:00
test_pstats.py
bpo-38659: [Enum] add _simple_enum decorator (GH-25497)
2021-04-21 10:20:44 -07:00
test_pty.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_pulldom.py
bpo-45132 Remove deprecated __getitem__ methods (GH-28225)
2021-09-08 13:07:40 +03:00
test_pwd.py
test_py_compile.py
bpo-31904: Correct error string in test_file_not_exists() for VxWorks (GH-25965)
2021-05-08 01:03:41 -07:00
test_pyclbr.py
bpo-44554: refactor pdb targets (and internal tweaks) (GH-26992)
2021-07-18 18:00:35 -07:00
test_pydoc.py
General cleanup of test_pydoc (GH-29459)
2021-11-07 17:44:11 -06:00
test_pyexpat.py
test_queue.py
bpo-45835: Fix race condition in test_queue ( #29601 )
2021-11-18 09:51:30 +01:00
test_quopri.py
test_raise.py
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
2021-08-29 14:04:40 +03:00
test_random.py
Move error test to the function that needs it. Improve error message. (GH-30008)
2021-12-09 20:24:50 -06:00
test_range.py
bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000)
2021-09-04 21:02:21 +03:00
test_re.py
bpo-43988: Use check disallow instantiation helper (GH-26392)
2021-05-27 08:43:52 +02:00
test_readline.py
bpo-45195: Fix test_readline.test_nonascii() (GH-28329)
2021-09-14 17:38:04 +02:00
test_regrtest.py
bpo-45745: Remove regrtest --findleaks options (GH-29514)
2021-11-12 16:19:09 +01:00
test_repl.py
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-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_richcmp.py
test_rlcompleter.py
bpo-44752: Make rlcompleter not call @property
methods (GH-27401)
2021-07-29 13:40:29 +02:00
test_robotparser.py
test_runpy.py
test_sax.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_sched.py
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
test_secrets.py
test_select.py
bpo-43988: Use check disallow instantiation helper (GH-26392)
2021-05-27 08:43:52 +02:00
test_selectors.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_set.py
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classes (GH-26456)
2021-09-12 13:27:50 +03: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
test_shutil.py
bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in shutil.copyfile() (GH-28421)
2021-09-21 23:53:07 +02:00
test_signal.py
bpo-27718: Fix help for the signal module (GH-30063)
2021-12-13 11:21:55 +02:00
test_site.py
bpo-46049: Fixes ._pth support on non-Windows (GH-30051)
2021-12-11 15:06:17 +00:00
test_slice.py
test_smtpd.py
Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-29951)
2021-12-07 12:31:04 +01:00
test_smtplib.py
Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-29951)
2021-12-07 12:31:04 +01:00
test_smtpnet.py
test_sndhdr.py
test_socket.py
Add a comment about how to fix bogus test_host_resolution_bad_address failures ( #29085 )
2021-10-20 08:08:57 -07:00
test_socketserver.py
bpo-43843: libregrtest uses threading.excepthook (GH-25400)
2021-04-16 14:33:10 +02:00
test_sort.py
test_source_encoding.py
bpo-25643: Refactor the C tokenizer into smaller, logical units (GH-25050)
2021-03-28 23:48:05 +01:00
test_spwd.py
test_ssl.py
Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-29951)
2021-12-07 12:31:04 +01:00
test_stable_abi_ctypes.py
bpo-43931: Export Python version as API data (GH-25577)
2021-12-09 17:52:05 -08: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
test_statistics.py
bpo-45876: Correctly rounded stdev() and pstdev() for the Decimal case (GH-29828)
2021-11-30 18:20:08 -06:00
test_strftime.py
Fix typos in the Lib directory (GH-28775)
2021-10-06 16:13:48 -07:00
test_string.py
test_string_literals.py
test_stringprep.py
test_strptime.py
test_strtod.py
test_struct.py
bpo-45668: Fix PGO tests without test extensions (GH-29315)
2021-11-01 11:14:53 +01:00
test_structmembers.py
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
bpo-40497: Fix handling of check in subprocess.check_output() (GH-19897)
2021-09-20 17:09:05 +02:00
test_sunau.py
test_sundry.py
bpo-45124: Remove the bdist_msi command (GH-28195)
2021-09-07 12:34:27 +02:00
test_super.py
test_support.py
bpo-45410: regrtest -W leaves stdout/err FD unchanged (GH-28915)
2021-10-13 14:08:18 +02: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
bpo-45292: [PEP-654] add except* (GH-29581)
2021-12-14 16:48:15 +00:00
test_sys.py
bpo-45947: Place dict and values pointer at fixed (negative) offset just before GC header. (GH-29879)
2021-12-07 16:02:53 +00:00
test_sys_setprofile.py
test_sys_settrace.py
bpo-45292: [PEP-654] add except* (GH-29581)
2021-12-14 16:48:15 +00:00
test_sysconfig.py
bpo-45582: Port getpath[p].c to Python (GH-29041)
2021-12-03 00:08:42 +00:00
test_syslog.py
test_tabnanny.py
test_tarfile.py
bpo-39039: tarfile raises descriptive exception from zlib.error (GH-27766)
2021-09-29 11:25:48 +02:00
test_tcl.py
bpo-38371: Remove remaining use of tk.split from bigmem tcl test (GH-29082)
2021-10-19 22:34:23 -05:00
test_telnetlib.py
bpo-43723: Fix deprecation error caused by thread.setDaemon() (GH-25361)
2021-04-12 13:12:36 +02:00
test_tempfile.py
bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as str (GH-28323)
2021-10-20 21:54:41 +02:00
test_textwrap.py
test_thread.py
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
2021-08-29 14:04:40 +03:00
test_threadedtempfile.py
test_threading.py
bpo-1596321: Fix threading._shutdown() for the main thread (GH-28549)
2021-09-27 23:09:00 +02:00
test_threading_local.py
bpo-5846: Do not use obsolete unittest functions. (GH-28303)
2021-09-13 10:49:53 +03:00
test_threadsignals.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_time.py
Fix typos in the Lib directory (GH-28775)
2021-10-06 16:13:48 -07:00
test_timeit.py
test_timeout.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_tix.py
Revert test for Tix deprecation warning (GH-26005)
2021-05-09 01:58:35 -05:00
test_tk.py
bpo-45229: Make tkinter tests discoverable (GH-28637)
2021-10-13 18:12:48 +02:00
test_tokenize.py
Remove trailing spaces. (GH-28706)
2021-10-03 16:58:14 +03:00
test_trace.py
bpo-37971: fix the position of decorator application (GH-30027)
2021-12-11 00:45:02 +01:00
test_traceback.py
bpo-37971: fix the position of decorator application (GH-30027)
2021-12-11 00:45:02 +01:00
test_tracemalloc.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_ttk_guionly.py
bpo-45229: Make tkinter tests discoverable (GH-28637)
2021-10-13 18:12:48 +02: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 precision in turtle tests (GH-27343)
2021-07-26 17:21:09 +02: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
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 22:44:01 +02:00
test_typing.py
bpo-45755: [typing] Reveal class attributes of generic in generic aliases in dir()
(GH-29962)
2021-12-16 22:29:59 +08:00
test_ucn.py
test_unary.py
test_unicode.py
bpo-45668: Fix PGO tests without test extensions (GH-29315)
2021-11-01 11:14:53 +01:00
test_unicode_file.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_unicode_file_functions.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_unicode_identifiers.py
test_unicodedata.py
closes bpo-45190: Update Unicode data to version 14.0.0. (GH-28336)
2021-09-14 11:00:38 -07: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
test_unpack.py
bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468)
2021-09-20 11:36:57 +03: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
bpo-45292: [PEP-654] add except* (GH-29581)
2021-12-14 16:48:15 +00:00
test_urllib.py
bpo-43607: Fix urllib handling of Windows paths with \\?\ prefix (GH-25539)
2021-04-23 18:02:47 +01:00
test_urllib2.py
bpo-40321: Add missing test, slightly expand documentation (GH-28760)
2021-10-06 17:28:16 +02:00
test_urllib2_localnet.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_urllib2net.py
bpo-44740: Lowercase "internet" and "web" where appropriate. ( #27378 )
2021-07-27 00:11:55 +02:00
test_urllib_response.py
test_urllibnet.py
test_urlparse.py
Speed up test_urlsplit_normalization (GH-26688)
2021-07-22 10:45:53 +03:00
test_userdict.py
test_userlist.py
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
test_utf8source.py
test_uu.py
test_uuid.py
bpo-38659: [Enum] add _simple_enum decorator (GH-25497)
2021-04-21 10:20:44 -07:00
test_venv.py
bpo-45582: Port getpath[p].c to Python (GH-29041)
2021-12-03 00:08:42 +00:00
test_wait3.py
test_wait4.py
test_wave.py
test_weakref.py
Fix typos in the Lib directory (GH-28775)
2021-10-06 16:13:48 -07:00
test_weakset.py
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
2021-08-29 14:04:40 +03:00
test_webbrowser.py
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
[codemod] Fix non-matching bracket pairs (GH-28473)
2021-09-22 01:09:00 +02:00
test_winsound.py
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
test_xml_dom_minicompat.py
test_xml_etree.py
Fix typos in the Lib directory (GH-28775)
2021-10-06 16:13:48 -07: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
Fix typos in the Lib directory (GH-28775)
2021-10-06 16:13:48 -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
test_xxtestfuzz.py
test_yield_from.py
test_zipapp.py
test_zipfile.py
bpo-39359: [zipfile] add missing "pwd: expected bytes, got str" exception (GH-18031)
2021-09-23 23:37:53 +02:00
test_zipfile64.py
test_zipimport.py
bpo-45229: Remove test_main in many tests (GH-28405)
2021-09-19 15:27:33 +03:00
test_zipimport_support.py
test_zlib.py
bpo-43613: Faster implementation of gzip.compress and gzip.decompress (GH-27941)
2021-09-02 17:02:59 +02: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