python-uncompyle6/uncompyle6
2015-12-28 14:17:28 -05:00
..
opcodes DRY Python3 scanner code. Some cross version handling fixed. 2015-12-27 04:43:35 -05:00
parsers DRY Python3 scanner code. Some cross version handling fixed. 2015-12-27 04:43:35 -05:00
scanners Add Python3 marshal codes and start to handle cross-version Python code 2015-12-28 14:17:28 -05:00
semantics Add Python3 marshal codes and start to handle cross-version Python code 2015-12-28 14:17:28 -05:00
__init__.py Fix up Python 3.2, 3.3, and 3.4 cross-version scanners 2015-12-26 10:19:26 -05:00
.gitignore Start 3.4 more stringent disassembly testing. Disassembly format has 2015-12-16 00:40:28 -05:00
disas.py Add Python3 marshal codes and start to handle cross-version Python code 2015-12-28 14:17:28 -05:00
load.py Add Python3 marshal codes and start to handle cross-version Python code 2015-12-28 14:17:28 -05:00
magics.py verify.py: Don't try to verify bytecode against compiled code if 2015-12-18 22:04:50 -05:00
main.py Add Python3 marshal codes and start to handle cross-version Python code 2015-12-28 14:17:28 -05:00
Makefile Lint stuff 2015-12-11 18:49:23 -05:00
marsh.py Add Python3 marshal codes and start to handle cross-version Python code 2015-12-28 14:17:28 -05:00
parser.py DRY Python3 scanner code. Some cross version handling fixed. 2015-12-27 04:43:35 -05:00
scanner.py Fix up Python 2.x's ability to get code from Python 3.x's bytecode 2015-12-27 19:36:02 -05:00
verify.py Running native on Python 3.3 needs more work 2015-12-26 19:32:32 -05:00