rocky
|
b2cf041ec3
|
Remove unused import
|
2024-12-02 19:39:56 -05:00 |
|
c10udlnk
|
f72b2c1153
|
Fix when parsing NOP
Fix error when parsing NOP opcode
|
2024-11-29 11:03:13 +08:00 |
|
rocky
|
e4e3743de5
|
Tweak when we delete LOAD_CONST RETURN_VALUE
|
2024-11-28 08:03:32 -05:00 |
|
rocky
|
4ac5564df3
|
Don't remove LOAD_CONST RETURN_VALUE when...
the LOAD_CONST has a non-None value, or the LOAD_CONST
has a line associated with it.
|
2024-11-28 07:27:13 -05:00 |
|
rocky
|
addddf82f5
|
Correct getting code node on mkfunc
|
2024-11-26 09:44:49 -05:00 |
|
gdesmar
|
cf34014766
|
Use a single TABLE copy
|
2024-11-12 19:42:17 +00:00 |
|
rocky
|
37f38e45e1
|
Don't update global tables...
Work off of copies of them instead. Issue #503
|
2024-11-09 11:57:11 -05:00 |
|
gdesmar
|
20d0a60550
|
Remove duplicate code of print_docstring
|
2024-10-10 20:24:56 +00:00 |
|
gdesmar
|
4cd10b79e2
|
Convert docstring from bytes to str
|
2024-10-08 13:48:39 +00:00 |
|
rocky
|
a878a74a12
|
Fixes #501
|
2024-08-27 11:21:56 -04:00 |
|
rocky
|
e6ddaab691
|
Adminstiriva: bump to dev0 version
|
2024-07-22 05:16:10 -04:00 |
|
rocky
|
f9b20f6eda
|
Get ready for release 3.9.2
|
2024-07-21 18:56:22 -04:00 |
|
rocky
|
b0dd7f57c6
|
Lint
|
2024-07-21 18:36:12 -04:00 |
|
rocky
|
1a3f2b8ab0
|
Misc lint
|
2024-07-21 17:34:06 -04:00 |
|
rocky
|
aced47a020
|
Sync with 2.4 branch
|
2024-07-20 02:28:18 -04:00 |
|
rocky
|
ce690f3586
|
Lint initialization
|
2024-07-18 19:30:47 -04:00 |
|
rocky
|
25675f216f
|
Sync fragments with pysource (a little bit)
|
2024-07-18 10:20:55 -04:00 |
|
rocky
|
915ff5e59c
|
Remove pre 3.5 BUILD_MAP customiztion...
it is not needed here.
|
2024-07-15 13:53:36 -04:00 |
|
rocky
|
81922bdb23
|
Handle long dict litereals in 3.4- better...
Bracket in pseudo op COLLECTION_START ... BUILD_xx
|
2024-07-15 10:01:32 -04:00 |
|
rocky
|
d731d32c11
|
Simplify BREAK_LOOP detection...
by making more us of linestart. At least for now...
|
2024-07-14 14:45:25 -04:00 |
|
rocky
|
04da2fb8df
|
Improve 3.4 ifelse inside a lambda
Fixes #426
|
2024-07-13 22:46:31 -04:00 |
|
rocky
|
389fc2360a
|
3.6 bug related to large whilestmt
|
2024-07-13 21:42:49 -04:00 |
|
rocky
|
7787166ddf
|
Add grammar rule involving RETURN_END_IF
|
2024-07-13 17:47:21 -04:00 |
|
rocky
|
e3579463ab
|
Loosen what is allowed in whilestmt38...
Fixes #498
|
2024-07-13 11:58:27 -04:00 |
|
rocky
|
0627215e98
|
BUILD_MAP is different pre 3.5
|
2024-07-13 09:51:49 -04:00 |
|
rocky
|
d0dc879b37
|
Note that we can now use xdis a little more
|
2024-07-13 07:25:36 -04:00 |
|
rocky
|
b28f3058fc
|
Expand grammar check for ifelse continue for 2.7
|
2024-07-12 21:30:46 -04:00 |
|
rocky
|
703716ca6f
|
Pick up recewnt try/except change from 2.5
|
2024-07-12 19:07:29 -04:00 |
|
rocky
|
14993d0af4
|
Add one more docstring
|
2024-07-12 14:48:07 -04:00 |
|
rocky
|
ad621efb7a
|
Merge
|
2024-07-12 14:16:04 -04:00 |
|
rocky
|
cb2b90a94f
|
Python 2.5 try/except reduce fix
Start getting aligner up to date
|
2024-07-12 14:15:04 -04:00 |
|
rocky
|
a42bef12d2
|
Remove a false negative test for try/except in 25
|
2024-07-12 12:39:27 -04:00 |
|
rocky
|
9d150e0707
|
Update copyright
|
2024-07-12 12:10:31 -04:00 |
|
rocky
|
f030b3316c
|
Fix some 2.5 parsing bugs
|
2024-07-12 11:21:48 -04:00 |
|
rocky
|
9450165109
|
Add if/then rule to assist 2.5 parsing
|
2024-07-12 10:17:05 -04:00 |
|
rocky
|
be825239c6
|
2.6 custom tryelse code is no longer needed?
If it turns out to be needed, add it back in a better way.
|
2024-07-12 08:37:05 -04:00 |
|
rocky
|
4394d46f64
|
Remove redundant list_comp() fn
|
2024-07-11 20:16:03 -04:00 |
|
rocky
|
b10dd0ea5b
|
2.6 bug appears in 2.4 and 2.5
|
2024-07-11 18:52:09 -04:00 |
|
rocky
|
6fe8a1d2ba
|
Address long-standing Python 2.6 try/except bug
Fixes #405
|
2024-07-11 14:01:50 -04:00 |
|
rocky
|
b0b67e9f34
|
Fix some 2.6 bytecode bugs
scanner26: disassemble interface has changed
make_function2: was missing ParserError2 import
|
2024-07-11 12:06:52 -04:00 |
|
rocky
|
51141ad06d
|
Use set literals
|
2024-06-03 07:55:44 -04:00 |
|
rocky
|
acdf777a35
|
Sync with decompile3
|
2024-06-03 07:39:13 -04:00 |
|
rocky
|
404c46c6bb
|
Better const key sorting
|
2024-06-03 07:18:37 -04:00 |
|
rocky
|
6f2a837765
|
Better sorting of TABLE_DIRECT keys
|
2024-05-30 04:35:58 -04:00 |
|
rocky
|
39b4b83977
|
Small set literal change
|
2024-05-07 11:33:03 -04:00 |
|
rocky
|
458d4727dd
|
Properly escape strings.
Backported from decompyle3
|
2024-03-25 06:42:06 -04:00 |
|
rocky
|
29edaaed0e
|
Get ready for release 3.9.1
|
2024-03-16 03:07:28 -04:00 |
|
rocky
|
bec88e4aaa
|
Name phases "disassembly" and "tokenization"
|
2024-03-14 15:31:53 -04:00 |
|
rocky
|
b88af23406
|
Mis spelling corrections
|
2024-03-14 05:39:30 -04:00 |
|
rocky
|
daf54d2740
|
2.6 scanner show -A headers now
|
2024-03-13 21:39:35 -04:00 |
|