summaryrefslogtreecommitdiffstats
path: root/Lib/bdb.py
Commit message (Expand)AuthorAgeFilesLines
* String method conversion.Eric S. Raymond2001-02-091-4/+6
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+2
* Whitespace normalization.Tim Peters2001-01-141-44/+44
* Mass patch by Ka-Ping Yee:Guido van Rossum2000-02-021-526/+526
* Change two occurrences of type(x) <> types.CodeType intoGuido van Rossum2000-01-191-2/+2
* canonic(): This used to be equivalent to str() but that caused tooBarry Warsaw1999-09-091-6/+9
* Embarrassing: remove a debug print statement from set_break() for theGuido van Rossum1999-01-291-1/+0
* Support a canonical() method, implementable by a derived class, to beGuido van Rossum1999-01-291-6/+20
* Correct typo in new function get_breaks().Guido van Rossum1999-01-251-1/+1
* Change clear_break() to the old signature clear_break(file, line).Guido van Rossum1999-01-251-26/+40
* Bomb on deleting a temporary breakpoint: there's no methodGuido van Rossum1998-11-181-1/+1
* Don't set a local variable named __args__; this feature no longerGuido van Rossum1998-09-281-1/+1
* Richard Wolff's changes:Guido van Rossum1998-09-111-23/+172
* Use sys.exc_info() where needed.Guido van Rossum1997-09-291-2/+2
* Normalize whitespace.Guido van Rossum1997-07-111-4/+4
* Support for conditional breakpoints (Jim Fulton).Guido van Rossum1997-07-111-4/+16
* Allow code objects to be passed to run() and eval().Guido van Rossum1996-10-151-2/+7
* 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
* 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
* Added a _v21 def to FL.py and added two new input field typesGuido van Rossum1992-09-021-12/+25
* 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
* Experimental version writes the command to a file.Guido van Rossum1992-01-241-3/+15
* Initial revisionGuido van Rossum1992-01-221-0/+275