cpython/Lib/test
Miss Islington (bot) 2be0124b82
bpo-33476: Fix _header_value_parser when address group is missing final ';' (GH-7484)
(cherry picked from commit 8fe9eed937)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
2018-07-28 08:41:26 -07: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-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993) 2018-06-28 19:16:48 -07:00
test_email bpo-33476: Fix _header_value_parser when address group is missing final ';' (GH-7484) 2018-07-28 08:41:26 -07: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-25094: Fix test_tools.test_sundry() on Windows (GH-8406) (GH-8407) 2018-07-23 14:39:11 +02: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-29097: Forego fold detection on windows for low timestamp values (GH-2385) (GH-8466) 2018-07-25 16:34:09 -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 bpo-32692: Fix test_threading.test_set_and_clear() (GH-8331) 2018-07-19 02:27:42 -07: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
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
test_abstract_numbers.py
test_aifc.py
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 bpo-34164: Fix handling of incorrect padding in base64.b32decode(). (GH-8351) (GH-8435) 2018-07-24 13:53:39 +03:00
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
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
test_charmapcodec.py
test_class.py
test_cmath.py
test_cmd.py
test_cmd_line.py
test_cmd_line_script.py
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
test_compileall.py
test_complex.py bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274) 2018-07-13 20:58:12 -07:00
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 bpo-34183: Fix running Lib/test/test_contextlib_async.py as a script. (GH-8381) (GH-8422) 2018-07-24 01:02:00 +03:00
test_copy.py
test_copyreg.py
test_coroutines.py
test_cprofile.py
test_crashers.py
test_crypt.py
test_csv.py
test_ctypes.py
test_curses.py
test_dataclasses.py bpo-34184: Fix running Lib/test/test_dataclasses.py as a script. (GH-8382) (GH-8421) 2018-07-24 00:25:11 +03: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
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
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
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_embed.py bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043) (GH-8352) 2018-07-21 02:16:22 +02:00
test_ensurepip.py
test_enum.py
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 bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274) 2018-07-13 20:58:12 -07:00
test_flufl.py bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (GH-8262) (GH-8423) 2018-07-24 01:41:26 +03:00
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 wrong use of assertRaises (GH-8306) 2018-07-16 22:18:56 -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
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
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-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exception set (GH-8282) 2018-07-17 00:09:32 -07:00
test_ioctl.py
test_ipaddress.py
test_isinstance.py
test_iter.py
test_iterlen.py
test_itertools.py
test_keyword.py
test_keywordonlyarg.py
test_kqueue.py
test_largefile.py
test_lib2to3.py
test_linecache.py
test_list.py
test_listcomps.py
test_locale.py
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 bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274) 2018-07-13 20:58:12 -07:00
test_longexp.py
test_lzma.py
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
test_numeric_tower.py
test_opcodes.py [3.7] bpo-34136: Make test_do_not_recreate_annotations more reliable. (GH-8364) (GH-8365) 2018-07-24 15:05:57 +03:00
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
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
test_property.py
test_pstats.py
test_pty.py
test_pulldom.py
test_pwd.py
test_py_compile.py
test_pyclbr.py
test_pydoc.py
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
test_signal.py [3.7] bpo-34130: Fix 2 race conditions in test_signal (GH-8329) 2018-07-18 18:49:27 +02:00
test_site.py
test_slice.py
test_smtpd.py
test_smtplib.py bpo-32663 Make SMTPUTF8SimTests run (GH-5314) (#8471) 2018-07-26 09:58:16 -04:00
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
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
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
test_sundry.py
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
test_sys_setprofile.py bpo-34126: Fix crashes while profiling invalid calls. (GH-8300) (GH-8371) 2018-07-21 19:58:35 +03:00
test_sys_settrace.py
test_sysconfig.py
test_syslog.py
test_tarfile.py
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-34179: Make sure decimal context doesn't affect other tests. (GH-8376) (#8383) 2018-07-21 20:38:19 +02: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
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-34181: Fix running Lib/test/test_typing.py as a script. (GH-8380) (GH-8385) 2018-07-22 13:41:41 +03: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
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
test_wait3.py
test_wait4.py
test_wave.py
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
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
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