rocky
bc9a16eaac
Correct version number in NEWS.md
3.5.0
2019-10-12 20:10:29 -04:00
rocky
d08d183fc8
bytecode 1.6 test omission
2019-10-12 19:58:01 -04:00
rocky
0b3d6b8add
Get ready for release 3.5.0
2019-10-12 19:53:17 -04:00
rocky
5cb46c2ed3
Better simpler fragment fix...
...
remove hide_internal test. We changed the default and that's what
whas causing RETURN_LAST to not get included.
2019-10-12 17:55:52 -04:00
rocky
163e47fb49
Fragment fixes (and workarounds)
...
fragments.py: add more parent offsets. blacken buffer
parser3.py: additional grammar rules for fragment parser
Misc small typos and corrections
2019-10-12 12:22:27 -04:00
rocky
0cf32f1b70
Better 1.5 parameter tuple handling...
...
Tidy README.rst
2019-10-10 17:20:00 -04:00
rocky
f0f9676f52
update news
3.4.1
2019-10-02 13:50:02 -04:00
rocky
be610aa6b3
Bump min xdis version...
...
And testing versions
2019-10-02 13:46:56 -04:00
rocky
1494bb2049
Bump test python versions
2019-10-02 10:59:59 -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
f28c255804
Add downloads per month
2019-09-25 16:00:57 -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
c6e3168c31
Update an old not-every-used config
3.4.0
2019-08-24 09:26:41 -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
R. Bernstein
e2b309fa30
Merge pull request #286 from rocky/tree-transform
...
Add tree transformation phase...
2019-08-24 06:58:40 -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
73619de3f5
CircleCI 4th try
2019-08-21 08:57:29 -04:00
rocky
600cd0b8ee
CircleCi 3rd try
2019-08-21 08:55:35 -04:00
rocky
90a2ed2c9e
CircleCI 2nd try
2019-08-21 08:50:38 -04:00
rocky
8728cb6a99
Fix for recent CircleCI breakage
2019-08-21 08:43:38 -04:00
rocky
8daedaf063
Run black over validate.py
2019-08-20 18:23:52 -04:00
rocky
4a4a20995e
Update runtests.sh...
...
for 2.6 and 2.7. More work is needed. Start count of skipped tests.
2019-08-12 11:24:07 -04:00
rocky
c923ce9afe
Tweak runtests.sh so it works on 2.6
2019-08-11 22:00:28 -04:00
R. Bernstein
88901c6901
Merge pull request #285 from trengri/master
...
Test case for #284
2019-08-11 19:45:22 -04:00
Grigory Trenin
31f7d14eab
Test case for #284
2019-08-12 02:09:51 +03: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
a781006ff1
Need spark version 1.8.9 for Python 3.7.4
2019-07-28 21:11:17 -04:00
rocky
0be3d5a530
Bump min spark-parser version
...
spark-parser 1.8.8 handles Python 3.7.4 and 3.8.
Fixes #281
2019-07-28 20:49:37 -04:00
rocky
bc3cd0102b
Use updated python 3.8 from xdis
2019-07-25 07:44:49 -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
R. Bernstein
9f121ef00c
Merge pull request #279 from rocky/build-list-unpack
...
Fix issue in BUILD_LIST_UNPACK and variants
2019-07-13 17:54:48 -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
c7124ad9ca
RsT :code: before backticks
2019-07-04 10:01:36 -04:00
rocky
44a4aab0a7
Use black to reformat some files
2019-07-04 09:56:50 -04:00
rocky
2a52982d52
Go over NEWS for markdown and spelling
2019-07-04 05:15:56 -04:00
R. Bernstein
56e5e8dcef
Add repology package status
2019-07-04 04:25:24 -04:00
rocky
ecab7d7b09
Python 2.4 unpack rule needs adjusting for exceptions
3.3.5
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