rocky
2fb9b8f64d
Remove 2.6.9 form older version. (Is newer?)
release-python-2.4-3.4.0
2019-08-24 08:39:04 -04:00
rocky
d8d52d5181
Merge branch 'python-2.4' of github.com:rocky/python-uncompyle6 into python-2.4
2019-08-24 08:33:07 -04:00
rocky
94c01d395a
Merge branch 'master' into python-2.4
2019-08-24 08:32:21 -04:00
rocky
9bced5d2c9
Merge branch 'master' into python-2.4
2019-08-24 08:29:03 -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
rocky
fd7caf7f3f
Tweak runtests so it works on 2.6
2019-08-11 21:58:57 -04:00
rocky
e2d7fd5f09
Merge branch 'master' into python-2.4
2019-08-11 21:37:10 -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
e29e979fbf
Merge branch 'master' into python-2.4
2019-08-10 20:40:01 -04:00
rocky
388d1da970
Fixes #284 2nd problem...
...
while 1 bug for 2.6
2019-08-10 20:39:02 -04:00
rocky
729fdc9c8d
Merge branch 'master' into python-2.4
2019-08-10 18:47:38 -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
0574f5302c
Merge branch 'master' into python-2.4
2019-08-05 10:37:29 -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
595ac95f32
Merge branch 'master' into python-2.4
2019-07-25 07:50:02 -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
ed92f03bed
Merge branch 'master' into python-2.4
2019-07-18 05:30:46 -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
43b1981244
Except for 2.4
2019-07-04 10:24:08 -04:00
rocky
cb5d4f4989
Merge branch 'master' into python-2.4
2019-07-04 10:23:41 -04:00
rocky
0639fdbbb7
Merge branch 'python-2.4' of github.com:rocky/python-uncompyle6 into python-2.4
2019-07-04 10:02:18 -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
e56088b566
Need parens in unpack in 2.4ish
release-python-2.4-3.3.5
2019-07-03 20:04:45 -04:00
rocky
40d2ef3071
Merge branch 'master' into python-2.4
2019-07-03 19:38:47 -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