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 |
|
rocky
|
70073e89bf
|
Merge branch 'python-3.0-to-3.2' into python-2.4
|
2023-03-25 02:45:06 -04:00 |
|
rocky
|
1cac7d50c1
|
Merge branch 'master' into python-3.3-to-3.5
|
2023-01-16 03:41:25 -05:00 |
|
rocky
|
50697bb79e
|
Improve set comprehension for Python 3.0
|
2023-01-16 03:40:55 -05:00 |
|
rocky
|
bef6ba7445
|
Merge branch 'python-3.0-to-3.2' into python-2.4
|
2022-11-05 00:32:35 -04:00 |
|
rocky
|
a774cc1892
|
Merge branch 'master' into python-3.3-to-3.5
|
2022-11-05 00:27:57 -04:00 |
|
rocky
|
f59d0bf306
|
Misc lint
|
2022-11-04 03:54:01 -04:00 |
|
rocky
|
c2ed6776e6
|
Merge branch 'python-3.0-to-3.2' into python-2.4
|
2022-11-04 02:07:03 -04:00 |
|
rocky
|
1323500a76
|
Merge branch 'master' into python-3.3-to-3.5
|
2022-11-04 02:06:00 -04:00 |
|
rocky
|
4959c76694
|
More 3.0 list comprehension bug fixes
|
2022-11-04 02:05:34 -04:00 |
|
rocky
|
9923a4c775
|
More 3.0 lambda comphension fixes
|
2022-11-04 02:02:34 -04:00 |
|
rocky
|
8776657302
|
Merge branch 'master' into python-2.4
|
2022-10-16 19:36:53 -04:00 |
|
rocky
|
1ecceb6471
|
Merge branch 'master' into python-3.3-to-3.5
|
2022-10-16 19:34:23 -04:00 |
|
rocky
|
5b3ea47bac
|
Correct long-literals for Python 2.7
|
2022-10-16 19:33:51 -04:00 |
|
rocky
|
f926acf7f1
|
Merge branch 'python-3.3-to-3.5' into python-2.4
|
2022-09-30 03:42:00 -04:00 |
|
rocky
|
291b8e0f90
|
Merge branch 'master' into python-3.3-to-3.5
|
2022-09-30 03:34:58 -04:00 |
|
rocky
|
0c7427069e
|
strings need quotes in ADD_VALUE instructions
|
2022-09-30 03:33:47 -04:00 |
|
rocky
|
0170e39f5d
|
Merge branch 'python-3.3-to-3.5' into python-2.4
|
2022-05-14 10:43:42 -04:00 |
|
rocky
|
4f6d3a3d7e
|
Merge branch 'master' into python-3.3-to-3.5
|
2022-05-14 09:02:53 -04:00 |
|
rocky
|
9b80663529
|
3.6 async hacking
|
2022-05-07 07:01:39 -04:00 |
|
rocky
|
d62310f799
|
Correct 3.6ish dictionary literals printing
|
2022-05-03 12:19:43 -04:00 |
|
rocky
|
5e1ba2baa1
|
Split long lines in n_const_list
|
2022-04-28 18:03:15 -04:00 |
|
rocky
|
5268796134
|
Merge branch 'python-3.3-to-3.5' into python-2.4
|
2022-04-27 04:05:50 -04:00 |
|
rocky
|
e930c9c6ef
|
Merge branch 'master' into python-3.3-to-3.5
|
2022-04-27 04:02:17 -04:00 |
|
rocky
|
c25fa61e33
|
Start handling BUILD_MAP (a class of dict)
|
2022-04-26 15:37:42 -04:00 |
|
rocky
|
d48801964c
|
Use attr insead of pattrr for non-strings
|
2022-04-26 03:13:27 -04:00 |
|
rocky
|
9fe3f94240
|
Merge branch 'python-3.3-to-3.5' into python-2.4
|
2022-04-26 02:46:29 -04:00 |
|
rocky
|
2a0a6c904c
|
Merge branch 'long-collection-python3' into python-3.3-to-3.5
|
2022-04-26 02:38:02 -04:00 |
|