cpython/Lib/test
Miss Islington (bot) 51b302e3f3
[3.11] gh-106368: Argument clinic tests: improve failure message when tests in ClinicExternalTests fail (GH-107364) (#107366)
gh-106368: Argument clinic tests: improve failure message when tests in `ClinicExternalTests` fail (GH-107364)
(cherry picked from commit 76c26eaca4)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2023-07-28 00:36:34 +00:00
..
audiodata
capath
cjkencodings
crashers
data
decimaltestdata
dtracedata
encoded_modules
imghdrdata
leakers
libregrtest [3.11] gh-101634: regrtest reports decoding error as failed test (#106169) (#106175) 2023-06-28 02:58:34 +00:00
sndhdrdata
subprocessdata
support [3.11] bpo-46523: fix tests rerun when setUp[Class|Module] fails (GH-30895) (GH-103342) 2023-04-07 19:35:16 +02:00
test_asyncio [3.11] gh-103607: Fix pause_reading to work when called from connection_made in asyncio. (GH-17425) (#103918) 2023-04-27 10:29:54 +00:00
test_capi [3.11] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613) (GH-107224) 2023-07-25 14:15:14 +03:00
test_email [3.11] gh-106186: Don't report MultipartInvariantViolationDefect for valid multipart emails when parsing header only (GH-107016) (#107112) 2023-07-23 14:28:35 +02:00
test_import [3.11] gh-105979: Fix exception handling in unmarshal_frozen_code (Python/import.c) (GH-105980). (#106100) 2023-06-26 09:00:51 +00:00
test_importlib [3.11] gh-106300: Improve assertRaises(Exception) usages in tests (GH-106302). (GH-106545) 2023-07-08 08:22:33 +00:00
test_json
test_peg_generator
test_sqlite3 [3.11] gh-105557: Remove duplicate sqlite3 test method (GH-105558) (#105562) 2023-06-09 14:02:15 +00:00
test_tomllib
test_tools
test_warnings [3.11] gh-103186: Fix or catch 'extra' stderr output from unittests (#103196) (#106606) 2023-07-10 21:13:26 +00:00
test_zoneinfo GH-102537: Handle check for PYTHONTZPATH failing in zoneinfo test (GH-102538) 2023-03-10 07:54:45 -08:00
tracedmodules
typinganndata
xmltestdata
ziptestdata
__init__.py
__main__.py
_test_atexit.py
_test_eintr.py
_test_embed_set_config.py
_test_embed_structseq.py
_test_multiprocessing.py [3.11] gh-90876: Restore the ability to import multiprocessing when sys.executable is None (GH-106464) (#106495) 2023-07-06 16:25:20 -07:00
_test_venv_multiprocessing.py
_testcppext.cpp
_typed_dict_helper.py
allsans.pem
ann_module.py
ann_module2.py
ann_module3.py
ann_module4.py
ann_module5.py
ann_module6.py
ann_module7.py
ann_module8.py
audiotest.au
audiotests.py
audit-tests.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_cmd.py
cfgparser.1
cfgparser.2
cfgparser.3
clinic.test.c [3.11] gh-106970: Fix Argument Clinic 'destination <name> clear' command (#106972) (#107059) 2023-07-22 17:44:11 +00:00
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
doctest_lineno.py
double_const.py
empty.vbs
exception_hierarchy.txt
ffdh3072.pem
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
inspect_stock_annotations.py
inspect_stringized_annotations.py
inspect_stringized_annotations_2.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
nosan.pem
nullbytecert.pem
nullcert.pem
pickletester.py
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
recursion.tar
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
setup_testcppext.py
sgml_input.html
signalinterproctester.py
Sine-1000Hz-300ms.aif
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 [3.11] gh-106300: Improve assertRaises(Exception) usages in tests (GH-106302). (GH-106545) 2023-07-08 08:22:33 +00:00
test_abstract_numbers.py
test_aifc.py
test_argparse.py [3.11] gh-101640: Make argparse _print_message catch any write error (GH-101802) (#104250) 2023-05-06 23:17:27 +00:00
test_array.py
test_asdl_parser.py
test_ast.py [3.11] GH-105588: Add missing error checks to some obj2ast_* converters (GH-105839) 2023-06-15 23:13:51 +00:00
test_asyncgen.py
test_asynchat.py
test_asyncore.py
test_atexit.py
test_audioop.py
test_audit.py
test_augassign.py
test_base64.py
test_baseexception.py
test_bdb.py [3.11] gh-101517: fix line number propagation in code generated for except* (#103550) (#103816) 2023-04-25 18:08:54 +01:00
test_bigaddrspace.py
test_bigmem.py gh-102701: Fix overflow in dictobject.c (GH-102750) 2023-03-17 07:54:18 -07:00
test_binascii.py
test_binop.py
test_bisect.py
test_bool.py gh-102252: Improve coverage of test_bool.py (GH-102253) 2023-02-25 13:15:45 -08:00
test_buffer.py
test_bufio.py
test_builtin.py [3.11] gh-96670: Raise SyntaxError when parsing NULL bytes (GH-97594) (#104195) 2023-05-07 11:12:04 +01:00
test_bytes.py
test_bz2.py
test_c_locale_coercion.py
test_calendar.py gh-101377: improving test_locale_calendar_formatweekday of calendar (GH-101378) 2023-03-14 20:00:28 -07:00
test_call.py
test_cgi.py
test_cgitb.py
test_charmapcodec.py
test_check_c_globals.py
test_class.py
test_clinic.py [3.11] gh-106368: Argument clinic tests: improve failure message when tests in ClinicExternalTests fail (GH-107364) (#107366) 2023-07-28 00:36:34 +00:00
test_cmath.py
test_cmd.py
test_cmd_line.py
test_cmd_line_script.py [3.11] gh-103186: Fix or catch 'extra' stderr output from unittests (#103196) (#106606) 2023-07-10 21:13:26 +00: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 [3.11] gh-106300: Improve assertRaises(Exception) usages in tests (GH-106302). (GH-106545) 2023-07-08 08:22:33 +00:00
test_codeop.py
test_collections.py
test_colorsys.py [3.11] gh-106498: Revert incorrect colorsys.rgb_to_hls change (GH-106627) (#106633) 2023-07-11 15:48:00 +00:00
test_compare.py [3.11] gh-56276: Add tests to test_compare (GH-3199) (#104694) 2023-05-20 16:31:42 +00:00
test_compile.py [3.11] gh-104615: don't make unsafe swaps in apply_static_swaps (GH-104620). (#104636) 2023-05-19 12:04:04 -06:00
test_compileall.py
test_complex.py
test_concurrent_futures.py [3.11] gh-94777: Fix deadlock in ProcessPoolExecutor (GH-94784) (#106607) 2023-07-10 16:21:04 -06: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_cppext.py
test_cprofile.py
test_crashers.py
test_crypt.py
test_csv.py [3.11] gh-104265 Disallow instantiation of _csv.Reader and _csv.Writer (GH-104266) (#104278) 2023-05-08 17:34:43 +05:30
test_ctypes.py
test_curses.py
test_dataclasses.py [3.11] gh-104035: Do not ignore user-defined __{get,set}state__ in slotted frozen dataclasses (GH-104041) (#104044) 2023-05-01 10:02:41 -06:00
test_datetime.py
test_dbm.py
test_dbm_dumb.py
test_dbm_gnu.py
test_dbm_ndbm.py
test_decimal.py [3.11] gh-89392: Make test_decimal discoverable (GH-106209) (#106229) 2023-07-05 13:00:56 +02:00
test_decorators.py
test_defaultdict.py
test_deque.py
test_descr.py gh-103272: regression test for getattr exception in property (GH-103336) 2023-04-07 12:36:10 -07:00
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_dynamic.py
test_dynamicclassattribute.py
test_eintr.py
test_embed.py
test_ensurepip.py
test_enum.py [3.11] gh-106602: [Enum] Add __copy__ and __deepcopy__ (GH-106694) 2023-07-12 15:48:16 -07:00
test_enumerate.py
test_eof.py
test_epoll.py
test_errno.py
test_except_star.py [3.11] gh-103590: do not wrap a single exception raised from a try-except* (#104094) 2023-05-02 19:24:02 +01:00
test_exception_group.py gh-99553: add tests for ExceptionGroup wrapping (GH-99615) 2023-04-11 00:07:25 -07:00
test_exception_hierarchy.py
test_exception_variations.py
test_exceptions.py
test_extcall.py
test_faulthandler.py
test_fcntl.py [3.11] gh-95672 fix typo SkitTest to SkipTest (gh-102119) (#102121) 2023-02-22 10:34:51 +09:00
test_file.py
test_file_eintr.py
test_filecmp.py
test_fileinput.py [3.11] gh-101961 fileinput.hookcompressed should not set the encoding value for the binary mode (gh-102068) (#102098) 2023-02-21 12:39:16 +09:00
test_fileio.py
test_fileutils.py
test_finalization.py
test_float.py
test_flufl.py
test_fnmatch.py
test_fork1.py
test_format.py [3.11] gh-104018: disallow "z" format specifier in %-format of byte strings (GH-104033) (#104058) 2023-05-01 20:18:29 +00:00
test_fractions.py
test_frame.py
test_frozen.py
test_fstring.py
test_ftplib.py
test_funcattrs.py
test_functools.py
test_future.py
test_future3.py
test_future4.py
test_future5.py
test_gc.py
test_gdb.py
test_generator_stop.py
test_generators.py [3.11] Re-enable commented-out test in test_generators.py (GH-104130) (#104261) 2023-05-07 05:11:00 +00:00
test_genericalias.py [3.11] gh-103880: Fix assertRaises usage in test_genericalias (GH-103916) (#103917) 2023-04-27 16:03:29 +05:30
test_genericclass.py
test_genericpath.py
test_genexps.py
test_getopt.py
test_getpass.py
test_getpath.py
test_gettext.py [3.11] gh-62519: Make pgettext search plurals when translation is not found (GH-107118) (GH-107133) 2023-07-25 21:49:28 +03:00
test_glob.py
test_global.py
test_grammar.py
test_graphlib.py
test_grp.py
test_gzip.py
test_hash.py
test_hashlib.py
test_heapq.py
test_hmac.py gh-103256: Fix hmac algorithm to support fallback implementation (gh-103286) 2023-04-06 19:27:46 -07:00
test_html.py
test_htmlparser.py
test_http_cookiejar.py
test_http_cookies.py
test_httplib.py [3.11] GH-103472: close response in HTTPConnection._tunnel (GH-103473) (#104077) 2023-05-01 23:48:07 -07:00
test_httpservers.py [3.11] gh-103204: http.server - Enforce that HTTP version numbers must consist only of digits (GH-103205) (#104438) 2023-05-12 20:54:12 +00:00
test_idle.py [3.11] GH-71383: IDLE - Document testing subsets of modules (GH-104463) (#104464) 2023-05-14 04:18:30 +00:00
test_imaplib.py
test_imghdr.py
test_imp.py
test_index.py
test_inspect.py [3.11] gh-105080: Fixed inconsistent signature on derived classes (GH… (#105274) 2023-06-04 15:26:01 -06:00
test_int.py [3.11] Improve int test coverage (GH-104024) (#104026) 2023-05-01 00:50:01 +00:00
test_int_literal.py
test_interpreters.py
test_io.py
test_ioctl.py
test_ipaddress.py
test_isinstance.py
test_iter.py gh-101892: Fix SystemError when a callable iterator call exhausts the iterator (GH-101896) 2023-03-04 06:46:17 -08:00
test_iterlen.py
test_itertools.py
test_keyword.py gh-102158: Add tests for softkwlist (GH-102159) 2023-02-23 18:54:47 -08:00
test_keywordonlyarg.py
test_kqueue.py
test_largefile.py
test_launcher.py
test_lib2to3.py
test_linecache.py
test_list.py
test_listcomps.py
test_lltrace.py
test_locale.py
test_logging.py [3.11] gh-107237: Fix test_udp_reconnection() of test_logging (#107238) (#107245) 2023-07-25 14:49:32 +00:00
test_long.py
test_longexp.py
test_lzma.py
test_mailbox.py [3.11] gh-106300: Improve assertRaises(Exception) usages in tests (GH-106302). (GH-106545) 2023-07-08 08:22:33 +00:00
test_mailcap.py
test_marshal.py
test_math.py
test_memoryio.py
test_memoryview.py
test_metaclass.py
test_mimetypes.py
test_minidom.py
test_mmap.py [3.11] gh-105235: Prevent reading outside buffer during mmap.find() (… (#106710) 2023-07-14 22:17:09 -04: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_named_expressions.py
test_netrc.py
test_nis.py
test_nntplib.py
test_ntpath.py [3.11] GH-88013: Fix TypeError raised by ntpath.realpath in some cases (GH-102813, GH-103343) 2023-04-07 21:38:56 +01:00
test_numeric_tower.py
test_opcache.py [3.11] GH-105840: Fix assertion failures when specializing calls with too many __defaults__ (GH-105864) 2023-06-16 18:30:22 +00:00
test_opcodes.py
test_openpty.py
test_operator.py [3.11] gh-102088 Optimize iter_index itertools recipe (GH-102360) (GH-102363) 2023-03-01 21:52:37 -06:00
test_optparse.py
test_ordered_dict.py
test_os.py gh-75729: Fix os.spawn tests not handling spaces on Windows (GH-99150) 2023-04-08 01:03:58 -07:00
test_ossaudiodev.py
test_osx_env.py
test_pathlib.py [3.11] GH-87695: Fix OSError from pathlib.Path.glob() (GH-104292) (GH-104362) 2023-05-10 23:19:49 +00:00
test_patma.py [3.11] GH-103971: Fix incorrect locations for code following case blocks 2023-04-28 20:08:25 +00:00
test_pdb.py [3.11] gh-103225: Fixed zero lineno issue for pdb (#103265) (#104262) 2023-05-07 12:21:57 +01:00
test_peepholer.py
test_pep646_syntax.py
test_pickle.py
test_picklebuffer.py
test_pickletools.py
test_pipes.py
test_pkg.py
test_pkgutil.py
test_platform.py
test_plistlib.py
test_poll.py
test_popen.py
test_poplib.py
test_positional_only_arg.py
test_posix.py
test_posixpath.py
test_pow.py GH-102341: Improve the test function for pow (GH-102342) 2023-03-05 09:55:18 -08:00
test_pprint.py
test_print.py
test_profile.py
test_property.py
test_pstats.py
test_pty.py [3.11] gh-96522: Fix deadlock in pty.spawn (GH-96639) (#104655) 2023-05-19 16:54:50 +02:00
test_pulldom.py
test_pwd.py
test_py_compile.py
test_pyclbr.py
test_pydoc.py [3.11] gh-102541: Add test case for help() for non_existent_module (GH-106340) (#106640) 2023-07-11 18:28:28 +00:00
test_pyexpat.py
test_queue.py
test_quopri.py
test_raise.py
test_random.py
test_range.py [3.11] Revert "Add tests for empty range equality (GH-103751)" (GH-103770) (#103781) 2023-04-24 18:54:21 +00:00
test_re.py [3.11] Move implementation specific RE tests to separate class (GH-106563) (GH-106565) 2023-07-09 15:23:27 +03:00
test_readline.py
test_regrtest.py [3.11] gh-101634: regrtest reports decoding error as failed test (#106169) (#106175) 2023-06-28 02:58:34 +00:00
test_repl.py
test_reprlib.py
test_resource.py
test_richcmp.py
test_rlcompleter.py
test_robotparser.py
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
test_set.py
test_setcomps.py
test_shelve.py
test_shlex.py
test_shutil.py [3.11] gh-106300: Improve assertRaises(Exception) usages in tests (GH-106302). (GH-106545) 2023-07-08 08:22:33 +00:00
test_signal.py GH-102397: Fix segfault from race condition in signal handling (GH-102399) 2023-03-08 00:26:20 -08:00
test_site.py
test_slice.py
test_smtpd.py
test_smtplib.py
test_smtpnet.py
test_sndhdr.py
test_socket.py
test_socketserver.py
test_sort.py
test_source_encoding.py
test_spwd.py
test_ssl.py [3.11] GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495) (#103006) 2023-03-27 16:14:01 +02:00
test_stable_abi_ctypes.py
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_structseq.py
test_subclassinit.py
test_subprocess.py [3.11] gh-105436: Ignore unrelated errors when checking empty env (GH-105742) (#105757) 2023-06-13 23:39:56 +00:00
test_sunau.py
test_sundry.py
test_super.py
test_support.py
test_symtable.py
test_syntax.py [3.11] gh-102310: Change error range for invalid bytes literals (GH-103663) (#103703) 2023-04-23 17:21:27 -06:00
test_sys.py
test_sys_setprofile.py
test_sys_settrace.py [3.11] GH-102818: Do not call PyTraceBack_Here in sys.settrace trampoline (GH-104650) 2023-05-19 19:08:43 +01:00
test_sysconfig.py
test_syslog.py
test_tabnanny.py
test_tarfile.py [3.11] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102953) (GH-103832) 2023-04-28 17:41:09 +02:00
test_tcl.py [3.11] gh-104411: Update test_getint for Tcl 9.0 (GH-104412) (#105357) 2023-06-06 10:04:21 -04:00
test_telnetlib.py
test_tempfile.py
test_textwrap.py
test_thread.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
test_traceback.py
test_tracemalloc.py
test_ttk_guionly.py
test_ttk_textonly.py
test_tuple.py
test_turtle.py
test_type_annotations.py [3.11] gh-105164: Detect annotations inside match blocks (GH-105177). (#105314) 2023-06-05 13:46:12 +00:00
test_type_cache.py
test_type_comments.py
test_typechecks.py
test_types.py [3.11] test_types: Replace raw assert statements (GH-105500) (#105508) 2023-06-08 15:33:40 +00:00
test_typing.py [3.11] gh-105834: Backport new tests for typing.Protocol (#105835) (#105860) 2023-06-16 16:39:12 +00: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
test_unittest.py
test_univnewlines.py
test_unpack.py
test_unpack_ex.py
test_unparse.py
test_urllib.py
test_urllib2.py [3.11] gh-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-102100) (gh-102117) 2023-02-22 20:42:04 +09:00
test_urllib2_localnet.py
test_urllib2net.py [3.11] gh-81403: Fix for CacheFTPHandler in urllib (GH-13951) (#103705) 2023-04-23 05:20:34 -07:00
test_urllib_response.py
test_urllibnet.py
test_urlparse.py [3.11] gh-102153: Start stripping C0 control and space chars in urlsplit (GH-102508) (#104575) 2023-05-17 21:41:25 +00:00
test_userdict.py
test_userlist.py
test_userstring.py
test_utf8_mode.py
test_utf8source.py
test_uu.py [3.11] gh-99889: Fix directory traversal security flaw in uu.decode() (GH-104096) (#104329) 2023-05-09 09:46:25 -07:00
test_uuid.py
test_venv.py
test_wait3.py
test_wait4.py
test_wave.py
test_weakref.py [3.11] gh-99184: Bypass instance attribute access in repr of weakref.ref (GH-99244) (#103789) 2023-04-24 19:58:55 +00:00
test_weakset.py
test_webbrowser.py
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 [3.11] gh-100933: Improve check_element helper in test_xml_etree (GH-100934) (#101686) 2023-02-08 12:11:54 +01:00
test_xml_etree_c.py
test_xmlrpc.py
test_xmlrpc_net.py
test_xxlimited.py
test_xxtestfuzz.py
test_yield_from.py
test_zipapp.py
test_zipfile.py [3.11] gh-106752: Sync with zipp 3.16.2 (GH-106757) (#106778) 2023-07-15 10:15:38 -04:00
test_zipfile64.py
test_zipimport.py
test_zipimport_support.py
test_zlib.py
testcodec.py
testtar.tar
testtar.tar.xz
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