Files
python-uncompyle6/test/bytecode_2.7
rocky 805e17988e Fix bug in docstring triple quotes
Problem was not escaping """ inside """.
Use ''' when possible; and when not, use: \"\"\".
2016-11-20 12:21:56 -05:00
..
2016-08-13 09:07:15 -04:00
2016-09-11 03:39:19 -04:00
2016-05-21 05:09:27 -04:00
2015-12-21 15:41:21 -05:00

These are byte-compiled programs compiled by Python 2.7

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