summaryrefslogtreecommitdiffstats
path: root/Tools/compiler/dumppyc.py
Commit message (Collapse)AuthorAgeFilesLines
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
|
* Whitespace normalization.Tim Peters2005-12-251-1/+1
|
* Merge ast-branch to headJeremy Hylton2005-10-201-4/+7
| | | | | | | | | | This change implements a new bytecode compiler, based on a transformation of the parse tree to an abstract syntax defined in Parser/Python.asdl. The compiler implementation is not complete, but it is in stable enough shape to run the entire test suite excepting two disabled tests.
* Only print attributes that start with co_.Jeremy Hylton2001-09-171-1/+6
| | | | | If passed a .py file as an argument, try to find its accompanying .pyc.
* read in a .pyc file and disassemble the code objectsJeremy Hylton2000-10-091-0/+39