summaryrefslogtreecommitdiffstats
path: root/Lib/bdb.py
Commit message (Collapse)AuthorAgeFilesLines
* handle class exceptions; added runeval; made runctx obsoleteGuido van Rossum1995-02-271-7/+30
|
* fix formatting of stack entriesGuido van Rossum1995-02-031-2/+6
|
* improved prompt formatGuido van Rossum1994-11-101-2/+2
|
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-9/+38
|
* * 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)
* pdb.py, bdb.py, cmd.py: use __init__() instead of init()Guido van Rossum1993-06-231-2/+4
|
* * Got entirely rid of path.py.Guido van Rossum1992-12-141-1/+2
| | | | | | | | * 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!
* Added a _v21 def to FL.py and added two new input field typesGuido van Rossum1992-09-021-12/+25
| | | | | | 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).
* Different syntax: cannot mix except and finally any moreGuido van Rossum1992-04-031-3/+4
|
* use settrace() intrefaceGuido van Rossum1992-03-271-5/+3
|
* Added a method "format_stack_entry" to be used by derived classes.Guido van Rossum1992-01-271-15/+22
| | | | Forget about the temp file.
* Experimental version writes the command to a file.Guido van Rossum1992-01-241-3/+15
|
* Initial revisionGuido van Rossum1992-01-221-0/+275