python-uncompyle6/test/bytecode_3.5
2020-04-18 23:18:24 -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 Better grammar coverage; reduce 3.x mklambda rules 2017-11-29 16:39:32 -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_matrix_multiply.pyc Add 3.5 matrix mult ops 2016-07-15 12:12:19 -04:00
01_named_and_kwargs.pyc Bug found by hypothesis in creating function calls 2017-03-04 11:49:09 -05:00
01_ops.pyc Better grammar coverage; reduce 3.x mklambda rules 2017-11-29 16:39:32 -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
01_while_if_then.pyc 3.5+ handle then before "if" jump going to loop 2018-03-27 19:24:29 -04:00
02_async_for.pyc Bug in "async for" indentation 2020-02-06 23:54:03 -05:00
02_async.pyc Bug in 3.5+ generator detection... 2019-06-05 19:08:21 -04:00
02_build_map_unpack_with_call.pyc Reinstate a 3.5 test 2017-12-12 07:34:51 -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 Fix bug in single param **arg 2017-12-05 07:50:22 -05:00
02_fn_varargs.pyc Python 3.x bug in handling var number of args 2016-08-31 06:20:29 -04:00
02_try_finally.pyc More COME_FROM's in Python 3... 2017-02-20 04:17:46 -05:00
02_while1else.pyc Last 2.6 while1 bug... 2018-03-06 18:52:27 -05:00
02_while_and.pyc Back off 3.5 control flow for now 2017-12-07 15:25:32 -05:00
03_async_await.pyc Fix some 3.6/3.7 bugs 2018-04-19 10:00:40 -04:00
03_double_star_unpack.pyc Fix Python 3.5 CALL_FUNCTION_VAR handling 2018-02-12 03:07:03 -05:00
03_map.pyc Isolaate kv, kv2 and kv3 better 2017-11-26 07:13:04 -05:00
03_py3_def.pyc Redo make_function for *, arg 2016-05-11 20:34:20 -04:00
03_weird26.pyc Slightly better 3.x list comprehension handling 2017-12-04 14:15:06 -05:00
03_while-if-break.pyc Skirt around control-flow problems... 2017-12-07 08:55:45 -05:00
04_async_stmt.pyc Fix bug in 3.5+ async stmt .. 2018-01-19 03:15:08 -05:00
04_raise.pyc Python 3.4 assertion handling. Improve verify 2016-07-14 05:20:30 -04:00
05_abc_class.pyc Python 3.5 abc.py bug distilled 2016-05-05 04:11:53 -04:00
05_class.pyc Fix Python 3.x pringing superclasses... 2019-12-15 10:49:24 -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_empty_ifs.pyc Fix 3.5+ bug in if's with pass bodies 2018-01-08 10:21:53 -05: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_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_return_in_else.pyc Another 3.5+ erroneous RETURN_END_IF misclassify 2016-09-07 04:03:21 -04:00
05_set_comprehension.pyc Slightly better 3.x list comprehension handling 2017-12-04 14:15:06 -05: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 3.x list comprehenions list_if_not, comp_ifnot bug 2016-07-14 11:30:42 -04:00
07_classparam.pyc Python 3 build class parsing 2016-05-07 23:32:59 -04:00
07_forelselast.pyc Improve 3.x forelselast coverage 2017-12-02 08:53:11 -05:00
07_if_return_bug.pyc Fix 3.5 misclassifying RETURN_VALUE 2016-07-29 08:56:23 -04:00
08_genexpr.pyc Add a missing 3.6 generator rule 2017-12-14 12:15:58 -05:00
09_class_closure.pyc Fix Python 3.x bugs 2016-05-17 04:00:54 -04:00
09_whiletrue_bug.pyc Add more while1else grammar rules 2017-04-10 02:47:46 -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 Fix 10_del.py syntax 2017-12-05 22:50:21 -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 Reinstate some tests 2016-10-09 06:44:08 -04:00
10_keyword.pyc Add Python 3.5 tests that we can do. 2016-01-07 04:32:20 -05:00
10_kw+pos_args-bug.pyc One more FUNCTION_VAR test for 3.3 2017-04-09 06:58:41 -04:00
10_while.pyc Administrivia: go over tests... 2019-11-18 12:30:48 -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_return_val.pyc Reinstate 3.5 tests 2020-04-18 23:18:24 -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