cpython/Lib/test
Pablo Galindo 293dd23477
Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246)
Capturing exceptions into names can lead to reference cycles though the __traceback__ attribute of the exceptions in some obscure cases that have been reported previously and fixed individually. As these variables are not used anyway, we can remove the binding to reduce the chances of creating reference cycles.

See for example GH-13135
2019-11-19 21:34:03 +00:00
..
audiodata
capath
cjkencodings
crashers
data
decimaltestdata
dtracedata
eintrdata bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16249) 2019-09-18 14:15:10 +02:00
encoded_modules
imghdrdata
leakers
libregrtest bpo-38614: Add timeout constants to test.support (GH-16964) 2019-10-30 12:41:43 +01:00
sndhdrdata
subprocessdata
support bpo-38614: Add timeout constants to test.support (GH-16964) 2019-10-30 12:41:43 +01:00
test_asyncio closes bpo-38692: Add a pidfd child process watcher to asyncio. (GH-17069) 2019-11-13 19:08:50 -08:00
test_email bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503) 2019-10-05 09:19:15 -07:00
test_import bpo-37409: fix relative import with no parent (#14956) 2019-09-11 11:09:47 +01:00
test_importlib bpo-38839: Fix some unused functions in tests (GH-17189) 2019-11-19 11:45:20 -08:00
test_json bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489) 2019-08-26 00:04:35 -07:00
test_tools bpo-36876: Re-organize the c-analyzer tool code. (gh-16841) 2019-10-18 19:00:04 -07:00
test_warnings Fix typos mostly in comments, docs and test names (GH-15209) 2019-08-30 16:21:19 -04:00
tracedmodules
xmltestdata Add correct license for C14N test suite to license docs. (GH-13055) 2019-05-02 22:11:04 +02:00
ziptestdata bpo-28494: Test existing zipfile working behavior. (GH-15853) 2019-09-10 09:14:11 -07:00
__init__.py
__main__.py
_test_multiprocessing.py bpo-38707: Fix for multiprocessing.Process MainThread.native_id (GH-17088) 2019-11-19 11:50:12 -08:00
allsans.pem
ann_module.py
ann_module2.py
ann_module3.py
audiotest.au
audiotests.py bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169) 2019-06-18 00:00:24 +02:00
audit-tests.py bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152) 2019-06-21 08:31:59 -07: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 Change bisect to bisect_cmd in docstring (#13040) 2019-05-01 22:49:49 -04:00
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
datetimetester.py bpo-38155: Add __all__ to datetime module (GH-16203) 2019-09-19 14:34:41 +01:00
dis_module.py
doctest_aliases.py
double_const.py
empty.vbs
exception_hierarchy.txt bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131) 2019-08-25 23:45:40 +10: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
ieee754.txt
imp_dummy.py
inspect_fodder.py bpo-36540: PEP 570 -- Implementation (GH-12701) 2019-04-29 13:36:57 +01:00
inspect_fodder2.py bpo-36540: PEP 570 -- Implementation (GH-12701) 2019-04-29 13:36:57 +01:00
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 bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904) 2019-08-04 14:12:48 +03:00
lock_tests.py bpo-15999: Clean up of handling boolean arguments. (GH-15610) 2019-09-01 12:16:51 +03:00
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 bpo-2661: Make mapping tests better usable for custom mapping classes. (GH-11157) 2019-06-06 03:13:08 -07:00
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 Don't skip pickle check_frame_opcodes() (GH-15025) 2019-07-30 12:08:17 -07:00
profilee.py
pstats.pck
pycacert.pem
pycakey.pem
pyclbr_input.py
pydoc_mod.py
pydocfodder.py
pythoninfo.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
randv2_32.pck
randv2_64.pck
randv3.pck
re_tests.py bpo-36528: Remove duplicate re tests. (GH-2689) 2019-09-11 17:02:34 +01:00
regrtest.py bpo-37473: Don't import importlib ASAP in tests (GH-14661) 2019-07-14 19:31:12 +02:00
relimport.py
reperf.py
revocation.crl
sample_doctest.py
sample_doctest_no_docstrings.py
sample_doctest_no_doctests.py
secp384r1.pem
selfsigned_pythontestdotnet.pem bpo-36816: Update the self-signed.pythontest.net cert (GH-13192) 2019-05-08 09:35:09 -07:00
seq_tests.py bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904) 2019-08-04 14:12:48 +03:00
sgml_input.html
signalinterproctester.py
Sine-1000Hz-300ms.aif
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
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 bpo-36889: Merge asyncio streams (GH-13251) 2019-05-27 12:56:22 -07:00
test___future__.py
test__locale.py
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 bpo-34331: Fix incorrectly pluralized abstract class error message. (GH-8670) 2019-09-11 17:29:44 +02:00
test_abstract_numbers.py
test_aifc.py bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169) 2019-06-18 00:00:24 +02:00
test_argparse.py bpo-38438: Simplify argparse "star nargs" usage. (GH-17106) 2019-11-11 12:47:48 -08:00
test_array.py bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375) 2019-05-17 10:13:03 +03:00
test_asdl_parser.py
test_ast.py bpo-38535: Fix positions for AST nodes for calls without arguments in decorators. (GH-16861) 2019-10-26 16:46:05 +03:00
test_asyncgen.py bpo-35409: Ignore GeneratorExit in async_gen_athrow_throw (GH-14755) 2019-11-19 05:53:52 -08:00
test_asynchat.py bpo-38839: Fix some unused functions in tests (GH-17189) 2019-11-19 11:45:20 -08:00
test_asyncore.py
test_atexit.py
test_audioop.py
test_audit.py Remove unused imports in tests (GH-14518) 2019-07-01 18:28:25 +02:00
test_augassign.py
test_base64.py
test_baseexception.py
test_bdb.py
test_bigaddrspace.py bpo-37758: Cut always-constant conditionals on sys.maxunicode. (GH-15302) 2019-09-09 08:20:40 -07:00
test_bigmem.py
test_binascii.py bpo-22385: Support output separators in hex methods. (#13578) 2019-05-29 11:46:58 -07:00
test_binhex.py
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-38839: Fix some unused functions in tests (GH-17189) 2019-11-19 11:45:20 -08:00
test_bytes.py bpo-37840: Fix handling of negative indices in bytearray_getitem() (GH-15250) 2019-09-09 09:28:34 -07:00
test_bz2.py bpo-37707: Exclude expensive unit tests from PGO task (GH-15009) 2019-07-30 11:08:18 -07:00
test_c_locale_coercion.py bpo-37335, test_c_locale_coercion: Remove unnecessary code (GH-14447) 2019-07-02 12:48:28 +02:00
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-38417: Add umask support to subprocess (GH-16726) 2019-10-12 13:24:56 -07:00
test_cgi.py bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (#10638) 2019-09-11 12:05:53 +01:00
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 bpo-36876: Add a tool that identifies unsupported global C variables. (#15877) 2019-09-11 19:49:45 +01:00
test_cmath.py Remove unused imports in tests (GH-14518) 2019-07-01 18:28:25 +02:00
test_cmd.py
test_cmd_line.py Remove unused imports in tests (GH-14518) 2019-07-01 18:28:25 +02:00
test_cmd_line_script.py Fix typos mostly in comments, docs and test names (GH-15209) 2019-08-30 16:21:19 -04:00
test_code.py bpo-38839: Fix some unused functions in tests (GH-17189) 2019-11-19 11:45:20 -08:00
test_code_module.py
test_codeccallbacks.py Remove unused imports in tests (GH-14518) 2019-07-01 18:28:25 +02:00
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 Fix typos mostly in comments, docs and test names (GH-15209) 2019-08-30 16:21:19 -04:00
test_colorsys.py
test_compare.py bpo-37685: Use singletons ALWAYS_EQ and NEVER_EQ in more tests. (GH-15167) 2019-08-08 08:43:18 +03:00
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-37421: test_concurrent_futures stops ForkServer (GH-14643) 2019-07-08 10:49:11 +02:00
test_configparser.py
test_contains.py bpo-37685: Use singletons ALWAYS_EQ and NEVER_EQ in more tests. (GH-15167) 2019-08-08 08:43:18 +03:00
test_context.py
test_contextlib.py [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620) 2019-06-05 18:22:31 +03:00
test_contextlib_async.py [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620) 2019-06-05 18:22:31 +03:00
test_copy.py
test_copyreg.py
test_coroutines.py bpo-37069: tests use catch_unraisable_exception() (GH-13762) 2019-06-03 03:51:43 +02:00
test_cprofile.py Remove unused imports in tests (GH-14518) 2019-07-01 18:28:25 +02:00
test_crashers.py
test_crypt.py bpo-25172: Add test for crypt ImportError on Windows (GH-15252) 2019-08-13 14:27:34 -07:00
test_csv.py bpo-27497: Add return value to csv.DictWriter.writeheader (GH-12306) 2019-05-10 03:50:11 +02:00
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 bpo-38431: Fix __repr__ method of InitVar to work with typing objects. (GH-16702) 2019-10-13 14:45:36 +03: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 bpo-19072: Make @classmethod support chained decorators (GH-8405) 2019-08-24 15:37:25 -07:00
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 closes bpo-37252: Fix devpoll tests. (GH-14017) 2019-09-11 14:42:04 +01:00
test_dict.py bpo-38525: Fix a segmentation fault when using reverse iterators of empty dict (GH-16846) 2019-10-19 21:01:08 +01:00
test_dict_version.py bpo-37685: Use singletons ALWAYS_EQ and NEVER_EQ in more tests. (GH-15167) 2019-08-08 08:43:18 +03:00
test_dictcomps.py bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-14139) 2019-06-22 07:40:55 -07:00
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 Fix difflib ? hint in diff output when dealing with tabs (#15201) 2019-08-21 13:59:25 -05:00
test_difflib_expect.html
test_dis.py bpo-18578: Rename and document test.bytecode_helper as test.support.bytecode_helper (GH-15168) 2019-09-12 10:02:59 +01:00
test_distutils.py
test_doctest.py Fix typos in comments, docs and test names (#15018) 2019-07-30 18:16:13 -04: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 Fix typos in docs, comments and test assert messages (#14872) 2019-07-21 16:12:33 -04:00
test_embed.py bpo-38317: Fix PyConfig.warnoptions priority (GH-16478) 2019-09-30 01:40:17 +02:00
test_ensurepip.py
test_enum.py bpo-37685: Use singletons ALWAYS_EQ and NEVER_EQ in more tests. (GH-15167) 2019-08-08 08:43:18 +03:00
test_enumerate.py
test_eof.py bpo-2180: Treat line continuation at EOF as a SyntaxError (GH-13401) 2019-05-18 11:27:16 -07:00
test_epoll.py
test_errno.py
test_exception_hierarchy.py
test_exception_variations.py
test_exceptions.py bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073) 2019-08-25 12:44:09 +03:00
test_extcall.py bpo-37645: add new function _PyObject_FunctionStr() (GH-14890) 2019-11-05 07:48:04 -08:00
test_faulthandler.py bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16249) 2019-09-18 14:15:10 +02: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 bpo-36842: Implement PEP 578 (GH-12613) 2019-05-23 08:45:22 -07:00
test_finalization.py
test_float.py bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108) 2019-06-02 00:05:48 +03:00
test_flufl.py
test_fnmatch.py
test_fork1.py Remove unused imports in tests (GH-14518) 2019-07-01 18:28:25 +02:00
test_format.py Fix typos mostly in comments, docs and test names (GH-15209) 2019-08-30 16:21:19 -04:00
test_fractions.py bpo-37819: Add Fraction.as_integer_ratio() (GH-15212) 2019-08-11 14:40:59 -07:00
test_frame.py
test_frozen.py
test_fstring.py bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195) 2019-08-10 00:19:07 -07:00
test_ftplib.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_funcattrs.py
test_functools.py bpo-38565: add new cache_parameters method for lru_cache (GH-16916) 2019-11-11 23:30:18 -08:00
test_future.py bpo-37070: Cleanup fstring debug handling (GH-13607) 2019-05-29 03:55:44 -04:00
test_future3.py
test_future4.py
test_future5.py
test_gc.py bpo-38006: Add unit test for weakref clear bug (GH-16788) 2019-10-15 20:56:48 -07: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 Remove unused imports in tests (GH-14518) 2019-07-01 18:28:25 +02:00
test_genericclass.py
test_genericpath.py
test_genexps.py
test_getargs2.py bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108) 2019-06-02 00:05:48 +03:00
test_getopt.py
test_getpass.py
test_gettext.py Remove unused imports in tests (GH-14518) 2019-07-01 18:28:25 +02:00
test_glob.py bpo-37935: Added tests for os.walk(), glob.iglob() and Path.glob() (GH-15956) 2019-09-12 13:54:48 +01:00
test_global.py
test_grammar.py bpo-37830: Fix compilation of break and continue in finally. (GH-15320) 2019-08-24 13:11:52 +03:00
test_grp.py
test_gzip.py bpo-28286: Deprecate opening GzipFile for writing implicitly. (GH-16417) 2019-11-16 18:56:57 +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-19119: Remove invalid test and rename a misnamed test (GH-15442) 2019-08-23 22:31:22 -07:00
test_hmac.py bpo-33604: Raise TypeError on missing hmac arg. (GH-16805) 2019-10-17 20:30:42 -07:00
test_html.py
test_htmlparser.py bpo-37328: remove deprecated HTMLParser.unescape (GH-14186) 2019-08-27 11:48:06 +09:00
test_http_cookiejar.py bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (GH-13921) 2019-09-13 04:29:00 -07: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-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler (GH-11398) 2019-09-11 14:03:46 +01:00
test_idle.py
test_imaplib.py bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382) 2019-09-25 07:30:20 -07:00
test_imghdr.py
test_imp.py
test_index.py bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108) 2019-06-02 00:05:48 +03:00
test_inspect.py bpo-38478: Correctly handle keyword argument with same name as positional-only parameter (GH-16800) 2019-10-15 12:40:02 +01:00
test_int.py bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108) 2019-06-02 00:05:48 +03:00
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 bpo-15999: Clean up of handling boolean arguments. (GH-15610) 2019-09-01 12:16:51 +03:00
test_ipaddress.py bpo-32820: __format__ method for ipaddress (#5627) 2019-09-12 10:03:31 +01:00
test_isinstance.py
test_iter.py bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904) 2019-08-04 14:12:48 +03:00
test_iterlen.py
test_itertools.py bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625) 2019-09-09 11:47:14 +03:00
test_keyword.py
test_keywordonlyarg.py
test_kqueue.py
test_largefile.py bpo-37096: Add large-file tests for modules using sendfile(2) (GH-13676) 2019-09-30 12:51:55 +08:00
test_lib2to3.py
test_linecache.py
test_list.py bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639) 2019-09-08 13:15:56 +03:00
test_listcomps.py
test_lltrace.py
test_locale.py bpo-18378: Recognize "UTF-8" as a valid name in locale._parse_localename (GH-14736) 2019-08-29 00:33:52 -04:00
test_logging.py update a deprecated assert in logging tests (GH-17079) 2019-11-07 10:13:36 +00:00
test_long.py
test_longexp.py
test_lzma.py bpo-21872: fix lzma library decompresses data incompletely (GH-14048) 2019-09-12 15:20:37 +01:00
test_mailbox.py Fix typos in comments, docs and test names (#15018) 2019-07-30 18:16:13 -04:00
test_mailcap.py
test_marshal.py Add more tests for preserving identity in marshal. (GH-13736) 2019-06-02 09:03:59 +03:00
test_math.py bpo-38639: Optimize floor(), ceil() and trunc() for floats. (GH-16991) 2019-11-16 18:00:57 +02:00
test_memoryio.py
test_memoryview.py
test_metaclass.py
test_mimetypes.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_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 bpo-37124: Fix reference leak in test_msilib (GH-13750) 2019-06-02 21:36:21 +01:00
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-38469: Handle named expression scope with global/nonlocal keywords (GH-16755) 2019-10-14 05:18:05 +01:00
test_netrc.py
test_nis.py
test_nntplib.py bpo-35925: Skip SSL tests that fail due to weak external certs. (GH-13124) 2019-05-06 17:54:06 -04: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 bpo-15999: Clean up of handling boolean arguments. (GH-15610) 2019-09-01 12:16:51 +03:00
test_os.py bpo-35381 Remove all static state from posixmodule (GH-15892) 2019-11-05 07:16:14 -08:00
test_ossaudiodev.py
test_osx_env.py
test_parser.py bpo-37268: test_parser fails when run with -Werror (GH-15183) 2019-08-08 14:48:00 -07:00
test_pathlib.py Revert "bpo-38811: Check for presence of os.link method in pathlib. (GH-17170)" (#17219) 2019-11-18 12:26:37 +01:00
test_pdb.py bpo-36250: ignore ValueError from signal in non-main thread (GH-12251) 2019-09-09 05:45:58 -05:00
test_peepholer.py bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) 2019-09-28 07:49:15 -07:00
test_pickle.py bpo-37210: Fix pure Python pickle when _pickle is unavailable (GH-14016) 2019-06-13 13:58:51 +02:00
test_picklebuffer.py Remove unused imports in tests (GH-14518) 2019-07-01 18:28:25 +02:00
test_pickletools.py bpo-36785: PEP 574 implementation (GH-7076) 2019-05-26 17:10:09 +02:00
test_pipes.py
test_pkg.py
test_pkgutil.py
test_platform.py Remove unused imports in tests (GH-14518) 2019-07-01 18:28:25 +02:00
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-38270: Check for hash digest algorithms and avoid MD5 (GH-16382) 2019-09-25 07:30:20 -07:00
test_positional_only_arg.py bpo-37122: Make co->co_argcount represent the total number of positonal arguments in the code object (GH-13726) 2019-06-01 18:08:04 +01:00
test_posix.py bpo-38692: Add os.pidfd_open. (GH-17063) 2019-11-05 19:21:29 -08:00
test_posixpath.py Remove unused imports in tests (GH-14518) 2019-07-01 18:28:25 +02:00
test_pow.py bpo-36027: Extend three-argument pow to negative second argument (GH-13266) 2019-06-02 10:24:06 +01:00
test_pprint.py Fix typos in comments, docs and test names (#15018) 2019-07-30 18:16:13 -04:00
test_print.py
test_profile.py
test_property.py bpo-19072: Make @classmethod support chained decorators (GH-8405) 2019-08-24 15:37:25 -07:00
test_pstats.py
test_pty.py
test_pulldom.py
test_pwd.py
test_py_compile.py bpo-22640: Add silent mode to py_compile.compile() (GH-12976) 2019-05-28 19:29:04 +03:00
test_pyclbr.py Remove unused imports in tests (GH-14518) 2019-07-01 18:28:25 +02:00
test_pydoc.py bpo-38786: Add parsing of https links to pydoc (GH-17143) 2019-11-13 18:13:52 +02:00
test_pyexpat.py bpo-15999: Always pass bool instead of int to the expat parser. (GH-15622) 2019-09-01 12:11:43 +03:00
test_queue.py bpo-37394: Fix pure Python implementation of the queue module (GH-14351) 2019-06-25 02:53:30 +01:00
test_quopri.py
test_raise.py bpo-37069: tests use catch_unraisable_exception() (GH-13762) 2019-06-03 03:51:43 +02:00
test_random.py bpo-38120: Fix DeprecationWarning in test_random for invalid type of arguments to random.seed. (GH-15987) 2019-09-12 11:13:20 +03:00
test_range.py bpo-37685: Use singletons ALWAYS_EQ and NEVER_EQ in more tests. (GH-15167) 2019-08-08 08:43:18 +03:00
test_re.py bpo-36548: Improve the repr of re flags. (GH-12715) 2019-05-31 10:39:47 +03:00
test_readline.py
test_regrtest.py bpo-37531: regrtest ignores output on timeout (GH-16659) 2019-10-08 18:45:43 +02:00
test_repl.py
test_reprlib.py
test_resource.py
test_richcmp.py
test_rlcompleter.py
test_robotparser.py bpo-37421: urllib.request tests call urlcleanup() (GH-14529) 2019-07-02 14:50:19 +02:00
test_runpy.py Remove unused imports in tests (GH-14518) 2019-07-01 18:28:25 +02:00
test_sax.py bpo-37421: urllib.request tests call urlcleanup() (GH-14529) 2019-07-02 14:50:19 +02:00
test_sched.py
test_scope.py
test_script_helper.py
test_secrets.py
test_select.py
test_selectors.py
test_set.py bpo-37219: Remove erroneous optimization for differencing an empty set (GH-13965) 2019-06-11 01:15:24 -07:00
test_setcomps.py
test_shelve.py
test_shlex.py bpo-35168: Make shlex.punctuation_chars read-only (#11631) 2019-09-11 12:04:04 +01:00
test_shutil.py bpo-38453: Ensure ntpath.realpath correctly resolves relative paths (GH-16967) 2019-11-15 09:49:21 -08:00
test_signal.py Remove unused imports in tests (GH-14518) 2019-07-01 18:28:25 +02:00
test_site.py simplify StartupImportTests (GH-13096) 2019-05-05 18:06:30 +09:00
test_slice.py
test_smtpd.py
test_smtplib.py bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382) 2019-09-25 07:30:20 -07:00
test_smtpnet.py
test_sndhdr.py
test_socket.py bpo-38614: Add timeout constants to test.support (GH-16964) 2019-10-30 12:41:43 +01:00
test_socketserver.py
test_sort.py
test_source_encoding.py bpo-36919: make test_source_encoding.test_issue2301 implementation-independent (#13639) 2019-09-11 14:57:32 +01:00
test_spwd.py
test_sqlite.py
test_ssl.py bpo-38275: Fix test_ssl issue caused by GH-16386 (#16428) 2019-09-26 18:23:17 +02: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-38521: Fix error in NormalDist.__eq__() (GH-16840) 2019-10-18 14:20:35 -07:00
test_strftime.py
test_string.py
test_string_literals.py bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195) 2019-08-10 00:19:07 -07:00
test_stringprep.py
test_strptime.py bpo-37552: Skip failing tests in strptime/strftime with UCRT version 17763.615 (#14460) 2019-07-18 15:56:59 +02:00
test_strtod.py
test_struct.py bpo-38076: Make struct module PEP-384 compatible (#15805) 2019-09-10 03:18:37 -07:00
test_structmembers.py
test_structseq.py
test_subclassinit.py
test_subprocess.py bpo-38724: Implement subprocess.Popen.__repr__ (GH-17151) 2019-11-17 16:08:31 +02:00
test_sunau.py bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169) 2019-06-18 00:00:24 +02:00
test_sundry.py
test_super.py
test_support.py bpo-32972: Async test case (GH-13386) 2019-05-29 02:33:59 -07:00
test_symbol.py
test_symtable.py bpo-37001: Makes symtable.symtable have parity with compile for input (#13483) 2019-05-28 16:21:17 -07:00
test_syntax.py bpo-37500: Make sure dead code does not generate bytecode but also detect syntax errors (GH-14612) 2019-07-15 02:15:01 -07:00
test_sys.py Remove unused imports in tests (GH-14518) 2019-07-01 18:28:25 +02:00
test_sys_setprofile.py bpo-36994: add test for profiling method_descriptor with **kwargs (GH-13461) 2019-05-22 22:05:02 +12:00
test_sys_settrace.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_sysconfig.py bpo-37369: Fix initialization of sys members when launched via an app container (GH-14428) 2019-06-29 10:34:11 -07:00
test_syslog.py
test_tabnanny.py Remove unused imports in tests (GH-14518) 2019-07-01 18:28:25 +02:00
test_tarfile.py bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382) 2019-09-25 07:30:20 -07: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-35803: Document and test dir=PathLike for tempfile (GH-11644) 2019-09-09 10:54:34 -05:00
test_textwrap.py
test_thread.py bpo-37069: tests use catch_unraisable_exception() (GH-13762) 2019-06-03 03:51:43 +02:00
test_threadedtempfile.py Remove unused imports in tests (GH-14518) 2019-07-01 18:28:25 +02:00
test_threading.py Revert "bpo-37788: Fix a reference leak if a thread is not joined (GH-15228)" (GH-15338) 2019-08-20 00:47:07 +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-15999: Always pass bool instead of int to socket.setblocking(). (GH-15621) 2019-09-01 12:12:52 +03:00
test_tix.py
test_tk.py
test_tokenize.py
test_trace.py Fix typos in comments, docs and test names (#15018) 2019-07-30 18:16:13 -04:00
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 Fix typos in comments, docs and test names (#15018) 2019-07-30 18:16:13 -04:00
test_type_comments.py bpo-35766: compile(): rename feature_version parameter (GH-13994) 2019-06-12 02:52:16 +02:00
test_typechecks.py
test_types.py Fix typos in comments, docs and test names (#15018) 2019-07-30 18:16:13 -04:00
test_typing.py bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641) 2019-10-08 16:29:52 +03:00
test_ucn.py bpo-38043: Move unicodedata.normalize tests into test_unicodedata. (GH-15712) 2019-09-10 10:29:26 +01:00
test_unary.py
test_unicode.py bpo-15999: Clean up of handling boolean arguments. (GH-15610) 2019-09-01 12:16:51 +03:00
test_unicode_file.py
test_unicode_file_functions.py
test_unicode_identifiers.py
test_unicodedata.py closes bpo-37758: Extend unicodedata checksum tests to cover all of Unicode. (GH-15125) 2019-09-12 10:25:25 +01:00
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_urllib.py Remove code commented for more than 10 years (GH-16965) 2019-10-28 22:35:31 +01: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 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_urllib_response.py bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers, url, and status properties for HTTPResponse and addinfourl (GH-11447) 2019-09-13 12:40:07 +01:00
test_urllibnet.py bpo-37421: urllib.request tests call urlcleanup() (GH-14529) 2019-07-02 14:50:19 +02:00
test_urlparse.py bpo-27657: Fix urlparse() with numeric paths (#661) 2019-10-18 06:07:20 -07:00
test_userdict.py [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620) 2019-06-05 18:22:31 +03:00
test_userlist.py bpo-27639: Correct return type for UserList slicing operation (#13169) 2019-05-07 17:41:06 -04:00
test_userstring.py bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138) 2019-08-27 21:38:09 -07:00
test_utf8_mode.py
test_utf8source.py
test_uu.py
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-37885: venv: Don't produce unbound variable warning on deactivate (GH-15330) 2019-09-11 07:58:56 -07:00
test_wait3.py bpo-36279: Ensure os.wait3() rusage is initialized (GH-15111) 2019-09-09 08:48:32 -07:00
test_wait4.py
test_wave.py bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169) 2019-06-18 00:00:24 +02:00
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 bpo-37421: test_winconsoleio doesn't leak temp file anymore (GH-14562) 2019-07-03 11:09:56 +02:00
test_winreg.py bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (#13239) 2019-09-09 02:26:15 -07:00
test_winsound.py
test_with.py
test_wsgiref.py Fix typos mostly in comments, docs and test names (GH-15209) 2019-08-30 16:21:19 -04:00
test_xdrlib.py
test_xml_dom_minicompat.py
test_xml_etree.py bpo-32424: Deprecate xml.etree.ElementTree.Element.copy() in favor of copy.copy() (GH-12995) 2019-09-10 16:22:01 +01:00
test_xml_etree_c.py
test_xmlrpc.py bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952) 2019-08-08 08:42:54 +03:00
test_xmlrpc_net.py
test_xxtestfuzz.py bpo-29505: Add more fuzzing for re.compile, re.load and csv.reader (GH-14255) 2019-06-29 22:54:42 -07:00
test_yield_from.py bpo-37069: tests use catch_unraisable_exception() (GH-13762) 2019-06-03 03:51:43 +02:00
test_zipapp.py
test_zipfile.py bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (GH-14656) 2019-10-29 09:24:18 +02: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