rocky
|
b2dfe0889a
|
Mark more 3.6+ code that needs to be fixed
|
2018-01-20 08:09:18 -05:00 |
|
rocky
|
8194595ec9
|
Handle 3.6+ EXTENDED_ARGs for POP_JUMP_IF... instructions
|
2018-01-19 16:56:21 -05:00 |
|
rocky
|
4dbcf0400d
|
Correct 3.6+ calls with kwargs
|
2018-01-19 06:38:19 -05:00 |
|
rocky
|
12397d76b8
|
Get ready for release 2.14.3
|
2018-01-19 03:26:58 -05:00 |
|
rocky
|
2126e4cf32
|
Fix bug in 3.5+ async stmt ..
and in verification status message
|
2018-01-19 03:15:08 -05:00 |
|
rocky
|
ebb9f1a53f
|
Python 2.6 compatibility
|
2018-01-18 01:25:38 -05:00 |
|
rocky
|
96ddef3920
|
Handle 3.5.2..3.5.2 magic...
And handle magic better overal by improved xdis use
|
2018-01-18 01:15:19 -05:00 |
|
rocky
|
c24934c0c3
|
Fix bug in last commit
|
2018-01-13 15:14:59 -05:00 |
|
rocky
|
8f88ed8c44
|
test_pyenvlib.py: correct/improve status
|
2018-01-13 15:09:58 -05:00 |
|
rocky
|
c1ed5d4bfd
|
Merge branch 'master' of github.com:rocky/python-uncompyle6
|
2018-01-13 08:17:35 -05:00 |
|
rocky
|
abf85faf79
|
small grammar formatting tidy
|
2018-01-13 08:17:28 -05:00 |
|
rocky
|
185ec4e306
|
Fix 2.6 IF/THEN misclassification..
with an exception condition
|
2018-01-13 00:58:16 -05:00 |
|
rocky
|
1485d26aa2
|
Bug in 2.7 try else in a loop
|
2018-01-12 22:19:30 -05:00 |
|
rocky
|
ab4daf2879
|
Merge branch 'master' of github.com:rocky/python-uncompyle6
|
2018-01-12 20:14:15 -05:00 |
|
rocky
|
db9eaa7503
|
3.x while1else checking
|
2018-01-12 20:14:09 -05:00 |
|
rocky
|
a60104517d
|
Fix ok status on --weak-verify
|
2018-01-12 10:00:26 -05:00 |
|
rocky
|
a0d10c2d4c
|
Improve test framework...
test_pyenvlib.py: get list of python versions from xdis
main.py: bump okay_files appropriately when --verify is off
|
2018-01-12 09:47:32 -05:00 |
|
rocky
|
c6e20e4444
|
Fix whileelse bug
|
2018-01-11 21:52:33 -05:00 |
|
rocky
|
71a64299e8
|
Simplify remove slop in CALL_FUNCTION_VAR on 3.5
|
2018-01-11 10:13:42 -05:00 |
|
rocky
|
a4db92ce72
|
funcdefdeco -> function_def_deco ...
to match AST grammar more analogously
|
2018-01-11 01:44:34 -05:00 |
|
rocky
|
9e92f65a27
|
Correct Python 2.5- decorator parsing
|
2018-01-10 11:08:05 -05:00 |
|
rocky
|
abcb769fdf
|
Fix 2.6- parsing of "for .. try/else" ...
with "continue" inside
|
2018-01-09 08:36:21 -05:00 |
|
rocky
|
d66fedb921
|
Remove 2.1 for_iter duplication
|
2018-01-09 03:19:34 -05:00 |
|
rocky
|
fa747ba6c4
|
Get ready for release 2.14.2
|
2018-01-09 00:16:07 -05:00 |
|
rocky
|
7883e00b44
|
Correct 3.6 FUNCTION_EX handling, somewhat
Some Python 2.4 compatibility snuck in but I suppose that is not so bad
|
2018-01-08 23:20:22 -05:00 |
|
rocky
|
0692727605
|
Stronger while 1 testing...
Make instructions available in reduce tests.
Back off of a while test that was semantically different.
|
2018-01-08 21:54:28 -05:00 |
|
rocky
|
892be78927
|
correct 3.5 CALL_FUNCTION_VAR handling
Sigh, 3.6 changes this so this fix is just for this version
|
2018-01-08 12:24:00 -05:00 |
|
rocky
|
f59174575e
|
Fix 3.5+ bug in if's with pass bodies
Fixes #104 in a somewhat hacky way.
|
2018-01-08 10:21:53 -05:00 |
|
rocky
|
fbda3ca695
|
try/else on 2.6 fixup
|
2018-01-07 21:24:35 -05:00 |
|
rocky
|
7db8001d54
|
Limit pypy exception customization to pypy
|
2018-01-07 11:20:01 -05:00 |
|
rocky
|
6aa4376fca
|
Fix another 2.5- try/else (in loop) bug
|
2018-01-07 08:44:54 -05:00 |
|
rocky
|
b0d18cae6a
|
Fix bug in 2.5- try/else inside ifelsestmt
|
2018-01-06 22:19:44 -05:00 |
|
rocky
|
15057bed1d
|
Fix bugs in scanner.last_instr()...
And ave instruction stream self.insts like we do in Python 3 so we
can start simplifying code.
|
2017-12-15 20:34:34 -05:00 |
|
rocky
|
9cb99e3290
|
3.6 FUNCTION_EX_KW fixes
|
2017-12-15 19:18:27 -05:00 |
|
rocky
|
b736e0a0e2
|
Grammar rule for 3.6 with .. return
|
2017-12-15 08:25:34 -05:00 |
|
rocky
|
3b0eb017b6
|
Bang on Python 3.6 MAKE_FUNCTION
|
2017-12-15 07:35:58 -05:00 |
|
rocky
|
a3e61a710f
|
Towards handling CALL_FUNCTION_EX_KW...
more work is needed though
|
2017-12-14 23:12:37 -05:00 |
|
rocky
|
78d5d281a8
|
Handle 2.4- try/finally properly
|
2017-12-14 19:26:27 -05:00 |
|
rocky
|
6a1e8295b1
|
Increase test coverage. Remove some epsilon reductionsa
|
2017-12-14 16:02:48 -05:00 |
|
rocky
|
52f2b9341a
|
More Python 2/3 grammar restriction
|
2017-12-14 15:24:01 -05:00 |
|
rocky
|
6c552bec07
|
Python 2 grammar restricion to match recent Python 3
|
2017-12-14 14:54:40 -05:00 |
|
rocky
|
eb5706ee4b
|
Add a missing 3.6 generator rule
|
2017-12-14 12:15:58 -05:00 |
|
rocky
|
c01ce9e3de
|
Better grammar specialization for Python 3
|
2017-12-14 11:42:46 -05:00 |
|
rocky
|
acdefb4f70
|
NT return_stmt -> return to match AST
|
2017-12-14 11:03:15 -05:00 |
|
rocky
|
7356c8c3de
|
Merge branch 'AST-simplify' of github.com:rocky/python-uncompyle6 into AST-simplify
|
2017-12-14 09:54:27 -05:00 |
|
rocky
|
8e15246951
|
Add 3.6 withas rule
|
2017-12-14 09:50:06 -05:00 |
|
rocky
|
a464e41ad9
|
Comment better what's up
|
2017-12-14 08:40:21 -05:00 |
|
rocky
|
a1082ebae9
|
Start handling 3.6 CALL_FUNCTION_KW
|
2017-12-14 08:36:12 -05:00 |
|
rocky
|
4cd4ad22b6
|
NT passtmt -> pass to match AST
|
2017-12-14 05:31:17 -05:00 |
|
rocky
|
cde12cde03
|
Try removing more singleton rules
|
2017-12-14 05:25:46 -05:00 |
|