cosmopolitan/third_party/python/Lib/test
Justine Tunney cf93ecbbb2 Prove that Makefile is fully defined
The whole repository is now buildable with GNU Make Landlock sandboxing.
This proves that no Makefile targets exist which touch files other than
their declared prerequisites. In order to do this, we had to:

  1. Stop code morphing GCC output in package.com and instead run a
     newly introduced FIXUPOBJ.COM command after GCC invocations.

  2. Disable all the crumby Python unit tests that do things like create
     files in the current directory, or rename() files between folders.
     This ended up being a lot of tests, but most of them are still ok.

  3. Introduce an .UNSANDBOXED variable to GNU Make to disable Landlock.
     We currently only do this for things like `make tags`.

  4. This change deletes some GNU Make code that was preventing the
     execve() optimization from working. This means it should no longer
     be necessary in most cases for command invocations to be indirected
     through the cocmd interpreter.

  5. Missing dependencies had to be declared in certain places, in cases
     where they couldn't be automatically determined by MKDEPS.COM

  6. The libcxx header situation has finally been tamed. One of the
     things that makes this difficult is MKDEPS.COM only wants to
     consider the first 64kb of a file, in order to go fast. But libcxx
     likes to have #include lines buried after huge documentation.

  7. An .UNVEIL variable has been introduced to GNU Make just in case
     we ever wish to explicitly specify additional things that need to
     be whitelisted which aren't strictly prerequisites. This works in
     a manner similar to the recently introduced .EXTRA_PREREQS feature.

There's now a new build/bootstrap/make.com prebuilt binary available. It
should no longer be possible to write invalid Makefile code.
2022-08-06 04:05:08 -07:00
..
audiodata python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
capath python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
cjkencodings python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
crashers python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
decimaltestdata python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
dtracedata Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
eintrdata python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
encoded_modules python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
imghdrdata Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
leakers Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
libregrtest Test changes to Actually Portable Python (#240) 2021-08-13 02:24:43 -07:00
sndhdrdata python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
subprocessdata python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
support Remove plenty of makefile misconfigurations 2022-07-21 09:20:59 -07:00
test_asyncio python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_email Prove that Makefile is fully defined 2022-08-06 04:05:08 -07:00
test_import Test changes to Actually Portable Python (#240) 2021-08-13 02:24:43 -07:00
test_importlib Make numerous improvements 2021-09-28 01:52:34 -07:00
test_json Add Python JSON tests (#407) 2022-05-13 13:02:15 -07:00
test_tools python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_warnings Fix Pyston speedups (#281) 2021-10-02 01:28:51 -07:00
tracedmodules python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
xmltestdata python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
__init__.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
__main__.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
_test_multiprocessing.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
allsans.pem python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
ann_module.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
ann_module2.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
ann_module3.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
audiotest.au python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
audiotests.py Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
autotest.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
bad_coding.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
bad_coding2.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
badcert.pem python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
badkey.pem python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
badsyntax_3131.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
badsyntax_future3.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
badsyntax_future4.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
badsyntax_future5.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
badsyntax_future6.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
badsyntax_future7.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
badsyntax_future8.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
badsyntax_future9.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
badsyntax_future10.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
badsyntax_pep3120.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
BIG5.TXT Productionize new APE loader and more 2021-10-02 08:27:03 -07:00
BIG5HKSCS-2004.TXT Productionize new APE loader and more 2021-10-02 08:27:03 -07:00
bisect.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
bytecode_helper.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
cfgparser.1 python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
cfgparser.2 Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
cfgparser.3 Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
cmath_testcases.txt python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
coding20731.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
CP932.TXT Productionize new APE loader and more 2021-10-02 08:27:03 -07:00
CP936.TXT Productionize new APE loader and more 2021-10-02 08:27:03 -07:00
CP949.TXT Productionize new APE loader and more 2021-10-02 08:27:03 -07:00
CP950.TXT Productionize new APE loader and more 2021-10-02 08:27:03 -07:00
curses_tests.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
datetimetester.py Prove that Makefile is fully defined 2022-08-06 04:05:08 -07:00
dis_module.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
doctest_aliases.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
double_const.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
empty.vbs python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
EUC-CN.TXT Productionize new APE loader and more 2021-10-02 08:27:03 -07:00
EUC-JISX0213.TXT Productionize new APE loader and more 2021-10-02 08:27:03 -07:00
EUC-JP.TXT Productionize new APE loader and more 2021-10-02 08:27:03 -07:00
EUC-KR.TXT Productionize new APE loader and more 2021-10-02 08:27:03 -07:00
exception_hierarchy.txt python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
ffdh3072.pem python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
final_a.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
final_b.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
floating_points.txt python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
fork_wait.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
formatfloat_testcases.txt python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
future_test1.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
future_test2.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
gb-18030-2000.ucm Productionize new APE loader and more 2021-10-02 08:27:03 -07:00
gdb_sample.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
hello.com Add MODE=optlinux build mode (#141) 2021-10-14 19:36:49 -07:00
ieee754.txt python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
imp_dummy.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
inspect_fodder.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
inspect_fodder2.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
JOHAB.TXT Productionize new APE loader and more 2021-10-02 08:27:03 -07:00
keycert.passwd.pem python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
keycert.pem python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
keycert2.pem python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
keycert3.pem Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
keycert4.pem Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
list_tests.py Fix Pyston speedups (#281) 2021-10-02 01:28:51 -07:00
lock_tests.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
mailcap.txt python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
make_ssl_certs.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
mapping_tests.py Fix Pyston speedups (#281) 2021-10-02 01:28:51 -07:00
math_testcases.txt python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
memory_watchdog.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
mock_socket.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
mod_generics_cache.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
mp_fork_bomb.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
mp_preload.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
multibytecodec_support.py Productionize new APE loader and more 2021-10-02 08:27:03 -07:00
nokia.pem python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
nullbytecert.pem python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
nullcert.pem python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
outstanding_bugs.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
pickletester.py Fix Pyston speedups (#281) 2021-10-02 01:28:51 -07:00
profilee.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
pstats.pck python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
pycacert.pem Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
pycakey.pem python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
pyclbr_input.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
pydoc_mod.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
pydocfodder.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
pystone.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
Python.asdl Add Python JSON tests (#407) 2022-05-13 13:02:15 -07:00
pythoninfo.py Make numerous improvements 2021-09-28 01:52:34 -07:00
randv2_32.pck python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
randv2_64.pck python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
randv3.pck python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
re_tests.py Make numerous improvements 2021-09-28 01:52:34 -07:00
recursion.tar python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
relimport.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
reperf.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
revocation.crl python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
sample_doctest.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
sample_doctest_no_docstrings.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
sample_doctest_no_doctests.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
selfsigned_pythontestdotnet.pem python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
seq_tests.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
sgml_input.html Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
SHIFT_JISX0213.TXT Productionize new APE loader and more 2021-10-02 08:27:03 -07:00
SHIFTJIS.TXT Productionize new APE loader and more 2021-10-02 08:27:03 -07:00
signalinterproctester.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
Sine-1000Hz-300ms.aif python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
sortperf.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
ssl_cert.pem python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
ssl_key.passwd.pem python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
ssl_key.pem python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
ssl_servers.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
ssltests.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
string_tests.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
talos-2019-0758.pem python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test___all__.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test___future__.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test__locale.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test__opcode.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test__osx_support.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_abc.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_abstract_numbers.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_aifc.py Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
test_argparse.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_array.py Source changes for compilation 2021-08-09 05:39:42 -07:00
test_asdl_parser.py Add Python JSON tests (#407) 2022-05-13 13:02:15 -07:00
test_ast.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_asyncgen.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_asynchat.py Source changes for compilation 2021-08-09 05:39:42 -07:00
test_asyncore.py Source changes for compilation 2021-08-09 05:39:42 -07:00
test_atexit.py Python 3.7 METH_FASTCALL backport (#406) 2022-05-13 05:05:12 -07:00
test_audioop.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_augassign.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_base64.py Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
test_baseexception.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_bdb.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_bigaddrspace.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_bigmem.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_binascii.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_binhex.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_binop.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_bisect.py Add Python JSON tests (#407) 2022-05-13 13:02:15 -07:00
test_bool.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_buffer.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_bufio.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_builtin.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_bytes.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_bz2.py Make improvements 2022-03-16 13:40:10 -07:00
test_calendar.py Source changes for compilation 2021-08-09 05:39:42 -07:00
test_call.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_capi.py Fix Pyston speedups (#281) 2021-10-02 01:28:51 -07:00
test_cgi.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_cgitb.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_charmapcodec.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_class.py Make improvements 2022-03-16 13:40:10 -07:00
test_cmath.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_cmd.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_cmd_line.py Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
test_cmd_line_script.py Prove that Makefile is fully defined 2022-08-06 04:05:08 -07:00
test_code.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_code_module.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_codeccallbacks.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_codecencodings_cn.py Productionize new APE loader and more 2021-10-02 08:27:03 -07:00
test_codecencodings_hk.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_codecencodings_iso2022.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_codecencodings_jp.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_codecencodings_kr.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_codecencodings_tw.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_codecmaps_cn.py Productionize new APE loader and more 2021-10-02 08:27:03 -07:00
test_codecmaps_hk.py Productionize new APE loader and more 2021-10-02 08:27:03 -07:00
test_codecmaps_jp.py Productionize new APE loader and more 2021-10-02 08:27:03 -07:00
test_codecmaps_kr.py Productionize new APE loader and more 2021-10-02 08:27:03 -07:00
test_codecmaps_tw.py Productionize new APE loader and more 2021-10-02 08:27:03 -07:00
test_codecs.py Make fixes, improvements, and chibicc python bindings 2021-10-08 08:41:57 -07:00
test_codeop.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_collections.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_colorsys.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_compare.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_compile.py Make fixes, improvements, and chibicc python bindings 2021-10-08 08:41:57 -07:00
test_compileall.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_complex.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_concurrent_futures.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_configparser.py Source changes for compilation 2021-08-09 05:39:42 -07:00
test_contains.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_contextlib.py Source changes for compilation 2021-08-09 05:39:42 -07:00
test_copy.py Fix Pyston speedups (#281) 2021-10-02 01:28:51 -07:00
test_copyreg.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_coroutines.py Make some systemic improvements 2022-05-18 16:52:36 -07:00
test_cosmo.py Add MODE=optlinux build mode (#141) 2021-10-14 19:36:49 -07:00
test_cprofile.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_crashers.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_crypt.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_csv.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_ctypes.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_curses.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_datetime.py Add Python JSON tests (#407) 2022-05-13 13:02:15 -07:00
test_dbm.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_dbm_dumb.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_dbm_gnu.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_dbm_ndbm.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_decimal.py Python 3.7 METH_FASTCALL backport (#406) 2022-05-13 05:05:12 -07:00
test_decorators.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_defaultdict.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_deque.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_descr.py Add stack overflow checking to Python 2021-10-02 10:50:41 -07:00
test_descrtut.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_devpoll.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_dict.py Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
test_dict_version.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_dictcomps.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_dictviews.py Add stack overflow checking to Python 2021-10-02 10:50:41 -07:00
test_difflib.py Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
test_difflib_expect.html python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_dis.py Python 3.7 METH_FASTCALL backport (#406) 2022-05-13 05:05:12 -07:00
test_distutils.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_doctest.py Fix some issues and do some code cleanup 2022-05-23 10:15:53 -07:00
test_doctest.txt python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_doctest2.py Python 3.7 METH_FASTCALL backport (#406) 2022-05-13 05:05:12 -07:00
test_doctest2.txt python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_doctest3.txt python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_doctest4.txt python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_docxmlrpc.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_dtrace.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_dummy_thread.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_dummy_threading.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_dynamic.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_dynamicclassattribute.py Python 3.7 METH_FASTCALL backport (#406) 2022-05-13 05:05:12 -07:00
test_eintr.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_enum.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_enumerate.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_eof.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_epoll.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_errno.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_exception_hierarchy.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_exception_variations.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_exceptions.py Make improvements 2022-03-16 13:40:10 -07:00
test_extcall.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_faulthandler.py Python 3.7 METH_FASTCALL backport (#406) 2022-05-13 05:05:12 -07:00
test_fcntl.py Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
test_file.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_file_eintr.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_filecmp.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_fileinput.py Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
test_fileio.py Prove that Makefile is fully defined 2022-08-06 04:05:08 -07:00
test_finalization.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_float.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_flufl.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_fnmatch.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_fork1.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_format.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_fractions.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_frame.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_fstring.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_ftplib.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_funcattrs.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_functools.py Add Python JSON tests (#407) 2022-05-13 13:02:15 -07:00
test_future.py Improve Python tree-shaking 2021-09-06 19:24:10 -07:00
test_future3.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_future4.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_future5.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_gc.py Source changes for compilation 2021-08-09 05:39:42 -07:00
test_gdb.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_generator_stop.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_generators.py Python 3.7 METH_FASTCALL backport (#406) 2022-05-13 05:05:12 -07:00
test_genericpath.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_genexps.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_getargs2.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_getopt.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_getpass.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_gettext.py Prove that Makefile is fully defined 2022-08-06 04:05:08 -07:00
test_glob.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_global.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_grammar.py Add Python JSON tests (#407) 2022-05-13 13:02:15 -07:00
test_grp.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_gzip.py Add fixes to previous commit 2022-05-13 05:05:27 -07:00
test_hash.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_hashlib.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_heapq.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_hmac.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_html.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_htmlparser.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_http_cookiejar.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_http_cookies.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_httplib.py Improve Python tree-shaking 2021-09-06 19:24:10 -07:00
test_httpservers.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_idle.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_imaplib.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_imghdr.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_imp.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_index.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_inspect.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_int.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_int_literal.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_io.py Add stack overflow checking to Python 2021-10-02 10:50:41 -07:00
test_ioctl.py Fix GitHub Actions build (#442) 2022-06-23 07:04:59 -07:00
test_ipaddress.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_isinstance.py Fix Pyston speedups (#281) 2021-10-02 01:28:51 -07:00
test_iter.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_iterlen.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_itertools.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_kdf.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_keyword.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_keywordonlyarg.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_kqueue.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_largefile.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_lib2to3.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_linecache.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_list.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_listcomps.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_locale.py Fix a few more Python tests 2021-08-16 23:47:47 -07:00
test_logging.py Python 3.7 METH_FASTCALL backport (#406) 2022-05-13 05:05:12 -07:00
test_long.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_longexp.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_lzma.py Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
test_macpath.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_macurl2path.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_mailbox.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_mailcap.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_marshal.py Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
test_math.py Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
test_memoryio.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_memoryview.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_metaclass.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_mimetypes.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_minidom.py Source changes for compilation 2021-08-09 05:39:42 -07:00
test_mmap.py Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
test_module.py Fix some issues and do some code cleanup 2022-05-23 10:15:53 -07:00
test_modulefinder.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_msilib.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_multibytecodec.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_multiprocessing_fork.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_multiprocessing_forkserver.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_multiprocessing_main_handling.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_multiprocessing_spawn.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_netrc.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_nis.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_nntplib.py Source changes for compilation 2021-08-09 05:39:42 -07:00
test_normalization.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_ntpath.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_numeric_tower.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_opcodes.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_openpty.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_operator.py Add Python JSON tests (#407) 2022-05-13 13:02:15 -07:00
test_optparse.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_ordered_dict.py Add Python JSON tests (#407) 2022-05-13 13:02:15 -07:00
test_os.py Migrate from Travis to GitHub Actions (#441) 2022-06-23 04:39:00 -07:00
test_ossaudiodev.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_osx_env.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_parser.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_pathlib.py Add Python JSON tests (#407) 2022-05-13 13:02:15 -07:00
test_pdb.py Add Python JSON tests (#407) 2022-05-13 13:02:15 -07:00
test_peepholer.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_pickle.py Add Python JSON tests (#407) 2022-05-13 13:02:15 -07:00
test_pickletools.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_pipes.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_pkg.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_pkgimport.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_pkgutil.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_platform.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_plistlib.py Make improvements 2022-03-16 13:40:10 -07:00
test_poll.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_popen.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_poplib.py Implement tree-shaking for Python sources 2021-09-05 01:20:03 -07:00
test_posix.py Add Python JSON tests (#407) 2022-05-13 13:02:15 -07:00
test_posixpath.py Add Python JSON tests (#407) 2022-05-13 13:02:15 -07:00
test_pow.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_pprint.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_print.py Add some Python 3.7 backports (#306) 2021-10-29 22:54:14 -07:00
test_profile.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_property.py Python 3.7 METH_FASTCALL backport (#406) 2022-05-13 05:05:12 -07:00
test_pstats.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_pty.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_pulldom.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_pwd.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_py_compile.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_pyclbr.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_pydoc.py Python 3.7 METH_FASTCALL backport (#406) 2022-05-13 05:05:12 -07:00
test_pyexpat.py Source changes for compilation 2021-08-09 05:39:42 -07:00
test_queue.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_quopri.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_raise.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_random.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_range.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_re.py Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
test_readline.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_regrtest.py Source changes for compilation 2021-08-09 05:39:42 -07:00
test_repl.py Fix Python test_repl in MODE=dbg (#412) 2022-05-28 05:50:42 -07:00
test_reprlib.py Improve Python tree-shaking 2021-09-06 19:24:10 -07:00
test_resource.py Python 3.7 METH_FASTCALL backport (#406) 2022-05-13 05:05:12 -07:00
test_richcmp.py Add stack overflow checking to Python 2021-10-02 10:50:41 -07:00
test_rlcompleter.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_robotparser.py Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
test_runpy.py Add stack overflow checking to Python 2021-10-02 10:50:41 -07:00
test_sax.py Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
test_sched.py Source changes for compilation 2021-08-09 05:39:42 -07:00
test_scope.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_scratch.py Make fixes, improvements, and chibicc python bindings 2021-10-08 08:41:57 -07:00
test_script_helper.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_secrets.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_select.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_selectors.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_set.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_setcomps.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_shelve.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_shlex.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_shutil.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_signal.py Make some systemic improvements 2022-05-18 16:52:36 -07:00
test_site.py Python 3.7 METH_FASTCALL backport (#406) 2022-05-13 05:05:12 -07:00
test_slice.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_smtpd.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_smtplib.py Source changes for compilation 2021-08-09 05:39:42 -07:00
test_smtpnet.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_sndhdr.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_socket.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_socketserver.py Source changes for compilation 2021-08-09 05:39:42 -07:00
test_sort.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_source_encoding.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_spwd.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_sqlite.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_ssl.py Source changes for compilation 2021-08-09 05:39:42 -07:00
test_startfile.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_stat.py Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
test_statistics.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_strftime.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_string.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_string_literals.py Python 3.7 METH_FASTCALL backport (#406) 2022-05-13 05:05:12 -07:00
test_stringprep.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_strptime.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_strtod.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_struct.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_structmembers.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_structseq.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_subclassinit.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_subprocess.py Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
test_sunau.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_sundry.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_super.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_support.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_symbol.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_symtable.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_syntax.py Python 3.7 METH_FASTCALL backport (#406) 2022-05-13 05:05:12 -07:00
test_sys.py Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
test_sys_setprofile.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_sys_settrace.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_sysconfig.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_syslog.py Python 3.7 METH_FASTCALL backport (#406) 2022-05-13 05:05:12 -07:00
test_tarfile.py Remove plenty of makefile misconfigurations 2022-07-21 09:20:59 -07:00
test_tcl.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_telnetlib.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_tempfile.py Add Python JSON tests (#407) 2022-05-13 13:02:15 -07:00
test_textwrap.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_thread.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_threaded_import.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_threadedtempfile.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_threading.py Add stack overflow checking to Python 2021-10-02 10:50:41 -07:00
test_threading_local.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_threadsignals.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_time.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_timeit.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_timeout.py Python 3.7 METH_FASTCALL backport (#406) 2022-05-13 05:05:12 -07:00
test_tix.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_tk.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_tokenize.py Python 3.7 METH_FASTCALL backport (#406) 2022-05-13 05:05:12 -07:00
test_trace.py Python 3.7 METH_FASTCALL backport (#406) 2022-05-13 05:05:12 -07:00
test_traceback.py Add Python JSON tests (#407) 2022-05-13 13:02:15 -07:00
test_tracemalloc.py Fix Pyston speedups (#281) 2021-10-02 01:28:51 -07:00
test_ttk_guionly.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_ttk_textonly.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_tuple.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_turtle.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_typechecks.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_types.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_typing.py Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
test_ucn.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_unary.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_unicode.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_unicode_file.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_unicode_file_functions.py Fix cross-device link in Python tests 2022-05-13 06:50:55 -07:00
test_unicode_identifiers.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_unicodedata.py Make improvements 2022-03-16 13:40:10 -07:00
test_unittest.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_univnewlines.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_unpack.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_unpack_ex.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_urllib.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_urllib2.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_urllib2_localnet.py Add MODE=optlinux build mode (#141) 2021-10-14 19:36:49 -07:00
test_urllib2net.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_urllib_response.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_urllibnet.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_urlparse.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_userdict.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_userlist.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_userstring.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_utf8source.py Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
test_uu.py Source changes for compilation 2021-08-09 05:39:42 -07:00
test_uuid.py Source changes for compilation 2021-08-09 05:39:42 -07:00
test_venv.py Source changes for compilation 2021-08-09 05:39:42 -07:00
test_wait3.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_wait4.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_wave.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_weakref.py Python 3.7 METH_FASTCALL backport (#406) 2022-05-13 05:05:12 -07:00
test_weakset.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_webbrowser.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_winconsoleio.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_winreg.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_winsound.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_with.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_wsgiref.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_xdrlib.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_xml_dom_minicompat.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_xml_etree.py Add stack overflow checking to Python 2021-10-02 10:50:41 -07:00
test_xml_etree_c.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_xmlrpc.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_xmlrpc_net.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_yield_from.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_zipapp.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_zipfile.py Make numerous improvements 2021-09-28 01:52:34 -07:00
test_zipfile64.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_zipimport.py Source changes for compilation 2021-08-09 05:39:42 -07:00
test_zipimport_support.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_zlib.py Fix Pyston speedups (#281) 2021-10-02 01:28:51 -07:00
testcodec.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
testtar.tar python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
tf_inherit_check.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
threaded_import_hangers.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
time_hashlib.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
tokenize_tests.txt Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
win_console_handler.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
xmltests.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
zip_cp437_header.zip python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
zipdir.zip python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00