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
rocky
a26ac79d0f
Sync up decompyle3 customize37 somewhat
2022-04-15 08:22:45 -04:00
rocky
1a673aba40
Reinstate a test
2022-04-13 03:05:04 -04:00
rocky
04510ac2f8
lambda formatting in f-string
...
In a formatted string using "lambda', we should not add "\n".
For example in:
f'{(lambda x:x)("8")!r}'
Adding a "\n" after "lambda x: x" will give an error message:
SyntaxError: f-string expression part cannot include a backslash
2022-04-12 16:49:58 -04:00
rocky
a1fe069c8c
Handle walrus operator
...
Or rather set precedence on call_stmt and expr_stmt
Adjust pytest test_single_compile so it works now
2022-04-12 05:21:13 -04:00
rocky
e7fd592313
Update bug template
2022-04-11 13:06:39 -04:00
rocky
728954295f
Note that you can pay me for personal help
2022-04-10 13:02:58 -04:00
rocky
83ab85353b
Remove a reference to an unset local variable
...
See also https://github.com/rocky/python-uncompyle6/pull/388
2022-04-09 02:29:44 -04:00
rocky
bc71bf7acd
Shorten 10_complex.py
...
Runtime testing took too long because ranges were larger than needed
Also use newer convention for marking runable codes
2022-04-03 06:41:58 -04:00
rocky
9735453283
Small changes
...
test code for pysource and bump lastest testing Python versions
2022-04-01 03:11:59 -04:00
rocky
7f9014fb05
Add Table of Contents
2022-03-12 05:26:01 -05:00
rocky
e14b8dd496
Sync with decompyle3
2022-03-12 05:18:24 -05:00
rocky
aaa737672b
Mention pydeinstaller
2022-03-12 04:56:33 -05:00
R. Bernstein
2198f9bbaa
Update HOW-TO-REPORT-A-BUG.md
2022-03-12 04:52:11 -05:00
R. Bernstein
b7015b16b0
Update HOW-TO-REPORT-A-BUG.md
2022-03-12 04:49:33 -05:00
R. Bernstein
67bb8223d8
Update HOW-TO-REPORT-A-BUG.md
2022-03-12 04:48:07 -05:00
R. Bernstein
2faa7b0597
Update HOW-TO-REPORT-A-BUG.md
2022-03-12 04:43:08 -05:00
R. Bernstein
58f00b1e5b
Update HOW-TO-REPORT-A-BUG.md
2022-03-12 04:39:39 -05:00
rocky
3d24de7ce5
__init__.py lint
2022-03-09 12:16:38 -05:00
R. Bernstein
b270f6eed7
Update HOW-TO-REPORT-A-BUG.md
2022-03-05 05:27:21 -05:00
R. Bernstein
e81d944c12
Update HOW-TO-REPORT-A-BUG.md
2022-03-05 05:26:26 -05:00
rocky
2718492001
spell check
2022-03-05 05:08:52 -05:00
R. Bernstein
68d6bc2fa1
Update HOW-TO-REPORT-A-BUG.md
2022-03-05 04:58:33 -05:00
rocky
884c15e84a
Update toc
2022-03-05 04:57:55 -05:00
rocky
82456c15e1
Reduce check type for 2.5 and update bug reporting
2022-03-05 04:55:11 -05:00
rocky
09c10f51fa
Revise README
2022-03-05 04:20:30 -05:00
rocky
3490389a66
Correct some Python 2.6 chain compare bugs
2022-03-05 04:03:27 -05:00
rocky
d366248b47
Some small variable-name changes
2022-03-04 04:47:38 -05:00
rocky
6f112ec5b2
Ensure no parens on subscript slice
2022-03-03 21:05:47 -05:00
rocky
219cb0606a
MAKE_FUNCTION_8 -> MAKE_FUNCTION_CLOSURE
...
Clarity is important.
2022-02-27 10:29:53 -05:00
rocky
ce5207333f
Remove TABLE_R0 - it hasn't been used in a while
2022-02-27 10:18:57 -05:00
rocky
f2a70a2758
Sync with decompyle3 for async "for"
...
More work is needed though
2022-01-18 15:25:51 -05:00
rocky
5b5fa310d9
Partial 3.8 async "for" fixes
2022-01-18 13:08:17 -05:00
rocky
88c0c03ee4
setcomprehension_walk3 -> closure_walk
2022-01-14 07:50:39 -05:00
rocky
a381b4663b
Adapt for recent options changes in
...
-T option structure changed.
2022-01-09 16:01:32 -05:00