python-uncompyle6/test
2022-04-28 17:11:17 -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 One more 2.4 test 2022-04-28 17:11:17 -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 Add tests, comment what's up with change.. 2021-12-31 11:27:15 -05:00
bytecode_2.7 Use "co_consts" in docstring detection. 2020-07-21 10:31:07 -04:00
bytecode_2.7_run Handle long 2.x bytecode literals more efficiently 2022-04-27 13:47:56 -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 Shorten 10_complex.py 2022-04-03 06:41:58 -04: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 Use attr insead of pattrr for non-strings 2022-04-26 03:13:27 -04: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 Shorten 10_complex.py 2022-04-03 06:41:58 -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 Use attr insead of pattrr for non-strings 2022-04-26 03:13:27 -04:00
bytecode_3.7 Handle 3.7+ "else" branch removal... 2020-06-12 13:18:33 -04:00
bytecode_3.7_run Go over long-literal test 2022-04-24 17:50:32 -04:00
bytecode_3.8 Part of the decompye3 loop "continue" fixes 2021-12-17 16:13:09 -05:00
bytecode_3.8_run Go over long-literal test 2022-04-24 17:50:32 -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
bytecode_pypy3.7 Some PyPY 3.7 support 2021-11-21 14:04:34 -05:00
bytecode_pypy37_run Start PyPy 3.8 support 2021-11-23 16:45:01 -05:00
bytecode_pypy38_run Start PyPy 3.8 support 2021-11-23 16:45:01 -05:00
decompyle Merge pull request #364 from rocky/PYTHON3-move 2021-11-03 01:24:47 -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 Merge pull request #364 from rocky/PYTHON3-move 2021-11-03 01:24:47 -04: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 One more 2.4 test 2022-04-28 17:11:17 -04:00
stdlib Include 3.8 excludes from decompyle3 2020-07-28 07:59:39 -04:00
.gitignore Regularize "or" so args are in 1..2 and ... 2020-05-18 22:55:26 -04:00
add-test.py Shorten 10_complex.py 2022-04-03 06:41:58 -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 Bump testing version ... 2022-04-17 10:29:23 -04:00
run-and-email.sh Use newest versions for 3.6-3.8 2020-07-26 10:53:17 -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 Reinstante pyenvlib 2022-04-27 03:39:05 -04:00
test_pythonlib.py Start PyPy 3.8 support 2021-11-23 16:45:01 -05:00