package documentation

pyc file format parser.

Module compile_bytecode Compiles a single .py to a .pyc and writes it to stdout.
Module compiler Python executable used to compile to bytecode.
Module compiler_test Tests for compiler.py.
Module generate_opcode_diffs Generate code diffs for opcode changes between Python versions.
Module generate_opcode_diffs_test Test pyc/generate_opcode_diffs.py.
Module loadmarshal Parser for the "marshal" file format.
Module loadmarshal_test Tests for loadmarshal.py.
Module magic Python version numbers and their encoding ("magic number").
Module magic_test Tests for magic.py.
Module opcodes Opcode definitions.
Module opcodes_test No module docstring; 3/4 classes documented
Module pyc Functions for generating, reading and parsing pyc.
Module pyc_test Tests for pyc.py.