rocky
|
6f5dce342f
|
Start going over Python 2.5 bytecode
Fix 2.6 with bug
|
2016-07-08 07:01:48 -04:00 |
|
rocky
|
a1dab0fa3a
|
Add 10_if_else_ternary.pyc for 2.5
|
2016-07-04 10:21:38 -04:00 |
|
rocky
|
ae980e4f64
|
Base 2.5 off of 2.6. Some other small bugs.
|
2016-06-28 03:31:32 -04:00 |
|
rocky
|
a3dd61c981
|
Fix marshal bug in handling complex numbers
|
2016-05-17 19:25:34 -04:00 |
|
rocky
|
9f7d36f8fb
|
Handle Ternary "or". Remove mention of uncompyle3
uncompyle3 removed per Mysterie's request
[Fixes Issue #5]
|
2016-04-07 07:18:46 -04:00 |
|
rocky
|
97f48f1322
|
Frank Ebersoll's grammar fix to make "assert isinstance(1, int)" work.
|
2015-12-17 21:41:47 -05:00 |
|
rocky
|
a309a77ea7
|
Python3: remove "return None" at end of main for uncompyle. Fix up verify for Python3. First automated Python 3.4 tests via "makecheck-3.4" in test directory.
|
2015-12-17 18:53:30 -05:00 |
|
rocky
|
14815b3d8c
|
test_pythonlib: Fix bug in traversing directores
walker.py: imports; Add test Python2.5 bytecode - it works!
Makefile: remove temporary directories and _dis files which were added by mistake
|
2015-12-13 18:39:33 -05:00 |
|