..
00_assign.pyc
Add spark option to show grammer. Revise uncompyle options. Start to reorganize
2015-12-22 03:56:50 -05:00
00_docstring.pyc
Fix bug in docstring triple quotes
2016-11-20 12:21:56 -05:00
00_import.pyc
Better grammar coverage; reduce 3.x mklambda rules
2017-11-29 16:39:32 -05:00
00_pass.pyc
Start Python3 class(superclass) handling
2015-12-23 15:42:52 -05:00
01_augmented_assign.pyc
Increase grammar coverage
2017-11-22 11:28:05 -05:00
01_class.pyc
Improve Python3 class definition handling
2015-12-24 19:21:36 -05:00
01_float.pyc
Handle inf, +inf, -nan, and nan constants
2017-11-24 15:30:05 -05:00
01_list_comprehension.pyc
Fix some 2.3 bugs; add more 2.3-6. tests
2016-07-09 17:33:54 -04:00
01_ops.pyc
A couple more tests
2017-12-02 12:17:24 -05:00
01_positional.pyc
Add spark option to show grammer. Revise uncompyle options. Start to reorganize
2015-12-22 03:56:50 -05:00
01_triple_compare.pyc
Start another kind of testing...
2017-11-24 00:10:12 -05:00
01_try_except.pyc
Fix some 2.3 bugs; add more 2.3-6. tests
2016-07-09 17:33:54 -04:00
02_complex.pyc
Add 2.7 complex test
2017-04-16 10:31:15 -04:00
02_ifelse_lambda.pyc
Address dead code in lambda ifelse
2017-10-10 19:05:16 -04:00
02_true_divide.pyc
2.x Grammar reduction/isolation
2017-11-22 19:13:21 -05:00
02_unary_convert.pyc
Add UNARY convert; improve 2.1 imports
2017-11-27 21:38:09 -05:00
02_while1else.pyc
Add more while1else grammar rules
2017-04-10 02:47:46 -04:00
03_double_equals.pyc
Predidence of cmp_list: x == y == z
2017-02-28 01:25:33 -05:00
03_if_1_else.pyc
Add how to report a bug
2017-04-15 10:41:13 -04:00
03_if_elif.pyc
Update 2.7 bytecode file for last fix
2016-12-26 09:37:20 -05:00
03_map.pyc
2.7 and 3.x bug in dict comprehensions
2016-06-19 13:45:07 -04:00
03_tuple_assign.pyc
A couple more bugs found running 2.7 stdlib tests
2017-11-24 10:22:58 -05:00
04_raise.pyc
Start handling Pyton 2.4 bytecodes
2016-07-08 15:00:23 -04:00
04_while_and_stmt_one_line.pyc
2.6- bug: while..and: stmt - on one line
2016-09-01 20:44:17 -04:00
04_withas.pyc
A couple more bugs found running 2.7 stdlib tests
2017-11-24 10:22:58 -05:00
05_abc_class.pyc
Administrivia - generalize shell code
2017-10-12 20:36:24 -04:00
05_const_map.pyc
Keep bytecode_2.7 pypy free...
2017-11-15 04:00:54 -05:00
05_if.pyc
Add spark option to show grammer. Revise uncompyle options. Start to reorganize
2015-12-22 03:56:50 -05:00
05_ifelse.pyc
Add spark option to show grammer. Revise uncompyle options. Start to reorganize
2015-12-22 03:56:50 -05:00
05_long_list.pyc
Misc: long lists, DRY 2/3 grammars, '%' count
2016-05-02 21:25:16 -04:00
05_set_comprehension.pyc
Fix some Python set comprehension bugs
2016-07-11 18:23:05 -04:00
05_try_finally_pass.pyc
More Python 2 and 3 deparsing bugs fixed
2016-05-05 20:56:41 -04:00
06_list_ifnot_and.pyc-pypy-notyet
A little closesr in PyPy 2.7 list comprehensions
2016-11-20 03:17:49 -05:00
06_list_ifnot.pyc
Fix some 2.3 bugs; add more 2.3-6. tests
2016-07-09 17:33:54 -04:00
06_return_bug.pyc
Fix some 2.3 bugs; add more 2.3-6. tests
2016-07-09 17:33:54 -04:00
06_setif_comprehension.pyc
Administrivia - generalize shell code
2017-10-12 20:36:24 -04:00
07_generator_return.pyc
A couple more 2.6 (and below) bugs fixed
2016-09-04 04:10:08 -04:00
08_while1_if_continue.pyc
while1 bug in 2.6 and 2.7
2016-07-07 13:08:00 -04:00
09_whiletrue_bug.pyc
Add more while1else grammar rules
2017-04-10 02:47:46 -04:00
10_class.pyc
Fix some 2.3 bugs; add more 2.3-6. tests
2016-07-09 17:33:54 -04:00
10_classdec.pyc
Fix some 2.3 bugs; add more 2.3-6. tests
2016-07-09 17:33:54 -04:00
10_del.pyc
del stmt testing on 2.7
2017-11-15 03:35:55 -05:00
10_if_break_finally.pyc
More Python 2 and 3 deparsing bugs fixed
2016-05-05 20:56:41 -04:00
10_if_else_ternary.pyc
Handle Ternary "or". Remove mention of uncompyle3
2016-04-07 07:18:46 -04:00
10_keyword.pyc
Add spark option to show grammer. Revise uncompyle options. Start to reorganize
2015-12-22 03:56:50 -05:00
10_lambda.pyc
One more (lambda) test
2017-11-24 08:57:18 -05:00
10_try_except.pyc
Add spark option to show grammer. Revise uncompyle options. Start to reorganize
2015-12-22 03:56:50 -05:00
11_multi_genexpr.pyc
Fix 3.x generator bug...
2016-05-21 05:09:27 -04:00
15_assert.pyc
remove unpack_list rule and ...
2017-11-25 00:32:13 -05:00
20_try_except.pyc
Fix some 2.3 bugs; add more 2.3-6. tests
2016-07-09 17:33:54 -04:00
25_try_except.pyc
Fix some 2.3 bugs; add more 2.3-6. tests
2016-07-09 17:33:54 -04:00
def0.pyc
Python 3.4: MAKE_FUNCTION starts to work.
2015-12-19 11:17:17 -05:00
def1.pyc
3.4: correct picking up parameter names on oa function call
2015-12-19 20:53:33 -05:00
left.pyc
3.4: correct picking up parameter names on oa function call
2015-12-19 20:53:33 -05:00
README
Start Python3 execption handling
2015-12-21 15:41:21 -05:00