python-uncompyle6/test/simple_source
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
..
branching Python 3.5 if handling... 2016-06-22 22:09:06 -04:00
bug26 Python packaging - yet again. 2016-05-13 22:59:15 -04:00
calls More tests 2015-12-27 16:50:45 -05:00
comprehension Python 3 set comprehension bug 2016-06-20 18:47:03 -04:00
def Python 3.x class bug using subclass fns 2016-06-20 17:20:47 -04:00
exception Another 3.x bug involving jumps 2016-06-19 17:47:43 -04:00
expression Another kind of yield_from on 3.5 2016-06-22 16:48:03 -04:00
looping Python 3 except clause parsing bug 2016-06-19 10:30:39 -04:00
operation_binary Regularize test names. 2015-12-21 12:34:19 -05:00
operation_comparison Regularize test names. 2015-12-21 12:34:19 -05:00
operation_inplace Regularize test names. 2015-12-21 12:34:19 -05:00
operation_logic Python 3 DUP_TOP_TWO bug 2016-05-08 18:41:59 -04:00
operation_unary Regularize test names. 2015-12-21 12:34:19 -05:00
precedence Regularize test names. 2015-12-21 12:34:19 -05:00
slice Add spark option to show grammer. Revise uncompyle options. Start to reorganize 2015-12-22 03:56:50 -05:00
stmts Fix * in multi-target assignment 2016-06-19 02:31:19 -04:00
README Small changes and administrivia 2016-05-19 08:40:20 -04:00

Files in this directory contain very simple constructs.
Some of these don't work across across all versions of Python.

Their simplicity is to try to make it easier to debug scanner, grammar
and semantic-action routines.

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