rocky
|
1d705b0451
|
Merge
|
2024-07-21 17:37:15 -04:00 |
|
rocky
|
1189deced5
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-07-21 17:35:02 -04:00 |
|
rocky
|
1a3f2b8ab0
|
Misc lint
|
2024-07-21 17:34:06 -04:00 |
|
rocky
|
f45f8788ef
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-07-18 19:31:17 -04:00 |
|
rocky
|
ce690f3586
|
Lint initialization
|
2024-07-18 19:30:47 -04:00 |
|
rocky
|
5901e78770
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-07-18 10:22:28 -04:00 |
|
rocky
|
25675f216f
|
Sync fragments with pysource (a little bit)
|
2024-07-18 10:20:55 -04:00 |
|
rocky
|
7787166ddf
|
Add grammar rule involving RETURN_END_IF
|
2024-07-13 17:47:21 -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
|
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
|
b53b286666
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-07-12 14:16:19 -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
|
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
|
adcd72f6ed
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-07-12 08:38:11 -04:00 |
|
rocky
|
4394d46f64
|
Remove redundant list_comp() fn
|
2024-07-11 20:16:03 -04:00 |
|
rocky
|
c5e1368de7
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-07-11 18:34:30 -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
|
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
|
6b0c909460
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-05-30 04:47:26 -04:00 |
|
rocky
|
6f2a837765
|
Better sorting of TABLE_DIRECT keys
|
2024-05-30 04:35:58 -04:00 |
|
rocky
|
458d4727dd
|
Properly escape strings.
Backported from decompyle3
|
2024-03-25 06:42:06 -04:00 |
|
rocky
|
8d6d8b31e0
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-03-14 15:27:52 -04:00 |
|
rocky
|
b88af23406
|
Mis spelling corrections
|
2024-03-14 05:39:30 -04:00 |
|
rocky
|
ad92f53e39
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-03-08 04:35:18 -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 |
|
rocky
|
8542df4639
|
Add context manager test...
handle degenerate 3.8 withas
|
2024-03-07 18:08:07 -05:00 |
|
rocky
|
f1169af582
|
simplify withas (for now)
|
2024-03-06 17:19:57 -05:00 |
|
rocky
|
7a05a36f63
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-03-02 11:54:53 -05:00 |
|
rocky
|
c499d0a60a
|
Fix in 3.3 subclass detection in class closures
|
2024-03-02 11:54:11 -05:00 |
|
rocky
|
28e33f4b92
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-03-02 07:04:36 -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
|
7c91694cf9
|
merge hell
|
2024-03-02 05:07:12 -05:00 |
|
rocky
|
ac9c7d1047
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-03-02 05:07:05 -05:00 |
|
rocky
|
08009f9fc7
|
improve list comprehensions
|
2024-02-25 08:19:18 -05:00 |
|
rocky
|
58f9935bd6
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-02-25 06:09:10 -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
|
e4127b34a5
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-02-24 17:44:16 -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
|
df6f39cb26
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-02-24 10:27:03 -05:00 |
|
rocky
|
5a367717fa
|
Merge hell
|
2024-02-24 10:14:31 -05:00 |
|
rocky
|
2fcb7a62e1
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-02-24 07:12:07 -05:00 |
|