rocky
|
ddeb5af6d6
|
compare_chained2 _> compare_chained_right
|
2023-07-29 12:09:25 -04:00 |
|
rocky
|
843e3585e2
|
chained-compare1 -> chained-compare-middle
|
2023-07-29 12:01:14 -04:00 |
|
rocky
|
99f054ea9d
|
Forgot to include 3.3 in recent generator fix
|
2023-07-01 23:22:57 -04:00 |
|
rocky
|
d6608712f1
|
correct fn name on older 3.x cross decompile...
Also black, lint, and isort some
|
2023-06-30 20:30:06 -04:00 |
|
rocky
|
4b296e1ead
|
Correct generator function parsing for 3.3..3.5
|
2023-06-30 15:43:27 -04:00 |
|
rocky
|
828b1c989d
|
Fix fragment bugs
mostly with respect to show_ast handling
|
2023-06-29 15:56:53 -04:00 |
|
rocky
|
c01ab5e001
|
Tweaks to long-literal handling...
* Use version tuple comparison for version testing
* small lintin of n_actions
* revise test so assert is not removed in 3.8
|
2023-04-19 02:08:36 -04:00 |
|
Andre Eberle
|
54776275c0
|
Modified n_actions.py to issue __repr__ on py2 and __str__ py3, should fix the extra quotes
|
2023-04-18 00:12:00 -04:00 |
|
rocky
|
7ad0c37c62
|
Correct a couple of bugs...
We weren't distinguising relative imports from absolute imports.
Fixes #444
Picking out docstring was broken too.
|
2023-04-17 16:35:27 -04:00 |
|
rocky
|
f76c35c902
|
Slightly nicer docstring detection for closure
|
2023-03-25 02:20:26 -04:00 |
|
rocky
|
82963cdf2c
|
Preserve docstring in closures..
This change synchronized from decompyle3
|
2023-03-24 20:31:49 -04:00 |
|
rocky
|
2b3cd696db
|
3.0 set comprehension bug
|
2023-01-16 03:50:50 -05:00 |
|
rocky
|
50697bb79e
|
Improve set comprehension for Python 3.0
|
2023-01-16 03:40:55 -05:00 |
|
rocky
|
d1911d2487
|
More lint
|
2022-11-27 04:14:46 -05:00 |
|
rocky
|
55bb5640ee
|
More lint
|
2022-11-27 03:52:43 -05:00 |
|
rocky
|
514b0d0b0c
|
Sync from decompyle3
|
2022-11-06 01:24:28 -05:00 |
|
rocky
|
98626ee162
|
Misc linting
|
2022-11-05 05:04:25 -04:00 |
|
R. Bernstein
|
2884068c61
|
Merge pull request #415 from jameshilliard/parsererror2
Add missing ParserError2 in make_functions36
|
2022-11-05 01:09:05 -04:00 |
|
rocky
|
57d2386cc3
|
Fix another 3.0 list comprehension parse
|
2022-11-05 00:27:05 -04:00 |
|
James Hilliard
|
ce66b12176
|
Add missing ParserError2 in make_functions36
|
2022-11-04 23:42:28 -04:00 |
|
rocky
|
f59d0bf306
|
Misc lint
|
2022-11-04 03:54:01 -04:00 |
|
rocky
|
4959c76694
|
More 3.0 list comprehension bug fixes
|
2022-11-04 02:05:34 -04:00 |
|
rocky
|
0be3fc657b
|
Sync with 3.3-3.5 branch
|
2022-11-04 00:49:24 -04:00 |
|
rocky
|
d0a98bdbc6
|
Correct 3.0 list comprehension parsing
|
2022-11-04 00:42:50 -04:00 |
|
rocky
|
5b3ea47bac
|
Correct long-literals for Python 2.7
|
2022-10-16 19:33:51 -04:00 |
|
rocky
|
0c7427069e
|
strings need quotes in ADD_VALUE instructions
|
2022-09-30 03:33:47 -04:00 |
|
rocky
|
3bd3029169
|
Confused == with =
|
2022-09-29 20:08:07 -04:00 |
|
rocky
|
8c85260852
|
Lint-like changes from VSCode
Also allow 3.11 to run this
|
2022-09-21 08:29:06 -04:00 |
|
rocky
|
62b816c60b
|
Correct a signature return
|
2022-09-21 02:08:08 -04:00 |
|
rocky
|
d0f173a620
|
Lint from pycharm
|
2022-09-21 01:53:56 -04:00 |
|
rocky
|
7c3aff19af
|
"async for"s can has pass blocks
|
2022-09-21 00:27:40 -04:00 |
|
rocky
|
be9af85e16
|
Hande Python 3.5 make_function() semantic action
Fixes #409
|
2022-09-21 00:19:37 -04:00 |
|
rocky
|
600688a65d
|
Sync with decompyle3
|
2022-09-17 10:54:09 -04:00 |
|
rocky
|
a68f440d6f
|
Sync with decompyle3
Better PyPy 3.7 tolerance
|
2022-09-17 01:59:42 -04:00 |
|
rocky
|
5a4136a7f6
|
Some limited support for 3.8 "=" specifier
|
2022-07-06 13:00:52 -04:00 |
|
rocky
|
85ba8352ba
|
Port over some recent decompyle3 3.8 fixes
|
2022-06-26 04:26:15 -04:00 |
|
rocky
|
7f798541f0
|
Python 3.8 while and whileTrue loops
|
2022-06-16 15:42:51 -04:00 |
|
rocky
|
7fb483c566
|
Sync up with decompile3's 3.8 try/else handling
|
2022-06-08 12:49:23 -04:00 |
|
rocky
|
5c29b9a5e5
|
remove \n in lambda; 2.6 grammar cleanup
|
2022-05-14 20:28:24 -04:00 |
|
rocky
|
fa9cc4c669
|
Correct 2.5-7 relative import formatting
|
2022-05-14 19:35:24 -04:00 |
|
rocky
|
656a9aa290
|
Bugs in 2.x relative import '.' and 1.x bytecode
|
2022-05-14 17:46:48 -04:00 |
|
rocky
|
021810bb2c
|
Correct 2.x formatting "slice2" nonterminal
|
2022-05-14 16:54:50 -04:00 |
|
rocky
|
87fb83de08
|
Add missing 3.7 "import_from37" template
|
2022-05-14 02:59:15 -04:00 |
|
rocky
|
9b80663529
|
3.6 async hacking
|
2022-05-07 07:01:39 -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 |
|
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 |
|