..
audiodata
capath
bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899)
2021-04-17 10:07:19 +02:00
cjkencodings
crashers
data
decimaltestdata
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
bpo-45118: Fix regrtest second summary for re-run tests (GH-28183)
2021-09-07 18:21:00 +02:00
sndhdrdata
subprocessdata
support
bpo-45020: Add -X frozen_modules=[on|off] to explicitly control use of frozen modules. (gh-28320)
2021-09-14 17:31:45 -06:00
test_asyncio
bpo-45129 Remove deprecated reuse_address (GH-28207)
2021-09-08 18:58:43 +02:00
test_email
bpo-5846: Do not use obsolete unittest functions. (GH-28303)
2021-09-13 10:49:53 +03:00
test_import
bpo-45020: Freeze some of the modules imported during startup. (gh-28335)
2021-09-15 10:19:30 -06:00
test_importlib
bpo-45020: Add -X frozen_modules=[on|off] to explicitly control use of frozen modules. (gh-28320)
2021-09-14 17:31:45 -06:00
test_json
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25189)
2021-04-06 11:18:41 +09:00
test_peg_generator
bpo-45204: Reduce verbosity of test_peg_generator (GH-28360)
2021-09-15 20:16:51 +02:00
test_tools
bpo-45042: Now test classes decorated with requires_hashdigest
are not skipped (GH-28060)
2021-09-04 23:42:36 +03:00
test_warnings
bpo-43651: Fix EncodingWarning in test_warnings (GH-25126)
2021-04-02 08:57:05 +09:00
test_zoneinfo
tracedmodules
xmltestdata
ziptestdata
__init__.py
__main__.py
_test_atexit.py
_test_eintr.py
_test_embed_set_config.py
bpo-43950: Add option to opt-out of PEP-657 (GH-27023)
2021-07-07 20:07:12 +01:00
_test_multiprocessing.py
bpo-45052: Unskips a failing test_shared_memory_basics
test (GH-28182)
2021-09-06 17:55:34 +01: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
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-45060: Get rid of few uses of the equality operators with None (GH-28087)
2021-08-31 16:59:52 +03:00
dis_module.py
doctest_aliases.py
double_const.py
empty.vbs
exception_hierarchy.txt
Doc: Prettier exception hierarchy. (GH-26533)
2021-06-11 08:53:52 +02: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
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-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
2021-08-29 14:04:40 +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
bpo-42756: Configure LMTP Unix-domain socket to use global default timeout when timeout not provided (GH-23969)
2021-01-02 02:20:25 +09: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-43907: add missing memoize call in pure python pickling of bytearray (GH-25501)
2021-04-23 23:27:14 +02: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-44110: Improve string's __getitem__ error message (GH-26042)
2021-06-27 15:04:57 +03: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
To fix the random failed test cases of test___xxsubinterpreters in multiprocess. (GH-27240)
2021-07-29 19:05:49 +02: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-38956: don't print BooleanOptionalAction's default twice (GH-27672)
2021-08-16 23:42:21 +02:00
test_array.py
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
2021-08-29 14:04:40 +03: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-43897: Reject "_" captures and top-level MatchStar in the AST validator (GH-27432)
2021-07-28 17:24:18 -07: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
bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in tests (GH-26905)
2021-06-25 00:20:40 +01:00
test_asyncore.py
bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in tests (GH-26905)
2021-06-25 00:20:40 +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-26961)
2021-06-30 17:21:37 +01:00
test_augassign.py
test_base64.py
Added test case based on recommended test cases from RFC 4648 (GH-27747)
2021-08-13 12:50:37 +02:00
test_baseexception.py
Doc: Prettier exception hierarchy. (GH-26533)
2021-06-11 08:53:52 +02:00
test_bdb.py
bpo-24160: Fix breakpoints persistence across multiple pdb sessions (GH-21989)
2021-04-02 09:15:21 -07:00
test_bigaddrspace.py
test_bigmem.py
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-43651: PEP 597: Fix EncodingWarning in some tests (GH-25142)
2021-04-02 12:53:46 +09:00
test_buffer.py
test_bufio.py
test_builtin.py
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25142)
2021-04-02 12:53:46 +09:00
test_bytes.py
Fix bytes.__bytes__ to not truncate at a zero byte (GH-27902)
2021-08-23 15:24:12 +01:00
test_bz2.py
bpo-44439: BZ2File.write() / LZMAFile.write() handle buffer protocol correctly (GH-26764)
2021-06-22 10:04:23 +03:00
test_c_locale_coercion.py
test_calendar.py
test_call.py
bpo-20201: variadic arguments support for AC (GH-18609)
2021-07-16 18:43:02 +03:00
test_capi.py
bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904)
2021-08-23 20:05:07 +02:00
test_cgi.py
bpo-41139: Deprecate cgi.log()
(GH-25625)
2021-04-29 11:36:04 +09:00
test_cgitb.py
test_charmapcodec.py
test_check_c_globals.py
test_class.py
test_clinic.py
test_cmath.py
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)
2021-04-04 09:01:23 +09:00
test_cmd.py
test_cmd_line.py
bpo-43825: Fix deprecation warnings in test_cmd_line and test_collections (GH-25380)
2021-04-14 13:45:22 +02:00
test_cmd_line_script.py
bpo-45020: Freeze some of the modules imported during startup. (gh-28335)
2021-09-15 10:19:30 -06:00
test_code.py
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
2021-08-29 14:04:40 +03: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-37330: open() no longer accept 'U' in file mode (GH-28118)
2021-09-02 12:58:00 +02: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-44704: Make Set._hash consistent with frozenset.__hash__ (GH-27281)
2021-07-21 18:49:03 -05:00
test_colorsys.py
test_compare.py
test_compile.py
bpo-45056: Remove trailing unused constants from co_consts (GH-28109)
2021-09-02 13:02:06 +02:00
test_compileall.py
bpo-45205: Make test_compileall quiet (GH-28356)
2021-09-15 20:20:45 +02:00
test_complex.py
bpo-24234: implement complex.__complex__ (GH-27887)
2021-08-23 09:15:49 +01:00
test_concurrent_futures.py
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
2021-08-29 14:04:40 +03: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-44515: handle non-refcounted GC in contextlib tests (GH-26910)
2021-07-26 22:57:17 +02:00
test_contextlib_async.py
bpo-44515: handle non-refcounted GC in contextlib tests (GH-26910)
2021-07-26 22:57:17 +02: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-33346: Allow async comprehensions inside implicit async comprehensions (GH-6766)
2021-07-13 22:27:50 +01:00
test_cprofile.py
test_crashers.py
test_crypt.py
test_csv.py
bpo-43625: Enhance csv sniffer has_headers() to be more accurate (GH-26939)
2021-07-30 19:10:37 +02: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-45081: Fix __init__ method generation when inheriting from Protocol (GH-28121)
2021-09-02 18:17:13 +02:00
test_datetime.py
test_dbm.py
bpo-5846: Do not use obsolete unittest functions. (GH-28303)
2021-09-13 10:49:53 +03: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-45196: prevent unittest crash on address sanitizer builds (GH-28331)
2021-09-14 11:31:50 -07: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-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
2021-08-29 14:04:40 +03:00
test_descr.py
bpo-44655: Include the name of the type in unset __slots__ attribute errors (GH-27199)
2021-07-17 00:34:46 +01:00
test_descrtut.py
test_devpoll.py
test_dict.py
bpo-24275: Don't downgrade unicode-only dicts to mixed on lookups (GH-25186)
2021-04-29 11:06:03 +09:00
test_dict_version.py
test_dictcomps.py
test_dictviews.py
test_difflib.py
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)
2021-04-04 09:01:23 +09:00
test_difflib_expect.html
test_dis.py
bpo-45168: change dis output to omit missing values rather than replacing them by their index (GH-28313)
2021-09-14 10:09:05 +01:00
test_distutils.py
bpo-43955: Handle the case where the distutils warning has already been triggered (GH-25675)
2021-04-28 16:21:55 +01:00
test_doctest.py
bpo-24234: implement complex.__complex__ (GH-27887)
2021-08-23 09:15:49 +01:00
test_doctest.txt
test_doctest2.py
test_doctest2.txt
test_doctest3.txt
test_doctest4.txt
test_docxmlrpc.py
Update URLs in comments and metadata to use HTTPS (GH-27458)
2021-07-30 15:54:46 +02:00
test_dtrace.py
test_dynamic.py
test_dynamicclassattribute.py
test_eintr.py
test_embed.py
bpo-45020: Add -X frozen_modules=[on|off] to explicitly control use of frozen modules. (gh-28320)
2021-09-14 17:31:45 -06: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-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
2021-08-29 14:04:40 +03: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_exception_hierarchy.py
test_exception_variations.py
test_exceptions.py
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
2021-08-29 14:04:40 +03:00
test_extcall.py
test_faulthandler.py
bpo-44590: Lazily allocate frame objects (GH-27077)
2021-07-26 11:22:16 +01:00
test_fcntl.py
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-43651: PEP 597: Fix EncodingWarning in test_filecmp (GH-25159)
2021-04-05 12:32:35 +09:00
test_fileinput.py
bpo-45132 Remove deprecated __getitem__ methods (GH-28225)
2021-09-08 13:07:40 +03:00
test_fileio.py
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
2021-08-29 14:04:40 +03:00
test_finalization.py
test_float.py
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classes (GH-26456)
2021-09-12 13:27:50 +03:00
test_flufl.py
test_fnmatch.py
test_fork1.py
test_format.py
test_fractions.py
bpo-44258: support PEP 515 for Fraction's initialization from string (GH-26422)
2021-06-07 08:06:33 +01: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-45020: Add -X frozen_modules=[on|off] to explicitly control use of frozen modules. (gh-28320)
2021-09-14 17:31:45 -06:00
test_fstring.py
bpo-44885: Correct the ast locations of f-strings with format specs and repeated expressions (GH-27729)
2021-08-12 17:13:30 +01:00
test_ftplib.py
bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in tests (GH-26905)
2021-06-25 00:20:40 +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-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
2021-08-29 14:04:40 +03:00
test_future.py
bpo-42725: Render annotations effectless on symbol table with PEP 563 (GH-25583)
2021-05-03 10:43:00 +03:00
test_future3.py
test_future4.py
test_future5.py
test_gc.py
bpo-44184: Fix subtype_dealloc() for freed type (GH-26274)
2021-05-21 19:19:54 +02:00
test_gdb.py
bpo-44821: Eagerly assign __dict__ for new objects. (GH-27589)
2021-08-04 16:41:14 +01:00
test_generator_stop.py
test_generators.py
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
2021-08-29 14:04:40 +03:00
test_genericalias.py
bpo-44794: Merge tests for typing.Callable and collection.abc.Callable (GH-27507)
2021-07-31 20:05:45 +03:00
test_genericclass.py
test_genericpath.py
test_genexps.py
bpo-43822: Improve syntax errors for missing commas (GH-25377)
2021-04-15 21:38:45 +01: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_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
test_grammar.py
bpo-44490: Improve typing module compatibility with types.Union (GH-27048)
2021-07-16 20:33:40 -07:00
test_graphlib.py
test_grp.py
test_gzip.py
bpo-44439: BZ2File.write() / LZMAFile.write() handle buffer protocol correctly (GH-26764)
2021-06-22 10:04:23 +03:00
test_hash.py
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
test_http_cookies.py
test_httplib.py
bpo-44022: Improve the regression test. (GH-26503)
2021-06-02 20:43:38 -07:00
test_httpservers.py
bpo-44647: Fix test_httpservers failing on Unicode characters in os.environ on Windows (GH-27161)
2021-07-15 21:14:24 +02: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-45020: Freeze some of the modules imported during startup. (gh-28335)
2021-09-15 10:19:30 -06:00
test_index.py
test_inspect.py
bpo-44808: fixes test for interactive inspect getsource of a class (GH-27571)
2021-08-03 14:47:30 +02: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
test_iter.py
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25189)
2021-04-06 11:18:41 +09:00
test_iterlen.py
test_itertools.py
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classes (GH-26456)
2021-09-12 13:27:50 +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
test_lltrace.py
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25189)
2021-04-06 11:18:41 +09:00
test_locale.py
bpo-34311: Add locale.localize (GH-15275)
2021-04-12 14:17:40 +02:00
test_logging.py
bpo-44291: Fix reconnection in logging.handlers.SysLogHandler (GH-26490)
2021-08-05 14:58:16 +01:00
test_long.py
bpo-16580: [doc] Add examples to int.to_bytes and int.from_bytes (GH-27760)
2021-08-15 12:29:05 +01:00
test_longexp.py
test_lzma.py
bpo-44439: BZ2File.write() / LZMAFile.write() handle buffer protocol correctly (GH-26764)
2021-06-22 10:04:23 +03:00
test_mailbox.py
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25190)
2021-04-06 13:02:22 +09: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-5846: Do not use obsolete unittest functions. (GH-28303)
2021-09-13 10:49:53 +03: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)
2021-09-11 17:44:44 +03:00
test_minidom.py
test_mmap.py
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-42846: Convert CJK codec extensions to multiphase init (GH-24157)
2021-01-08 00:15:22 +01: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
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-43757: Make pathlib use os.path.realpath() to resolve symlinks in a path (GH-25264)
2021-04-28 16:50:17 +01: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-44558: Match countOf is
/==
treatment to c (GH-27007)
2021-07-07 22:28:09 +09:00
test_optparse.py
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
bpo-44631: Make the repr() of the _Environ class more readable. ( #27128 )
2021-07-20 19:15:45 +02:00
test_ossaudiodev.py
test_osx_env.py
test_pathlib.py
bpo-27827: identify a greater range of reserved filename on Windows. (GH-26698)
2021-07-28 16:28:14 +02: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-45144: use subTests in test_peepholer (GH-28247)
2021-09-10 18:29:21 +02:00
test_pickle.py
bpo-44785: Silence deprecation warnings in test_pickle ( #27538 )
2021-08-02 18:11:12 +02:00
test_picklebuffer.py
test_pickletools.py
test_pipes.py
test_pkg.py
test_pkgutil.py
bpo-44061: Fix pkgutil.iter_modules regression when passed a pathlib.Path object (GH-25964)
2021-05-12 00:27:22 +01: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
test_popen.py
test_poplib.py
bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in tests (GH-26905)
2021-06-25 00:20:40 +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-43568: Drop support for MACOSX_DEPLOYMENT_TARGET < 10.3 (GH-25827)
2021-05-02 20:28:43 -04:00
test_posixpath.py
bpo-43757: Make pathlib use os.path.realpath() to resolve symlinks in a path (GH-25264)
2021-04-28 16:50:17 +01: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-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)
2021-04-04 09:01:23 +09: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
bpo-45020: Freeze some of the modules imported during startup. (gh-28335)
2021-09-15 10:19:30 -06:00
test_pyexpat.py
test_queue.py
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
2021-08-29 14:04:40 +03: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
bpo-44260: Do not read system entropy without need in Random() (GH-26455)
2021-05-31 23:24:20 +03: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-44708: Only re-run test methods that match names of previously failing test methods (GH-27287)
2021-07-22 20:25:58 +02:00
test_repl.py
test_reprlib.py
bpo-43682: @staticmethod inherits attributes (GH-25268)
2021-04-09 17:51:22 +02:00
test_resource.py
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
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
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
test_shelve.py
bpo-40563: Support pathlike objects on dbm/shelve (GH-21849)
2021-09-10 15:26:16 +03:00
test_shlex.py
test_shutil.py
bpo-43219: skip Solaris in the test as well (GH-27257)
2021-07-20 11:16:23 -07:00
test_signal.py
bpo-43957: [Enum] Deprecate `TypeError
` from containment checks. (GH-25670)
2021-04-27 13:05:08 -07:00
test_site.py
bpo-36160: Fix test_site so that it can run independently of other tests (GH-12131)
2021-05-20 11:25:37 +01:00
test_slice.py
test_smtpd.py
bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in tests (GH-26905)
2021-06-25 00:20:40 +01:00
test_smtplib.py
bpo-43124: Fix smtplib multiple CRLF injection (GH-25987)
2021-08-29 16:10:50 +02:00
test_smtpnet.py
test_sndhdr.py
test_socket.py
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
2021-08-29 14:04:40 +03: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_sqlite.py
bpo-45181: Simplify loading sqlite3 tests (GH-28304)
2021-09-13 14:16:26 +03:00
test_ssl.py
bpo-45185: enables TestEnumerations
in test_ssl
(GH-28330)
2021-09-15 19:57:03 +03: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-20499: Rounding error in statistics.pvariance (GH-28230)
2021-09-08 22:00:12 -05:00
test_strftime.py
test_string.py
test_string_literals.py
test_stringprep.py
test_strptime.py
test_strtod.py
test_struct.py
bpo-45034: Fix how upper limit is formatted for struct.pack("H", ...)
(GH-28178)
2021-09-07 13:18:46 +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-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
2021-08-29 14:04:40 +03: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-44852: Support ignoring specific DeprecationWarnings wholesale in regrtest (GH-27634)
2021-08-16 20:13:51 +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-25130: Make unit-test about restricting the maximum number of nested blocks cpython-only (GH-28002)
2021-08-28 21:33:50 +03:00
test_sys.py
bpo-41031: Match C and Python code formatting of unprintable exceptions and exceptions in the __main__ module. (GH-28139)
2021-09-05 18:54:13 +03: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)
2021-08-09 10:18:59 +01:00
test_sysconfig.py
bpo-44860: Update test_sysconfig for posix_user platlib (GH-28235)
2021-09-09 11:02:48 +02:00
test_syslog.py
test_tabnanny.py
test_tarfile.py
bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-21470)
2021-08-09 12:05:31 +02:00
test_tcl.py
bpo-38371: Remove deprecated tkinter
split() method (GH-28237)
2021-09-08 23:02:19 +03: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-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
2021-08-29 14:04:40 +03: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-45020: Freeze some of the modules imported during startup. (gh-28335)
2021-09-15 10:19:30 -06: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
test_time.py
test_timeit.py
test_timeout.py
test_tix.py
Revert test for Tix deprecation warning (GH-26005)
2021-05-09 01:58:35 -05:00
test_tk.py
test_tokenize.py
Add tests for the C tokenizer and expose it as a private module (GH-27924)
2021-08-24 17:50:05 +01:00
test_trace.py
bpo-45020: Freeze some of the modules imported during startup. (gh-28335)
2021-09-15 10:19:30 -06:00
test_traceback.py
bpo-41031: Match C and Python code formatting of unprintable exceptions and exceptions in the __main__ module. (GH-28139)
2021-09-05 18:54:13 +03:00
test_tracemalloc.py
test_ttk_guionly.py
test_ttk_textonly.py
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-44676: Serialize the union type using only public API (GH-27323)
2021-07-24 21:26:02 +03:00
test_typing.py
bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass' __init__ (GH-28206)
2021-09-08 18:25:09 +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 12:36:22 +02:00
test_unicode_file.py
test_unicode_file_functions.py
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
test_univnewlines.py
test_unpack.py
test_unpack_ex.py
bpo-43797: Improve syntax error for invalid comparisons ( #25317 )
2021-04-12 16:59:30 +01:00
test_unparse.py
bpo-44142: drop redundant parantheses when unparsing tuples as assignment targets (GH-26156)
2021-05-16 16:33:22 +03: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
Allow / character in username,password fields in _PROXY envvars. ( #23973 )
2020-12-29 04:18:42 -08:00
test_urllib2_localnet.py
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
test_wait3.py
test_wait4.py
test_wave.py
test_weakref.py
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
2021-08-29 14:04:40 +03: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
test_winreg.py
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
bpo-45132 Remove deprecated __getitem__ methods (GH-28225)
2021-09-08 13:07:40 +03:00
test_xdrlib.py
test_xml_dom_minicompat.py
test_xml_etree.py
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
2021-08-29 14:04:40 +03:00
test_xml_etree_c.py
test_xmlrpc.py
bpo-43433: Preserve query and fragment in the URL of the server in ServerProxy. (GH-25057)
2021-03-29 22:39:31 +09:00
test_xmlrpc_net.py
test_xxlimited.py
test_xxtestfuzz.py
test_yield_from.py
test_zipapp.py
test_zipfile.py
bpo-44129: Add descriptive global variables for general purpose bit flags (GH-26118)
2021-07-03 17:37:57 +03:00
test_zipfile64.py
test_zipimport.py
bpo-5846: Do not use obsolete unittest functions. (GH-28303)
2021-09-13 10:49:53 +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