..
audiodata
…
capath
…
cjkencodings
…
crashers
…
data
…
decimaltestdata
…
dtracedata
…
eintrdata
…
encoded_modules
…
imghdrdata
…
leakers
…
libregrtest
…
sndhdrdata
…
subprocessdata
…
support
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
2020-04-01 18:49:29 +02:00
test_asyncio
bpo-40115: Fix refleak in test_asyncio.test_run_in_executor_cancel() (GH-19282)
2020-04-02 04:46:44 +02:00
test_email
bpo-39073: validate Address parts to disallow CRLF ( #19007 )
2020-03-29 20:38:41 -04:00
test_import
bpo-38091: Import deadlock detection causes deadlock (GH-17518)
2020-03-02 17:37:25 -08:00
test_importlib
bpo-40029 mark test_importlib.test_zip as requiring zlib ( #19105 )
2020-03-24 15:02:53 -04:00
test_json
bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779)
2020-03-10 08:41:44 +01:00
test_tools
…
test_warnings
…
tracedmodules
…
xmltestdata
…
ziptestdata
…
Sine-1000Hz-300ms.aif
…
__init__.py
…
__main__.py
…
_test_multiprocessing.py
bpo-40094: Add test.support.wait_process() (GH-19254)
2020-03-31 20:08:12 +02:00
allsans.pem
…
ann_module.py
…
ann_module2.py
…
ann_module3.py
…
audiotest.au
…
audiotests.py
…
audit-tests.py
bpo-40121: Fix exception type in test (GH-19267)
2020-04-01 09:38:26 +01:00
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_cmd.py
bpo-40003: test.bisect_cmd copies Python options (GH-19246)
2020-03-31 17:25:56 +02:00
cfgparser.1
…
cfgparser.2
…
cfgparser.3
…
clinic.test
…
cmath_testcases.txt
…
coding20731.py
…
curses_tests.py
…
dataclass_module_1.py
…
dataclass_module_1_str.py
…
dataclass_module_2.py
…
dataclass_module_2_str.py
…
dataclass_textanno.py
…
datetimetester.py
…
dis_module.py
…
doctest_aliases.py
…
double_const.py
…
empty.vbs
…
exception_hierarchy.txt
…
ffdh3072.pem
…
final_a.py
…
final_b.py
…
floating_points.txt
…
fork_wait.py
bpo-40094: Enhance fork and wait tests (GH-19259)
2020-03-31 21:46:40 +02:00
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-40089: Add _at_fork_reinit() method to locks (GH-19195)
2020-04-07 23:11:49 +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
…
pickletester.py
bpo-39681: Fix C pickle regression with minimal file-like objects ( #18592 )
2020-02-23 23:33:53 +01:00
profilee.py
…
pstats.pck
…
pycacert.pem
…
pycakey.pem
…
pyclbr_input.py
…
pydoc_mod.py
…
pydocfodder.py
…
pythoninfo.py
…
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
…
talos-2019-0758.pem
…
test___all__.py
…
test___future__.py
…
test__locale.py
…
test__opcode.py
…
test__osx_support.py
…
test__xxsubinterpreters.py
…
test_abc.py
bpo-40077: Convert _abc module to use PyType_FromSpec() (GH-19202)
2020-03-30 16:35:38 +02:00
test_abstract_numbers.py
…
test_aifc.py
…
test_argparse.py
bpo-9495: avoid confusing chained exception in argparse test (GH-17120)
2020-02-21 10:48:36 +02:00
test_array.py
…
test_asdl_parser.py
bpo-39638: Keep ASDL signatures in the AST nodes (GH-18515)
2020-03-16 10:12:53 +02:00
test_ast.py
bpo-40141: Include the value in the column position for keyword AST nodes (GH-19348)
2020-04-03 21:02:26 +01:00
test_asyncgen.py
bpo-39764: Make Task.get_stack accept ag_frame ( #18669 )
2020-03-02 14:45:54 +02:00
test_asynchat.py
…
test_asyncore.py
…
test_atexit.py
…
test_audioop.py
…
test_audit.py
bpo-40121: Fixes audit event raised on creating a new socket (GH-19238)
2020-03-31 12:38:53 +01:00
test_augassign.py
…
test_base64.py
…
test_baseexception.py
…
test_bdb.py
…
test_bigaddrspace.py
…
test_bigmem.py
…
test_binascii.py
…
test_binhex.py
…
test_binop.py
…
test_bisect.py
…
test_bool.py
…
test_buffer.py
bpo-39689: Do not test undefined casts to _Bool (GH-18964)
2020-03-12 19:35:38 +01:00
test_bufio.py
…
test_builtin.py
bpo-40140: test_builtin.PtyTests registers SIGHUP handler (GH-19314)
2020-04-03 00:40:25 +02:00
test_bytes.py
…
test_bz2.py
…
test_c_locale_coercion.py
bpo-31904: Fix test_c_locale_coercion encodings for VxWorks RTOS (GH-19448)
2020-04-09 17:46:23 +02:00
test_calendar.py
…
test_call.py
bpo-39245: Switch to public API for Vectorcall (GH-18460)
2020-02-11 17:46:57 +01:00
test_capi.py
bpo-39984: _PyThreadState_DeleteCurrent() takes tstate (GH-19051)
2020-03-18 02:26:04 +01:00
test_cgi.py
…
test_cgitb.py
…
test_charmapcodec.py
…
test_check_c_globals.py
…
test_class.py
…
test_clinic.py
…
test_cmath.py
…
test_cmd.py
…
test_cmd_line.py
…
test_cmd_line_script.py
bpo-40108: Improve the error message in runpy when importing a module that includes the extension (GH-19239)
2020-03-31 12:23:55 +01: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
bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16959)" (GH-18767)
2020-03-04 18:50:22 +01:00
test_codeop.py
…
test_collections.py
Fix bug in test_collections.py ( #19221 )
2020-03-30 09:50:57 -07:00
test_colorsys.py
…
test_compare.py
…
test_compile.py
…
test_compileall.py
bpo-39769: Fix compileall ddir for subpkgs. (GH-18676)
2020-02-28 17:28:37 -08:00
test_complex.py
…
test_concurrent_futures.py
bpo-39678: refactor queue manager thread (GH-18551)
2020-03-01 21:49:14 +01:00
test_configparser.py
…
test_contains.py
…
test_context.py
…
test_contextlib.py
…
test_contextlib_async.py
…
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
…
test_datetime.py
…
test_dbm.py
…
test_dbm_dumb.py
…
test_dbm_gnu.py
…
test_dbm_ndbm.py
…
test_decimal.py
bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581)
2020-02-21 01:52:47 +01:00
test_decorators.py
bpo-39702: Relax grammar restrictions on decorators (PEP 614) (GH-18570)
2020-03-03 14:25:44 -08:00
test_defaultdict.py
bpo-36144: Implement defaultdict union (GH-18729)
2020-03-06 09:24:08 -08:00
test_deque.py
bpo-39590: make deque.__contains__ and deque.count hold strong references (GH-18421)
2020-02-09 00:16:43 -08:00
test_descr.py
bpo-35712: Make using NotImplemented in a boolean context issue a deprecation warning (GH-13195)
2020-03-03 20:50:17 +02:00
test_descrtut.py
bpo-39481: Implementation for PEP 585 ( #18239 )
2020-04-07 09:50:06 -07:00
test_devpoll.py
…
test_dict.py
bpo-36144: Dictionary Union (PEP 584) ( #12088 )
2020-02-24 19:47:34 -08:00
test_dict_version.py
…
test_dictcomps.py
bpo-32856: Optimize the assignment idiom in comprehensions. (GH-16814)
2020-02-12 12:18:59 +02:00
test_dictviews.py
…
test_difflib.py
…
test_difflib_expect.html
…
test_dis.py
…
test_distutils.py
…
test_doctest.py
bpo-39481: Implementation for PEP 585 ( #18239 )
2020-04-07 09:50:06 -07:00
test_doctest.txt
…
test_doctest2.py
…
test_doctest2.txt
…
test_doctest3.txt
…
test_doctest4.txt
…
test_docxmlrpc.py
…
test_dtrace.py
…
test_dynamic.py
…
test_dynamicclassattribute.py
…
test_eintr.py
…
test_embed.py
bpo-1294959: Add sys.platlibdir attribute (GH-18381)
2020-03-10 09:53:09 +01:00
test_ensurepip.py
…
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
bpo-39947: Move get_recursion_depth() to _testinternalcapi (GH-18974)
2020-03-13 13:07:31 +01:00
test_extcall.py
…
test_faulthandler.py
bpo-39882: Py_FatalError() logs the function name (GH-18819)
2020-03-07 00:54:20 +01:00
test_fcntl.py
…
test_file.py
…
test_file_eintr.py
…
test_filecmp.py
…
test_fileinput.py
bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16959)" (GH-18767)
2020-03-04 18:50:22 +01:00
test_fileio.py
…
test_finalization.py
…
test_float.py
…
test_flufl.py
…
test_fnmatch.py
…
test_fork1.py
bpo-40094: Enhance fork and wait tests (GH-19259)
2020-03-31 21:46:40 +02:00
test_format.py
…
test_fractions.py
bpo-39350: Fix fractions for int subclasses (GH-18375)
2020-02-07 23:42:51 +01:00
test_frame.py
…
test_frozen.py
…
test_fstring.py
…
test_ftplib.py
…
test_funcattrs.py
…
test_functools.py
…
test_future.py
bpo-39220: Do not optimise annotation if 'from __future__ import annotations' is used (GH-17866)
2020-03-18 23:02:09 +00:00
test_future3.py
…
test_future4.py
…
test_future5.py
…
test_gc.py
…
test_gdb.py
bpo-40019: Skip test_gdb if Python was optimized (GH-19081)
2020-03-20 08:23:26 +01:00
test_generator_stop.py
…
test_generators.py
…
test_genericalias.py
bpo-39481: PEP 585 for a variety of modules (GH-19423)
2020-04-10 07:46:36 -07:00
test_genericclass.py
…
test_genericpath.py
…
test_genexps.py
bpo-32856: Optimize the assignment idiom in comprehensions. (GH-16814)
2020-02-12 12:18:59 +02:00
test_getargs2.py
…
test_getopt.py
…
test_getpass.py
…
test_gettext.py
…
test_glob.py
…
test_global.py
…
test_grammar.py
bpo-39702: Relax grammar restrictions on decorators (PEP 614) (GH-18570)
2020-03-03 14:25:44 -08:00
test_grp.py
…
test_gzip.py
…
test_hash.py
…
test_hashlib.py
…
test_heapq.py
…
test_hmac.py
…
test_html.py
…
test_htmlparser.py
…
test_http_cookiejar.py
…
test_http_cookies.py
…
test_httplib.py
bpo-39507: Add HTTP status 418 "I'm a Teapot" (GH-18291)
2020-03-15 14:24:23 +02:00
test_httpservers.py
…
test_idle.py
…
test_imaplib.py
…
test_imghdr.py
…
test_imp.py
…
test_index.py
…
test_inspect.py
bpo-39957: Change Signature.parameters to OrderedDict (GH-18988)
2020-03-18 11:22:46 +09:00
test_int.py
…
test_int_literal.py
…
test_io.py
bpo-39882: Py_FatalError() logs the function name (GH-18819)
2020-03-07 00:54:20 +01:00
test_ioctl.py
…
test_ipaddress.py
bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 networks (GH-18757)
2020-03-09 15:33:45 -07:00
test_isinstance.py
bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530)
2020-02-22 15:11:48 +02:00
test_iter.py
…
test_iterlen.py
…
test_itertools.py
…
test_keyword.py
…
test_keywordonlyarg.py
…
test_kqueue.py
…
test_largefile.py
bpo-39488: Skip test_largefile tests if not enough disk space (GH-18261)
2020-02-05 18:20:52 +01:00
test_lib2to3.py
…
test_linecache.py
…
test_list.py
…
test_listcomps.py
bpo-32856: Optimize the assignment idiom in comprehensions. (GH-16814)
2020-02-12 12:18:59 +02:00
test_lltrace.py
…
test_locale.py
…
test_logging.py
bpo-40094: Add test.support.wait_process() (GH-19254)
2020-03-31 20:08:12 +02:00
test_long.py
…
test_longexp.py
…
test_lzma.py
…
test_mailbox.py
bpo-40094: Add test.support.wait_process() (GH-19254)
2020-03-31 20:08:12 +02:00
test_mailcap.py
…
test_marshal.py
…
test_math.py
bpo-39871: Fix possible SystemError in atan2, copysign and remainder (GH-18806)
2020-03-14 10:45:32 +00:00
test_memoryio.py
…
test_memoryview.py
…
test_metaclass.py
bpo-40147: Move the check for duplicate keywords to the compiler (GH-19289)
2020-04-03 20:37:13 +01:00
test_mimetypes.py
…
test_minidom.py
bpo-37534: Allow adding Standalone Document Declaration when generating XML documents (GH-14912)
2020-02-29 09:22:19 +01:00
test_mmap.py
…
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_named_expressions.py
…
test_netrc.py
…
test_nis.py
…
test_nntplib.py
…
test_ntpath.py
…
test_numeric_tower.py
…
test_opcodes.py
…
test_openpty.py
…
test_operator.py
…
test_optparse.py
…
test_ordered_dict.py
bpo-36144: OrderedDict Union (PEP 584) ( #18967 )
2020-03-13 09:06:04 -07:00
test_os.py
bpo-39481: Implementation for PEP 585 ( #18239 )
2020-04-07 09:50:06 -07:00
test_ossaudiodev.py
…
test_osx_env.py
…
test_parser.py
bpo-39702: Relax grammar restrictions on decorators (PEP 614) (GH-18570)
2020-03-03 14:25:44 -08:00
test_pathlib.py
bpo-39682: make `pathlib.Path` immutable by removing (undocumented) support for "closing" a path by using it as a context manager (GH-18846)
2020-04-01 16:10:51 +02:00
test_pdb.py
…
test_peepholer.py
bpo-32856: Optimize the assignment idiom in comprehensions. (GH-16814)
2020-02-12 12:18:59 +02:00
test_pickle.py
…
test_picklebuffer.py
…
test_pickletools.py
…
test_pipes.py
…
test_pkg.py
…
test_pkgutil.py
bpo-12915: Skip test_pkgutil.test_name_resolution() non-encodable filenames (GH-18720)
2020-03-03 11:11:11 +01:00
test_platform.py
bpo-40094: Add test.support.wait_process() (GH-19254)
2020-03-31 20:08:12 +02:00
test_plistlib.py
…
test_poll.py
…
test_popen.py
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
2020-04-01 18:49:29 +02:00
test_poplib.py
…
test_positional_only_arg.py
…
test_posix.py
bpo-40094: Add test.support.wait_process() (GH-19254)
2020-03-31 20:08:12 +02: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
bpo-40140: test_builtin.PtyTests registers SIGHUP handler (GH-19314)
2020-04-03 00:40:25 +02:00
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-40094: Add test.support.wait_process() (GH-19254)
2020-03-31 20:08:12 +02:00
test_range.py
…
test_re.py
…
test_readline.py
…
test_regrtest.py
…
test_repl.py
…
test_reprlib.py
…
test_resource.py
…
test_richcmp.py
…
test_rlcompleter.py
…
test_robotparser.py
…
test_runpy.py
bpo-39517: Allow runpy.run_path() to accept path-like objects (GH-18699)
2020-03-08 20:43:17 +00:00
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
bpo-32856: Optimize the assignment idiom in comprehensions. (GH-16814)
2020-02-12 12:18:59 +02:00
test_shelve.py
…
test_shlex.py
bpo-33262: Deprecate passing None for `s` to shlex.split() (GH-6514)
2020-04-01 09:58:55 -04:00
test_shutil.py
bpo-26067: Do not fail test_shutil / chown when gid/uid cannot be resolved ( #19032 )
2020-03-17 09:51:44 -07:00
test_signal.py
…
test_site.py
bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060)
2020-03-18 18:27:32 +01:00
test_slice.py
…
test_smtpd.py
…
test_smtplib.py
…
test_smtpnet.py
…
test_sndhdr.py
…
test_socket.py
Handle when IOCTL_VM_SOCKETS_GET_LOCAL_CID does not exist in "socket" (GH-19270)
2020-03-31 17:48:37 -07:00
test_socketserver.py
bpo-40094: Add test.support.wait_process() (GH-19254)
2020-03-31 20:08:12 +02:00
test_sort.py
…
test_source_encoding.py
…
test_spwd.py
…
test_sqlite.py
…
test_ssl.py
bpo-40094: Add test.support.wait_process() (GH-19254)
2020-03-31 20:08:12 +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
bpo-38076 Clear the interpreter state only after clearing module globals (GH-18039)
2020-02-04 02:29:25 -08:00
test_structmembers.py
…
test_structseq.py
…
test_subclassinit.py
…
test_subprocess.py
bpo-39481: Implementation for PEP 585 ( #18239 )
2020-04-07 09:50:06 -07:00
test_sunau.py
…
test_sundry.py
…
test_super.py
…
test_support.py
bpo-40094: Add test.support.wait_process() (GH-19254)
2020-03-31 20:08:12 +02:00
test_symbol.py
…
test_symtable.py
bpo-40196: Fix a bug in the symtable when reporting inspecting global variables (GH-19391)
2020-04-06 17:05:57 +01:00
test_syntax.py
bpo-40147: Move the check for duplicate keywords to the compiler (GH-19289)
2020-04-03 20:37:13 +01:00
test_sys.py
bpo-39947: Move get_recursion_depth() to _testinternalcapi (GH-18974)
2020-03-13 13:07:31 +01:00
test_sys_setprofile.py
…
test_sys_settrace.py
…
test_sysconfig.py
…
test_syslog.py
…
test_tabnanny.py
…
test_tarfile.py
bpo-18819: tarfile: only set device fields for device files (GH-18080)
2020-02-12 11:56:02 -08:00
test_tcl.py
…
test_telnetlib.py
…
test_tempfile.py
bpo-39481: Implementation for PEP 585 ( #18239 )
2020-04-07 09:50:06 -07:00
test_textwrap.py
…
test_thread.py
bpo-40094: Enhance threading tests (GH-19260)
2020-03-31 21:49:44 +02:00
test_threadedtempfile.py
…
test_threading.py
bpo-40094: Enhance threading tests (GH-19260)
2020-03-31 21:49:44 +02:00
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
…
test_traceback.py
…
test_tracemalloc.py
bpo-40094: Add test.support.wait_process() (GH-19254)
2020-03-31 20:08:12 +02:00
test_ttk_guionly.py
…
test_ttk_textonly.py
…
test_tuple.py
…
test_turtle.py
…
test_type_comments.py
bpo-34822: Simplify AST for subscription. (GH-9605)
2020-03-10 18:52:34 +02:00
test_typechecks.py
…
test_types.py
bpo-39481: Implementation for PEP 585 ( #18239 )
2020-04-07 09:50:06 -07:00
test_typing.py
bpo-40185: Refactor typing.NamedTuple (GH-19371)
2020-04-08 10:59:04 +03:00
test_ucn.py
closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)
2020-03-10 20:41:34 -07:00
test_unary.py
…
test_unicode.py
Revert "bpo-39087: Add _PyUnicode_GetUTF8Buffer()" (GH-18985)
2020-03-14 15:59:27 +09:00
test_unicode_file.py
…
test_unicode_file_functions.py
…
test_unicode_identifiers.py
…
test_unicodedata.py
bpo-39926: Update unicodedata checksum tests for Unicode 13.0 update. (GH-18913)
2020-03-10 21:18:33 -07:00
test_unittest.py
…
test_univnewlines.py
…
test_unpack.py
…
test_unpack_ex.py
bpo-40067: Improve error messages for multiple star expressions in assignments (GH-19168)
2020-03-26 01:54:31 +00:00
test_unparse.py
bpo-38870: Implement support for ast.FunctionType in ast.unparse (GH-19016)
2020-03-15 19:56:57 +00:00
test_urllib.py
bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)
2020-03-14 11:56:06 -07:00
test_urllib2.py
bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284)
2020-04-02 02:52:20 +02:00
test_urllib2_localnet.py
…
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
…
test_uuid.py
bpo-40094: Add test.support.wait_process() (GH-19254)
2020-03-31 20:08:12 +02:00
test_venv.py
bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (GH-9516)
2020-03-22 14:31:46 -04:00
test_wait3.py
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
2020-04-01 18:49:29 +02:00
test_wait4.py
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
2020-04-01 18:49:29 +02:00
test_wave.py
…
test_weakref.py
bpo-36144: Add union operators to WeakValueDictionary584 ( #19127 )
2020-03-24 18:51:29 -07:00
test_weakset.py
…
test_webbrowser.py
…
test_winconsoleio.py
bpo-38325: Skip non-BMP tests of test_winconsoleio (GH-18448)
2020-02-11 00:58:23 +01: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-39011: Preserve line endings within ElementTree attributes (GH-18468)
2020-04-12 14:51:58 +02:00
test_xml_etree_c.py
bpo-36543: Remove the xml.etree.cElementTree module. (GH-19108)
2020-03-22 14:31:38 +02:00
test_xmlrpc.py
…
test_xmlrpc_net.py
…
test_xxtestfuzz.py
…
test_yield_from.py
…
test_zipapp.py
…
test_zipfile.py
bpo-39667: Sync zipp 3.0 (GH-18540)
2020-02-29 10:34:11 -06:00
test_zipfile64.py
…
test_zipimport.py
…
test_zipimport_support.py
…
test_zlib.py
…
testcodec.py
…
testtar.tar
…
tf_inherit_check.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
…