cpython/Lib/test
Ned Deily 8511b448a5 bpo-29514: Make magic number test work for candidates 2018-06-26 22:53:14 -04:00
..
audiodata
capath
cjkencodings
crashers
data
decimaltestdata
dtracedata
eintrdata
encoded_modules
imghdrdata
leakers
libregrtest bpo-33873: Backport regrtest from master to 3.7 (GH-7935) 2018-06-26 23:47:35 +02:00
sndhdrdata
subprocessdata
support bpo-33773: Fix test.support.fd_count() on Linux/FreBSD (GH-7421) 2018-06-06 08:57:20 -07:00
test_asyncio bpo-33694: Fix typo in helper function name (GH-7522) 2018-06-08 01:48:50 -07:00
test_email bpo-27397: Make email module properly handle invalid-length base64 strings (GH-7583) (GH-7664) 2018-06-12 16:46:11 +03:00
test_import bpo-33465: Use an unlikely to be built-in C extension in a test (GH-6797) (#6869) 2018-05-15 17:24:26 -04:00
test_importlib bpo-29514: Make magic number test work for candidates 2018-06-26 22:53:14 -04:00
test_json bpo-30877: Fix clearing a cache in the the JSON decoder. (GH-7048) 2018-05-22 06:03:10 -07:00
test_tools bpo-33189: pygettext.py now accepts only literal strings (GH-6364) 2018-04-18 23:49:15 -07:00
test_warnings bpo-33509: Fix test_warnings for python3 -Werror (GH-7365) 2018-06-04 10:23:41 -07:00
tracedmodules
xmltestdata
Sine-1000Hz-300ms.aif
__init__.py
__main__.py
_test_multiprocessing.py bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7319) 2018-06-01 08:21:21 -07:00
allsans.pem
ann_module.py
ann_module2.py
ann_module3.py
audiotest.au
audiotests.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.py
bytecode_helper.py
cfgparser.1
cfgparser.2
cfgparser.3
cmath_testcases.txt
coding20731.py
curses_tests.py
dataclass_module_1.py bpo-33453: Handle string type annotations in dataclasses. (GH-6768) 2018-05-15 21:22:13 -07:00
dataclass_module_1_str.py bpo-33453: Handle string type annotations in dataclasses. (GH-6768) 2018-05-15 21:22:13 -07:00
dataclass_module_2.py bpo-33453: Handle string type annotations in dataclasses. (GH-6768) 2018-05-15 21:22:13 -07:00
dataclass_module_2_str.py bpo-33453: Handle string type annotations in dataclasses. (GH-6768) 2018-05-15 21:22:13 -07:00
datetimetester.py bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) (GH-7600) 2018-06-10 18:02:24 -04: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
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
outstanding_bugs.py
pickletester.py bpo-33209: End framing at the end of C implementation of pickle.Pickler.dump(). (GH-6366) 2018-04-03 14:35:11 -07:00
profilee.py
pstats.pck
pycacert.pem
pycakey.pem
pyclbr_input.py
pydoc_mod.py
pydocfodder.py
pythoninfo.py set terse to True when calling platform.platform in test.pythoninfo (GH-7797) 2018-06-20 01:32:49 +08: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
ssl_cert.pem
ssl_key.passwd.pem
ssl_key.pem
ssl_servers.py
ssltests.py
string_tests.py bpo-32677: Optimize str.isascii() (GH-5356) 2018-01-28 09:59:12 +09:00
test___all__.py
test___future__.py
test__locale.py
test__opcode.py
test__osx_support.py
test_abc.py bpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002) 2018-03-06 23:47:40 -08:00
test_abstract_numbers.py
test_aifc.py bpo-32056: Improve exceptions in aifc, wave and sunau. (GH-5951) 2018-03-18 13:50:41 -07:00
test_argparse.py bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) 2018-06-08 04:33:50 -07:00
test_array.py
test_asdl_parser.py
test_ast.py bpo-33851: Fix ast.get_docstring() for a node that lacks a docstring. (GH-7682) 2018-06-15 01:25:13 -07:00
test_asyncgen.py
test_asynchat.py
test_asyncore.py
test_atexit.py
test_audioop.py
test_augassign.py
test_base64.py
test_baseexception.py
test_bdb.py bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6926) 2018-05-17 08:49:01 -04:00
test_bigaddrspace.py
test_bigmem.py
test_binascii.py bpo-33770: improve base64 exception message for encoded inputs of invalid length (GH-7416) (GH-7602) 2018-06-10 17:37:14 -04:00
test_binhex.py
test_binop.py
test_bisect.py
test_bool.py
test_buffer.py
test_bufio.py
test_builtin.py
test_bytes.py
test_bz2.py bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995) 2018-02-13 03:32:18 -08:00
test_c_locale_coercion.py
test_calendar.py
test_call.py
test_capi.py
test_cgi.py bpo-33497: Add errors param to cgi.parse_multipart and make an encoding in FieldStorage use the given errors (GH-6804) (GH-6837) 2018-05-14 18:20:06 -04:00
test_cgitb.py bpo-33256: Replace angle brackets around python object repr to display it in html (GH-6442) 2018-04-29 12:10:12 -07:00
test_charmapcodec.py
test_class.py
test_cmath.py
test_cmd.py [3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520) 2018-02-03 20:41:43 -05:00
test_cmd_line.py bpo-32457: Improves handling of denormalized executable path when launching Python (GH-5756) 2018-02-22 11:15:16 -08:00
test_cmd_line_script.py bpo-33053: -m now adds *starting* directory to sys.path (GH-6231) (#6236) 2018-03-25 23:43:50 +10:00
test_code.py
test_code_module.py
test_codeccallbacks.py bpo-32583: Fix possible crashing in builtin Unicode decoders (#5325) 2018-01-31 17:02:12 -05: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
test_codeop.py
test_collections.py bpo-32792: Preserve mapping order in ChainMap() (GH-5586) (#GH-5617) 2018-02-11 01:09:52 -08:00
test_colorsys.py
test_compare.py
test_compile.py bpo-32964: Reuse a testing implementation of the path protocol in tests. (GH-5930) 2018-03-02 02:17:51 -08:00
test_compileall.py
test_complex.py
test_concurrent_futures.py bpo-33097: Fix submit accepting callable after executor shutdown by interpreter exit (GH-6144) (GH-6445) 2018-04-10 20:35:02 +02:00
test_configparser.py
test_contains.py
test_context.py
test_contextlib.py bpo-30306: release arguments of contextmanager (GH-1500) 2018-01-28 14:17:46 +10:00
test_contextlib_async.py bpo-29302: Implement contextlib.AsyncExitStack. (#4790) 2018-01-25 15:51:18 -05:00
test_copy.py
test_copyreg.py
test_coroutines.py [3.7] bpo-33363: raise SyntaxError for async for/with outside async functions (GH-6616). (GH-6619) 2018-04-27 18:33:37 -04:00
test_cprofile.py
test_crashers.py
test_crypt.py
test_csv.py bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5602) 2018-02-10 00:00:48 +02:00
test_ctypes.py
test_curses.py
test_dataclasses.py bpo-33805: Improve error message of dataclasses.replace() (GH-7580) 2018-06-23 08:04:01 -07:00
test_datetime.py
test_dbm.py bpo-33752: Fix a file leak in test_dbm. (GH-7376) 2018-06-05 06:50:56 -07:00
test_dbm_dumb.py [3.7] bpo-33383: Fix crash in get() of the dbm.ndbm database object. (GH-6630) (GH-6631) 2018-04-29 14:50:26 +03:00
test_dbm_gnu.py bpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7798) 2018-06-19 18:19:23 +02:00
test_dbm_ndbm.py bpo-31026: Fix test_dbm if dbm.ndbm is build with Berkeley DB. (GH-6632) 2018-04-29 06:37:21 -07:00
test_decimal.py bpo-33750: Reset thread-local context precision in test_round(). (GH-7355) (#7357) 2018-06-03 19:36:34 +02:00
test_decorators.py
test_defaultdict.py
test_deque.py
test_descr.py bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995) 2018-02-13 03:32:18 -08:00
test_descrtut.py
test_devpoll.py
test_dict.py
test_dict_version.py
test_dictcomps.py
test_dictviews.py bpo-18533: Avoid RecursionError from repr() of recursive dictview (#4823) 2018-01-26 07:46:01 -08:00
test_difflib.py bpo-33224: PEP 479 fix for difflib.mdiff() (GH-6381) (GH-6390) 2018-04-05 11:45:33 -07:00
test_difflib_expect.html
test_dis.py bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181) 2018-01-29 16:41:04 -08:00
test_distutils.py
test_doctest.py bpo-33053: -m now adds *starting* directory to sys.path (GH-6231) (#6236) 2018-03-25 23:43:50 +10:00
test_doctest.txt
test_doctest2.py
test_doctest2.txt
test_doctest3.txt
test_doctest4.txt
test_docxmlrpc.py
test_dtrace.py bpo-32667: Fix tests when $PATH contains a file (#5322) 2018-01-25 19:06:05 +01:00
test_dummy_thread.py
test_dummy_threading.py
test_dynamic.py
test_dynamicclassattribute.py
test_eintr.py
test_embed.py bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845) 2018-06-22 10:33:48 -07:00
test_ensurepip.py
test_enum.py [3.7] bpo-33217: deprecate non-Enum lookups in Enums (GH-6392) 2018-04-11 18:56:25 -07:00
test_enumerate.py
test_eof.py
test_epoll.py
test_errno.py
test_exception_hierarchy.py
test_exception_variations.py
test_exceptions.py
test_extcall.py
test_faulthandler.py
test_fcntl.py
test_file.py bpo-33751: Fix test_file. (GH-7378) 2018-06-05 10:50:53 -07:00
test_file_eintr.py
test_filecmp.py
test_fileinput.py bpo-33753: Refactor creating temporary files in test_fileinput. (GH-7377) 2018-06-05 03:13:28 -07:00
test_fileio.py
test_finalization.py
test_float.py
test_flufl.py
test_fnmatch.py bpo-32775: Fix regular expression warnings in fnmatch. (GH-5583) (GH-5596) 2018-02-09 13:56:50 +02:00
test_fork1.py
test_format.py
test_fractions.py
test_frame.py
test_frozen.py
test_fstring.py
test_ftplib.py [3.7] bpo-33618: Enable TLS 1.3 in tests (GH-7079) (GH-7082) 2018-05-23 22:49:04 +02:00
test_funcattrs.py
test_functools.py
test_future.py [3.7] bpo-33475: Fix and improve converting annotations to strings. (GH-6774). (GH-6927) 2018-05-20 18:06:08 +03:00
test_future3.py
test_future4.py
test_future5.py
test_gc.py Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495 (#5496) 2018-02-02 10:04:32 -05:00
test_gdb.py Revert "bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (GH-6754)" (#7724) 2018-06-15 23:37:33 +02:00
test_generator_stop.py
test_generators.py bpo-32384: Skip test when _testcapi isn't available (GH-4940) 2018-05-16 11:35:06 +03:00
test_genericclass.py
test_genericpath.py bpo-33861: Minor improvements of tests for os.path. (GH-7715) 2018-06-16 03:57:50 -07: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
test_hash.py
test_hashlib.py bpo-31787: Skip refleak check when _hashlib is not available (GH-5660) 2018-02-13 07:07:34 -08:00
test_heapq.py
test_hmac.py bpo-33604: Remove Pending from hmac Deprecation warning. (GH-7062) 2018-05-22 16:40:44 -07:00
test_html.py
test_htmlparser.py
test_http_cookiejar.py
test_http_cookies.py bpo-991266: Fix quoting of Comment attribute of SimpleCookie (GH-6555) 2018-04-23 03:58:23 +03:00
test_httplib.py bpo-33365: print the header values beside the keys (GH-6611) 2018-06-19 06:52:36 -07:00
test_httpservers.py
test_idle.py Improve comments in test_idle.py. (GH-7057) 2018-05-22 10:43:55 -07:00
test_imaplib.py bpo-31399: Let OpenSSL verify hostname and IP address (#3462) 2018-01-27 15:51:38 +01:00
test_imghdr.py
test_imp.py
test_index.py
test_inspect.py bpo-33582: Emit deprecation warning for `formatargspec` (GH-6994) 2018-06-11 13:44:16 -07:00
test_int.py
test_int_literal.py
test_io.py bpo-33760: Fix file leaks in test_io. (GH-7361) (GH-7370) 2018-06-03 23:15:10 -04:00
test_ioctl.py
test_ipaddress.py bpo-27683: Fix a regression for host() of ipaddress network objects (GH-6016) 2018-03-20 18:22:23 -07:00
test_isinstance.py
test_iter.py
test_iterlen.py
test_itertools.py Add a prepend() recipe to teach a chain() idiom (GH-6415) (GH-6421) 2018-04-08 14:37:30 -07:00
test_keyword.py
test_keywordonlyarg.py
test_kqueue.py
test_largefile.py
test_lib2to3.py
test_linecache.py
test_list.py
test_listcomps.py
test_locale.py [3.7] bpo-20087: Update locale alias mapping with glibc 2.27 supported locales. (GH-6708) (GH-6713) 2018-05-06 10:20:12 +03:00
test_logging.py bpo-33802: Do not interpolate in ConfigParser while reading defaults (GH-7524) 2018-06-08 07:01:56 -07:00
test_long.py
test_longexp.py
test_lzma.py bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995) 2018-02-13 03:32:18 -08:00
test_macpath.py
test_mailbox.py
test_mailcap.py
test_marshal.py bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401) 2018-06-04 13:41:49 -07:00
test_math.py
test_memoryio.py
test_memoryview.py
test_metaclass.py
test_mimetypes.py
test_minidom.py bpo-33549: Remove shim and deprecation warning to access DocumentLS.async. (GH-6924) (GH-6929) 2018-05-17 12:01:02 +03:00
test_mmap.py bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381) 2018-06-05 06:21:04 -07: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_netrc.py
test_nis.py
test_nntplib.py
test_normalization.py
test_ntpath.py bpo-32964: Reuse a testing implementation of the path protocol in tests. (GH-5930) 2018-03-02 02:17:51 -08:00
test_numeric_tower.py
test_opcodes.py bpo-32911: Revert bpo-29463. (GH-7121) 2018-05-29 10:49:10 +03:00
test_openpty.py
test_operator.py
test_optparse.py
test_ordered_dict.py bpo-18533: Avoid RecursionError from repr() of recursive dictview (#4823) 2018-01-26 07:46:01 -08:00
test_os.py bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) 2018-03-05 15:12:56 -08:00
test_ossaudiodev.py
test_osx_env.py
test_parser.py bpo-33308: Fix a crash in the parser module when convert an ST object. (GH-6519) 2018-04-18 22:10:36 -07:00
test_pathlib.py bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6926) 2018-05-17 08:49:01 -04:00
test_pdb.py [3.7] bpo-32691: Use mod_spec.parent when running modules with pdb (GH-5510) 2018-02-04 18:07:16 +10:00
test_peepholer.py
test_pickle.py
test_pickletools.py
test_pipes.py
test_pkg.py
test_pkgimport.py
test_pkgutil.py
test_platform.py bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6669) (GH-6862) 2018-05-15 13:30:06 -04:00
test_plistlib.py
test_poll.py
test_popen.py
test_poplib.py [3.7] bpo-33618: Enable TLS 1.3 in tests (GH-7079) (GH-7082) 2018-05-23 22:49:04 +02:00
test_posix.py bpo-33655: Also ignore test_posix_fallocate failures on BSD platforms (GH-7134) 2018-05-26 14:57:01 -07:00
test_posixpath.py bpo-33861: Minor improvements of tests for os.path. (GH-7715) 2018-06-16 03:57:50 -07:00
test_pow.py
test_pprint.py
test_print.py bpo-32685: Improve suggestion for print statement (GH-5375) 2018-01-28 20:56:02 +10:00
test_profile.py closes bpo-33445: fail properly in test_cprofile() (GH-6727) 2018-05-08 21:38:00 -07:00
test_property.py bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995) 2018-02-13 03:32:18 -08:00
test_pstats.py bpo-29237: Create enum for pstats sorting options (GH-5103) 2018-01-25 20:49:56 -08:00
test_pty.py
test_pulldom.py
test_pwd.py
test_py_compile.py bpo-29708: Setting SOURCE_DATE_EPOCH forces hash-based .pyc files (GH-5200) 2018-01-24 13:26:18 -08:00
test_pyclbr.py
test_pydoc.py bpo-33185: Improve wording and markup (GH-6477) 2018-04-15 06:55:10 -07:00
test_pyexpat.py
test_queue.py
test_quopri.py
test_raise.py
test_random.py bpo-33203: Ensure random.choice always raises IndexError on empty sequence (GH-6338) (GH-6387) 2018-04-05 09:02:12 -07:00
test_range.py
test_re.py
test_readline.py
test_regrtest.py bpo-33873: Backport regrtest from master to 3.7 (GH-7935) 2018-06-26 23:47:35 +02:00
test_repl.py
test_reprlib.py
test_resource.py
test_richcmp.py
test_rlcompleter.py
test_robotparser.py [3.7] bpo-32861: urllib.robotparser fix incomplete __str__ methods. (GH-5711) (GH-6795) 2018-05-14 21:14:30 +03: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 bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6926) 2018-05-17 08:49:01 -04:00
test_set.py
test_setcomps.py
test_shelve.py
test_shlex.py
test_shutil.py bpo-32964: Reuse a testing implementation of the path protocol in tests. (GH-5930) 2018-03-02 02:17:51 -08:00
test_signal.py
test_site.py Use assertTrue() instead of deprecated assert_(). (GH-5526) (GH-5527) 2018-02-04 18:38:56 +02:00
test_slice.py
test_smtpd.py
test_smtplib.py bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and to_addrs (#5451) 2018-01-31 17:01:31 -05:00
test_smtpnet.py
test_sndhdr.py
test_socket.py Provide a little better debug output (GH-6940) (#6942) 2018-05-17 12:53:24 -04:00
test_socketserver.py
test_sort.py bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#582) 2018-01-28 19:03:23 -08:00
test_source_encoding.py
test_spwd.py
test_sqlite.py bpo-27645: Add support for native backup facility of SQLite (GH-4238) 2018-03-11 01:29:19 +03:00
test_ssl.py bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650) (GH-7651) 2018-06-11 20:58:06 -04:00
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 Spelling fixes to docs, docstrings, and comments (GH-6374) 2018-04-20 14:00:41 -07:00
test_strtod.py
test_struct.py
test_structmembers.py
test_structseq.py
test_subclassinit.py
test_subprocess.py Improve the subprocess restore_signals=True test. (GH-7414) (GH-7437) 2018-06-07 10:31:41 -07:00
test_sunau.py bpo-32056: Improve exceptions in aifc, wave and sunau. (GH-5951) 2018-03-18 13:50:41 -07:00
test_sundry.py bpo-19417: Add test_bdb.py (GH-5217) 2018-03-18 13:25:15 -07:00
test_super.py
test_support.py bpo-33773: Fix test.support.fd_count() on Linux/FreBSD (GH-7421) 2018-06-06 08:57:20 -07:00
test_symbol.py
test_symtable.py
test_syntax.py
test_sys.py bpo-33128 Fix duplicated call to importlib._install_external_importers (GH-6273) 2018-04-24 19:48:04 -07:00
test_sys_setprofile.py
test_sys_settrace.py bpo-33041: Fixed jumping if the function contains an "async for" loop. (GH-6154) 2018-03-23 14:35:33 +02:00
test_sysconfig.py
test_syslog.py
test_tarfile.py bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434) 2018-02-26 16:50:09 -08:00
test_tcl.py
test_telnetlib.py
test_tempfile.py
test_textwrap.py
test_thread.py
test_threaded_import.py
test_threadedtempfile.py
test_threading.py
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 bpo-31908: Fix output of cover files for trace module command-line tool. (GH-4205) 2018-04-30 21:06:00 -07:00
test_traceback.py
test_tracemalloc.py
test_ttk_guionly.py
test_ttk_textonly.py
test_tuple.py
test_turtle.py
test_typechecks.py
test_types.py
test_typing.py bpo-28556: Don't simplify unions at runtime (GH-6841) (GH-6979) 2018-05-18 16:27:14 -07:00
test_ucn.py
test_unary.py
test_unicode.py bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342) 2018-01-27 14:06:21 +09:00
test_unicode_file.py
test_unicode_file_functions.py
test_unicode_identifiers.py
test_unicodedata.py bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958) 2018-06-15 05:21:55 -07:00
test_unittest.py
test_univnewlines.py
test_unpack.py
test_unpack_ex.py
test_urllib.py
test_urllib2.py
test_urllib2_localnet.py bpo-31399: Let OpenSSL verify hostname and IP address (#3462) 2018-01-27 15:51:38 +01:00
test_urllib2net.py bpo-33295: Skip test using missing external site (GH-6504) (GH-6509) 2018-04-17 11:33:48 -04:00
test_urllib_response.py
test_urllibnet.py
test_urlparse.py
test_userdict.py
test_userlist.py
test_userstring.py
test_utf8_mode.py bpo-32652: Defer pymain_set_global_config() call (#5303) 2018-01-25 09:18:36 +01:00
test_utf8source.py
test_uu.py bpo-33744: Fix test_uu. (GH-7350) (GH-7352) 2018-06-03 18:23:53 +03:00
test_uuid.py
test_venv.py bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5765) 2018-02-19 17:45:02 -08:00
test_wait3.py
test_wait4.py
test_wave.py bpo-32056: Improve exceptions in aifc, wave and sunau. (GH-5951) 2018-03-18 13:50:41 -07:00
test_weakref.py [3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520) 2018-02-03 20:41:43 -05:00
test_weakset.py
test_webbrowser.py
test_winconsoleio.py bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754) 2018-02-24 09:39:18 -08:00
test_winreg.py
test_winsound.py
test_with.py bpo-32670: Enforce PEP 479. (#5327) 2018-01-26 15:24:24 -05:00
test_wsgiref.py
test_xdrlib.py
test_xml_dom_minicompat.py
test_xml_etree.py bpo-33761: Fix a file leak in test_iterparse in test_xml_etree. (GH-7358) 2018-06-03 12:02:20 -07:00
test_xml_etree_c.py
test_xmlrpc.py bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362) (GH-7371) 2018-06-03 23:16:48 -04:00
test_xmlrpc_net.py
test_xxtestfuzz.py
test_yield_from.py
test_zipapp.py
test_zipfile.py bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966) 2018-01-30 00:51:35 -08:00
test_zipfile64.py
test_zipimport.py
test_zipimport_support.py
test_zlib.py bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988) 2018-03-06 21:26:19 -08:00
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