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 |
|
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 |
|
R. Bernstein
|
8cd331a32b
|
Merge pull request #273 from rocky/py3-annotation-args
Fix handling py3 annotation args + defparam comma issue
|
2019-06-30 18:54:58 -04:00 |
|
rocky
|
4c76931807
|
Update tests related to branch
|
2019-06-30 18:20:40 -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 |
|
R. Bernstein
|
67ef34977f
|
Merge pull request #270 from rocky/py3-star-args
Fix issue in 3.x star args function signatures
|
2019-06-29 15:57:02 -04:00 |
|
rocky
|
32c7b8f23d
|
Add tests for x0ret's recent varrg fixes
|
2019-06-29 15:50:47 -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 |
|
R. Bernstein
|
f6aa8b2baf
|
Merge pull request #264 from rocky/ifelif-27
if/elif for 2.5-2.7
|
2019-06-24 05:50:53 -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 |
|
R. Bernstein
|
69823af553
|
Merge pull request #262 from rocky/ifelif
reinstate some elif's
|
2019-06-23 17:27:57 -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 |
|
R. Bernstein
|
04c53c1086
|
Merge pull request #261 from rocky/load-code
LOAD_CONST -> LOAD_CODE where appropriate
|
2019-06-21 06:34:43 -04:00 |
|
rocky
|
96866f94a7
|
Adjust grammar checker to ignore LOAD_CODE
|
2019-06-19 15:54:16 -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 |
|