python-uncompyle6/test
2019-05-21 08:29:03 -04:00
..
bytecode_1.3 Reinstat expr32 and expr1024 rules... 2018-09-19 20:14:42 -04:00
bytecode_1.4 More 3.0 bug fixing and tollerance and... 2018-06-12 12:19:43 -04:00
bytecode_1.5 Fix Python 1.5- bug in handling unpack list 2018-06-04 10:49:20 -04:00
bytecode_2.1 Fix bug in single param **arg 2017-12-05 07:50:22 -05:00
bytecode_2.2 Fix bug in single param **arg 2017-12-05 07:50:22 -05:00
bytecode_2.3 Fix bug in single param **arg 2017-12-05 07:50:22 -05:00
bytecode_2.4 Handle Python 2.4 if true 2018-08-12 02:24:13 -04:00
bytecode_2.4_run Small doc typos 2018-04-09 01:36:42 -04:00
bytecode_2.5 2.6 and before COME_FROM handling... 2018-03-04 21:42:59 -05:00
bytecode_2.5_run Small doc typos 2018-04-09 01:36:42 -04:00
bytecode_2.6 3.6 Chained compare 2019-04-17 15:44:33 -04:00
bytecode_2.6_run 2.7 confusion around "and" vs comprehension "if" 2019-05-08 16:27:41 -04:00
bytecode_2.7 3.7 handling of 4-level attribute import 2019-05-14 12:09:38 -04:00
bytecode_2.7_run 2.7 confusion around "and" vs comprehension "if" 2019-05-08 16:27:41 -04:00
bytecode_2.7.5 Python 2.7.5 tolerance 2018-05-01 02:48:51 -04:00
bytecode_3.0 Fix 3.0 try except bug 2018-06-23 00:06:35 -04:00
bytecode_3.0_run del handling in 3.0 and add tests 2019-04-23 19:12:12 -04:00
bytecode_3.1 Python 2.6-2.7ish generator handling 2019-04-15 20:32:15 -04:00
bytecode_3.1_run Python 2.6-2.7ish generator handling 2019-04-15 20:32:15 -04:00
bytecode_3.2 3.6 Chained compare 2019-04-17 15:44:33 -04:00
bytecode_3.2_run 3.6 Chained compare 2019-04-17 15:44:33 -04:00
bytecode_3.3 3.6 Chained compare 2019-04-17 15:44:33 -04:00
bytecode_3.3_run Add semantic rule for 3.x "conditionalnot" 2019-04-22 21:18:17 -04:00
bytecode_3.4 3.4+ while handling with returns ... 2019-04-15 12:03:11 -04:00
bytecode_3.4_run 3.4+ while handling with returns ... 2019-04-15 12:03:11 -04:00
bytecode_3.5 More self-checking run tests 2019-04-10 11:49:27 -04:00
bytecode_3.5_run 3.4+ while handling with returns ... 2019-04-15 12:03:11 -04:00
bytecode_3.6 3.6 constant tuples in call 2019-04-30 16:25:48 -04:00
bytecode_3.6_run Handle {{ }} escape, but when appropriate 2019-05-13 09:41:16 -04:00
bytecode_3.7 3.7 handling of 4-level attribute import 2019-05-14 12:09:38 -04:00
bytecode_3.7_run Handle {{ }} escape, but when appropriate 2019-05-13 09:41:16 -04:00
bytecode_3.8 Was missing some 3.7 and 3.7 semantic actions... 2019-04-15 08:11:31 -04:00
bytecode_3.8_run 3.7 and 3.8 chained compare fixups 2019-04-16 10:19:16 -04:00
bytecode_pypy2.7 Fix while1/if parsing in 3.x. Reinstate some tests 2017-12-06 22:47:56 -05:00
bytecode_pypy3.2 Remove dup pypy test 2019-04-10 12:35:26 -04:00
decompyle PEP E225 with a nod to Deepcommit 2019-04-14 06:11:16 -04:00
grammar-cover Administrivia 2019-05-21 08:29:03 -04:00
ok_lib2.6 DRY scanner25 and scanner26 more 2016-05-29 22:18:36 -04:00
ok_lib2.7 2.7 grammar bug workaround. Fix docstring bug 2016-11-24 21:57:39 -05:00
ok_lib3.2 Test optimized Python code and Python 3.2 2016-04-30 06:54:01 -04:00
ok_lib3.4 Address whileTrue if cond .. -> while cond .. bug 2016-09-25 16:59:32 -04:00
simple_source 3.7 handling of 4-level attribute import 2019-05-14 12:09:38 -04:00
stdlib CI runtest skips 2018-11-12 11:03:15 -05:00
.gitignore Increase testing 2018-03-25 14:56:48 -04:00
add-test.py Bang on Python 3.8 2019-04-10 07:22:43 -04:00
bytecompile-tests Add Python 3.5 tests that we can do. 2016-01-07 04:32:20 -05:00
dis-compare.py PEP E225 with a nod to Deepcommit 2019-04-14 06:11:16 -04:00
Makefile Administrivia 2019-05-21 08:29:03 -04:00
run-and-email.sh Testing administriva 2018-04-06 19:06:11 -04:00
simple-uncompyle-code-test.py Not sure why this is here, but fix it so it works. 2018-09-19 08:41:02 -04:00
test_one Add tests and start a more turnkey testing system. 2015-12-13 00:45:54 -05:00
test_pyenvlib.py 3.x while/else can now sometime have COME_FROMs 2019-04-27 04:37:24 -04:00
test_pythonlib.py Pypy 3.6 tolerance 2019-04-30 05:12:42 -04:00