rocky
|
87fb83de08
|
Add missing 3.7 "import_from37" template
|
2022-05-14 02:59:15 -04:00 |
|
R. Bernstein
|
fbe4be3bb0
|
Merge pull request #399 from rocky/genexpr-3.6
3.6 async hacking
|
2022-05-07 07:10:33 -04:00 |
|
rocky
|
9b80663529
|
3.6 async hacking
|
2022-05-07 07:01:39 -04:00 |
|
rocky
|
dae00e9b0b
|
More 3.6 "async for"
|
2022-05-06 15:15:05 -04:00 |
|
R. Bernstein
|
3cbe7ba5d7
|
Merge pull request #398 from rocky/LOAD_ARG_for36
Use LOAD_ARG in 3.6
|
2022-05-06 13:45:52 -04:00 |
|
rocky
|
cca015c5d6
|
Use LOAD_ARG in 3.6
|
2022-05-06 12:53:55 -04:00 |
|
rocky
|
cc47d61efa
|
Better 3.6 set comprehensions
|
2022-05-06 07:30:56 -04:00 |
|
R. Bernstein
|
b421b00b53
|
Merge pull request #397 from rocky/LOAD_ARG
Classify LOAD_ARG as LOAD_FAST of .0
|
2022-05-06 03:06:19 -04:00 |
|
rocky
|
92b8d9c508
|
Grammar lint adjustments
|
2022-05-06 03:02:30 -04:00 |
|
rocky
|
f5043408ec
|
Start rolling in LOAD_ARG for 3.7+
|
2022-05-06 02:41:02 -04:00 |
|
rocky
|
8576117d00
|
Fix More 3.6 async parsing
... all from 3.6 test_coroutines.py.
More bugs remain
|
2022-05-05 07:36:06 -04:00 |
|
rocky
|
c5efec1e6f
|
Fox some 3.6 async_forelse parsing
|
2022-05-05 07:09:39 -04:00 |
|
rocky
|
f9a1f6fcd9
|
Sync 3.7 async_forelse with decompyle3
|
2022-05-05 06:47:49 -04:00 |
|
rocky
|
c9f33edde4
|
Handle 3.6 "async for" better
|
2022-05-04 19:21:07 -04:00 |
|
rocky
|
9dd4a53ff8
|
Fix 3.6 async parsing
|
2022-05-04 04:27:38 -04:00 |
|
rocky
|
d62310f799
|
Correct 3.6ish dictionary literals printing
|
2022-05-03 12:19:43 -04:00 |
|
rocky
|
ac862b4566
|
In Python 2.2- preserve line numbers
|
2022-05-03 07:15:18 -04:00 |
|
rocky
|
e94e9379c0
|
Bang on version 1.0-1.4 Python
|
2022-05-02 22:03:52 -04:00 |
|
rocky
|
5df57489b4
|
CI woes - need new xdis
Remove 1.0 os.pyc until I can investigate.
It works locally though
|
2022-04-30 20:50:28 -04:00 |
|
rocky
|
9aba1cc3af
|
Bytecode 1.x fixes
|
2022-04-30 20:36:43 -04:00 |
|
rocky
|
eba0d37d0f
|
Improve Python 1.x decompiling
Still has bugs, but is much better.
|
2022-04-30 05:54:22 -04:00 |
|
rocky
|
5e1ba2baa1
|
Split long lines in n_const_list
|
2022-04-28 18:03:15 -04:00 |
|
rocky
|
f35231a6f5
|
Correct bug in long literal replacement for 2.6-7
|
2022-04-28 17:28:09 -04:00 |
|
rocky
|
37ea469ce6
|
One more 2.4 test
|
2022-04-28 17:11:17 -04:00 |
|
rocky
|
8e5faa933f
|
Handle long 2.x bytecode literals more efficiently
|
2022-04-27 13:47:56 -04:00 |
|
rocky
|
cfd6166d8d
|
Small doc corrections
|
2022-04-27 05:07:07 -04:00 |
|
rocky
|
a356a8e0ee
|
Reinstante pyenvlib
|
2022-04-27 03:39:05 -04:00 |
|
rocky
|
152de50f90
|
Revise docstring explaiing pydisassemble
|
2022-04-26 18:12:26 -04:00 |
|
rocky
|
1c49eb5989
|
Revise what pydisassemble is about
|
2022-04-26 18:09:16 -04:00 |
|
rocky
|
c25fa61e33
|
Start handling BUILD_MAP (a class of dict)
|
2022-04-26 15:37:42 -04:00 |
|
R. Bernstein
|
81ff994a41
|
Merge pull request #394 from rocky/long-collection-python3
Long collection python3
|
2022-04-26 03:18:16 -04:00 |
|
rocky
|
d48801964c
|
Use attr insead of pattrr for non-strings
|
2022-04-26 03:13:27 -04:00 |
|
rocky
|
4879a60ecc
|
Some bugs creating token stream ..
from instructions.
|
2022-04-25 17:39:39 -04:00 |
|
rocky
|
bf58fb9cf2
|
WIP - extend fast long-literals into older Python3
|
2022-04-25 08:06:46 -04:00 |
|
rocky
|
c6642f5899
|
Revise "ingest" docstring
|
2022-04-25 07:42:56 -04:00 |
|
R. Bernstein
|
13266d1b56
|
Merge pull request #393 from rocky/speedup-long-collections
Speedup long collections
|
2022-04-24 18:00:11 -04:00 |
|
rocky
|
e564ac3ab1
|
Go over long-literal test
|
2022-04-24 17:50:32 -04:00 |
|
rocky
|
8cdf741b62
|
Bugs in long-literal handlin
Move n_dict to n_actions and special case n_const_list.
Generalize build_collection out of 3.7+ and into all Pythons
|
2022-04-24 17:38:35 -04:00 |
|
rocky
|
371138cfbc
|
handle long literal constants faster
|
2022-04-24 13:11:20 -04:00 |
|
rocky
|
464801bcb3
|
Correct type annotation on decompile()
Fixes #391
|
2022-04-21 20:10:33 -04:00 |
|
rocky
|
f3ac70d0ea
|
test tweak again
|
2022-04-21 05:34:15 -04:00 |
|
rocky
|
433d7003e0
|
Add "transfrormd_by" param to SyntaxTree
This aligns code more with decompyle3
|
2022-04-21 05:25:14 -04:00 |
|
rocky
|
c88d9de316
|
Correct 3.7 "impor"t and "from .. import"
|
2022-04-20 20:03:28 -04:00 |
|
rocky
|
e2ff909603
|
Split off (semantic) nonterminal print actions
|
2022-04-19 16:42:48 -04:00 |
|
rocky
|
3662f3e8c6
|
Fold in some decompile changes
|
2022-04-17 12:20:03 -04:00 |
|
rocky
|
c806ef59c6
|
Update scanner demo code
|
2022-04-17 11:41:19 -04:00 |
|
rocky
|
f8ae674890
|
Split out comprehension code..
sync with decompile a little better
|
2022-04-17 10:52:56 -04:00 |
|
rocky
|
1c1752d6d6
|
Bump testing version ...
pyston 2.3 testing
|
2022-04-17 10:29:23 -04:00 |
|
rocky
|
420d22c094
|
Correct for pypy 3.7
|
2022-04-15 08:36:42 -04:00 |
|
rocky
|
faac21d1e4
|
Bump testing versions
|
2022-04-15 08:25:38 -04:00 |
|