python-uncompyle6/test/bytecode_3.2
rocky 027c9a7dc0 Fix "for ... if" bug introduced since 3.6.2...
However we've isolated and documented the 3.x grammar a little bit better
2020-01-17 04:41:16 -05:00
..
00_assign.pyc 3.2 bytecode 2015-12-27 15:19:53 -05:00
00_import.pyc Increase test coverage. Remove some epsilon reductionsa 2017-12-14 16:02:48 -05:00
00_pass.pyc 3.2 bytecode 2015-12-27 15:19:53 -05:00
01_boolean.pyc 3.2 bytecode 2015-12-27 15:19:53 -05:00
01_list_comprehension.pyc 3.2 bytecode 2015-12-27 15:19:53 -05: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 Fix chained compares with -'s 2017-12-02 12:06:01 -05:00
01_positional.pyc 3.2 bytecode 2015-12-27 15:19:53 -05:00
01_try_except_raise.pyc Fix more Python3.2 parser errors 2017-05-06 05:25:56 -04:00
01_try_except.pyc 3.2 bytecode 2015-12-27 15:19:53 -05:00
02_def.pyc Fix bug in single param **arg 2017-12-05 07:50:22 -05:00
02_ifelse_comprehension.pyc Narrow unused classdefdeco2 rules 2017-11-28 12:49:37 -05:00
02_named_and_kwargs.pyc Update test 2018-04-07 07:21:22 -04:00
03_if_try_raise.pyc Trystmt grammar from 3.3 needed in 3.2 2017-11-23 14:29:31 -05:00
03_if.pyc Fix more Python3.2 parser errors 2017-05-06 05:25:56 -04:00
03_map.pyc Isolaate kv, kv2 and kv3 better 2017-11-26 07:13:04 -05:00
03_weird26.pyc Slightly better 3.x list comprehension handling 2017-12-04 14:15:06 -05:00
05_closure_bug.pyc Fix Python 3.x bug in function VAR and KW args 2016-05-16 20:41:22 -04:00
05_dup_top_two.pyc Narrow unused classdefdeco2 rules 2017-11-28 12:49:37 -05:00
05_if.pyc 3.2 bytecode 2015-12-27 15:19:53 -05:00
05_ifelse.pyc 3.2 bytecode 2015-12-27 15:19:53 -05:00
05_list_comprehension.pyc Fix up 3.2 tests 2016-05-05 04:41:23 -04:00
05_store_locals.pyc Document/correct hide_internal and store_locals 2016-07-12 12:07:48 -04:00
05_while_true_break.pyc Work around grammar remove rule bug... 2017-11-26 08:07:00 -05:00
06_classbug.pyc Python 3.0..3.2 bug in LOAD_FAST/STORE_LOCAL 2016-04-30 09:12:03 -04:00
07_forelselast.pyc Improve 3.x forelselast coverage 2017-12-02 08:53:11 -05:00
09_class_closure.pyc Fix Python 3.x bugs 2016-05-17 04:00:54 -04:00
09_if_whiletrue_bug.pyc 3.2 WhileTrue grammar bug 2016-05-09 19:39:37 -04:00
10_classdec.pyc Fix import and 3.x class bugs... 2017-11-29 06:59:05 -05:00
10_del.pyc Fix 10_del.py syntax 2017-12-05 22:50:21 -05:00
10_for.pyc 3.2 bytecode 2015-12-27 15:19:53 -05:00
10_keyword.pyc 3.2 bytecode 2015-12-27 15:19:53 -05:00
10_lambda.pyc Fix bug where lambda has a yield in it 2017-11-24 08:55:26 -05:00
10_while.pyc 3.0 .. 3.4 bug in whileTrue 2016-09-09 22:27:13 -04:00
11_classbug.pyc Pypy 3.6 fixes and tests 2019-10-29 11:43:09 -04:00
11_for_if_loopback2.pyc Yet another Python 3.x COME_FROM grammar problem 2016-05-08 13:08:12 -04:00
11_if_while_bug.pyc Readd some 3.x loop tests 2016-05-16 20:20:53 -04:00
11_mkfunc_closure.pyc Fix last-minute bug due to kwargs->kwargs1 2017-12-10 18:00:44 -05:00
11-list-if.pyc Fix Python 3 list comprehansion closure bug 2016-05-09 05:03:49 -04:00
README Start Python3 execption handling 2015-12-21 15:41:21 -05:00

These are byte-compiled programs compiled by Python 3.2

The numbers in the filenames are to assist running the programs from
the simplest to more complex. For example, many tests have assignment
statements or function calls, so we want to test those constructs
first.

Code and organization merged from uncompyle3, uncompyle{,2}, and pycdc