python-uncompyle6/test/stdlib
2022-09-30 20:09:41 -04:00
..
.gitignore Adapt decompyle3's 3.8 try/return grammar rules 2020-05-17 10:18:10 -04:00
2.4-exclude.sh remove \n in lambda; 2.6 grammar cleanup 2022-05-14 20:28:24 -04:00
2.5-exclude.sh remove \n in lambda; 2.6 grammar cleanup 2022-05-14 20:28:24 -04:00
2.6-exclude.sh Reduce 2.6 excluded tests 2022-08-23 21:51:33 -04:00
2.7-exclude.sh Go over 2.7 stdlib exclusions 2022-09-30 20:09:41 -04:00
3.2-exclude.sh With a newer xdis, some stdlib test work now 2020-05-31 03:10:52 -04:00
3.3-exclude.sh A regression regarding "and"/"or" with "continue" 2020-05-19 10:20:08 -04:00
3.4-exclude.sh With a newer xdis, some stdlib test work now 2020-05-31 03:10:52 -04:00
3.5-exclude.sh With a newer xdis, some stdlib test work now 2020-05-31 03:10:52 -04:00
3.6-exclude.sh Better 3.6 set comprehensions 2022-05-06 07:30:56 -04:00
3.7-exclude.sh Administrivia 2022-05-20 06:44:20 -04:00
3.8-exclude.sh Include 3.8 excludes from decompyle3 2020-07-28 07:59:39 -04:00
compare-un33.sh Start clean up runtest.sh exclusions 2020-01-13 09:11:22 -05:00
compile-file-1x.py Fix more Python 1.4 decompilation bugs 2018-06-04 09:37:35 -04:00
compile-file.py compile-file.py: preserve source file location 2020-01-30 21:09:34 -05:00
README.md Start another kind of testing... 2017-11-24 00:10:12 -05:00
run-and-email.sh Use newest versions for 3.6-3.8 2020-07-26 10:53:17 -04:00
runtests.sh Sync with decompyle3 2022-09-17 01:59:42 -04:00

The programs in here are to test Python stdlib tests in lib/pythonX.Y/test

We'll compile a test, then decompile it and then run the test