cpython/Lib/test
Victor Stinner c232c9110c
bpo-39502: Skip test_zipfile.test_add_file_after_2107() on AIX (GH-18282)
Skip test_zipfile.test_add_file_after_2107() if time.localtime()
fails with OverflowError. It is the case on AIX 6.1 for example.
2020-01-30 15:47:53 +01:00
..
audiodata
capath
cjkencodings
crashers
data
decimaltestdata
dtracedata
eintrdata
encoded_modules
imghdrdata
leakers
libregrtest bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignore (GH-16989) 2019-11-19 23:46:49 +00:00
sndhdrdata
subprocessdata
support bpo-38991: Remove test.support.strip_python_stderr() (GH-17490) 2019-12-08 08:38:16 +01:00
test_asyncio bpo-39191: Fix RuntimeWarning in asyncio test (GH-17863) 2020-01-07 05:23:01 -08:00
test_email bpo-38708: email: Fix a potential IndexError when parsing Message-ID (GH-17504) 2019-12-08 17:37:34 -08:00
test_import bpo-39336: Allow packages to not let their child modules be set on them (#18006) 2020-01-22 16:42:38 -08:00
test_importlib bpo-39022, bpo-38594: Sync with importlib_metadata 1.3 (GH-17568) 2019-12-10 20:05:10 -05:00
test_json bpo-39377: json: Remove the encoding option. (GH-18075) 2020-01-20 13:54:00 +09:00
test_tools bpo-38870: Expose a function to unparse an ast object in the ast module (GH-17302) 2019-11-24 23:02:40 +00:00
test_warnings bpo-39056: Fix handling invalid warning category in the -W option. (GH-17618) 2020-01-05 14:15:27 +02:00
tracedmodules
xmltestdata
ziptestdata
Sine-1000Hz-300ms.aif
__init__.py
__main__.py
_test_multiprocessing.py bpo-38546: multiprocessing tests stop the resource tracker (GH-17641) 2019-12-17 18:37:26 +01:00
allsans.pem
ann_module.py bpo-37838: get_type_hints for wrapped functions with forward reference (GH-17126) 2019-11-21 17:24:58 +00:00
ann_module2.py
ann_module3.py
audiotest.au
audiotests.py
audit-tests.py bpo-39007: Add auditing events to functions in winreg (GH-17541) 2019-12-09 11:18:12 -08:00
autotest.py
bad_coding.py
bad_coding2.py
bad_getattr.py
bad_getattr2.py
bad_getattr3.py
badcert.pem
badkey.pem
badsyntax_3131.py
badsyntax_future3.py
badsyntax_future4.py
badsyntax_future5.py
badsyntax_future6.py
badsyntax_future7.py
badsyntax_future8.py
badsyntax_future9.py
badsyntax_future10.py
badsyntax_pep3120.py
bisect_cmd.py
cfgparser.1
cfgparser.2
cfgparser.3
clinic.test bpo-27961: Replace PY_LONG_LONG with long long. (GH-15386) 2019-10-21 09:49:48 +03:00
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 bpo-34776: Fix dataclasses to support __future__ "annotations" mode (#9518) 2019-12-09 15:54:20 +01:00
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 bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566) 2019-12-11 11:30:03 +01:00
formatfloat_testcases.txt
future_test1.py #11093: make NOTTESTS empty by renaming confusingly named files in test dir. 2011-03-24 14:57:05 -04:00
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 bpo-38271: encrypt private key test files with AES256 (GH-16385) 2019-09-25 08:55:02 -07:00
keycert.pem
keycert2.pem
keycert3.pem
keycert4.pem
keycertecc.pem
list_tests.py
lock_tests.py
mailcap.txt
make_ssl_certs.py bpo-38271: encrypt private key test files with AES256 (GH-16385) 2019-09-25 08:55:02 -07:00
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-38876: Raise pickle.UnpicklingError when loading an item from memo for invalid input (GH-17335) 2019-11-24 11:15:08 -08: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 bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566) 2019-12-11 11:30:03 +01:00
sortperf.py
ssl_cert.pem
ssl_key.passwd.pem bpo-38271: encrypt private key test files with AES256 (GH-16385) 2019-09-25 08:55:02 -07:00
ssl_key.pem
ssl_servers.py bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554) 2019-12-10 20:32:59 +01:00
ssltests.py
string_tests.py bpo-28029: Make "".replace("", s, n) returning s for any n != 0. (GH-16981) 2019-10-30 12:03:53 +02:00
talos-2019-0758.pem
test___all__.py
test___future__.py
test__locale.py bpo-39009: Fix typo in test__locale (GH-17544) 2019-12-09 22:16:00 +00:00
test__opcode.py
test__osx_support.py
test__xxsubinterpreters.py bpo-38005: Remove support of string argument in InterpreterID(). (GH-16227) 2019-09-25 18:35:57 +03:00
test_abc.py
test_abstract_numbers.py
test_aifc.py
test_argparse.py bpo-38438: Simplify argparse "star nargs" usage. (GH-17106) 2019-11-11 12:47:48 -08:00
test_array.py bpo-38916: array.array: remove fromstring() and tostring() (GH-17487) 2019-12-09 14:09:14 +01:00
test_asdl_parser.py
test_ast.py bpo-39235: Check end_lineno and end_col_offset of AST nodes. (GH-17926) 2020-01-10 10:12:55 +02:00
test_asyncgen.py bpo-39386: Prevent double awaiting of async iterator (GH-18081) 2020-01-21 00:49:30 +02:00
test_asynchat.py bpo-38614: Use default join_thread() timeout in tests (GH-17559) 2019-12-10 20:41:23 +01:00
test_asyncore.py bpo-38614: Use default join_thread() timeout in tests (GH-17559) 2019-12-10 20:41:23 +01:00
test_atexit.py
test_audioop.py
test_audit.py bpo-39007: Add auditing events to functions in winreg (GH-17541) 2019-12-09 11:18:12 -08:00
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-38839: Fix some unused functions in tests (GH-17189) 2019-11-19 11:45:20 -08:00
test_bufio.py
test_builtin.py bpo-39200: Correct the error message for min/max builtin function (GH-17814) 2020-01-10 17:31:43 +01: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-37645: add new function _PyObject_FunctionStr() (GH-14890) 2019-11-05 07:48:04 -08:00
test_capi.py bpo-38875: test_capi: trashcan tests require cpu resource (GH-17314) 2019-11-21 12:54:02 +01:00
test_cgi.py
test_cgitb.py Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246) 2019-11-19 21:34:03 +00:00
test_charmapcodec.py
test_check_c_globals.py bpo-36876: Re-organize the c-analyzer tool code. (gh-16841) 2019-10-18 19:00:04 -07:00
test_class.py Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246) 2019-11-19 21:34:03 +00:00
test_clinic.py
test_cmath.py
test_cmd.py
test_cmd_line.py bpo-13601: always use line-buffering for sys.stderr (GH-17646) 2020-01-01 23:21:43 +01:00
test_cmd_line_script.py bpo-20443: No longer make sys.argv[0] absolute for script (GH-17534) 2019-12-09 17:34:02 +01:00
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 Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246) 2019-11-19 21:34:03 +00:00
test_codeop.py
test_collections.py Add tests and design notes for Counter subset/superset operations. (GH-17625) 2019-12-16 01:54:14 -08:00
test_colorsys.py
test_compare.py
test_compile.py bpo-38640: Allow break and continue in always false while loops (GH-16992) 2019-10-30 11:53:26 +00:00
test_compileall.py bpo-38470: Fix test_compileall.test_compile_dir_maxlevels() (GH-16789) 2019-10-15 11:26:13 +02:00
test_complex.py Re-enable the OverflowError test for test_truediv on test_complex (GH-16591) 2019-10-10 19:23:36 +03:00
test_concurrent_futures.py bpo-39205: Tests that highlight a hang on ProcessPoolExecutor shutdown (#18221) 2020-01-27 16:50:37 -08:00
test_configparser.py
test_contains.py
test_context.py bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497) 2019-12-08 03:35:59 -08:00
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 bpo-25172: Reduce scope of crypt import tests (GH-17881) 2020-01-09 09:00:29 -08:00
test_csv.py
test_ctypes.py
test_curses.py bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16938) 2019-10-31 11:13:48 +02:00
test_dataclasses.py Add test cases for dataclasses. (#17909) 2020-01-09 08:41:46 -05:00
test_datetime.py
test_dbm.py
test_dbm_dumb.py
test_dbm_gnu.py
test_dbm_ndbm.py
test_decimal.py Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246) 2019-11-19 21:34:03 +00:00
test_decorators.py
test_defaultdict.py
test_deque.py
test_descr.py bpo-37645: add new function _PyObject_FunctionStr() (GH-14890) 2019-11-05 07:48:04 -08:00
test_descrtut.py
test_devpoll.py
test_dict.py bpo-38588: Fix possible crashes in dict and list when calling PyObject_RichCompareBool (GH-17734) 2019-12-31 01:04:22 +00:00
test_dict_version.py
test_dictcomps.py
test_dictviews.py bpo-38202: Fix a crash in dict_view & non-itearble. (GH-16241) 2019-10-13 14:49:05 +03:00
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-36406: Handle namespace packages in doctest (GH-12520) 2019-12-13 10:06:53 -08:00
test_doctest.txt
test_doctest2.py
test_doctest2.txt
test_doctest3.txt
test_doctest4.txt
test_docxmlrpc.py bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) 2019-09-27 21:59:37 +02:00
test_dtrace.py
test_dynamic.py
test_dynamicclassattribute.py
test_eintr.py
test_embed.py bpo-38614: Use support timeout constants (GH-17572) 2019-12-11 22:17:04 +01:00
test_ensurepip.py
test_enum.py
test_enumerate.py
test_eof.py Fix typo in test's docstring (GH-17856) 2020-01-09 22:37:32 +05:30
test_epoll.py bpo-39239: epoll.unregister() no longer ignores EBADF (GH-17882) 2020-01-07 15:00:02 +01:00
test_errno.py
test_exception_hierarchy.py
test_exception_variations.py
test_exceptions.py
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-38991: Remove test.support.strip_python_stderr() (GH-17490) 2019-12-08 08:38:16 +01:00
test_fcntl.py bpo-22367: Update test_fcntl.py for spawn process mode (#17154) 2019-11-19 09:12:42 +01:00
test_file.py
test_file_eintr.py
test_filecmp.py
test_fileinput.py bpo-37330: open() no longer accept 'U' in file mode (GH-16959) 2019-10-28 15:40:08 +01:00
test_fileio.py
test_finalization.py
test_float.py bpo-38629: implement __floor__ and __ceil__ for float type (GH-16985) 2019-12-15 23:00:28 +01:00
test_flufl.py
test_fnmatch.py
test_fork1.py bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566) 2019-12-11 11:30:03 +01:00
test_format.py
test_fractions.py bpo-39350: Remove deprecated fractions.gcd() (GH-18021) 2020-01-16 11:02: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
test_future3.py
test_future4.py
test_future5.py
test_gc.py bpo-39322: Add gc.is_finalized to check if an object has been finalised by the gc (GH-17989) 2020-01-14 12:06:45 +00:00
test_gdb.py bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422) 2019-09-26 16:54:13 +02:00
test_generator_stop.py
test_generators.py
test_genericclass.py
test_genericpath.py
test_genexps.py
test_getargs2.py
test_getopt.py
test_getpass.py
test_gettext.py
test_glob.py
test_global.py
test_grammar.py
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 bpo-38270: More fixes for strict crypto policy (GH-16418) 2019-09-27 06:03:53 -07:00
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 bpo-38270: Fix indentation of test_hmac assertions (GH-17446) 2019-12-03 07:35:54 -08:00
test_html.py
test_htmlparser.py
test_http_cookiejar.py bpo-38804: Fix REDoS in http.cookiejar (GH-17157) 2019-11-22 15:22:11 +01:00
test_http_cookies.py
test_httplib.py bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448) 2019-09-28 08:32:01 -04:00
test_httpservers.py bpo-38962: Fix reference leak in test_httpservers (GH-17454) 2019-12-04 10:29:10 +01:00
test_idle.py
test_imaplib.py bpo-38615: Add timeout parameter for IMAP4 and IMAP4_SSL constructor (GH-17203) 2020-01-07 18:28:10 +01:00
test_imghdr.py
test_imp.py
test_index.py
test_inspect.py bpo-36350: inspect: Replace OrderedDict with dict. (GH-12412) 2020-01-28 21:47:03 +09:00
test_int.py
test_int_literal.py
test_io.py closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (GH-17112) 2019-11-12 14:51:34 -08:00
test_ioctl.py
test_ipaddress.py
test_isinstance.py
test_iter.py
test_iterlen.py
test_itertools.py
test_keyword.py
test_keywordonlyarg.py
test_kqueue.py
test_largefile.py bpo-39004: increment large sendfile() test timeout (GH-17552) 2019-12-10 17:31:06 +08: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
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-39142: Avoid converting namedtuple instances to ConvertingTuple. (GH-17773) 2020-01-01 19:32:11 +00:00
test_long.py bpo-27145: small_ints[x] could be returned in long_add and long_sub (GH-15716) 2019-11-26 16:54:49 +09:00
test_longexp.py
test_lzma.py
test_mailbox.py
test_mailcap.py
test_marshal.py
test_math.py Move test_math tests (GH-18098) 2020-01-21 12:48:16 +01: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
test_mmap.py bpo-34953: Implement `mmap.mmap.__repr__` (GH-9891) 2019-10-17 18:41:35 +08:00
test_module.py
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 bpo-39176: Improve error message for 'named assignment' (GH-17777) 2019-12-31 20:40:58 -06:00
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 bpo-38453: Ensure correct short path is obtained for test (GH-17184) 2019-11-15 16:04:00 -08:00
test_numeric_tower.py
test_opcodes.py
test_openpty.py
test_operator.py
test_optparse.py
test_ordered_dict.py
test_os.py bpo-39395: putenv() and unsetenv() always available (GH-18135) 2020-01-24 14:05:48 +01:00
test_ossaudiodev.py
test_osx_env.py
test_parser.py
test_pathlib.py bpo-38883: Don't use POSIX `$HOME` in `pathlib.Path.home/expanduser` on Windows (GH-17961) 2020-01-28 20:41:50 +11:00
test_pdb.py
test_peepholer.py bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754) 2020-01-14 10:12:45 +00:00
test_pickle.py
test_picklebuffer.py
test_pickletools.py
test_pipes.py
test_pkg.py
test_pkgutil.py
test_platform.py
test_plistlib.py Slightly improve plistlib test coverage. (GH-17025) 2019-11-01 18:45:01 +02:00
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 bpo-38547: Fix test_pty if the process is the session leader (GH-17519) 2019-12-09 11:57:05 +01:00
test_pulldom.py
test_pwd.py
test_py_compile.py bpo-39041: Add GitHub Actions support (GH-17594) 2019-12-16 10:35:22 -08:00
test_pyclbr.py bpo-38866: Remove asyncore from test_pyclbr.py (GH-17316) 2019-11-22 21:51:58 +09:00
test_pydoc.py bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566) 2019-12-11 11:30:03 +01:00
test_pyexpat.py
test_queue.py bpo-38614: Use default join_thread() timeout in tests (GH-17559) 2019-12-10 20:41:23 +01:00
test_quopri.py
test_raise.py
test_random.py bpo-38881: choices() raises ValueError when all weights are zero (GH-17362) 2019-11-23 02:22:13 -08:00
test_range.py bpo-39200: Correct the error message for range() empty constructor (GH-17813) 2020-01-05 17:30:53 +00:00
test_re.py
test_readline.py
test_regrtest.py bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignore (GH-16989) 2019-11-19 23:46:49 +00:00
test_repl.py bpo-39209: Manage correctly multi-line tokens in interactive mode (GH-17860) 2020-01-06 15:59:09 +00:00
test_reprlib.py
test_resource.py
test_richcmp.py
test_rlcompleter.py
test_robotparser.py
test_runpy.py
test_sax.py
test_sched.py bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566) 2019-12-11 11:30:03 +01:00
test_scope.py
test_script_helper.py
test_secrets.py
test_select.py
test_selectors.py
test_set.py
test_setcomps.py
test_shelve.py
test_shlex.py
test_shutil.py bpo-39390 shutil: fix argument types for ignore callback (GH-18122) 2020-01-24 15:51:16 +01:00
test_signal.py bpo-39424: Use assertRaisesRegex instead of assertRaisesRegexp. (GH-18277) 2020-01-30 12:26:22 +02:00
test_site.py
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 bpo-38614: Use support timeout constants (GH-17572) 2019-12-11 22:17:04 +01:00
test_socketserver.py bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566) 2019-12-11 11:30:03 +01:00
test_sort.py
test_source_encoding.py
test_spwd.py
test_sqlite.py
test_ssl.py bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566) 2019-12-11 11:30:03 +01:00
test_startfile.py
test_stat.py bpo-38109: Add missing constants to Lib/stat.py (GH-16665) 2019-10-10 09:34:46 +02:00
test_statistics.py bpo-39002: Fix simple typo: tranlation -> translation (GH-17517) 2019-12-09 09:42:17 -08:00
test_strftime.py
test_string.py
test_string_literals.py
test_stringprep.py
test_strptime.py
test_strtod.py
test_struct.py
test_structmembers.py
test_structseq.py
test_subclassinit.py
test_subprocess.py bpo-35182: fix communicate() crash after child closes its pipes (GH-17020) (GH-18117) 2020-01-22 15:28:31 -08:00
test_sunau.py
test_sundry.py
test_super.py
test_support.py bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566) 2019-12-11 11:30:03 +01:00
test_symbol.py
test_symtable.py
test_syntax.py bpo-39176: Improve error message for 'named assignment' (GH-17777) 2019-12-31 20:40:58 -06:00
test_sys.py bpo-38328: Speed up the creation time of constant list and set display. (GH-17114) 2019-11-26 15:16:53 +09: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-29435: Allow is_tarfile to take a filelike obj (GH-18090) 2020-01-22 18:24:16 -08:00
test_tcl.py bpo-38371: Tkinter: deprecate the split() method. (GH-16584) 2019-10-08 14:31:35 +03:00
test_telnetlib.py
test_tempfile.py bpo-39019: Implement missing __class_getitem__ for SpooledTemporaryFile (GH-17560) 2019-12-30 16:08:08 +00:00
test_textwrap.py
test_thread.py
test_threadedtempfile.py
test_threading.py bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566) 2019-12-11 11:30:03 +01:00
test_threading_local.py
test_threadsignals.py
test_time.py Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246) 2019-11-19 21:34:03 +00:00
test_timeit.py
test_timeout.py bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554) 2019-12-10 20:32:59 +01:00
test_tix.py
test_tk.py
test_tokenize.py
test_trace.py
test_traceback.py Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246) 2019-11-19 21:34:03 +00:00
test_tracemalloc.py bpo-37961, tracemalloc: add Traceback.total_nframe (GH-15545) 2019-10-15 14:00:16 +02:00
test_ttk_guionly.py
test_ttk_textonly.py
test_tuple.py
test_turtle.py
test_type_comments.py
test_typechecks.py
test_types.py
test_typing.py Better runtime TypedDict (GH-17214) 2019-11-24 10:48:48 +00:00
test_ucn.py
test_unary.py
test_unicode.py
test_unicode_file.py
test_unicode_file_functions.py
test_unicode_identifiers.py
test_unicodedata.py
test_unittest.py
test_univnewlines.py
test_unpack.py
test_unpack_ex.py bpo-37645: add new function _PyObject_FunctionStr() (GH-14890) 2019-11-05 07:48:04 -08:00
test_unparse.py bpo-38870: Throw ValueError on invalid yield from usage (GH-17798) 2020-01-02 18:20:04 +00:00
test_urllib.py bpo-39057: Fix urllib.request.proxy_bypass_environment(). (GH-17619) 2020-01-05 14:14:31 +02:00
test_urllib2.py bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of URLs (GH-15522)" (GH-16724) 2019-10-11 22:41:35 -07:00
test_urllib2_localnet.py bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382) 2019-09-25 07:30:20 -07:00
test_urllib2net.py bpo-38614: Use test.support.INTERNET_TIMEOUT constant (GH-17565) 2019-12-10 22:09:23 +01:00
test_urllib_response.py
test_urllibnet.py bpo-38614: Use test.support.INTERNET_TIMEOUT constant (GH-17565) 2019-12-10 22:09:23 +01:00
test_urlparse.py bpo-27657: Fix urlparse() with numeric paths (#661) 2019-10-18 06:07:20 -07:00
test_userdict.py
test_userlist.py
test_userstring.py
test_utf8_mode.py
test_utf8source.py
test_uu.py bpo-38945: UU Encoding: Don't let newline in filename corrupt the output format (#17418) 2019-12-02 14:25:21 -08:00
test_uuid.py Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246) 2019-11-19 21:34:03 +00:00
test_venv.py bpo-38901: Allow setting a venv's prompt to the basename of the current directory. (GH-17946) 2020-01-14 20:49:30 +00:00
test_wait3.py bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566) 2019-12-11 11:30:03 +01:00
test_wait4.py bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566) 2019-12-11 11:30:03 +01:00
test_wave.py
test_weakref.py bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) 2019-10-08 16:30:50 +01:00
test_weakset.py bpo-38761: Register WeakSet as a MutableSet (GH-17104) 2019-11-10 20:12:04 -08:00
test_webbrowser.py
test_winconsoleio.py
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-20928: support base-URL and recursive includes in etree.ElementInclude (#5723) 2019-11-25 16:36:25 +01:00
test_xml_etree_c.py
test_xmlrpc.py
test_xmlrpc_net.py
test_xxtestfuzz.py
test_yield_from.py
test_zipapp.py
test_zipfile.py bpo-39502: Skip test_zipfile.test_add_file_after_2107() on AIX (GH-18282) 2020-01-30 15:47:53 +01:00
test_zipfile64.py
test_zipimport.py bpo-39033: Fix NameError in zipimport during hash validation (GH-17588) 2019-12-16 09:34:12 +10:00
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