..
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-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993)
2018-06-28 19:16:48 -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
Sync the importlib magic number in test_importlib for 3.7.0
2018-06-26 23:00:18 -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
Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191)
2018-07-09 08:47:14 -07:00
tracedmodules
…
xmltestdata
…
Sine-1000Hz-300ms.aif
…
__init__.py
…
__main__.py
…
_test_multiprocessing.py
bpo-34040, multiprocessing: Fix test_forkserver_sigkill() (GH-8081)
2018-07-04 03:10:14 -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
…
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
bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192)
2018-07-11 09:56:05 -07:00
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
…
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
…
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
…
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-33716, test_concurrent_futures: increase timeout (GH-7828)
2018-07-12 02:05:49 -07:00
test_configparser.py
…
test_contains.py
…
test_context.py
bpo-33985: Implement ContextVar.name attribute. (GH-7980)
2018-06-28 10:39:54 -07:00
test_contextlib.py
…
test_contextlib_async.py
…
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
…
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
…
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
…
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
…
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
bpo-32568: make select.epoll() and its docs consistent (GH-7840) (GH-8024)
2018-06-30 16:03:19 +03:00
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-34031: fix incorrect usage of self.fail in two tests (GH-8091)
2018-07-10 03:08:43 -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
…
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
bpo-33967: Fix singledispatch raised IndexError when no args (GH-8184)
2018-07-10 00:48:57 -07:00
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
bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918) (GH-8070)
2018-07-03 22:13:28 +02: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
…
test_imghdr.py
…
test_imp.py
closes bpo-34056: Always return bytes from _HackedGetData.get_data(). (GH-8130)
2018-07-06 21:00:45 -07:00
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-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)
2018-06-29 03:34:34 -07: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-34092, test_logging: increase SMTPHandlerTest timeout (GH-8245) (GH-8247)
2018-07-11 15:56:45 +02: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
Fix fuzz testing for marshal.loads(). (GH-8106)
2018-07-05 03:44:11 -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
bpo-33913: Fix test_multiprocessing_main_handling (GH-7972)
2018-06-27 13:41:39 -07:00
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
…
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
…
test_peepholer.py
…
test_pickle.py
…
test_pickletools.py
…
test_pipes.py
…
test_pkg.py
Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191)
2018-07-09 08:47:14 -07:00
test_pkgimport.py
…
test_pkgutil.py
…
test_platform.py
[3.7] bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684). (GH-8193)
2018-07-09 12:55:35 +03: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
…
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
…
test_pty.py
…
test_pulldom.py
…
test_pwd.py
…
test_py_compile.py
…
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-24567: Random subnormal.diff (GH-7954) (GH-7955)
2018-06-27 01:53:04 -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
bpo-32942: Fix environment dependent test_script_helper (GH-8034)
2018-07-04 03:35:08 -07:00
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
…
test_slice.py
…
test_smtpd.py
…
test_smtplib.py
…
test_smtpnet.py
…
test_sndhdr.py
…
test_socket.py
Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191)
2018-07-09 08:47:14 -07:00
test_socketserver.py
…
test_sort.py
…
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-33988: Fix test_warnings using -W error (GH-7985)
2018-07-05 18:59:46 +02: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
bpo-34044: subprocess.Popen copies startupinfo (GH-8090) (GH-8121)
2018-07-05 23:15:28 +02: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
Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191)
2018-07-09 08:47:14 -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
bpo-33974: Fix passing special characters to ttk widgets. (GH-7986)
2018-06-29 23:42:57 -07:00
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
bpo-33723: Fix test_time.test_thread_time() (GH-8267)
2018-07-12 07:05:43 -07:00
test_timeit.py
…
test_timeout.py
…
test_tix.py
…
test_tk.py
…
test_tokenize.py
Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191)
2018-07-09 08:47:14 -07:00
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
…
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-34031: fix incorrect usage of self.fail in two tests (GH-8091)
2018-07-10 03:08:43 -07: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
…
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
…
test_weakset.py
…
test_webbrowser.py
bpo-31014: Fix the webbrowser module. (GH-7267)
2018-07-08 01:09:21 -07:00
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
…
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
…
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
…