py_compile.py -- "compile" a .py file to a .pyc file
-dis.py -- Disassembler for Python bytecode objects
-
repr.py -- Redo the `...` (representation) but with limits on most
sizes (used by pdb)
Queue.py -- A multi-producer, multi-consumer queue
-bisect.py -- Bisection algorithms
+bisect.py -- Bisection algorithms (this is actually useful at times)
dump.py -- Print python code that reconstructs a variable
py_compile.py -- "compile" a .py file to a .pyc file
-dis.py -- Disassembler for Python bytecode objects
-
repr.py -- Redo the `...` (representation) but with limits on most
sizes (used by pdb)
Queue.py -- A multi-producer, multi-consumer queue
-bisect.py -- Bisection algorithms
+bisect.py -- Bisection algorithms (this is actually useful at times)
dump.py -- Print python code that reconstructs a variable