rocky
|
e06f88043f
|
Merge branch 'master' into python-2.4
release-python-2.4-2.11.5
|
2017-08-31 09:54:23 -04:00 |
|
rocky
|
356ea6c770
|
Remove python versions tag
I think it's messing up Pypi's very fussy formatting
release-2.11.5
|
2017-08-31 09:50:48 -04:00 |
|
rocky
|
8fc3fd146f
|
Merge branch 'master' into python-2.4
|
2017-08-31 09:47:02 -04:00 |
|
rocky
|
4d58438515
|
Get ready for release 2.11.5
|
2017-08-31 09:42:14 -04:00 |
|
rocky
|
f7bfe3f7b2
|
3.7 support
|
2017-08-15 21:52:43 -04:00 |
|
rocky
|
ce5066bddb
|
Merge branch 'master' into python-2.4
release-python-2.4-2.11.4
|
2017-08-15 11:12:20 -04:00 |
|
rocky
|
c54a47b15f
|
Get ready for release 2.11.4
release-2.11.4
|
2017-08-15 10:57:14 -04:00 |
|
rocky
|
d1e02afb4b
|
Misc cleanups...
remove code now in xdis
require at least xdis 3.5.4
PyPy tolerance in validate testing
|
2017-08-15 09:41:39 -04:00 |
|
rocky
|
93f18e2449
|
Allow version to be string...
in get_python_parser and get_scanner
|
2017-08-13 09:23:27 -04:00 |
|
rocky
|
f4ceb6304d
|
Allow 3-part version string lookups, e.g 2.7.1
We allow a float here, but if passed a string like
'2.7'. or '2.7.13', accept that in looking up
either a scanner or a parser.
|
2017-08-13 09:17:07 -04:00 |
|
rocky
|
783e62f3ca
|
Merge branch 'python-2.4' of github.com:rocky/python-uncompyle6 into python-2.4
|
2017-08-10 09:45:11 -04:00 |
|
rocky
|
503039ab51
|
Link typo
Name is trepan2 now not trepan
|
2017-08-10 09:41:48 -04:00 |
|
rocky
|
8393064136
|
Get ready for release 2.11.3
need xdis 3.5.1 for now. Adjust for xdis "is-not" which we need as "is not"
release-2.11.3
|
2017-08-09 22:09:31 -04:00 |
|
rocky
|
c38dc61021
|
xdis "is not" is now "is-not"
release-python-2.4-2.11.3
|
2017-08-09 22:07:32 -04:00 |
|
rocky
|
45782bbb39
|
Get ready for release 2.11.3
|
2017-08-09 21:46:27 -04:00 |
|
rocky
|
4c9cd5657e
|
Merge branch 'master' into python-2.4
|
2017-08-09 21:45:50 -04:00 |
|
rocky
|
dc627d13b8
|
Get ready for release 2.11.3
|
2017-08-09 21:33:01 -04:00 |
|
rocky
|
ddc3489991
|
Python 2.4 comptiability and ...
exception match -> exception-match
|
2017-08-03 03:48:57 -04:00 |
|
rocky
|
5b24c20331
|
Bump xdis
|
2017-08-02 08:37:50 -04:00 |
|
rocky
|
8bb01143d8
|
Remove six from python 2.4/2.5
|
2017-08-02 08:28:08 -04:00 |
|
rocky
|
bb9b3ac9cf
|
Revert commit to wrong branch
|
2017-08-02 08:25:39 -04:00 |
|
rocky
|
05ac60ea74
|
Remove six from Python-2.4/2.5 package
|
2017-08-02 08:18:54 -04:00 |
|
rocky
|
a9635da96a
|
in xdis "exception match" is now "exception-match"
|
2017-08-02 06:36:40 -04:00 |
|
rocky
|
e790cb75fd
|
Python 2.4 doesn't do six
|
2017-08-02 06:20:07 -04:00 |
|
rocky
|
348afeebbf
|
Python 2.4 compatibility
|
2017-08-01 22:32:43 -04:00 |
|
rocky
|
d138a01bf1
|
xdis's "exception match" is now "exception-match"
|
2017-07-17 22:42:57 -04:00 |
|
rocky
|
9e8e4f54c7
|
xdis 3.5.1 is botched?
|
2017-07-15 00:24:40 -04:00 |
|
rocky
|
a06a5e1cd8
|
Use newer xdis
|
2017-07-14 23:45:56 -04:00 |
|
R. Bernstein
|
1048f6a964
|
Fixes issue #124
|
2017-07-14 23:43:40 -04:00 |
|
rocky
|
7fed237077
|
History updates
|
2017-07-14 08:03:06 -04:00 |
|
rocky
|
8b816ead0d
|
RsT doc formatting
|
2017-07-09 02:06:39 -04:00 |
|
rocky
|
300d387349
|
Get ready for release 2.11.2
release-2.11.2
|
2017-07-09 01:44:55 -04:00 |
|
rocky
|
27ab6fe2f5
|
Use xdis 3.5.0's opcode sets
|
2017-07-08 20:41:46 -04:00 |
|
rocky
|
2e164763eb
|
Start supporting Pypy 3.5 (5.7.1-beta)
|
2017-07-08 17:47:32 -04:00 |
|
rocky
|
d332bde104
|
Loops in Python 2.4-2.6 loop come_from
Looks like Python 2.4-2.6 may have a COME_FROM(_LOOP)
before the jump_back.
Fixes Issue #123
|
2017-07-05 06:12:14 -04:00 |
|
rocky
|
0893652943
|
Work around not having real flow-control analysis
|
2017-06-29 20:49:01 -04:00 |
|
rocky
|
6efd7afda3
|
continue non-detection in Python 2.7
fixes issue 122
|
2017-06-29 20:27:07 -04:00 |
|
rocky
|
ee3202779a
|
A guard against badly formated bytecode
|
2017-06-28 18:39:05 -04:00 |
|
rocky
|
6888553773
|
Merge branch 'master' into python-2.4
|
2017-06-25 18:56:31 -04:00 |
|
rocky
|
9c072a6a42
|
3.x funciton and annotation bug fixes
release-2.11.1
release-python-2.4-2.11.1
|
2017-06-25 18:46:03 -04:00 |
|
rocky
|
277ad36566
|
Get ready for release 2.11.1
|
2017-06-25 13:50:46 -04:00 |
|
rocky
|
af3d46b35c
|
Use xdis' instruction offset calculation fns..
next_offset, op_size, has_argument
|
2017-06-24 06:43:04 -04:00 |
|
rocky
|
e1bc0c5cd6
|
Python 2 sometimes need str->uncode in writing?
|
2017-06-19 08:02:59 -04:00 |
|
rocky
|
5a519ed36a
|
Allow deparsed out to be str as well as unicode
|
2017-06-19 07:55:09 -04:00 |
|
rocky
|
0f489672b9
|
More merge fixups from master
release-python-2.4-2.11.0
|
2017-06-18 16:05:22 -04:00 |
|
rocky
|
b7d8cbfaf5
|
Merge branch 'master' into python-2.4
|
2017-06-18 15:40:40 -04:00 |
|
rocky
|
af10f99776
|
Get ready for release 2.11.0
release-2.11.0
|
2017-06-18 15:31:44 -04:00 |
|
rocky
|
0cbafa6e3a
|
Adjust nodeInfo if it is a Token
|
2017-06-13 04:41:32 -04:00 |
|
rocky
|
4afaee2a36
|
Add nonterminal node in extractInfo
|
2017-06-13 04:17:23 -04:00 |
|
rocky
|
daea3c348c
|
Fragment tag more expressions
Revise make_function3 comment wrt args and kwargs
|
2017-06-10 16:31:56 -04:00 |
|