python-uncompyle6/test
2020-07-06 10:09:42 -04:00
..
bytecode_1.0 Get ready for release 3.5.0 2019-10-12 19:53:17 -04:00
bytecode_1.1 Get ready for release 3.5.0 2019-10-12 19:53:17 -04:00
bytecode_1.2 Get ready for release 3.5.0 2019-10-12 19:53:17 -04:00
bytecode_1.3 Better 1.5 parameter tuple handling... 2019-10-10 17:20:00 -04:00
bytecode_1.4 More 3.0 bug fixing and tollerance and... 2018-06-12 12:19:43 -04:00
bytecode_1.5 Reinstate previously failing tests 2020-04-16 17:16:38 -04:00
bytecode_1.6 Get ready for release 3.5.0 2019-10-12 19:53:17 -04:00
bytecode_2.1 Reinstate previously failing tests 2020-04-16 17:16:38 -04:00
bytecode_2.2 Fix bug in single param **arg 2017-12-05 07:50:22 -05:00
bytecode_2.3 Reinstate previously failing tests 2020-04-16 17:16:38 -04:00
bytecode_2.4 More bugs found via sre_parse.py decompilation 2020-02-15 05:10:11 -05:00
bytecode_2.4_run Simplfy - TODO fix unicode in docstrings 2019-05-24 11:03:44 -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 ast-check "for" is a loop; sync "withas" test .. 2020-06-04 05:34:19 -04:00
bytecode_2.6_run Fix bug in 3.7 chained comparison semantic action 2020-01-24 06:14:28 -05:00
bytecode_2.7 ast-check "for" is a loop; sync "withas" test .. 2020-06-04 05:34:19 -04:00
bytecode_2.7_run continuing xdis refactor aftermath... 2020-04-18 18:47:06 -04:00
bytecode_2.7.5 Python 2.7.5 tolerance 2018-05-01 02:48:51 -04:00
bytecode_3.0 ast-check "for" is a loop; sync "withas" test .. 2020-06-04 05:34:19 -04:00
bytecode_3.0_run Reinstate previously failing tests 2020-04-16 17:16:38 -04:00
bytecode_3.1 ast-check "for" is a loop; sync "withas" test .. 2020-06-04 05:34:19 -04:00
bytecode_3.1_run Correct handling "if" in dictcomp in semantic actions for 3.x 2020-01-15 02:36:19 -05:00
bytecode_3.2 Fix "for ... if" bug introduced since 3.6.2... 2020-01-17 04:41:16 -05:00
bytecode_3.2_run Fix bug in 3.7 chained comparison semantic action 2020-01-24 06:14:28 -05:00
bytecode_3.3 Try reinstating one more bytecode file 2020-04-18 23:11:42 -04:00
bytecode_3.3_run 3.x ifelsestmtc reduction rule fix 2020-02-13 05:41:15 -05:00
bytecode_3.4 Fix Python 3.x pringing superclasses... 2019-12-15 10:49:24 -05:00
bytecode_3.4_run Fix bug in handling 3.5- complex annotation return... 2020-01-09 19:55:22 -05:00
bytecode_3.5 Reinstate 3.5 tests 2020-04-18 23:18:24 -04:00
bytecode_3.5_run Reinstate 3.5 tests 2020-04-18 23:18:24 -04:00
bytecode_3.6 ast-check "for" is a loop; sync "withas" test .. 2020-06-04 05:34:19 -04:00
bytecode_3.6_run Bug in finding annotation in fn with docstring 2020-03-31 11:13:12 -04:00
bytecode_3.7 Handle 3.7+ "else" branch removal... 2020-06-12 13:18:33 -04:00
bytecode_3.7_run A runnable "async" and "async with" test 2020-05-16 07:55:51 -04:00
bytecode_3.8 Handle 3.7+ "else" branch removal... 2020-06-12 13:18:33 -04:00
bytecode_3.8_run Adapt decompyle3's 3.8 try/return grammar rules 2020-05-17 10:18:10 -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
bytecode_pypy3.5 Pypy 3.5 tolerance 2019-11-09 21:56:36 -05:00
bytecode_pypy3.6 Pypy 3.6 fixes and tests 2019-10-29 11:43:09 -04:00
bytecode_pypy3.6_run Pypy 3.6 tolerance 2019-10-28 14:46:45 -04:00
decompyle fix spelling errors 2020-01-27 18:41:55 -06: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 Administrivia: go over tests... 2019-11-18 12:30:48 -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 Handle 3.7+ "else" branch removal... 2020-06-12 13:18:33 -04:00
stdlib Forelse reduction checks on 2.6 2020-07-06 10:09:42 -04:00
.gitignore Regularize "or" so args are in 1..2 and ... 2020-05-18 22:55:26 -04:00
add-test.py Handle 3.7+ "else" branch removal... 2020-06-12 13:18:33 -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 "or" rule regularization + regressions from xdis 2020-04-16 23:45:39 -04:00
run-and-email.sh Disable compile-farm 3.8.3 checking 2020-06-17 05:29:04 -04:00
simple-decompile-code-test.py Simplify imports again using xdis 4.6.0 2020-05-19 00:53:53 -04:00
test_one Add tests and start a more turnkey testing system. 2015-12-13 00:45:54 -05:00
test_pyenvlib.py fix spelling errors 2020-01-27 18:41:55 -06:00
test_pythonlib.py Get ready for release 3.5.0 2019-10-12 19:53:17 -04:00