summaryrefslogtreecommitdiffstats
path: root/Lib/pdb.py
Commit message (Collapse)AuthorAgeFilesLines
* use new "single" compile optionGuido van Rossum1995-08-071-1/+2
|
* handle class exceptions; added runeval; made runctx obsoleteGuido van Rossum1995-02-271-8/+24
|
* fix formatting of stack entriesGuido van Rossum1995-02-031-3/+2
|
* improved prompt formatGuido van Rossum1994-11-101-3/+11
|
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-13/+157
|
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-171-3/+0
| | | | | | | constructors. There is no backward compatibility. Not everything has been tested. * aiff.{py,doc}: deleted in favor of aifc.py (which contains its docs as comments)
* Added missing "import os" to pdb.help()Guido van Rossum1993-10-221-0/+1
|
* * profile.py, pdb.py: added help() functionGuido van Rossum1993-10-221-0/+12
| | | | | | * builtin.py: b/w compat for builtin -> __builtin__ name change * string.py: added atof() and atol() and corresponding exceptions * test_types.py: added test for list sort with user comparison function
* * pdb.py: set 'privileged' property when evaluating expressionsGuido van Rossum1993-07-291-0/+3
| | | | | * string.py: change whitespace to include \r, \v and \f. When importing strop succeeds, re-evaluate meaning of letters.
* pdb.py, bdb.py, cmd.py: use __init__() instead of init()Guido van Rossum1993-06-231-7/+9
|
* Added whatis command (third try -- filesystem was full, rcs lock failed)Guido van Rossum1993-03-291-0/+24
|
* * Got entirely rid of path.py.Guido van Rossum1992-12-141-1/+1
| | | | | | | | * Many modules: fixes for new, stricter, argument passing rules (most changes were automatic ones -- not all of this is tested!). * gwin.py: now uses mainloop.py for its main loop and window admin. * mainloop.py: always call dispatch() with event as a tuple! * Fix bug in pdb's 'clear' command -- don't set the bpt but clear it!
* * change default line numbers for 'list' in pdb.pyGuido van Rossum1992-11-051-2/+4
| | | | | | | | | * changed eval() into getattr() in cmd.py * added dirname(), basename() and (dummy) normath() to macpath.py * renamed nntp.py to nntplib.py * Made string.index() compatible with strop.index() * Make string.atoi('') raise string.atoi_error rather than ValueError * Added dirname() and normpath() to posixpath.
* Added post_mortem() and pm() interfaces to pdb and wdb.Guido van Rossum1992-09-081-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 typesGuido van Rossum1992-09-021-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 Rossum1992-01-271-286/+99
|
* Added 'r(et)v(al) command.Guido van Rossum1992-01-161-22/+50
| | | | Added pdd (post-mortem debugging) method to class Pdb.
* Moved documentation out to pdb.doc file.Guido van Rossum1992-01-161-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 Rossum1992-01-141-1/+13
|
* Almost complete rewritten. Documentation added.Guido van Rossum1992-01-121-107/+300
| | | | Simple interface "pdb.run('<statement>')" added.
* react to interrupts differentlyGuido van Rossum1992-01-121-0/+5
|
* Initial revisionGuido van Rossum1992-01-101-0/+396