python-uncompyle6/test/bytecode_3.6
2018-03-19 06:01:39 -04:00
..
00_assign.pyc Towards better 3.6 support 2017-01-03 00:44:07 -05:00
00_docstring.pyc Fix docstring bug.. 2017-12-02 21:11:19 -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 3.6 class signature problems... 2018-03-04 17:25:42 -05:00
01_class.pyc Add more 3.6 tests 2017-12-13 23:20:19 -05:00
01_extended_arg.pyc Reinstate previously failed tests 2017-11-12 16:05:19 -05:00
01_fstring.pyc Move fstring rules inside a 3.6+ check 2016-10-22 11:48:52 -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
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_ifelse_lambda.pyc Fix 2.6- chained compare in lambda 2017-12-12 14:29:47 -05:00
02_kwargs.pyc Correct 3.6+ calls with kwargs 2018-01-19 06:38:19 -05:00
03_async_await.pyc Add async_call_function for 3.5+ 2017-01-09 07:03:51 -05: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_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_call_function.pyc Correct 3.6 FUNCTION_EX handling, somewhat 2018-01-08 23:20:22 -05:00
04_importlist.pyc Fix bug in return-optimized try stmt 2017-11-09 11:01:29 -05:00
04_raise.pyc Towards better 3.6 support 2017-01-03 00:44:07 -05:00
04_try_finally.pyc 3.6+ try/finally bugs 2018-02-27 10:37:18 -05:00
04_withas.pyc Grammar rule for 3.6 with .. return 2017-12-15 08:25:34 -05:00
05_36lambda.pyc Add Python 3.6 mklambda rule 2018-03-18 23:37:32 -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 3.6 list if "and" comprehension bug 2018-03-18 19:12:16 -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
06_listcomp_nest.pyc Keep pre-3.6 listcomp code patterns in 3.6 2018-02-28 16:22:33 -05: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