summaryrefslogtreecommitdiffstats
path: root/Lib/bdb.py
Commit message (Collapse)AuthorAgeFilesLines
* 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