cpython/Lib/test
Victor Stinner 2e1ef00171
bpo-20891: Skip test_embed.test_bpo20891() (#4967) (#4969)
Skip the test failing randomly because of known race condition.

Skip the test to fix macOS buildbots until a decision is made on the
proper fix for the race condition.

(cherry picked from commit 550ee051d6)
2017-12-22 00:32:27 +01:00
..
audiodata
capath
cjkencodings
crashers
data
decimaltestdata
dtracedata
eintrdata [3.6] bpo-28759: Skip some tests on PermissionError raised by Android (GH-4350) (#4380) 2017-11-12 18:18:36 +01:00
encoded_modules
imghdrdata
leakers
libregrtest [3.6] bpo-31324: Optimize support._match_test() (#4523) 2017-11-23 17:42:04 +01:00
sndhdrdata
subprocessdata
support [3.6] bpo-31324: Optimize support._match_test() (#4523) 2017-11-23 17:42:04 +01:00
test_asyncio bpo-27456: Ensure TCP_NODELAY is set on linux (#4231) (#4898) 2017-12-15 21:53:08 -05:00
test_email bpo-27240 Rewrite the email header folding algorithm. (GH-3488) (#4693) 2017-12-03 19:46:23 -05:00
test_import [3.6] bpo-31492: Fix assertion failures in case of a module with a bad __name__ attribute. (GH-3620). (#3773) 2017-09-27 07:33:00 +03:00
test_importlib [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
test_json [3.6] bpo-31505: Fix an assertion failure in json, in case _json.make_encoder() received a bad encoder() argument. (GH-3643) (#3777) 2017-09-27 08:21:47 +03:00
test_tools bpo-31174: Improve the code of test_tools.test_unparse. (GH-4146) (#4148) 2017-10-27 16:17:36 +03:00
test_warnings [3.6] bpo-31285: Fix an assertion failure and a SystemError in warnings.warn_explicit. (GH-3219) (#3775) 2017-09-27 07:38:03 +03:00
tracedmodules
xmltestdata bpo-31170: Write unit test for Expat 2.2.4 UTF-8 bug (#3570) (#3746) 2017-09-25 02:00:04 -07:00
Sine-1000Hz-300ms.aif
__init__.py
__main__.py
_test_multiprocessing.py bpo-32294: Fix multiprocessing test_semaphore_tracker() (GH-4885) (#4887) 2017-12-15 17:26:46 +01:00
allsans.pem
ann_module.py
ann_module2.py
ann_module3.py
audiotest.au
audiotests.py
autotest.py
bad_coding.py
bad_coding2.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.py
bytecode_helper.py
cfgparser.1
cfgparser.2
cfgparser.3
cmath_testcases.txt
coding20731.py
curses_tests.py
datetimetester.py bpo-31222: Make (datetime|date|time).replace return subclass type in Pure Python (GH-4176) (#4356) 2017-11-09 16:52:05 -08:00
dh1024.pem
dis_module.py
doctest_aliases.py
double_const.py
empty.vbs
exception_hierarchy.txt
final_a.py
final_b.py
floating_points.txt
fork_wait.py
formatfloat_testcases.txt
future_test1.py
future_test2.py
gdb_sample.py
ieee754.txt
imp_dummy.py
inspect_fodder.py
inspect_fodder2.py
keycert.passwd.pem
keycert.pem
keycert2.pem
keycert3.pem
keycert4.pem
list_tests.py
lock_tests.py bpo-32208: update threading.Semaphore docs and add unit test (GH-4709) (#4750) 2017-12-07 20:48:35 +02:00
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
outstanding_bugs.py
pickletester.py bpo-32032: Test both implementations of module-level pickle API. (GH-4401) (#4403) 2017-11-15 14:32:04 +02:00
profilee.py
pstats.pck
pycacert.pem
pycakey.pem
pyclbr_input.py
pydoc_mod.py
pydocfodder.py
pystone.py
pythoninfo.py pythoninfo: sync with master (#4844) 2017-12-14 15:41:06 +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
selfsigned_pythontestdotnet.pem
seq_tests.py
sgml_input.html
signalinterproctester.py
sortperf.py
ssl_cert.pem
ssl_key.passwd.pem
ssl_key.pem
ssl_servers.py
ssltests.py
string_tests.py
test___all__.py
test___future__.py
test__locale.py
test__opcode.py
test__osx_support.py
test_abc.py
test_abstract_numbers.py
test_aifc.py
test_argparse.py
test_array.py
test_asdl_parser.py
test_ast.py [3.6] bpo-31592: Fix an assertion failure in Python parser in case of a bad unicodedata.normalize(). (GH-3767) (#3836) 2017-09-30 22:51:37 +03:00
test_asyncgen.py
test_asynchat.py
test_asyncore.py
test_atexit.py [3.6] Test atexit shutdown mechanism in a subprocess (GH-4828) (#4829) 2017-12-13 11:53:59 +01:00
test_audioop.py
test_augassign.py
test_base64.py
test_baseexception.py [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
test_bigaddrspace.py
test_bigmem.py
test_binascii.py
test_binhex.py
test_binop.py
test_bisect.py
test_bool.py
test_buffer.py [3.6] bpo-31792: Restore os.environ in test_buffer when import numpy. (GH-4007) (#4009) 2017-10-16 11:21:30 +03:00
test_bufio.py
test_builtin.py [3.6] bpo-27169: The __debug__ constant is now optimized out at compile time. (GH-4880) (#4882) 2017-12-15 13:26:26 +02:00
test_bytes.py [3.6] bpo-20047: Make bytearray methods partition() and rpartition() rejecting (GH-4158) (#4162) 2017-10-29 12:24:45 +02:00
test_bz2.py
test_calendar.py
test_call.py
test_capi.py bpo-20891: Skip test_embed.test_bpo20891() (#4967) (#4969) 2017-12-22 00:32:27 +01:00
test_cgi.py
test_cgitb.py
test_charmapcodec.py
test_class.py [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
test_cmath.py
test_cmd.py
test_cmd_line.py bpo-32329: Fix sys.flags.hash_randomization (#4875) 2017-12-15 01:39:48 +01:00
test_cmd_line_script.py
test_code.py [3.6] bpo-32176: Set CO_NOFREE in the code object constructor (GH-4684) 2017-12-03 23:32:54 +10:00
test_code_module.py bpo-31836: Test_code_module now passes with sys.ps1, ps2 set (GH-4070) (#4156) 2017-10-28 07:43:16 -04:00
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-32110: codecs.StreamReader.read(n) now returns not more than n (GH-4499) (#4622) 2017-11-29 02:06:53 +02:00
test_codeop.py
test_collections.py [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
test_colorsys.py
test_compare.py
test_compile.py [3.6] bpo-27169: The __debug__ constant is now optimized out at compile time. (GH-4880) (#4882) 2017-12-15 13:26:26 +02:00
test_compileall.py
test_complex.py
test_concurrent_futures.py [3.6] bpo-31641: Allow arbitrary iterables in `concurrent.futures.as_completed()` (GH-3830) (#3831) 2017-09-29 15:07:01 -07:00
test_configparser.py
test_contains.py
test_contextlib.py
test_copy.py
test_copyreg.py
test_coroutines.py
test_cprofile.py
test_crashers.py
test_crypt.py bpo-25287: Backport new tests for crypt and skip test_crypt on OpenBSD. (#4111) 2017-10-24 23:11:42 +03:00
test_csv.py bpo-32255: Always quote a single empty field when write into a CSV file. (GH-4769) (#4810) 2017-12-12 12:56:40 +02:00
test_ctypes.py
test_curses.py bpo-31924: Fix test_curses on NetBSD 8. (GH-4228) (#4259) 2017-11-03 22:11:09 +02:00
test_datetime.py
test_dbm.py
test_dbm_dumb.py
test_dbm_gnu.py
test_dbm_ndbm.py
test_decimal.py [3.6] bpo-31234: Join threads in tests (#3589) 2017-09-15 16:55:47 -07:00
test_decorators.py
test_defaultdict.py
test_deque.py
test_descr.py
test_descrtut.py
test_devpoll.py
test_dict.py
test_dict_version.py
test_dictcomps.py
test_dictviews.py
test_difflib.py
test_difflib_expect.html
test_dis.py
test_distutils.py
test_doctest.py
test_doctest.txt
test_doctest2.py
test_doctest2.txt
test_doctest3.txt
test_doctest4.txt
test_docxmlrpc.py
test_dtrace.py
test_dummy_thread.py
test_dummy_threading.py
test_dynamic.py
test_dynamicclassattribute.py
test_eintr.py
test_ensurepip.py bpo-31351: Set return code in ensurepip when pip fails (GH-3626) (GH-3683) 2017-09-22 06:45:37 -07:00
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 [3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4135) 2017-10-26 17:48:48 +02:00
test_extcall.py
test_faulthandler.py bpo-31701: faulthandler: ignore MSC and COM Windows exception (#3929) (#4416) 2017-11-16 03:53:45 -08:00
test_fcntl.py
test_file.py
test_file_eintr.py
test_filecmp.py
test_fileinput.py
test_fileio.py
test_finalization.py
test_float.py
test_flufl.py
test_fnmatch.py
test_fork1.py
test_format.py
test_fractions.py
test_frame.py
test_fstring.py
test_ftplib.py
test_funcattrs.py
test_functools.py [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
test_future.py
test_future3.py
test_future4.py
test_future5.py
test_gc.py
test_gdb.py
test_generator_stop.py
test_generators.py [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
test_genericpath.py [3.6] bpo-28759: Skip some tests on PermissionError raised by Android (GH-4350) (#4380) 2017-11-12 18:18:36 +01:00
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-28286: Add tests for the mode argument of GzipFile. (GH-4074) (#4076) 2017-10-22 14:53:43 +03:00
test_hash.py
test_hashlib.py bpo-31933: fix blake2 multi-byte params on big endian platforms (GH-4250) (#4262) 2017-11-03 20:55:54 +01:00
test_heapq.py
test_hmac.py
test_html.py
test_htmlparser.py
test_http_cookiejar.py
test_http_cookies.py
test_httplib.py
test_httpservers.py [3.6] bpo-31380: Skip test_httpservers test_undecodable_file on macOS. (GH-4720) (#4721) 2017-12-05 00:03:29 -05:00
test_idle.py
test_imaplib.py
test_imghdr.py
test_imp.py bpo-31676: Fix test_imp.test_load_source() side effect (GH-3871) (GH-3988) 2017-10-17 18:47:10 -07:00
test_index.py
test_inspect.py [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
test_int.py [3.6] bpo-31619: Fixed a ValueError when convert a string with large number of underscores (GH-3827) (#3863) 2017-10-03 15:38:46 +03:00
test_int_literal.py
test_io.py [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
test_ioctl.py
test_ipaddress.py
test_isinstance.py
test_iter.py
test_iterlen.py
test_itertools.py [3.6] bpo-30347: Stop crashes when concurrently iterate over itertools.groupby() iterators. (GH-1557) (#3770) 2017-09-26 22:20:22 +03:00
test_keyword.py
test_keywordonlyarg.py
test_kqueue.py [3.6] bpo-30058: Fixed buffer overflow in select.kqueue.control(). (GH-1095) (#3973) 2017-10-12 23:20:44 +03:00
test_largefile.py [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
test_lib2to3.py
test_linecache.py
test_list.py
test_listcomps.py
test_locale.py
test_logging.py [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
test_long.py
test_longexp.py
test_lzma.py
test_macpath.py
test_macurl2path.py
test_mailbox.py [3.6] bpo-31627: Make test_mailbox be lenient to empty hostname. (GH-3821) (#3837) 2017-09-30 22:52:00 +03:00
test_mailcap.py
test_marshal.py bpo-32011: Revert "Issue GH-15480: Remove the deprecated and unused TYPE_INT64 code from marshal." (GH-4381) (#4405) 2017-11-15 18:05:58 +02:00
test_math.py [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
test_memoryio.py [3.6] bpo-30416: Protect the optimizer during constant folding. (#4865) 2017-12-15 14:12:14 +02:00
test_memoryview.py
test_metaclass.py
test_mimetypes.py
test_minidom.py
test_mmap.py
test_module.py
test_modulefinder.py
test_msilib.py [3.6] bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539) 2017-11-24 19:04:40 +03:00
test_multibytecodec.py
test_multiprocessing_fork.py
test_multiprocessing_forkserver.py
test_multiprocessing_main_handling.py
test_multiprocessing_spawn.py
test_netrc.py bpo-30806: Fix netrc.__repr__() format (GH-2491) 2017-11-03 14:36:45 +09:00
test_nis.py
test_nntplib.py bpo-32128: Skip test_nntplib.test_article_head_body() (GH-4552) (#4553) 2017-11-25 03:02:47 +01:00
test_normalization.py
test_ntpath.py
test_numeric_tower.py
test_opcodes.py
test_openpty.py
test_operator.py
test_optparse.py
test_ordered_dict.py
test_os.py
test_ossaudiodev.py
test_osx_env.py
test_parser.py [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
test_pathlib.py [3.6] bpo-28759: Skip some tests on PermissionError raised by Android (GH-4350) (#4380) 2017-11-12 18:18:36 +01:00
test_pdb.py
test_peepholer.py [3.6] bpo-30416: Protect the optimizer during constant folding. (#4865) 2017-12-15 14:12:14 +02:00
test_pickle.py bpo-28416: Break reference cycles in Pickler and Unpickler subclasses (GH-4080) (#4653) 2017-11-30 23:30:39 +02:00
test_pickletools.py bpo-32032: Test both implementations of module-level pickle API. (GH-4401) (#4403) 2017-11-15 14:32:04 +02:00
test_pipes.py
test_pkg.py
test_pkgimport.py
test_pkgutil.py
test_platform.py
test_plistlib.py Fix implementation dependent assertion in test_plistlib. (GH-4813) (#4815) 2017-12-12 19:53:02 +02:00
test_poll.py [3.6] bpo-31334: Fix timeout in select.poll.poll() (GH-3277) (#4033) 2017-10-18 15:05:16 +03:00
test_popen.py
test_poplib.py
test_posix.py [3.6] bpo-28759: Skip some tests on PermissionError raised by Android (GH-4350) (#4380) 2017-11-12 18:18:36 +01:00
test_posixpath.py
test_pow.py
test_pprint.py
test_print.py
test_profile.py
test_property.py
test_pstats.py
test_pty.py [3.6] bpo-31158: Fix nondeterministic read in test_pty (GH-3808) (GH-3852) 2017-10-02 02:57:56 -07:00
test_pulldom.py
test_pwd.py
test_py_compile.py
test_pyclbr.py
test_pydoc.py
test_pyexpat.py
test_queue.py [3.6] bpo-31234: Join threads in tests (#3589) 2017-09-15 16:55:47 -07:00
test_quopri.py
test_raise.py
test_random.py [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
test_range.py
test_re.py Fix improper use of re.escape() in tests. (GH-4814) (#4816) 2017-12-12 20:29:05 +02:00
test_readline.py
test_regrtest.py
test_repl.py [3.6] bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160). (#4379) 2017-11-12 17:33:16 +01:00
test_reprlib.py
test_resource.py
test_richcmp.py
test_rlcompleter.py
test_robotparser.py bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (GH-4529) (#4533) 2017-11-23 15:57:58 -08:00
test_runpy.py
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
test_shelve.py
test_shlex.py
test_shutil.py [3.6] bpo-28759: Skip some tests on PermissionError raised by Android (GH-4350) (#4380) 2017-11-12 18:18:36 +01:00
test_signal.py
test_site.py [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
test_slice.py
test_smtpd.py
test_smtplib.py [3.6] bpo-31234: Join threads in tests (#3589) 2017-09-15 16:55:47 -07:00
test_smtpnet.py
test_sndhdr.py
test_socket.py [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
test_socketserver.py bpo-31593: test_socketserver waits child processes (#3766) 2017-09-27 02:21:12 -07:00
test_sort.py
test_source_encoding.py
test_spwd.py
test_sqlite.py
test_ssl.py [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
test_startfile.py
test_stat.py [3.6] bpo-28759: Skip some tests on PermissionError raised by Android (GH-4350) (#4380) 2017-11-12 18:18:36 +01:00
test_statistics.py
test_strftime.py bpo-32139: test_strftime does not anymore modify the locale (GH-4569) (#4635) 2017-11-29 16:18:22 +01:00
test_string.py bpo-31672: Fix string.Template accidentally matched non-ASCII identifiers (GH-3872) 2017-10-14 14:21:59 +09:00
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 [3.6] bpo-31178: Mock os.waitpid() in test_subprocess (GH-3896) (#3897) 2017-10-05 07:10:59 -07:00
test_sunau.py
test_sundry.py
test_super.py
test_support.py [3.6] bpo-31324: Optimize support._match_test() (#4523) 2017-11-23 17:42:04 +01:00
test_symbol.py
test_symtable.py
test_syntax.py bpo-31847: Fix commented out tests in test_syntax. (GH-4084) (#4095) 2017-10-24 01:08:03 +03:00
test_sys.py bpo-32030: Fix test_sys.test_getallocatedblocks() (#4637) 2017-11-29 23:51:41 +01:00
test_sys_setprofile.py
test_sys_settrace.py [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
test_sysconfig.py
test_syslog.py
test_tarfile.py
test_tcl.py [3.6] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (GH-3866) (#3874) 2017-10-03 23:50:46 +03:00
test_telnetlib.py
test_tempfile.py
test_textwrap.py
test_thread.py
test_threaded_import.py
test_threadedtempfile.py
test_threading.py [3.6] bpo-31516: current_thread() should not return a dummy thread at shutdown (GH-3673) (#3856) 2017-10-02 17:20:01 +02:00
test_threading_local.py
test_threadsignals.py
test_time.py [3.6] bpo-31786: Make functions in the select module blocking when timeout is a small negative value. (GH-4003). (#4022) 2017-10-18 11:12:47 +03:00
test_timeit.py
test_timeout.py
test_tix.py
test_tk.py
test_tokenize.py [3.6] bpo-31852: Fix segfault caused by using the async soft keyword (GH-4122) 2017-10-30 17:46:34 -07:00
test_trace.py
test_traceback.py [3.6] bpo-28603: Fix formatting tracebacks for unhashable exceptions (GH-4014) (#4024) 2017-10-18 01:14:19 +03:00
test_tracemalloc.py
test_ttk_guionly.py
test_ttk_textonly.py
test_tuple.py
test_turtle.py
test_typechecks.py
test_types.py [3.6] bpo-31655: Validate keyword names in SimpleNamespace constructor. (GH-3909) (#3920) 2017-10-07 23:52:57 +03:00
test_typing.py [bpo-28556] Minor fixes for typing module (GH-4710) (#4713) 2017-12-04 22:02:02 -05: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
test_urllib.py
test_urllib2.py
test_urllib2_localnet.py
test_urllib2net.py
test_urllib_response.py
test_urllibnet.py
test_urlparse.py bpo-32323: urllib.parse.urlsplit() must not lowercase() IPv6 scope value (GH-4867) (#4959) 2017-12-21 14:54:45 +02:00
test_userdict.py
test_userlist.py
test_userstring.py
test_utf8source.py
test_uu.py
test_uuid.py [3.6] bpo-32107 - Backport bitmask check fix (GH-4576) (#4591) 2017-11-29 10:35:02 -05:00
test_venv.py bpo-31999: Fix test_venv in case the zlib module is not available. (GH-4359) (#4360) 2017-11-10 12:56:59 +02:00
test_wait3.py
test_wait4.py
test_wave.py
test_weakref.py
test_weakset.py
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 [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
test_xml_etree_c.py [3.6] bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Element.text and Element.tail (GH-3924) (#3945) 2017-10-11 00:51:28 +03:00
test_xmlrpc.py [3.6] bpo-31234: Join threads in tests (#3589) 2017-09-15 16:55:47 -07:00
test_xmlrpc_net.py [3.6] bpo-31724: Skip test_xmlrpc_net (GH-3922) 2017-10-08 01:52:07 -05:00
test_yield_from.py
test_zipapp.py [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
test_zipfile.py
test_zipfile64.py
test_zipimport.py
test_zipimport_support.py
test_zlib.py
testcodec.py
testtar.tar
tf_inherit_check.py
threaded_import_hangers.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
wrongcert.pem
xmltests.py
zip_cp437_header.zip
zipdir.zip