python-uncompyle6/test
rocky 17d07eaf00 continuing xdis refactor aftermath...
Both 2.7 bytecode broken from the refactor have now been reinstated, but
two 3.5 and 3.6 bytecode have moved into the "todo" category.
2020-04-18 18:47:06 -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 Reinstate previously failing tests 2020-04-16 17:16:38 -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 Bug found by 2.4 sre_parse.py testing 2020-02-15 08:06:58 -05: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 Add 3.7ish "or" check 2020-04-16 16:35:27 -04:00
bytecode_3.0_run Reinstate previously failing tests 2020-04-16 17:16:38 -04:00
bytecode_3.1 One more LOAD_CONST->LOAD_STR remnant and... 2019-06-09 18:20:05 -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 Reinstate previously failing tests 2020-04-16 17:16:38 -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 continuing xdis refactor aftermath... 2020-04-18 18:47:06 -04:00
bytecode_3.5_run "or" rule regularization + regressions from xdis 2020-04-16 23:45:39 -04:00
bytecode_3.6 continuing xdis refactor aftermath... 2020-04-18 18:47:06 -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 "or" rule regularization + regressions from xdis 2020-04-16 23:45:39 -04:00
bytecode_3.7_run "or" rule regularization + regressions from xdis 2020-04-16 23:45:39 -04:00
bytecode_3.8 3.7+ "async with" handling from decompyle3 2020-02-08 19:48:09 -05:00
bytecode_3.8_run More regressions with some fixes 2020-04-17 00:06:39 -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 Go over "yield" and other precedence 2020-04-09 20:27:07 -04:00
stdlib 3.8 Excludes 2020-04-05 12:09:48 -04:00
.gitignore 3.7+ "async with" handling from decompyle3 2020-02-08 19:48:09 -05:00
add-test.py Correct assert{,2} transforms 2019-09-23 08:26:16 -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 Scale back 3.6.10 pyenvlib testing... 2020-04-04 05:21:24 -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 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