python-uncompyle6/test/bytecode_3.5
rocky 9a2369830d Python 3.5 if handling...
Allow RETURN_END_IF in a return statement
May want to do this in other versions as well, but right now
we only need it here.
2016-06-22 22:09:06 -04:00
..
00_assign.pyc Add Python 3.5 tests that we can do. 2016-01-07 04:32:20 -05:00
00_import.pyc Add Python 3.5 tests that we can do. 2016-01-07 04:32:20 -05:00
00_pass.pyc Add Python 3.5 tests that we can do. 2016-01-07 04:32:20 -05:00
01_boolean.pyc Add Python 3.5 tests that we can do. 2016-01-07 04:32:20 -05:00
01_class.pyc Add Python 3.5 tests that we can do. 2016-01-07 04:32:20 -05:00
01_fns.pyc Add Python 3.5 tests that we can do. 2016-01-07 04:32:20 -05:00
01_list_comprehension.pyc Add Python 3.5 tests that we can do. 2016-01-07 04:32:20 -05:00
01_positional.pyc Add Python 3.5 tests that we can do. 2016-01-07 04:32:20 -05:00
01_try_except.pyc Add Python 3.5 tests that we can do. 2016-01-07 04:32:20 -05:00
02_closure.pyc Add Python 3.5 tests that we can do. 2016-01-07 04:32:20 -05:00
02_def.pyc Add Python 3.5 tests that we can do. 2016-01-07 04:32:20 -05:00
02_slice.pyc Add Python 3.5 tests that we can do. 2016-01-07 04:32:20 -05:00
03_py3_def.pyc Redo make_function for *, arg 2016-05-11 20:34:20 -04:00
05_abc_class.pyc Python 3.5 abc.py bug distilled 2016-05-05 04:11:53 -04:00
05_class.pyc Add Python 3.5 tests that we can do. 2016-01-07 04:32:20 -05:00
05_closure_bug.pyc Another Python 3 closure grammar bug 2016-05-09 06:21:57 -04:00
05_const_map.pyc Add test for last fix. 2016-05-01 21:07:10 -04:00
05_if_assign.pyc Add Python 3.5 tests that we can do. 2016-01-07 04:32:20 -05:00
05_if.pyc Add Python 3.5 tests that we can do. 2016-01-07 04:32:20 -05:00
05_ifelse.pyc Add Python 3.5 tests that we can do. 2016-01-07 04:32:20 -05:00
05_lambda.pyc Fix bug in Python 3 lambda expression handling 2016-05-15 18:14:22 -04:00
05_list_comprehension.pyc Add Python 3.5 tests that we can do. 2016-01-07 04:32:20 -05:00
05_long_list.pyc Misc: long lists, DRY 2/3 grammars, '%' count 2016-05-02 21:25:16 -04:00
05_set_comprehension.pyc Fix python 3 set comprehension and ... 2016-06-06 17:04:59 -04:00
05_static_method.pyc Add Python 3.5 tests that we can do. 2016-01-07 04:32:20 -05:00
05_try_except.pyc Python 3.5 if statments decompyle 2016-04-30 03:51:54 -04:00
05_try_finally_pass.pyc More Python 2 and 3 deparsing bugs fixed 2016-05-05 20:56:41 -04:00
05_with.pyc Handle 3.5 with [as] 2016-05-04 22:15:03 -04:00
06_classbug.pyc Python 3.5 abc.py bug distilled 2016-05-05 04:11:53 -04:00
06_list_ifnot.pyc Remove dis3. Fix in 3.x list if not comprehension 2016-05-28 12:05:38 -04:00
07_classparam.pyc Python 3 build class parsing 2016-05-07 23:32:59 -04:00
07_if_return_bug.pyc Python 3.5 if handling... 2016-06-22 22:09:06 -04:00
08_genexpr.pyc Python 3 genexpr bug 2016-05-15 20:59:28 -04:00
09_class_closure.pyc Fix Python 3.x bugs 2016-05-17 04:00:54 -04:00
09_whiletrue_bug.pyc Python 3 "while True" bug 2016-05-09 14:44:34 -04:00
09_yield_from.pyc Another kind of yield_from on 3.5 2016-06-22 16:48:03 -04:00
10_class.pyc Add Python 3.5 tests that we can do. 2016-01-07 04:32:20 -05:00
10_del.pyc Add Python 3.5 tests that we can do. 2016-01-07 04:32:20 -05:00
10_for.pyc Add Python 3.5 tests that we can do. 2016-01-07 04:32:20 -05:00
10_genexpr.pyc Python 3 genexpr bug 2016-05-15 20:59:28 -04:00
10_if_break_finally.pyc More Python 2 and 3 deparsing bugs fixed 2016-05-05 20:56:41 -04:00
10_if_pass.pyc Fix 3.5 if..pass bug 2016-05-08 10:32:11 -04:00
10_keyword.pyc Add Python 3.5 tests that we can do. 2016-01-07 04:32:20 -05:00
10_mixed_boolean.pyc Add Python 3.5 tests that we can do. 2016-01-07 04:32:20 -05:00
10_while.pyc Add Python 3.5 tests that we can do. 2016-01-07 04:32:20 -05:00
10-genexpr.pyc More Python3 deparsing 2016-05-06 23:51:25 -04:00
11_multi_genexpr.pyc Fix 3.x generator bug... 2016-05-21 05:09:27 -04:00
11-list-if.pyc Fix Python 3 list comprehansion closure bug 2016-05-09 05:03:49 -04:00
15_assert.pyc Add Python 3.5 tests that we can do. 2016-01-07 04:32:20 -05:00
15_for_if.pyc Pevious commit grammar change is Python 3.5 and up 2016-04-30 04:03:38 -04:00
20_try_except.pyc Add Python 3.5 tests that we can do. 2016-01-07 04:32:20 -05:00
25_try_except.pyc Add Python 3.5 tests that we can do. 2016-01-07 04:32:20 -05:00