rocky
0cf32f1b70
Better 1.5 parameter tuple handling...
...
Tidy README.rst
2019-10-10 17:20:00 -04:00
rocky
d62dc3daac
Get ready for release 3.4.1
2019-10-02 10:45:01 -04:00
rocky
5ad51707e3
Wasn't handling 3-arg %p in fragments.py...
...
and also fielding errors in code_deparse()
2019-10-02 10:29:49 -04:00
rocky
315965300f
Note assert{,2}not is transformation only
2019-09-23 08:32:46 -04:00
rocky
9bd85fe5a0
Correct assert{,2} transforms
...
Fixes #289
2019-09-23 08:26:16 -04:00
rocky
7969b19c2b
Reinstate Generator rule accidentally removed...
...
I removed the rule when writing how issue #283 was fixed. What was
supposed to be a temporary change, I accidentally committed.
2019-08-24 08:05:50 -04:00
rocky
f8bfde4a8e
Get ready for release 3.4.0
2019-08-24 07:58:42 -04:00
rocky
1ebfde6927
Add tree transformation phase...
...
if ... else if ... -> if ... elif ..
if .. : raise AsssertionError -> assert
Add options --tree=before --tree=after -T expanded to include this
This code ported from decompyle3. x0ret did all the heavy lifting.
2019-08-21 09:00:09 -04:00
rocky
388d1da970
Fixes #284 2nd problem...
...
while 1 bug for 2.6
2019-08-10 20:39:02 -04:00
rocky
66294d54f7
Comment what's up in last change.
2019-08-10 18:46:56 -04:00
rocky
55783c2712
Fixes #284
2019-08-08 21:48:12 -04:00
rocky
fd580f3c60
Python 2.6 generator rule with 'and' conditional
...
Fixes #283 .
2019-08-05 10:36:08 -04:00
rocky
6e6d590268
Reformat (via black) make_function.py
2019-07-18 11:01:47 -04:00
rocky
71bdc8dc6a
Merge branch 'master' of github.com:rocky/python-uncompyle6
2019-07-18 05:27:05 -04:00
rocky
71735ca7ef
Note that CALL_METHOD is used in 3.7+
...
and not just Pypy anymore
2019-07-18 05:26:33 -04:00
x0ret
2e01f42f65
Fixes #278
2019-07-14 01:12:42 +04:30
rocky
3f9a862277
Remove dup semantic rule
2019-07-05 06:24:14 -04:00
rocky
cc531cf90a
Fix call to code_deparse call in deparse_code2str
...
Fixes #275
2019-07-05 06:06:14 -04:00
rocky
44a4aab0a7
Use black to reformat some files
2019-07-04 09:56:50 -04:00
rocky
ecab7d7b09
Python 2.4 unpack rule needs adjusting for exceptions
2019-07-03 20:08:23 -04:00
rocky
e39a902e56
Get ready for release 3.3.5
2019-07-03 19:37:29 -04:00
rocky
e2914ed552
More excpet_cond futzing
2019-07-03 19:26:36 -04:00
rocky
f425db33b7
except_cond3 needs to be in 2.x
2019-07-03 19:16:09 -04:00
rocky
68c5b2338f
Clearer 3.3 "yeild_from" semantic handling
2019-07-01 12:54:38 -04:00
rocky
e55a0410c9
weak-verify -> syntax-verify. More bytecode tests
2019-07-01 10:23:43 -04:00
R. Bernstein
0fe8961418
Merge pull request #269 from rocky/if-elif-else-more
...
If elif else more
2019-07-01 09:52:11 -04:00
x0ret
7b7f794913
Fix handling py3 annotation args + defparam comma issue
2019-07-01 01:28:32 +04:30
rocky
50e46531ce
Adjust 3.x grammar rules to include annotate args
2019-06-29 23:33:21 -04:00
x0ret
2f06d1eeb0
Fix issue in 3.x star args function signatures
2019-06-29 21:53:02 +04:30
rocky
999f1fb0f9
Mostly x0ret's while(1)/if fixes ..
...
plus a potential test
2019-06-29 07:01:45 -04:00
x0ret
76eef9a149
Handle if elif else case for 3.5
2019-06-29 06:57:23 -04:00
rocky
c8b945fb56
Handling if elif else more
2019-06-29 06:57:23 -04:00
rocky
a1e7c16dbe
Fix bugs introduced by last commit
2019-06-29 06:19:02 -04:00
rocky
35f14e4357
Small assert message change
2019-06-29 05:08:23 -04:00
rocky
49d1a50354
Merge branch 'master' of github.com:rocky/python-uncompyle6
2019-06-29 04:59:46 -04:00
rocky
0dc19a8fdd
Correct 3.4 "yield from" semantic action bug
2019-06-29 04:59:03 -04:00
rocky
887a006849
if/elif for 2.5-2.7
...
Specifically simple_source/03_if_elif.py
2019-06-23 21:29:15 -04:00
rocky
e26c7407a0
Small changes to document some of the complexity.
2019-06-23 20:00:00 -04:00
x0ret
e96498eaf0
Adjust ifelsestmtr grammer
2019-06-24 01:28:33 +04:30
rocky
9d6d6a355d
Start to reinstate elif's
2019-06-21 07:13:05 -04:00
rocky
d371839c99
A few more LOAD_CONST->LOAD_CODE
2019-06-19 15:38:58 -04:00
rocky
24afe072b7
LOAD_CONST -> LOAD_CODE where appropriate
2019-06-19 14:43:07 -04:00
rocky
e2d7f01298
Handle 2-arg asserts in 3.6+ish
...
Changed files have also been reformatted via the blacken formatter
2019-06-18 22:09:16 -04:00
rocky
b39112b601
One more deparse_code removal
2019-06-16 22:30:56 -04:00
rocky
20b513fc81
Merge branch 'master' of github.com:rocky/python-uncompyle6
2019-06-16 21:58:23 -04:00
rocky
d369017122
remove deprecated deparse_code
2019-06-16 21:57:56 -04:00
rocky
6675ea2cd0
Control flow yet again
2019-06-15 10:09:13 -04:00
rocky
4b82806d6c
Flow control bites again.
...
See related appveyor https://ci.appveyor.com/project/rocky/python-decompile3/builds/25301153/job/x0we0dpgb3apgk1v
2019-06-15 07:18:30 -04:00
rocky
3c06b82931
Get ready for release 3.3.4
2019-06-12 12:01:31 -04:00
R. Bernstein
c680416f92
Merge pull request #255 from rocky/3.6-store_annotation
...
Add 3.6 STORE_ANNOTATION
2019-06-12 10:56:27 -04:00