cpython/Lib/test
Curtis Bucher 0c5ad54997
Fix bug in test_collections.py (#19221)
Test in TestChainMap() line 257 did not properly check union behavior.
2020-03-30 09:50:57 -07:00
..
audiodata
capath
cjkencodings
crashers
data
decimaltestdata
dtracedata
eintrdata
encoded_modules
imghdrdata
leakers
libregrtest
sndhdrdata
subprocessdata
support bpo-39489: Remove COUNT_ALLOCS special build (GH-18259) 2020-02-03 15:17:15 +01:00
test_asyncio bpo-39794: Add --without-decimal-contextvar (#18702) 2020-02-29 19:43:42 +01:00
test_email bpo-39073: validate Address parts to disallow CRLF (#19007) 2020-03-29 20:38:41 -04:00
test_import bpo-38091: Import deadlock detection causes deadlock (GH-17518) 2020-03-02 17:37:25 -08:00
test_importlib bpo-40029 mark test_importlib.test_zip as requiring zlib (#19105) 2020-03-24 15:02:53 -04:00
test_json bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779) 2020-03-10 08:41:44 +01:00
test_tools
test_warnings bpo-39489: Remove COUNT_ALLOCS special build (GH-18259) 2020-02-03 15:17:15 +01:00
tracedmodules
xmltestdata
ziptestdata
Sine-1000Hz-300ms.aif
__init__.py
__main__.py
_test_multiprocessing.py bpo-39360: Ensure all workers exit when finalizing a multiprocessing Pool (GH-19009) 2020-03-15 19:45:56 +00:00
allsans.pem
ann_module.py
ann_module2.py
ann_module3.py
audiotest.au
audiotests.py
audit-tests.py
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
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
keycert.passwd.pem
keycert.pem
keycert2.pem
keycert3.pem
keycert4.pem
keycertecc.pem
list_tests.py
lock_tests.py
mailcap.txt
make_ssl_certs.py
mapping_tests.py
math_testcases.txt
memory_watchdog.py
mime.types
mock_socket.py
mod_generics_cache.py
mp_fork_bomb.py
mp_preload.py
multibytecodec_support.py
nokia.pem
nullbytecert.pem
nullcert.pem
pickletester.py bpo-39681: Fix C pickle regression with minimal file-like objects (#18592) 2020-02-23 23:33:53 +01:00
profilee.py
pstats.pck
pycacert.pem
pycakey.pem
pyclbr_input.py
pydoc_mod.py
pydocfodder.py
pythoninfo.py bpo-39459: test.pythoninfo logs effective uid/gid (GH-18203) 2020-01-27 18:06:42 +01:00
randv2_32.pck
randv2_64.pck
randv3.pck
re_tests.py
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
sortperf.py Fixes in sorting descriptions (GH-18317) 2020-02-03 08:47:20 -08:00
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 bpo-37224: Improve test__xxsubinterpreters.DestroyTests (GH-18058) 2020-01-31 12:07:09 -08:00
test_abc.py bpo-40077: Convert _abc module to use PyType_FromSpec() (GH-19202) 2020-03-30 16:35:38 +02:00
test_abstract_numbers.py
test_aifc.py
test_argparse.py bpo-9495: avoid confusing chained exception in argparse test (GH-17120) 2020-02-21 10:48:36 +02:00
test_array.py
test_asdl_parser.py bpo-39638: Keep ASDL signatures in the AST nodes (GH-18515) 2020-03-16 10:12:53 +02:00
test_ast.py bpo-39999: Improve compatibility of the ast module. (GH-19056) 2020-03-22 20:33:34 +02:00
test_asyncgen.py bpo-39764: Make Task.get_stack accept ag_frame (#18669) 2020-03-02 14:45:54 +02:00
test_asynchat.py
test_asyncore.py
test_atexit.py
test_audioop.py
test_audit.py
test_augassign.py
test_base64.py bpo-39351: Remove base64.encodestring() (GH-18022) 2020-01-16 10:24:16 +01:00
test_baseexception.py
test_bdb.py
test_bigaddrspace.py
test_bigmem.py
test_binascii.py bpo-39353: binascii.crc_hqx() is no longer deprecated (GH-18276) 2020-01-30 09:56:40 +01:00
test_binhex.py bpo-39353: Deprecate the binhex module (GH-18025) 2020-01-22 20:44:22 +01:00
test_binop.py
test_bisect.py
test_bool.py
test_buffer.py bpo-39689: Do not test undefined casts to _Bool (GH-18964) 2020-03-12 19:35:38 +01:00
test_bufio.py
test_builtin.py bpo-39562: Allow executing asynchronous comprehensions in the asyncio REPL (GH-18968) 2020-03-19 11:35:44 +00:00
test_bytes.py bpo-36051: Drop GIL during large bytes.join() (GH-17757) 2020-01-29 16:09:24 +09:00
test_bz2.py bpo-39357: Remove buffering parameter of bz2.BZ2File (GH-18028) 2020-01-16 15:33:30 +01:00
test_c_locale_coercion.py
test_calendar.py
test_call.py bpo-39245: Switch to public API for Vectorcall (GH-18460) 2020-02-11 17:46:57 +01:00
test_capi.py bpo-39984: _PyThreadState_DeleteCurrent() takes tstate (GH-19051) 2020-03-18 02:26:04 +01: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
test_cmd_line_script.py
test_code.py Cleanup exit code for interpreter. (GH-17756) 2020-01-13 12:51:26 +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-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16959)" (GH-18767) 2020-03-04 18:50:22 +01:00
test_codeop.py
test_collections.py Fix bug in test_collections.py (#19221) 2020-03-30 09:50:57 -07:00
test_colorsys.py
test_compare.py
test_compile.py
test_compileall.py bpo-39769: Fix compileall ddir for subpkgs. (GH-18676) 2020-02-28 17:28:37 -08:00
test_complex.py
test_concurrent_futures.py bpo-39678: refactor queue manager thread (GH-18551) 2020-03-01 21:49:14 +01:00
test_configparser.py
test_contains.py
test_context.py
test_contextlib.py
test_contextlib_async.py
test_copy.py bpo-38293: Allow shallow and deep copying of property objects (GH-16438) 2020-01-12 09:41:49 -08:00
test_copyreg.py
test_coroutines.py bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609) 2020-01-14 21:58:29 +10:00
test_cprofile.py
test_crashers.py
test_crypt.py
test_csv.py
test_ctypes.py
test_curses.py
test_dataclasses.py
test_datetime.py
test_dbm.py
test_dbm_dumb.py
test_dbm_gnu.py
test_dbm_ndbm.py
test_decimal.py bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581) 2020-02-21 01:52:47 +01:00
test_decorators.py bpo-39702: Relax grammar restrictions on decorators (PEP 614) (GH-18570) 2020-03-03 14:25:44 -08:00
test_defaultdict.py bpo-36144: Implement defaultdict union (GH-18729) 2020-03-06 09:24:08 -08:00
test_deque.py bpo-39590: make deque.__contains__ and deque.count hold strong references (GH-18421) 2020-02-09 00:16:43 -08:00
test_descr.py bpo-35712: Make using NotImplemented in a boolean context issue a deprecation warning (GH-13195) 2020-03-03 20:50:17 +02:00
test_descrtut.py
test_devpoll.py
test_dict.py bpo-36144: Dictionary Union (PEP 584) (#12088) 2020-02-24 19:47:34 -08:00
test_dict_version.py
test_dictcomps.py bpo-32856: Optimize the assignment idiom in comprehensions. (GH-16814) 2020-02-12 12:18:59 +02:00
test_dictviews.py
test_difflib.py
test_difflib_expect.html
test_dis.py bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754) 2020-01-14 10:12:45 +00:00
test_distutils.py Fix so that test.test_distutils can be executed by unittest and not just regrtest (GH-13480) 2020-01-27 07:08:39 -05:00
test_doctest.py bpo-1812: Fix newline conversion when doctest.testfile loads from a package whose loader has a get_data method (GH-17385) 2020-03-26 10:53:16 -05:00
test_doctest.txt
test_doctest2.py
test_doctest2.txt
test_doctest3.txt
test_doctest4.txt
test_docxmlrpc.py
test_dtrace.py
test_dynamic.py
test_dynamicclassattribute.py
test_eintr.py
test_embed.py bpo-1294959: Add sys.platlibdir attribute (GH-18381) 2020-03-10 09:53:09 +01:00
test_ensurepip.py
test_enum.py
test_enumerate.py
test_eof.py
test_epoll.py
test_errno.py
test_exception_hierarchy.py
test_exception_variations.py
test_exceptions.py bpo-39947: Move get_recursion_depth() to _testinternalcapi (GH-18974) 2020-03-13 13:07:31 +01:00
test_extcall.py bpo-39320: Handle unpacking of *values in compiler (GH-17984) 2020-01-23 09:25:17 +00:00
test_faulthandler.py bpo-39882: Py_FatalError() logs the function name (GH-18819) 2020-03-07 00:54:20 +01:00
test_fcntl.py
test_file.py
test_file_eintr.py
test_filecmp.py
test_fileinput.py bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16959)" (GH-18767) 2020-03-04 18:50:22 +01:00
test_fileio.py
test_finalization.py
test_float.py
test_flufl.py
test_fnmatch.py
test_fork1.py
test_format.py
test_fractions.py bpo-39350: Fix fractions for int subclasses (GH-18375) 2020-02-07 23:42:51 +01:00
test_frame.py
test_frozen.py
test_fstring.py
test_ftplib.py bpo-39259: ftplib.FTP/FTP_TLS now reject timeout = 0 (GH-17959) 2020-01-13 20:34:34 +01:00
test_funcattrs.py
test_functools.py bpo-17005: Add a class to perform topological sorting to the standard library (GH-11583) 2020-01-23 15:29:52 +00:00
test_future.py bpo-39220: Do not optimise annotation if 'from __future__ import annotations' is used (GH-17866) 2020-03-18 23:02:09 +00:00
test_future3.py
test_future4.py
test_future5.py
test_gc.py bpo-39489: Remove COUNT_ALLOCS special build (GH-18259) 2020-02-03 15:17:15 +01:00
test_gdb.py bpo-40019: Skip test_gdb if Python was optimized (GH-19081) 2020-03-20 08:23:26 +01:00
test_generator_stop.py
test_generators.py
test_genericclass.py
test_genericpath.py
test_genexps.py bpo-32856: Optimize the assignment idiom in comprehensions. (GH-16814) 2020-02-12 12:18:59 +02:00
test_getargs2.py
test_getopt.py
test_getpass.py
test_gettext.py
test_glob.py
test_global.py
test_grammar.py bpo-39702: Relax grammar restrictions on decorators (PEP 614) (GH-18570) 2020-03-03 14:25:44 -08:00
test_grp.py
test_gzip.py bpo-39389: gzip: fix compression level metadata (GH-18077) 2020-01-21 13:25:24 +02:00
test_hash.py
test_hashlib.py
test_heapq.py bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18118) 2020-01-23 14:07:05 +00:00
test_hmac.py
test_html.py
test_htmlparser.py
test_http_cookiejar.py
test_http_cookies.py
test_httplib.py bpo-39507: Add HTTP status 418 "I'm a Teapot" (GH-18291) 2020-03-15 14:24:23 +02:00
test_httpservers.py
test_idle.py
test_imaplib.py
test_imghdr.py
test_imp.py
test_index.py
test_inspect.py bpo-39957: Change Signature.parameters to OrderedDict (GH-18988) 2020-03-18 11:22:46 +09:00
test_int.py
test_int_literal.py
test_io.py bpo-39882: Py_FatalError() logs the function name (GH-18819) 2020-03-07 00:54:20 +01:00
test_ioctl.py
test_ipaddress.py bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 networks (GH-18757) 2020-03-09 15:33:45 -07:00
test_isinstance.py bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530) 2020-02-22 15:11:48 +02:00
test_iter.py
test_iterlen.py
test_itertools.py
test_keyword.py
test_keywordonlyarg.py
test_kqueue.py
test_largefile.py bpo-39488: Skip test_largefile tests if not enough disk space (GH-18261) 2020-02-05 18:20:52 +01:00
test_lib2to3.py
test_linecache.py
test_list.py bpo-39453: Add testcase for bpo-39453 (GH-18202) 2020-01-27 09:04:25 -08:00
test_listcomps.py bpo-32856: Optimize the assignment idiom in comprehensions. (GH-16814) 2020-02-12 12:18:59 +02:00
test_lltrace.py
test_locale.py bpo-38536: locale: Remove trailing space in formatted currency (GH-16864) 2020-01-20 12:45:50 +09:00
test_logging.py bpo-39489: Remove COUNT_ALLOCS special build (GH-18259) 2020-02-03 15:17:15 +01:00
test_long.py
test_longexp.py
test_lzma.py
test_mailbox.py
test_mailcap.py
test_marshal.py
test_math.py bpo-39871: Fix possible SystemError in atan2, copysign and remainder (GH-18806) 2020-03-14 10:45:32 +00:00
test_memoryio.py
test_memoryview.py
test_metaclass.py
test_mimetypes.py bpo-39299: Add more tests for mimetypes and its cli. (GH-17949) 2020-01-13 20:09:36 +05:30
test_minidom.py bpo-37534: Allow adding Standalone Document Declaration when generating XML documents (GH-14912) 2020-02-29 09:22:19 +01:00
test_mmap.py
test_module.py bpo-39489: Remove COUNT_ALLOCS special build (GH-18259) 2020-02-03 15:17:15 +01:00
test_modulefinder.py
test_msilib.py
test_multibytecodec.py
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 bpo-39259: nntplib.NNTP/NNTP_SSL now reject timeout = 0 (GH-17936) 2020-01-11 18:39:15 +01:00
test_ntpath.py
test_numeric_tower.py
test_opcodes.py
test_openpty.py
test_operator.py
test_optparse.py
test_ordered_dict.py bpo-36144: OrderedDict Union (PEP 584) (#18967) 2020-03-13 09:06:04 -07:00
test_os.py bpo-36144: Update os.environ and os.environb for PEP 584 (#18911) 2020-03-13 09:04:43 -07:00
test_ossaudiodev.py
test_osx_env.py
test_parser.py bpo-39702: Relax grammar restrictions on decorators (PEP 614) (GH-18570) 2020-03-03 14:25:44 -08:00
test_pathlib.py bpo-38894: Fix pathlib.Path.glob in the presence of symlinks and insufficient permissions (GH-18815) 2020-03-07 17:53:20 +00:00
test_pdb.py
test_peepholer.py bpo-32856: Optimize the assignment idiom in comprehensions. (GH-16814) 2020-02-12 12:18:59 +02:00
test_pickle.py
test_picklebuffer.py
test_pickletools.py
test_pipes.py
test_pkg.py
test_pkgutil.py bpo-12915: Skip test_pkgutil.test_name_resolution() non-encodable filenames (GH-18720) 2020-03-03 11:11:11 +01:00
test_platform.py
test_plistlib.py
test_poll.py
test_popen.py
test_poplib.py bpo-39259: poplib now rejects timeout = 0 (GH-17912) 2020-01-10 15:34:05 +01:00
test_positional_only_arg.py bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754) 2020-01-14 10:12:45 +00:00
test_posix.py bpo-39395: putenv() and unsetenv() always available (GH-18135) 2020-01-24 14:05:48 +01:00
test_posixpath.py
test_pow.py
test_pprint.py
test_print.py
test_profile.py
test_property.py
test_pstats.py bpo-37958: Adding get_profile_dict to pstats (GH-15495) 2020-01-15 14:51:54 -08:00
test_pty.py
test_pulldom.py
test_pwd.py
test_py_compile.py
test_pyclbr.py
test_pydoc.py
test_pyexpat.py
test_queue.py
test_quopri.py
test_raise.py
test_random.py bpo-38075: Fix random_seed(): use PyObject_CallOneArg() (GH-18897) 2020-03-10 15:15:14 +01:00
test_range.py
test_re.py
test_readline.py
test_regrtest.py
test_repl.py
test_reprlib.py
test_resource.py
test_richcmp.py
test_rlcompleter.py
test_robotparser.py
test_runpy.py bpo-39517: Allow runpy.run_path() to accept path-like objects (GH-18699) 2020-03-08 20:43:17 +00:00
test_sax.py
test_sched.py
test_scope.py
test_script_helper.py
test_secrets.py
test_select.py
test_selectors.py
test_set.py
test_setcomps.py bpo-32856: Optimize the assignment idiom in comprehensions. (GH-16814) 2020-02-12 12:18:59 +02:00
test_shelve.py
test_shlex.py
test_shutil.py bpo-26067: Do not fail test_shutil / chown when gid/uid cannot be resolved (#19032) 2020-03-17 09:51:44 -07:00
test_signal.py bpo-39424: Use assertRaisesRegex instead of assertRaisesRegexp. (GH-18277) 2020-01-30 12:26:22 +02:00
test_site.py bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060) 2020-03-18 18:27:32 +01:00
test_slice.py
test_smtpd.py
test_smtplib.py bpo-39329: Add timeout parameter for smtplib.LMTP constructor (GH-17998) 2020-01-14 22:42:09 +01:00
test_smtpnet.py
test_sndhdr.py
test_socket.py
test_socketserver.py
test_sort.py
test_source_encoding.py
test_spwd.py
test_sqlite.py
test_ssl.py
test_startfile.py
test_stat.py
test_statistics.py
test_strftime.py
test_string.py
test_string_literals.py
test_stringprep.py
test_strptime.py
test_strtod.py
test_struct.py bpo-38076 Clear the interpreter state only after clearing module globals (GH-18039) 2020-02-04 02:29:25 -08:00
test_structmembers.py
test_structseq.py
test_subclassinit.py
test_subprocess.py bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (GH-9516) 2020-03-22 14:31:46 -04:00
test_sunau.py
test_sundry.py
test_super.py
test_support.py bpo-39489: Remove COUNT_ALLOCS special build (GH-18259) 2020-02-03 15:17:15 +01:00
test_symbol.py
test_symtable.py
test_syntax.py
test_sys.py bpo-39947: Move get_recursion_depth() to _testinternalcapi (GH-18974) 2020-03-13 13:07:31 +01:00
test_sys_setprofile.py
test_sys_settrace.py bpo-39166: Fix trace of last iteration of async for loops (#17800) 2020-01-10 09:24:22 +00:00
test_sysconfig.py
test_syslog.py
test_tabnanny.py
test_tarfile.py bpo-18819: tarfile: only set device fields for device files (GH-18080) 2020-02-12 11:56:02 -08:00
test_tcl.py
test_telnetlib.py
test_tempfile.py
test_textwrap.py
test_thread.py
test_threadedtempfile.py
test_threading.py bpo-39812: Remove daemon threads in concurrent.futures (GH-19149) 2020-03-27 20:31:22 +01:00
test_threading_local.py
test_threadsignals.py
test_time.py
test_timeit.py
test_timeout.py
test_tix.py
test_tk.py
test_tokenize.py
test_trace.py
test_traceback.py bpo-39489: Remove COUNT_ALLOCS special build (GH-18259) 2020-02-03 15:17:15 +01:00
test_tracemalloc.py
test_ttk_guionly.py
test_ttk_textonly.py
test_tuple.py
test_turtle.py
test_type_comments.py bpo-34822: Simplify AST for subscription. (GH-9605) 2020-03-10 18:52:34 +02:00
test_typechecks.py
test_types.py bpo-36144: Update MappingProxyType with PEP 584's operators (#18814) 2020-03-07 11:03:09 -08:00
test_typing.py bpo-40086: Update/fix test_etree test case in test_typing (GH-19189) 2020-03-28 12:32:36 +00:00
test_ucn.py closes bpo-39926: Update Unicode to 13.0.0. (GH-18910) 2020-03-10 20:41:34 -07:00
test_unary.py
test_unicode.py Revert "bpo-39087: Add _PyUnicode_GetUTF8Buffer()" (GH-18985) 2020-03-14 15:59:27 +09:00
test_unicode_file.py
test_unicode_file_functions.py
test_unicode_identifiers.py
test_unicodedata.py bpo-39926: Update unicodedata checksum tests for Unicode 13.0 update. (GH-18913) 2020-03-10 21:18:33 -07:00
test_unittest.py
test_univnewlines.py
test_unpack.py
test_unpack_ex.py bpo-40067: Improve error messages for multiple star expressions in assignments (GH-19168) 2020-03-26 01:54:31 +00:00
test_unparse.py bpo-38870: Implement support for ast.FunctionType in ast.unparse (GH-19016) 2020-03-15 19:56:57 +00:00
test_urllib.py bpo-38576: Disallow control characters in hostnames in http.client (GH-18995) 2020-03-14 11:56:06 -07:00
test_urllib2.py
test_urllib2_localnet.py
test_urllib2net.py
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 bpo-39991: Enhance uuid parser for MAC address (GH-19045) 2020-03-17 18:36:44 +01:00
test_venv.py bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (GH-9516) 2020-03-22 14:31:46 -04:00
test_wait3.py
test_wait4.py
test_wave.py
test_weakref.py bpo-36144: Add union operators to WeakValueDictionary584 (#19127) 2020-03-24 18:51:29 -07:00
test_weakset.py
test_webbrowser.py
test_winconsoleio.py bpo-38325: Skip non-BMP tests of test_winconsoleio (GH-18448) 2020-02-11 00:58:23 +01:00
test_winreg.py
test_winsound.py
test_with.py
test_wsgiref.py
test_xdrlib.py
test_xml_dom_minicompat.py
test_xml_etree.py bpo-39495: Remove default value from C impl of TreeBuilder.start (GH-18275) 2020-03-02 08:33:24 +02:00
test_xml_etree_c.py bpo-36543: Remove the xml.etree.cElementTree module. (GH-19108) 2020-03-22 14:31:38 +02:00
test_xmlrpc.py
test_xmlrpc_net.py
test_xxtestfuzz.py
test_yield_from.py
test_zipapp.py
test_zipfile.py bpo-39667: Sync zipp 3.0 (GH-18540) 2020-02-29 10:34:11 -06:00
test_zipfile64.py
test_zipimport.py
test_zipimport_support.py
test_zlib.py
testcodec.py
testtar.tar
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