python-uncompyle6/test/bytecode_3.6
2022-05-07 07:01:39 -04:00
..
00_assign.pyc Towards better 3.6 support 2017-01-03 00:44:07 -05:00
00_import.pyc Increase test coverage. Remove some epsilon reductionsa 2017-12-14 16:02:48 -05:00
01_augmented_assign.pyc Increase grammar coverage 2017-11-22 11:28:05 -05:00
01_boolean.pyc Add more 3.6 tests 2017-12-13 23:20:19 -05:00
01_call_function.pyc Small 3.7 steps 2018-04-13 07:26:32 -04:00
01_class.pyc Add more 3.6 tests 2017-12-13 23:20:19 -05:00
01_extended_arg.pyc Final remnants of xdis fixes? 2020-04-18 23:24:56 -04:00
01_map_unpack.pyc Add more 3.6 tests 2017-12-13 23:20:19 -05:00
01_matrix_multiply.pyc Towards better 3.6 support 2017-01-03 00:44:07 -05:00
01_named_and_kwargs.pyc Bang on Python 3.6 MAKE_FUNCTION 2017-12-15 07:35:58 -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_build_map_unpack_with_call.pyc Add more 3.6 tests 2017-12-13 23:20:19 -05:00
02_genexpr.pyc 3.6 genexpr has changed 2017-11-28 06:57:15 -05:00
02_kwargs.pyc A couple of 3.6 bugs... 2018-03-21 19:54:28 -04:00
02_tryfinally_return.pyc 3.6 omit END_FINALLY sometimes 2018-07-05 21:47:36 -04:00
03_async_await.pyc customize "async for" on 3.6. and 3.7 2018-04-19 15:03:09 -04:00
03_async_from_coroutine.pyc 3.6 async hacking 2022-05-07 07:01:39 -04:00
03_build_tuple_call.pyc 3.6 constant tuples in call 2019-04-30 16:25:48 -04:00
03_double_star_unpack.pyc Fix up 3.6+ CALL_FUNCTION_EX 2018-02-12 07:45:20 -05:00
03_fn_defaults.pyc Fix bugs in 3.6 default parameter handling 2017-12-01 20:12:06 -05:00
03_if_try.pyc Python 3.6+ control flow 2018-12-15 09:17:54 -05:00
03_weird26.pyc Python 3.x needs conditional_not 2017-12-04 08:40:06 -05:00
03_while_else.pyc Towards better 3.6 support 2017-01-03 00:44:07 -05:00
03_while-if-break.pyc Fix 3.5, 3.6 while true if/break bug 2017-01-08 15:54:49 -05:00
04_async.pyc async with rules back to 3.5 and ... 2020-02-08 20:31:06 -05:00
04_class_kwargs.pyc 3.6 subclass extraction bug 2018-03-21 15:14:23 -04:00
04_raise.pyc Towards better 3.6 support 2017-01-03 00:44:07 -05:00
04_try_finally.pyc 3.6 try except-as bug 2018-03-22 23:54:12 -04:00
04_while1_while1.pyc while1 grammar rule cleanup 2018-04-27 10:57:27 -04:00
04_withas.pyc ast-check "for" is a loop; sync "withas" test .. 2020-06-04 05:34:19 -04:00
05_36lambda.pyc More 3.6 lambda handling 2018-03-19 09:36:02 -04:00
05_ann_mopdule2.pyc Reinstate test 2019-06-11 16:04:29 -04:00
05_call_function_kw2.pyc 3.6 keyword args bugs in CALL_FUNCTION_KW 2018-02-26 07:44:37 -05:00
05_call_star_kw.pyc 3.6 function/class prototype fixes.. 2018-03-03 09:12:02 -05: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_and_comp.pyc Fix a 3.6 try/except-as bug 2018-03-19 11:10:37 -04:00
05_set_comprehension.pyc Add Python 3.6 setcomp and another call bug 2018-04-01 07:09:24 -04:00
05_try_finally_pass.pyc Towards better 3.6 support 2017-01-03 00:44:07 -05:00
05_while_and_if.pyc Adjust 3.6 "while" loop grammar 2018-03-19 06:01:39 -04:00
05-for-ifelse.pyc Another 3.6 control-flow bug... 2018-03-31 19:28:35 -04:00
06_listcomp_nest.pyc Keep pre-3.6 listcomp code patterns in 3.6 2018-02-28 16:22:33 -05:00
06_try_return.pyc Add semantic action rule for except_return 2018-03-29 22:50:25 -04:00
07_closure_bug2.pyc 3.6 FUNCTION_EX_KW fixes 2017-12-15 19:18:27 -05:00
07_forelselast.pyc Improve 3.x forelselast coverage 2017-12-02 08:53:11 -05:00
08_genexpr.pyc Add a missing 3.6 generator rule 2017-12-14 12:15:58 -05:00
09_ext_arg_jump.pyc Use get_inst and self.insts more.. 2018-03-02 07:15:23 -05:00
09_while_if_while.pyc 3.6 while-if-while bug 2018-02-26 01:27:00 -05:00
10_del.pyc Fix 10_del.py syntax 2017-12-05 22:50:21 -05:00
10_extended_arg_loop.pyc Python 3.6 control flow bug... 2017-10-29 23:52:58 -04:00
10_genexpr.pyc Add a missing 3.6 generator rule 2017-12-14 12:15:58 -05:00
10_if_break_finally.pyc Towards better 3.6 support 2017-01-03 00:44:07 -05:00
10_long_pop_jump.pyc Handle 3.6+ EXTENDED_ARGs for POP_JUMP_IF... instructions 2018-01-19 16:56:21 -05:00
11_classbug.pyc Grammar rules for Python 3.6 MAKE_FUNCTION 2017-05-13 11:39:19 -04:00