python-uncompyle6/test/bytecode_2.7_run
2022-10-16 19:33:51 -04:00
..
00_docstring.pyc Reinstate more docstring tests 2019-05-27 20:59:29 -04:00
01_for_else_try_else.pyc Small tweaks... 2020-07-06 18:19:06 -04:00
01_ifelse_listcomp.pyc continuing xdis refactor aftermath... 2020-04-18 18:47:06 -04:00
01_lambda_call.pyc Fixes #360 2021-06-15 22:42:55 -04:00
01_triple_compare.pyc 3.6 Chained compare 2019-04-17 15:44:33 -04:00
02_assert.pyc In 2.7: raise <expr>; expr can't be a "or" 2018-03-20 16:14:53 -04:00
02_ifelse_comprehension.pyc Improve Python 2.7 generator handling 2019-04-15 23:14:44 -04:00
02_ifelse_lambda.pyc Handle if not else in lambdas... 2018-04-25 12:57:09 -04:00
02_loop_continue_dead_code.pyc Add tests, comment what's up with change.. 2021-12-31 11:27:15 -05:00
02_slice.pyc More self-checking run tests 2019-04-10 11:49:27 -04:00
03_doc_assign.pyc Better doc string detection 2020-07-19 20:31:50 -04:00
04_ifelse_parens.pyc 2.7 if_expr_true restriction ... 2019-05-05 16:09:10 -04:00
05_control_flow_bugs.pyc Add tests based on recent runtests.sh failures... 2020-02-01 20:32:23 -05:00
05_dict_comp.pyc Start Python 1.4 decompilation ... 2018-05-19 07:14:00 -04:00
05_long_literals.pyc Correct long-literals for Python 2.7 2022-10-16 19:33:51 -04:00
05_not_unconditional.pyc Administrivia: go over tests... 2019-11-18 12:30:48 -05:00
07_for_if_else-continue.pyc Improve "if/else" in "for" test 2022-10-16 18:24:48 -04:00
15_mixed_expressions.pyc continuing xdis refactor aftermath... 2020-04-18 18:47:06 -04:00
README Small doc typos 2018-04-09 01:36:42 -04:00

These are byte-compiled programs compiled by Python 2.7.

Furthermore, the programs here are self-checking: when decompiled and
then run again in a 2.7 interpreter, they are likely to give an error
when they are miscompiled.