Commit Graph

87 Commits

Author SHA1 Message Date
rocky
3bc2e09b71 Merge branch 'python-3.0-to-3.2' into python-2.4-to-2.7 2024-11-09 06:06:50 -05:00
rocky
6e95881fbb Merge branch 'master' into python-3.3-to-3.5 2024-11-09 06:02:50 -05:00
gdesmar
20d0a60550 Remove duplicate code of print_docstring 2024-10-10 20:24:56 +00:00
rocky
01f306bd2c Merge branch 'python-3.0-to-3.2' into python-2.4-to-2.7 2024-07-12 08:40:44 -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
0993bb026b Merge branch 'python-3.0-to-3.2' into python-2.4-to-2.7 2024-03-02 05:31:10 -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
9fd139a41d changes from other branches 2024-02-24 18:26:37 -05:00
rocky
6c26f3fb8d ADD_VALUE types 2024-02-24 18:23:30 -05:00
rocky
f9eb15582a Merge branch 'python-3.0-to-3.2' into python-2.4-to-2.7 2024-02-24 18:22:34 -05:00
rocky
518bedb1d9 ADD_VALUE attributes 2024-02-24 18:07:28 -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
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
f7b0e895ed Fix bug ADD_VALUE for tuples 2024-02-24 08:13:25 -05:00
rocky
028d87ddde Merge hell 2024-02-17 15:27:15 -05:00
rocky
b538da1e5f Merge branch 'python-3.0-to-3.2' into python-2.4-to-2.7 2024-02-17 15:24:29 -05:00
rocky
1f462cf503 Merge branch 'master' into python-3.3-to-3.5 2024-02-17 15:21:08 -05:00
rocky
f94100d24c sync with decompile3 2024-02-17 15:09:00 -05:00
rocky
3ef4ab4944 Prefer using double quote for strings 2024-02-17 12:57:48 -05:00
rocky
fe5f99ca98 Merge branch 'python-3.0-to-3.2' into python-2.4 2024-02-12 01:43:52 -05:00
rocky
4cf0f83257 Merge branch 'master' into python-3.3-to-3.5 2024-02-12 01:38:59 -05:00
rocky
02ed25e7cb Bugs found in 3.0 decomplation...
parsers/parse30.py; fix set comprehension grammar bug
uncompyle6/semantics/n_actions.py: evidence of the evils of modifying node data (via node.pop)
2024-02-12 00:58:42 -05:00
rocky
9c5addc0f0 Python 2.5 compatability 2024-02-04 13:56:28 -05:00
rocky
aadc66fe4a Merge branch 'python-3.0-to-3.2' into python-2.4 2024-02-04 13:18:47 -05:00
rocky
ef92f08f56 Black files 2024-02-04 12:29:30 -05:00
rocky
bdc751f444 Merge branch 'master' into python-3.3-to-3.5 2024-02-04 12:25:41 -05:00
rocky
9829e04611 Bug in collection printing ...
`"%s" % value` can fail if value is a tuple
2023-08-17 19:35:08 -04:00
rocky
4aa7f1ce67 Merge branch 'python-3.0-to-3.2' into python-2.4 2023-07-29 13:03:38 -04:00
rocky
6b01da76ea Merge branch 'master' into python-3.3-to-3.5 2023-07-29 12:57:37 -04:00
rocky
99f054ea9d Forgot to include 3.3 in recent generator fix 2023-07-01 23:22:57 -04:00
rocky
96fd3312a6 Merge from 3.0 branch 2023-07-01 10:58:29 -04:00
rocky
489d479bd0 Merge branch 'python-3.0-to-3.2' into python-2.4 2023-07-01 10:54:04 -04:00
rocky
df1772164c Merge from master 2023-07-01 10:33:04 -04:00
rocky
d6608712f1 correct fn name on older 3.x cross decompile...
Also black, lint, and isort some
2023-06-30 20:30:06 -04:00
rocky
a57ff9227d merge with 3.0 branch 2023-06-30 16:20:48 -04:00
rocky
69823fbff4 Merge branch 'python-3.0-to-3.2' into python-2.4 2023-06-30 16:20:42 -04:00
rocky
47f0d5cd69 Merge with master 2023-06-30 16:00:54 -04:00
rocky
4b296e1ead Correct generator function parsing for 3.3..3.5 2023-06-30 15:43:27 -04:00
rocky
2bfd0434a7 Merge branch 'python-3.0-to-3.2' into python-2.4 2023-06-30 02:28:10 -04:00
rocky
0897d47afa Merge branch 'master' into python-3.3-to-3.5 2023-06-30 01:57:41 -04:00
rocky
c01ab5e001 Tweaks to long-literal handling...
* Use version tuple comparison for version testing
* small lintin of n_actions
* revise test so assert is not removed in 3.8
2023-04-19 02:08:36 -04:00
Andre Eberle
54776275c0 Modified n_actions.py to issue __repr__ on py2 and __str__ py3, should fix the extra quotes 2023-04-18 00:12:00 -04:00
rocky
d2fc7d2dd3 Merge branch 'python-3.0-to-3.2' into python-2.4 2023-04-17 23:18:06 -04:00
rocky
060c8df174 Merge branch 'master' into python-3.3-to-3.5 2023-04-17 23:07:38 -04:00
rocky
7ad0c37c62 Correct a couple of bugs...
We weren't distinguising relative imports from absolute imports.
Fixes #444

Picking out docstring was broken too.
2023-04-17 16:35:27 -04:00