summaryrefslogtreecommitdiffstats
path: root/libpython.py
Commit message (Collapse)AuthorAgeFilesLines
* Clean up the work-in-progress stuff at the end of the fileDavid Malcolm2010-02-041-36/+44
|
* Generalize to support Python 3 as well as Python 2; implement handlers for ↵David Malcolm2010-02-041-18/+153
| | | | PyLongObject and PyUnicodeObject
* Make it easy to switch between repr() and pformat() when sending ↵David Malcolm2010-02-031-2/+11
| | | | pretty-print data to gdb
* Initial commitDavid Malcolm2010-02-031-0/+332