rocky
|
54aad6e4d6
|
Merge branch 'python-3.0-to-3.2' into python-2.4-to-2.7
|
2024-07-15 10:11:20 -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
|
f74a3d6deb
|
Merge branch 'python-3.0-to-3.2' into python-2.4-to-2.7
|
2024-07-12 21:31:42 -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
|
4ddb1565aa
|
Merge branch 'python-3.0-to-3.2' into python-2.4-to-2.7
|
2024-03-15 23:02:48 -04:00 |
|
rocky
|
af873f1e88
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-03-15 22:38:54 -04:00 |
|
rocky
|
bec88e4aaa
|
Name phases "disassembly" and "tokenization"
|
2024-03-14 15:31:53 -04: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
|
dcc9d1a571
|
Fix spelling via "codespell"
|
2023-12-17 10:52:32 -05: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
|
227f494fa8
|
Double -a option show asm before tokenization
|
2023-07-04 07:13:54 -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
|
ad00b9a4ee
|
Use xdis pattr extraction for LOAD_NAME
|
2023-04-15 07:31:35 -04:00 |
|
rocky
|
c37301b02b
|
Merge branch 'python-3.3-to-3.5' into python-2.4
|
2022-09-20 17:31:24 -04:00 |
|
rocky
|
2fc80fc747
|
Merge branch 'master' into python-3.3-to-3.5
|
2022-09-20 17:29:15 -04:00 |
|
rocky
|
62760eb556
|
Deal with 2.x EXTENDED_ARGS on JUMP_ABSOLUTE
in scanner2's "continue" detection
Fixes #310
|
2022-09-18 21:12:27 -04:00 |
|
rocky
|
eaa063a15f
|
Deal with 2.x EXTENDED_ARGS on JUMP_ABSOLUTE
in scanner2's "continue" detection
|
2022-09-18 21:05:40 -04:00 |
|
rocky
|
5c6c6c663d
|
Bugs in 2.x relative import '.' and 1.x bytecode
|
2022-05-14 19:38:09 -04:00 |
|
rocky
|
656a9aa290
|
Bugs in 2.x relative import '.' and 1.x bytecode
|
2022-05-14 17:46:48 -04:00 |
|
rocky
|
540f619745
|
Bugs with 1.0 bytecode and 2.x relative "." import
|
2022-05-14 17:37:12 -04:00 |
|
rocky
|
b8856993d2
|
merge from master
|
2022-05-14 09:55:19 -04:00 |
|
rocky
|
8e5faa933f
|
Handle long 2.x bytecode literals more efficiently
|
2022-04-27 13:47:56 -04:00 |
|
rocky
|
fa62724f14
|
Handle BUILD_{LIST,SET} more efficiently
|
2022-04-27 10:06:30 -04:00 |
|
rocky
|
5220aa3b65
|
WIP - deal with BUILD_LIST
|
2022-04-27 05:15:33 -04:00 |
|
rocky
|
e5d82f7613
|
Merge branch 'python-3.3-to-3.5' into python-2.4
|
2022-04-25 08:05:28 -04:00 |
|
rocky
|
c6642f5899
|
Revise "ingest" docstring
|
2022-04-25 07:42:56 -04:00 |
|
rocky
|
948ecf3123
|
Merge branch 'python-3.3-to-3.5' into python-2.4
|
2021-11-03 02:38:24 -04:00 |
|
rocky
|
f6f0e344d0
|
Python 3.6+ specialization
|
2021-11-03 02:23:19 -04:00 |
|
rocky
|
343f0f781a
|
Python 2.4 specialization
|
2021-11-03 02:07:02 -04:00 |
|
rocky
|
e87b2d6718
|
Merge branch 'python-3.3-to-3.5' into python-2.4
|
2021-11-03 02:06:04 -04:00 |
|
rocky
|
0742f0b83f
|
Specialize for Python 3.3-3.5
|
2021-11-03 01:56:41 -04:00 |
|
rocky
|
2fbe61aa11
|
Merge branch 'python-3.3-to-3.5' into python-2.4
|
2021-11-03 01:46:03 -04:00 |
|
rocky
|
ed34bf9d4a
|
use xdis.PYTHON3 not uncompyle.PYTHON3
|
2021-11-02 06:53:11 -04:00 |
|
rocky
|
5b657ac7d8
|
Merge branch 'python-3.3-to-3.5' into python-2.4
|
2021-10-23 08:42:32 -04:00 |
|
rocky
|
e8e006bb8c
|
More Python version comparison conversions
|
2021-10-16 11:33:03 -04:00 |
|
rocky
|
527d1b4163
|
Merge branch 'master' into python-2.4
|
2020-05-18 23:25:53 -04:00 |
|
rocky
|
3fb8d90407
|
Revise for xdis 3.6.0 ...
Simplify xdis imports where we can.
Blacken (most) of those buffers too
|
2020-05-18 21:49:16 -04:00 |
|
rocky
|
f5bcdeec95
|
Merge branch 'master' into python-2.4
|
2020-04-16 13:09:07 -04:00 |
|
rocky
|
f117feb585
|
Use new xdis...
Sadly there are some regressions that need to be fixed.
Deal with later.
|
2020-04-16 11:01:12 -04:00 |
|
rocky
|
869e48877c
|
Convert to use xdis 4.3.0 or greater
|
2020-04-16 08:41:53 -04:00 |
|
rocky
|
880a60c3e4
|
Merge branch 'master' into python-2.4
|
2020-04-11 09:58:36 -04:00 |
|
rocky
|
e8e7d2086d
|
whileelse in 3.6 sometimes has come froms...
also remove extra "L. " in token printing
|
2020-04-04 10:12:12 -04:00 |
|
rocky
|
c0e8ce22af
|
Merge branch 'master' into python-2.4
|
2019-06-23 17:51:21 -04:00 |
|