python-uncompyle6/test
2019-12-23 07:19:40 -05: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 Fix Python 1.5- bug in handling unpack list 2018-06-04 10:49:20 -04:00
bytecode_1.6 Get ready for release 3.5.0 2019-10-12 19:53:17 -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 except_cond3 needs to be in 2.x 2019-07-03 19:16:09 -04: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 3.6 Chained compare 2019-04-17 15:44:33 -04:00
bytecode_2.6_run Fix bug 3.5+ in handling nested decorators 2019-12-21 22:57:59 -05:00
bytecode_2.7 Better test coverage of operators (in 2.7 and 3.0) 2019-11-18 18:10:58 -05:00
bytecode_2.7_run Small logic correction in run-time test. 2019-12-09 04:09:44 -05:00
bytecode_2.7.5 Python 2.7.5 tolerance 2018-05-01 02:48:51 -04:00
bytecode_3.0 Go over some 3.0 and 3.1 tests 2019-11-18 22:46:27 -05:00
bytecode_3.0_run Handle named parameters in 3.0..3.3 lambdas 2019-12-17 09:36:10 -05:00
bytecode_3.1 One more LOAD_CONST->LOAD_STR remnant and... 2019-06-09 18:20:05 -04:00
bytecode_3.1_run Bugs found in test_complex.py 2019-12-17 18:27:43 -05:00
bytecode_3.2 Pypy 3.6 fixes and tests 2019-10-29 11:43:09 -04:00
bytecode_3.2_run Handle named parameters in 3.0..3.3 lambdas 2019-12-17 09:36:10 -05:00
bytecode_3.3 Fixes in 3.5+ lambdas break 3.3-. Deal with later. 2019-12-22 13:31:49 -05:00
bytecode_3.3_run Bugs found in test_complex.py 2019-12-17 18:27:43 -05:00
bytecode_3.4 Fix Python 3.x pringing superclasses... 2019-12-15 10:49:24 -05:00
bytecode_3.4_run weak-verify -> syntax-verify. More bytecode tests 2019-07-01 10:23:43 -04:00
bytecode_3.5 Fix Python 3.x pringing superclasses... 2019-12-15 10:49:24 -05:00
bytecode_3.5_run Fix bug 3.5+ in handling nested decorators 2019-12-21 22:57:59 -05:00
bytecode_3.6 Reinstate test 2019-06-11 16:04:29 -04:00
bytecode_3.6_run 3.6+ lambda params; add semantic rule customizing for lambdas 2019-12-23 07:19:40 -05:00
bytecode_3.7 Fix "with as" indenting and decorated "async def" 2019-12-18 09:14:09 -05:00
bytecode_3.7_run 3.6+ lambda params; add semantic rule customizing for lambdas 2019-12-23 07:19:40 -05:00
bytecode_3.8 Better "assert" transformation. More 3.8 tests 2019-12-10 10:43:01 -05:00
bytecode_3.8_run Better "assert" transformation. More 3.8 tests 2019-12-10 10:43:01 -05: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 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 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 Fix Bug in 3.6+ in call_ex_kw4 and call_kw36 2019-12-22 08:49:12 -05:00
stdlib Update list of stdlib failed tests 2019-12-22 09:05:40 -05:00
.gitignore Increase testing 2018-03-25 14:56:48 -04: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 Fix "with as" indenting and decorated "async def" 2019-12-18 09:14:09 -05:00
run-and-email.sh weak-verify -> syntax-verify. More bytecode tests 2019-07-01 10:23:43 -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 Better bytecode detection for Python > 3.0... 2019-11-21 19:39:57 -05:00
test_pythonlib.py Get ready for release 3.5.0 2019-10-12 19:53:17 -04:00