This website requires JavaScript.
Explore
Help
Sign In
jinx
/
python-uncompyle6
Watch
1
Fork
0
You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced
2025-08-04 01:09:52 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
acdefb4f700bf82aa00b91c697b37bb5d48f8e1f
python-uncompyle6
/
uncompyle6
/
semantics
History
rocky
acdefb4f70
NT return_stmt -> return to match AST
2017-12-14 11:03:15 -05:00
..
__init__.py
Part of a much needed cleanup. Move semantics routines into its own
2015-12-20 23:03:35 -05:00
aligner.py
disassemble -> ingest where appropriate
2016-09-04 11:43:02 -04:00
check_ast.py
NT break_stmt, continue_stmt -> break, continue...
2017-12-06 01:48:44 -05:00
consts.py
NT return_stmt -> return to match AST
2017-12-14 11:03:15 -05:00
fragments.py
NT return_stmt -> return to match AST
2017-12-14 11:03:15 -05:00
helper.py
DRY code; localize 3.{5,6} grammar rules..
2017-12-11 21:26:58 -05:00
make_function.py
Fix last-minute bug due to kwargs->kwargs1
2017-12-10 18:00:44 -05:00
Makefile
Two modes of disassembly, one where we show hidden code and one where we don't.
2015-12-25 10:08:12 -05:00
parser_error.py
Break out make_function() into its own file.
2016-10-29 07:22:58 -04:00
pysource.py
NT return_stmt -> return to match AST
2017-12-14 11:03:15 -05:00