python-uncompyle6/test/bytecode_2.6
2022-05-14 19:35:24 -04:00
..
00_assign.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
00_import.pyc Better grammar coverage; reduce 3.x mklambda rules 2017-11-29 16:39:32 -05:00
00_pass.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
01_augmented_assign.pyc Increase grammar coverage 2017-11-22 11:28:05 -05:00
01_class.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
01_fns.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
01_list_comprehension.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
01_ops.pyc A couple more tests 2017-12-02 12:17:24 -05:00
01_positional.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
01_rel_import.pyc Correct 2.5-7 relative import formatting 2022-05-14 19:35:24 -04:00
01_try_except.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
02_closure.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
02_complex.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
02_def.pyc Fix bug in single param **arg 2017-12-05 07:50:22 -05:00
02_except_as.pyc Remove 3-arg raise in 3.x and.. 2017-12-02 22:07:44 -05:00
02_slice.pyc localize 2 and 3 argument BUILD_SLICE... 2017-11-25 21:10:11 -05:00
02_test_exec.pyc 2.7 exec stmt grammar rule isolation/reduction 2017-12-02 09:23:18 -05:00
02_true_divide.pyc 2.x Grammar reduction/isolation 2017-11-22 19:13:21 -05:00
02_while1_if_and.pyc More 2.6 while-loop control flow parsing 2018-03-06 13:16:22 -05:00
02_while1else.pyc Grammar cleanup: separate some 2.7 from 2.7- rules 2017-11-15 21:04:06 -05:00
03_double_equals.pyc 2.6 a == b or x == y == z bug 2017-02-28 03:12:48 -05:00
03_elif_vs_continue.pyc Misc changes 2016-11-26 21:41:45 -05:00
03_if_elif.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
03_if_for.pyc Python 2.6 control flow bug with added COME_FROM 2017-02-24 21:29:28 -05:00
03_if_vs_and.pyc More AST checking 2016-11-16 07:28:19 -05:00
03_loop_if_cf.pyc Loops in Python 2.4-2.6 loop come_from 2017-07-05 06:12:14 -04:00
03_map.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
03_raise_from.pyc Handle Python 2 vs 3 raise syntax change 2016-08-30 00:42:24 -04:00
03_tryelse_continue.pyc Fix 2.6 IF/THEN misclassification.. 2018-01-13 00:58:16 -05:00
03_weird26.pyc More weirdness testing 2017-12-03 20:29:55 -05:00
03_whileelse_bug.pyc Fix whileelse bug 2018-01-11 21:52:33 -05:00
04_comp_for.pyc Fix Python 2.4-2.6 comp_for text generation... 2016-09-03 00:30:48 -04:00
04_lastc_with_loops.pyc extend Python 2.6- lastc grammar-rule 2018-10-05 12:37:16 -04:00
04_raise.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
04_withas.pyc ast-check "for" is a loop; sync "withas" test .. 2020-06-04 05:34:19 -04:00
05_abc_class.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
05_closure_bug.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
05_const_map.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
05_dup_top_two.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
05_for_for.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
05_generator.pyc Python 2.5-2.6 generator bug 2016-09-03 21:37:32 -04:00
05_if_assign.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
05_if.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
05_list_comprehension.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
05_long_list.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
05_static_method.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
05_try_except.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
05_try_finally_pass.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
05_unicode_literals.pyc Start to handle FUTURE_UNICODE_LITERALS flag 2017-12-05 13:28:26 -05:00
05_with.pyc Python 2.5 "with"; Isolate 2.5-2.6 grammar better 2017-11-16 09:26:23 -05:00
05-ret-or.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
06_classbug.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
06_for_break.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
06_ifTrue_optimize_bug.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
06_list_comprehension_x2_if.pyc Python 2.1-2.6 bug in list comprehension 2016-10-08 19:51:57 -04:00
06_list_ifnot_and.pyc Reinstate previously failed tests 2017-11-12 16:05:19 -05:00
06_list_ifnot.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
06_return_bug.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
06_return_if.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
06_return_pop.pyc Reinstate test 2017-01-09 06:01:06 -05:00
06_setif_comprehension.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
06_tryifelse.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
07_classderef.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
07_classparam.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
07_closure_bug2.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
07_for_if_continue.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
07_generator_return.pyc A couple more 2.6 (and below) bugs fixed 2016-09-04 04:10:08 -04:00
07_if_return_bug.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
07_return_end_if.pyc Reinstate previously failing tests 2020-04-16 17:16:38 -04:00
07_try_pass.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
07_withstmt_fn.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
08_distbug.pyc Adjust that 2.2-2.6 "while" may not have COME_FROM 2018-03-05 00:21:54 -05:00
08_for_if_for.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
08_genexpr.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
08_triple_equals.pyc Python 2.2..2.6 bug in a == b == c == d 2016-09-03 10:05:55 -04:00
08_while1_if_continue.pyc More bugs found via sre_parse.py decompilation 2020-02-15 05:10:11 -05:00
08_while_except_bug.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
09_class_closure.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
09_if_whiletrue_bug.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
09_whiletrue_bug.pyc 2.6 and 2.7 while1 grammar rule 2016-07-27 13:19:42 -04:00
10_class_deco.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
10_class.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
10_classdec.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
10_del.pyc Fix 10_del.py syntax 2017-12-05 22:50:21 -05:00
10_for_if_loopback.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
10_for.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
10_genexpr.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
10_if_break_finally.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
10_if_else_ternary.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
10_if_pass.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
10_keyword.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
10_lambda.pyc Fix bug where lambda has a yield in it 2017-11-24 08:55:26 -05:00
10_load_assert.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
10_mixed_boolean.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
10_try_continue_bug.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
10_while.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
11_classbug_subclass_fn.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
11_classbug.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
11_for_if_loopback2.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
11_if_while_bug.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
11_multi_genexpr.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
11_return_val.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
11-list-if.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
12_if_while_bug.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
15_assert.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
15_for_if.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
20_try_except.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00
25_try_except.pyc Fix some 2.3 bugs; add more 2.3-6. tests 2016-07-09 17:33:54 -04:00