cpython/Lib/test
Miss Islington (bot) d2be9a5c13
bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532)
* The _PySys_EndInit() function now copies the
  config->module_search_path list, so config is longer modified when
  sys.path is updated.
* config->warnoptions list and config->xoptions dict are also copied
* test_embed: InitConfigTests now also tests
  main_config['module_search_path']
* Fix _Py_InitializeMainInterpreter(): don't use config->warnoptions
   but sys.warnoptions to decide if the warnings module should
   be imported at startup.
(cherry picked from commit 37cd982df0)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
2018-11-16 03:34:35 -08:00
..
audiodata
capath bpo-34542: Update test certs and keys (GH-8997) (GH-9007) 2018-09-06 15:13:24 +02:00
cjkencodings
crashers
data
decimaltestdata
dtracedata
eintrdata bpo-34582: Adds JUnit XML output for regression tests (GH-9210) 2018-09-18 11:48:22 -07:00
encoded_modules
imghdrdata
leakers
libregrtest bpo-34582: Adds JUnit XML output for regression tests (GH-9210) 2018-09-18 11:48:22 -07:00
sndhdrdata
subprocessdata
support bpo-34945: Buffer output in test suite only when creating junit file (GH-10204) 2018-10-29 14:05:31 -07:00
test_asyncio bpo-35031: Fix test_start_tls_server_1 on FreeBSD buildbots (GH-10011) 2018-11-12 17:24:39 -08: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-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) (GH-9676) 2018-10-02 23:17:04 +02:00
allsans.pem bpo-34542: Update test certs and keys (GH-8997) (GH-9007) 2018-09-06 15:13:24 +02:00
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-34482: test datetime classes' handling of non-UTF-8-encodable strings (GH-8878) 2018-10-23 00:04:24 -07:00
dis_module.py
doctest_aliases.py
double_const.py
empty.vbs
exception_hierarchy.txt
ffdh3072.pem bpo-34399: 2048 bits RSA keys and DH params (GH-8762) (GH-8763) 2018-08-14 16:52:27 +02:00
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 bpo-34542: Update test certs and keys (GH-8997) (GH-9007) 2018-09-06 15:13:24 +02:00
ieee754.txt
imp_dummy.py
inspect_fodder.py bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8864) 2018-08-24 10:44:47 -04:00
inspect_fodder2.py
keycert.passwd.pem bpo-34542: Update test certs and keys (GH-8997) (GH-9007) 2018-09-06 15:13:24 +02:00
keycert.pem bpo-34542: Update test certs and keys (GH-8997) (GH-9007) 2018-09-06 15:13:24 +02:00
keycert2.pem bpo-34542: Update test certs and keys (GH-8997) (GH-9007) 2018-09-06 15:13:24 +02:00
keycert3.pem bpo-34542: Update test certs and keys (GH-8997) (GH-9007) 2018-09-06 15:13:24 +02:00
keycert4.pem bpo-34542: Update test certs and keys (GH-8997) (GH-9007) 2018-09-06 15:13:24 +02:00
keycertecc.pem bpo-34542: Update test certs and keys (GH-8997) (GH-9007) 2018-09-06 15:13:24 +02:00
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 bpo-34542: Update test certs and keys (GH-8997) (GH-9007) 2018-09-06 15:13:24 +02:00
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 bpo-34542: Update test certs and keys (GH-8997) (GH-9007) 2018-09-06 15:13:24 +02:00
pycakey.pem bpo-34542: Update test certs and keys (GH-8997) (GH-9007) 2018-09-06 15:13:24 +02:00
pyclbr_input.py
pydoc_mod.py
pydocfodder.py
pythoninfo.py [3.7] bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524) (GH-10529) 2018-11-14 02:01:52 +01:00
randv2_32.pck
randv2_64.pck
randv3.pck
re_tests.py
regrtest.py
relimport.py
reperf.py
revocation.crl bpo-34542: Update test certs and keys (GH-8997) (GH-9007) 2018-09-06 15:13:24 +02:00
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 bpo-34542: Update test certs and keys (GH-8997) (GH-9007) 2018-09-06 15:13:24 +02:00
ssl_key.passwd.pem bpo-34542: Update test certs and keys (GH-8997) (GH-9007) 2018-09-06 15:13:24 +02:00
ssl_key.pem bpo-34542: Update test certs and keys (GH-8997) (GH-9007) 2018-09-06 15:13:24 +02:00
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-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclasses__ (GH-8835) 2018-08-20 16:42:18 -04: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-34582: Adds JUnit XML output for regression tests (GH-9210) 2018-09-18 11:48:22 -07:00
test_array.py
test_asdl_parser.py
test_ast.py closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point to the "async" keyword. (GH-4175) 2018-09-11 15:21:11 -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-34736: improve error message for invalid length b64decode inputs (GH-9563) 2018-09-27 23:12:54 -07:00
test_binhex.py
test_binop.py
test_bisect.py
test_bool.py
test_buffer.py
test_bufio.py
test_builtin.py bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) 2018-11-05 06:52:58 -08:00
test_bytes.py bpo-34973: Fix crash in bytes constructor. (GH-9841) 2018-10-21 05:55:52 -07:00
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 Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by default (GH-9379)" (GH-9416) 2018-09-19 12:01:52 -07:00
test_calendar.py
test_call.py bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624) 2018-09-25 21:17:52 -07:00
test_capi.py bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510) (GH-10517) 2018-11-13 15:50:56 +01:00
test_cgi.py bpo-35028: cgi: Fix max_num_fields off by one error (GH-9973) 2018-10-23 03:54:52 -07: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_clinic.py bpo-26901: Fix the Argument Clinic test suite (GH-8879) (GH-9048) 2018-09-04 00:24:17 +02:00
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 Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by default (GH-9379)" (GH-9416) 2018-09-19 12:01:52 -07:00
test_cmd_line_script.py bpo-34783: Fix test_nonexisting_script() (GH-9896) 2018-10-15 15:30:05 -07: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-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418) 2018-11-08 18:13:14 -08:00
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 bpo-30306: release arguments of contextmanager (GH-1500) 2018-01-28 14:17:46 +10:00
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 [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 [3.7] bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (GH-9925) (GH-9926) 2018-10-17 04:48:05 -07:00
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-33947: dataclasses no longer can raise RecursionError in repr (GF9916) (#9970) 2018-10-19 13:28:30 -04: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-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) 2018-11-05 06:52:58 -08:00
test_decorators.py
test_defaultdict.py
test_deque.py closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque with a bad __new__(). (GH-3788) 2018-09-11 12:08:10 -07:00
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 bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624) 2018-09-25 21:17:52 -07:00
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 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
test_dummy_thread.py
test_dummy_threading.py
test_dynamic.py
test_dynamicclassattribute.py
test_eintr.py
test_embed.py bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532) 2018-11-16 03:34:35 -08:00
test_ensurepip.py
test_enum.py bpo-34536: raise error for invalid _missing_ results (GH-9147) (GH-9978) 2018-10-19 16:49:30 -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 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 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-34391: Fix ftplib test for TLS 1.3 (GH-8787) (GH-8789) 2018-08-16 21:37:20 +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 bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645) 2018-09-30 11:19:15 -07: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 bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10318) (GH-10325) 2018-11-04 16:40:02 -05: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 bpo-34272: Move argument parsing tests from test_capi to test_getargs2. (GH-8567) 2018-08-06 07:11:04 -07:00
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-23596: Add unit tests for the command line for the gzip module (GH-9775) 2018-10-09 14:42:58 -07:00
test_hash.py
test_hashlib.py [3.7] bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9751) (GH-9798) 2018-10-11 08:06:36 +03: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 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) 2018-11-05 06:52:58 -08:00
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-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634) 2018-08-07 05:37:38 +03:00
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-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8864) 2018-08-24 10:44:47 -04:00
test_int.py
test_int_literal.py
test_io.py bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. (GH-10217) 2018-10-31 05:36:20 -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 bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) 2018-10-17 23:58:40 -07:00
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-6721: Hold logging locks across fork() (GH-4071) (#9291) 2018-10-07 00:09:59 -07:00
test_long.py closes bpo-34868: Improve error message with '_' is combined with an invalid type specifier. (GH-9666) 2018-10-01 22:12:02 -07:00
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 [3.7] bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082) 2018-10-25 13:46:23 -04:00
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 bpo-33712: OrderedDict only creates od_fast_nodes cache if needed (GH-7349). (GH-10000) 2018-10-20 11:24:05 +03:00
test_os.py bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate() (GH-5784) 2018-10-19 17:46:25 -07: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-33635: Handling Bad file descriptor in Path.is_file and related. (GH-8542) 2018-08-27 18:37:18 -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 bpo-34200: Fix non-determinism of test_pkg (GH-9248) 2018-09-12 18:29:08 -07:00
test_pkgimport.py
test_pkgutil.py
test_platform.py Fixes tests requiring extra environment values on Windows (GH-9462) 2018-09-20 14:39:21 -07: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 [3.7] closes bpo-34650: Check if sched_getscheduler returns ENOSYS before declaring it supported. (GH-9236) 2018-09-12 16:00:06 -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
test_pty.py
test_pulldom.py [3.7] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9511) 2018-09-24 05:38:37 -07:00
test_pwd.py
test_py_compile.py
test_pyclbr.py
test_pydoc.py bpo-34966: Improve support of method aliases in pydoc. (GH-9823) 2018-11-07 23:08:05 -08: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 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) 2018-11-05 06:52:58 -08:00
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 bpo-31132: Remove prlimit permission test. (GH-9280) 2018-09-13 15:13:55 -07:00
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 [3.7] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9511) 2018-09-24 05:38:37 -07:00
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-34661: Fix test skipping call. (GH-9266) 2018-09-13 11:35:18 -07:00
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 Fixes tests requiring extra environment values on Windows (GH-9462) 2018-09-20 14:39:21 -07:00
test_slice.py
test_smtpd.py
test_smtplib.py bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) 2018-11-05 06:52:58 -08:00
test_smtpnet.py
test_sndhdr.py
test_socket.py Fix tests in test_socket to use correctly CMSG_LEN (GH-9594) 2018-09-27 06:30:47 -07: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 [3.7] bpo-34594: Don't hardcode errno values in the tests. (GH-9094) 2018-09-07 09:17:32 -07:00
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 [3.7] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9505) 2018-09-23 00:22:52 -07: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 closes bpo-35171: Fix test_TimeRE_recreation_timezone failure on some systems. (GH-10347) 2018-11-05 20:47:11 -08:00
test_strtod.py
test_struct.py
test_structmembers.py
test_structseq.py
test_subclassinit.py
test_subprocess.py bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242) (GH-9148) 2018-09-10 21:36:20 -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 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 Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by default (GH-9379)" (GH-9416) 2018-09-19 12:01:52 -07:00
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 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 Fixes tests requiring extra environment values on Windows (GH-9462) 2018-09-20 14:39:21 -07:00
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 bpo-31516: Skip test_main_thread_during_shutdown() with COUNT_ALLOCS builds. (GH-8052) 2018-10-12 01:49:07 -07:00
test_threading_local.py
test_threadsignals.py closes bpo-34004: Skip lock interruption tests on musl. (GH-9224) 2018-09-12 14:10:56 -07:00
test_time.py closes bpo-34654: Tolerate + at the beginning of large years. (GH-9238) 2018-09-12 16:54:10 -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-34171: Fix test_trace. (GH-8940) (GH-8951) 2018-08-28 11:41:43 +03:00
test_traceback.py bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077) 2018-09-10 09:00:08 -07:00
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 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 bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660) 2018-10-19 04:11:16 -07:00
test_userdict.py
test_userlist.py
test_userstring.py
test_utf8_mode.py Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by default (GH-9379)" (GH-9416) 2018-09-19 12:01:52 -07: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 [3.7] bpo-34621: fix uuid.UUID (un)pickling compatbility with older Python versions (<3.7) (GH-9133) 2018-09-10 18:47:29 +03:00
test_venv.py Fix the construction of subprocess.CalledProcessError in test_venv (GH-10400) 2018-11-07 14:39:21 -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 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-34941: Fix searching Element subclasses. (GH-9766) 2018-10-14 00:55:49 -07:00
test_xml_etree_c.py bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924) 2018-10-18 00:17:15 -07:00
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-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683) 2018-09-17 06:08:45 -07:00
test_zipfile64.py
test_zipimport.py
test_zipimport_support.py
test_zlib.py bpo-34582: Update syntax of Azure Pipelines builds (GH-9521) 2018-09-24 08:43:33 -04: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
xmltests.py
zip_cp437_header.zip
zipdir.zip