summaryrefslogtreecommitdiffstats
path: root/libpython.py
Commit message (Expand)AuthorAgeFilesLines
* Add initial support for new-style classesDavid Malcolm2010-02-271-26/+86
* Update copyright: I hold copyright on this workDavid Malcolm2010-02-271-6/+2
* Fix some spacing issues detected by pep8.pyDavid Malcolm2010-02-271-29/+62
* Rewrite the type lookup using flags where possible, eliminating need for "is_...David Malcolm2010-02-251-43/+59
* Dict slot indexes are in the range [0, ma_used], rather than [0, ma_used)David Malcolm2010-02-231-1/+1
* Rework InstanceProxy.__repr__ to render the attrdict as keyword args, rather ...David Malcolm2010-02-191-1/+2
* Add support for the "None" singletonDavid Malcolm2010-02-181-0/+10
* Add PyBoolObject, converting ob_ival in remote to True/False within gdb processDavid Malcolm2010-02-181-1/+15
* Introduce safety_limit and safe_range to protect against corrupt integer valu...David Malcolm2010-02-181-6/+20
* Better registration of the pretty-printer; minor cleanupsV0.1David Malcolm2010-02-051-15/+23
* support instances of old-style classesDavid Malcolm2010-02-041-1/+32
* 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 Py...David Malcolm2010-02-041-18/+153
* Make it easy to switch between repr() and pformat() when sending pretty-print...David Malcolm2010-02-031-2/+11
* Initial commitDavid Malcolm2010-02-031-0/+332