rocky
|
1644370165
|
Handle long dict litereals in 3.4- better...
We detect them in tokenization and turn this into pseudo instructions
|
2024-07-15 09:46:48 -04:00 |
|
rocky
|
58c1512dc5
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-07-15 08:01:08 -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
|
e64859639f
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-07-13 22:31:24 -04:00 |
|
rocky
|
9c6f2ee838
|
Improve 3.4 ifelse inside a lambda
|
2024-07-13 22:29:58 -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
|
7a17c8c441
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-07-13 17:45:15 -04:00 |
|
rocky
|
ea36ff9bb1
|
Add grammar rule involving RETURN_END_IF
|
2024-07-13 17:44:30 -04:00 |
|
rocky
|
4a3e113b35
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-07-13 15:59:17 -04:00 |
|
rocky
|
049d7c21bb
|
Add grammar rule involving RETURN_END_IF
|
2024-07-13 15:57:24 -04:00 |
|
rocky
|
953fab5274
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-07-13 11:59:32 -04:00 |
|
rocky
|
e3579463ab
|
Loosen what is allowed in whilestmt38...
Fixes #498
|
2024-07-13 11:58:27 -04:00 |
|
rocky
|
fa00af4b98
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-07-13 09:52:42 -04:00 |
|
rocky
|
0627215e98
|
BUILD_MAP is different pre 3.5
|
2024-07-13 09:51:49 -04:00 |
|
rocky
|
30f6bb7987
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-07-13 09:49:32 -04:00 |
|
rocky
|
6b139af560
|
BUILD_MAP is different pre 3.5
|
2024-07-13 09:49:00 -04:00 |
|
rocky
|
7b7c662a20
|
Adjust for 3.3 language
|
2024-07-13 07:28:22 -04:00 |
|
rocky
|
ae7fdccc7c
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-07-13 07:26:06 -04:00 |
|
rocky
|
d0dc879b37
|
Note that we can now use xdis a little more
|
2024-07-13 07:25:36 -04:00 |
|
rocky
|
cf30bfcd49
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-07-12 21:31:28 -04:00 |
|
rocky
|
b28f3058fc
|
Expand grammar check for ifelse continue for 2.7
|
2024-07-12 21:30:46 -04:00 |
|
rocky
|
c8241938ba
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-07-12 19:08:30 -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
|
b53b286666
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-07-12 14:16:19 -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
|
499f77e48b
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-07-12 13:05:17 -04:00 |
|
rocky
|
efbd6570b0
|
Update readmes
|
2024-07-12 13:02:45 -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
|
35e64f51ee
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-07-12 11:38:44 -04:00 |
|
rocky
|
f030b3316c
|
Fix some 2.5 parsing bugs
|
2024-07-12 11:21:48 -04:00 |
|
rocky
|
550da8c134
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-07-12 10:17:42 -04:00 |
|
rocky
|
9450165109
|
Add if/then rule to assist 2.5 parsing
|
2024-07-12 10:17:05 -04:00 |
|
rocky
|
adcd72f6ed
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-07-12 08:38:11 -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
|
771e8c9b99
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-07-11 18:53:06 -04:00 |
|
rocky
|
b10dd0ea5b
|
2.6 bug appears in 2.4 and 2.5
|
2024-07-11 18:52:09 -04:00 |
|
rocky
|
c5e1368de7
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-07-11 18:34:30 -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
|
3c6e378cc4
|
Spelling corrections
|
2024-07-10 13:31:39 -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
|
0b9a3c668c
|
Remove workflows 3.7 CI testing
3.7 no longer is available on github workflows
|
2024-05-30 05:03:00 -04:00 |
|