Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added post_mortem() and pm() interfaces to pdb and wdb. | Guido van Rossum | 1992-09-08 | 1 | -0/+18 | |
| | | | | | | Added colorsys.py (color system conversions). SV.py: new version for new svideo.h (Sjoerd). DEVICE.py: added VIDEO event type. | |||||
* | Added a _v21 def to FL.py and added two new input field types | Guido van Rossum | 1992-09-02 | 1 | -0/+3 | |
| | | | | | | Added runcall(func, *args) interfaces to profile.py, bdb.py, pdb.py, wdb.py Added new module bisect.py and used it in sched.py. Mostly cosmetic changes to profile.py (changed output format). | |||||
* | Rewritten to use bdb.Bdb as base class. | Guido van Rossum | 1992-01-27 | 1 | -286/+99 | |
| | ||||||
* | Added 'r(et)v(al) command. | Guido van Rossum | 1992-01-16 | 1 | -22/+50 | |
| | | | | Added pdd (post-mortem debugging) method to class Pdb. | |||||
* | Moved documentation out to pdb.doc file. | Guido van Rossum | 1992-01-16 | 1 | -273/+88 | |
| | | | | | Moved class Cmd out to module cmd.py. Rewrote implementation of stack trace to incorporate traceback objects. | |||||
* | Added to-do list. | Guido van Rossum | 1992-01-14 | 1 | -1/+13 | |
| | ||||||
* | Almost complete rewritten. Documentation added. | Guido van Rossum | 1992-01-12 | 1 | -107/+300 | |
| | | | | Simple interface "pdb.run('<statement>')" added. | |||||
* | react to interrupts differently | Guido van Rossum | 1992-01-12 | 1 | -0/+5 | |
| | ||||||
* | Initial revision | Guido van Rossum | 1992-01-10 | 1 | -0/+396 | |