rocky
|
7b8c5e091c
|
Small Pyhton 3.x annotate bug
|
2017-01-07 00:21:59 -05:00 |
|
rocky
|
77caf515ea
|
Note what's up with Python 3 decompile quality
|
2017-01-03 07:38:01 -05:00 |
|
rocky
|
e4c0d56947
|
3.5 continue check is needed on 3.6
|
2017-01-03 07:22:25 -05:00 |
|
rocky
|
4827b1e994
|
Towards better 3.6 support
|
2017-01-03 00:44:07 -05:00 |
|
rocky
|
2b46e71264
|
Python 3.5 continue detection bug
|
2017-01-02 10:06:52 -05:00 |
|
rocky
|
84c2932bc5
|
add come_from for setup_finally and setup_except
|
2017-01-01 21:11:35 -05:00 |
|
rocky
|
874b3c9d31
|
Towards fixing Python 3.5 return bugs
|
2017-01-01 04:56:15 -05:00 |
|
rocky
|
f6a997befc
|
Note how to verify correctness ...
with --verify, --weak-verify and cross checking with pycdc
|
2017-01-01 02:13:13 -05:00 |
|
rocky
|
136f42a610
|
Get ready for release 2.9.9
release-python-2.4-2.9.9
|
2016-12-31 05:38:16 -05:00 |
|
rocky
|
c43e734f37
|
2.x list_if may have a THEN in it
|
2016-12-31 05:28:37 -05:00 |
|
rocky
|
2327f0fdfa
|
Towards fixing a Python 3.3 return/continue bug
|
2016-12-31 03:56:41 -05:00 |
|
rocky
|
0afcd31bd5
|
On --verify if we can't unbuffer output, don't
|
2016-12-30 05:07:41 -05:00 |
|
rocky
|
6f097ff1ca
|
dectect_structure() -> detect_control_flow()
|
2016-12-29 07:32:36 -05:00 |
|
rocky
|
8eb1a16f5b
|
DRY code and emitted Python 3 source
* Python 3: break; continue -> break
* Use variable in detect_structure for pre[rtarget]
* Make Python 2 and Python 3 detect_structure more alie
|
2016-12-29 07:28:37 -05:00 |
|
rocky
|
ed9fb64e72
|
More if/then detection in Python 3.x
|
2016-12-29 03:56:39 -05:00 |
|
R. Bernstein
|
d002c667ae
|
Merge pull request #73 from rocky/then-crap
Add THEN token to improve Python 2.2-2.6 control flow detection
|
2016-12-29 02:52:41 -05:00 |
|
R. Bernstein
|
e56743cc14
|
Merge pull request #72 from rocky/master
THEN psuedo-ops for Python 2.x
|
2016-12-29 01:49:59 -05:00 |
|
rocky
|
39814fab8b
|
Misc bugs
|
2016-12-28 20:16:13 -05:00 |
|
rocky
|
970774ab95
|
Merge branch 'master' of github.com:rocky/python-uncompyle6
|
2016-12-28 20:15:36 -05:00 |
|
rocky
|
723fa5dfed
|
Towards fixing a 3.2 while true: ... break bug
|
2016-12-28 19:13:11 -05:00 |
|
rocky
|
4d4e59c40b
|
Towards fixing a 3.2 while true: ... break bug
|
2016-12-28 18:58:02 -05:00 |
|
rocky
|
a92e6c9688
|
Bugs in Python 2.6- "and" and "lambda" handling ..
and clean up verify output
|
2016-12-28 04:54:11 -05:00 |
|
rocky
|
6c546fe6e1
|
WIP : Add THEN to disambigute from "and"
|
2016-12-27 22:45:08 -05:00 |
|
rocky
|
9b1dd0f26c
|
Make 2.6 and 2.7 ingest more alike
|
2016-12-27 10:29:29 -05:00 |
|
rocky
|
0ff0c97a95
|
Update 2.7 bytecode file for last fix
|
2016-12-26 09:37:20 -05:00 |
|
R. Bernstein
|
3e988be075
|
Merge pull request #71 from jiangpengcheng/tupple_bug
tupples which contain only 1 element need a comma
|
2016-12-26 09:31:15 -05:00 |
|
jiangpch
|
eb64a03dfa
|
add testcases for tuple assignment
|
2016-12-26 19:22:57 +08:00 |
|
jiangpch
|
9aa4e2b9ae
|
tupples which contain only 1 element need a comma
|
2016-12-26 15:23:50 +08:00 |
|
rocky
|
c147514e9e
|
fix bug in using python2 AST rules in python 2.5
|
2016-12-26 02:03:43 -05:00 |
|
rocky
|
813229ac45
|
Merge branch 'master' of github.com:rocky/python-uncompyle6
|
2016-12-26 00:43:12 -05:00 |
|
rocky
|
f1a947f106
|
lint .
|
2016-12-26 00:43:02 -05:00 |
|
rocky
|
2f51067a9d
|
Scanner call fixes. NAME_MODULE removal for <=2.4
|
2016-12-25 09:20:57 -05:00 |
|
rocky
|
e3f4beeb74
|
Lint
|
2016-12-24 07:45:02 -05:00 |
|
rocky
|
7d58dcf6dd
|
Remove stray debug hook
|
2016-12-24 04:10:31 -05:00 |
|
rocky
|
bfff1b4e9f
|
Bang on 3.6 build_map_unpack_with_call
Probably will fix better in the future.
|
2016-12-20 19:42:23 -05:00 |
|
rocky
|
e6761e13bb
|
Python flake8 crap
Was testing realgud's C-x!8 (goto flake8 warning/error)
|
2016-12-18 20:18:19 -05:00 |
|
rocky
|
c7c0a98982
|
Python 2.5 mistaken try/else
|
2016-12-18 00:56:07 -05:00 |
|
rocky
|
eebec48308
|
show-asm on python2.5 is optional
make scanner2 look a little more like scanner3
|
2016-12-17 08:01:25 -05:00 |
|
rocky
|
da50394841
|
Release 2.9.8 news
release-2.9.8
|
2016-12-16 22:56:48 -05:00 |
|
rocky
|
13d5cd1a58
|
Get ready for release 2.9.8
|
2016-12-16 22:42:46 -05:00 |
|
rocky
|
08dcc7d820
|
Start to handle 3.5 build_map_unpack_with_call
3.6 also started but needs even more work
|
2016-12-16 20:39:24 -05:00 |
|
rocky
|
7755563b65
|
Some Python 3.6 bytecode->wordcode fixes
|
2016-12-15 02:54:25 -05:00 |
|
rocky
|
b43cbc050d
|
Was passing wrong type
|
2016-12-13 20:05:08 -05:00 |
|
rocky
|
db7a26d47d
|
option -g: show start-end range when possible
|
2016-12-11 09:02:28 -05:00 |
|
rocky
|
92166452c1
|
two misc changes
- track print_docstring move to help (used in python 3.1)
- verify: allow RETURN_VALUE to match RETURN_END_IF
|
2016-12-11 08:22:26 -05:00 |
|
rocky
|
96fa3ef381
|
3.2 needs --weak-verify
|
2016-12-10 07:35:31 -05:00 |
|
rocky
|
755415c7d8
|
Try testing on 3.2
|
2016-12-10 07:32:56 -05:00 |
|
rocky
|
b168e1de55
|
Can run in Python 3.1 and Python 3.2
|
2016-12-10 07:30:27 -05:00 |
|
rocky
|
38eed14b41
|
Another python 3 ELSE fixes and ...
Makefile:
- test python 3.0 bytecode
- turn full --verify back on Python 3.x
|
2016-12-10 06:36:22 -05:00 |
|
rocky
|
2c993f8c32
|
Another faulty Python3 ELSE tag remove
|
2016-12-10 00:43:55 -05:00 |
|