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
|
81b704f597
|
Simpify an import, blacken a file.
|
2020-05-09 09:32:44 -04:00 |
|
rocky
|
0e0c5b91fc
|
Merge branch 'master' into python-2.4
|
2020-04-20 23:11:19 -04:00 |
|
rocky
|
1d7e8f1617
|
Update to use xdis 4.4.0 ...
with more correct SipHash and other needed bug fixes.
|
2020-04-20 10:47:34 -04:00 |
|
rocky
|
f5bcdeec95
|
Merge branch 'master' into python-2.4
|
2020-04-16 13:09:07 -04:00 |
|
rocky
|
869e48877c
|
Convert to use xdis 4.3.0 or greater
|
2020-04-16 08:41:53 -04:00 |
|
rocky
|
a1532bbfea
|
Merge branch 'master' into python-2.4
|
2018-02-27 10:40:40 -05:00 |
|
rocky
|
c43c9a19aa
|
Move to GPL3 license
|
2018-02-27 06:40:36 -05:00 |
|
rocky
|
460069ceaa
|
Bug in 2.4 "if" dectection and...
Wrong language used in old-style exceptions: use "except Error,e" not
"except Error(e)""
|
2016-11-24 05:15:35 -05:00 |
|
rocky
|
a9349b8f3d
|
Making it run on Python 2.4 and 2.5
|
2016-11-23 07:53:51 -05:00 |
|
rocky
|
c8550d5c9e
|
Split out print_docstring
move from pysource.py to new helper.py
|
2016-11-22 05:29:50 -05:00 |
|
rocky
|
abcd10628a
|
Add --linemaps: shows line number correspondences
|
2016-11-20 21:11:38 -05:00 |
|
rocky
|
d7f898b4fb
|
New feature: show line number correspondences
Option --linemap on uncompile show how original source-code line numbers
map to uncompiled source lines
|
2016-11-18 09:02:00 -05:00 |
|