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
|
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 |
|
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
|
3b1d5bddd9
|
Correct name in docstring
|
2024-03-17 21:29:48 -04:00 |
|
rocky
|
b6b76d9b81
|
Keep pre-toml setup around for a little while
|
2024-03-16 03:49:17 -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 |
|
rocky
|
bf59e3c65e
|
Small variable name fix
|
2024-03-13 21:08:08 -04:00 |
|
rocky
|
628b18fce7
|
rename assembly phases and tweak a err msg...
before tokenization -> disassembly
after tokenization -> tokenization
|
2024-03-13 21:02:27 -04:00 |
|
R. Bernstein
|
e6ff6033cf
|
Merge pull request #489 from rocky/withasstmt-to-with_as
withasstmt -> with_as
|
2024-03-08 04:12:55 -05:00 |
|
rocky
|
156188f8bb
|
withasstmt -> with_as
This matches Python's AST naamae better. Some linting and
sorting of dictionary keys done as well.
|
2024-03-08 04:10:33 -05:00 |
|
R. Bernstein
|
3724e02183
|
Merge pull request #488 from rocky/with-as-with-pass
Add context manager test...
|
2024-03-07 18:53:14 -05:00 |
|
rocky
|
8542df4639
|
Add context manager test...
handle degenerate 3.8 withas
|
2024-03-07 18:08:07 -05:00 |
|
R. Bernstein
|
b5c4e4b28b
|
Merge pull request #487 from rocky/withasstmt-no-parens
simplify withas (for now)
|
2024-03-06 17:41:42 -05:00 |
|
rocky
|
f1169af582
|
simplify withas (for now)
|
2024-03-06 17:19:57 -05:00 |
|
rocky
|
33f49849f5
|
Add some 3.3 and 3.4 stdlib tests back in
|
2024-03-02 12:02:40 -05:00 |
|
rocky
|
c499d0a60a
|
Fix in 3.3 subclass detection in class closures
|
2024-03-02 11:54:11 -05:00 |
|
rocky
|
d2d4367dae
|
Add 3.3 bytecode testing..
Also, correct ifelse detection in 3.3
|
2024-03-02 07:01:40 -05:00 |
|
rocky
|
c591f4e6e6
|
Administrivia
|
2024-03-02 05:18:56 -05:00 |
|
rocky
|
69c5d463e6
|
Add liberapay name
|
2024-03-02 04:59:20 -05:00 |
|
rocky
|
830a2ebf44
|
Sync with decompyle3
|
2024-03-02 04:32:26 -05:00 |
|
rocky
|
e3be41164e
|
Add pop return check from decompyle3
|
2024-02-25 08:34:13 -05:00 |
|
rocky
|
08009f9fc7
|
improve list comprehensions
|
2024-02-25 08:19:18 -05:00 |
|
rocky
|
d3ed646a8e
|
Make a pass over 3.2 stdlib exclusions
|
2024-02-25 06:41:25 -05:00 |
|
rocky
|
d9ff58391f
|
Admnistrivia
|
2024-02-25 06:11:50 -05:00 |
|
rocky
|
2b8406e7a8
|
mark "psuedo ops"
|
2024-02-25 06:08:06 -05:00 |
|
rocky
|
4a50de38e4
|
sync with other versions
|
2024-02-24 18:31:57 -05:00 |
|
rocky
|
9fd139a41d
|
changes from other branches
|
2024-02-24 18:26:37 -05:00 |
|
rocky
|
8a1fd7e127
|
Keep optype info in token...
It is useful for ADD_VALUE
|
2024-02-24 17:41:32 -05:00 |
|
rocky
|
d2a171609e
|
Remove messed-up show_tree call
|
2024-02-24 12:56:30 -05:00 |
|
rocky
|
76039a229d
|
Go over 2.6 excludes
|
2024-02-24 12:12:06 -05:00 |
|
rocky
|
27dfb956d5
|
Administrivia
|
2024-02-24 10:26:45 -05:00 |
|
rocky
|
6d4d3df659
|
Administrivia
|
2024-02-24 10:26:02 -05:00 |
|
rocky
|
5a367717fa
|
Merge hell
|
2024-02-24 10:14:31 -05:00 |
|
rocky
|
1ef631dd76
|
Track change in xdis Instruction ...
we now need to set positions which will be used in newer Pythons.
|
2024-02-18 21:13:30 -05:00 |
|