index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
bdb.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
String method conversion.
Eric S. Raymond
2001-02-09
1
-4
/
+6
*
added __all__ lists to a number of Python modules
Skip Montanaro
2001-01-20
1
-0
/
+2
*
Whitespace normalization.
Tim Peters
2001-01-14
1
-44
/
+44
*
Mass patch by Ka-Ping Yee:
Guido van Rossum
2000-02-02
1
-526
/
+526
*
Change two occurrences of type(x) <> types.CodeType into
Guido van Rossum
2000-01-19
1
-2
/
+2
*
canonic(): This used to be equivalent to str() but that caused too
Barry Warsaw
1999-09-09
1
-6
/
+9
*
Embarrassing: remove a debug print statement from set_break() for the
Guido van Rossum
1999-01-29
1
-1
/
+0
*
Support a canonical() method, implementable by a derived class, to be
Guido van Rossum
1999-01-29
1
-6
/
+20
*
Correct typo in new function get_breaks().
Guido van Rossum
1999-01-25
1
-1
/
+1
*
Change clear_break() to the old signature clear_break(file, line).
Guido van Rossum
1999-01-25
1
-26
/
+40
*
Bomb on deleting a temporary breakpoint: there's no method
Guido van Rossum
1998-11-18
1
-1
/
+1
*
Don't set a local variable named __args__; this feature no longer
Guido van Rossum
1998-09-28
1
-1
/
+1
*
Richard Wolff's changes:
Guido van Rossum
1998-09-11
1
-23
/
+172
*
Use sys.exc_info() where needed.
Guido van Rossum
1997-09-29
1
-2
/
+2
*
Normalize whitespace.
Guido van Rossum
1997-07-11
1
-4
/
+4
*
Support for conditional breakpoints (Jim Fulton).
Guido van Rossum
1997-07-11
1
-4
/
+16
*
Allow code objects to be passed to run() and eval().
Guido van Rossum
1996-10-15
1
-2
/
+7
*
handle class exceptions; added runeval; made runctx obsolete
Guido van Rossum
1995-02-27
1
-7
/
+30
*
fix formatting of stack entries
Guido van Rossum
1995-02-03
1
-2
/
+6
*
improved prompt format
Guido van Rossum
1994-11-10
1
-2
/
+2
*
Merge alpha100 branch back to main trunk
Guido van Rossum
1994-08-01
1
-9
/
+38
*
* Mass change: get rid of all init() methods, in favor of __init__()
Guido van Rossum
1993-12-17
1
-3
/
+0
*
pdb.py, bdb.py, cmd.py: use __init__() instead of init()
Guido van Rossum
1993-06-23
1
-2
/
+4
*
* Got entirely rid of path.py.
Guido van Rossum
1992-12-14
1
-1
/
+2
*
Added a _v21 def to FL.py and added two new input field types
Guido van Rossum
1992-09-02
1
-12
/
+25
*
Different syntax: cannot mix except and finally any more
Guido van Rossum
1992-04-03
1
-3
/
+4
*
use settrace() intreface
Guido van Rossum
1992-03-27
1
-5
/
+3
*
Added a method "format_stack_entry" to be used by derived classes.
Guido van Rossum
1992-01-27
1
-15
/
+22
*
Experimental version writes the command to a file.
Guido van Rossum
1992-01-24
1
-3
/
+15
*
Initial revision
Guido van Rossum
1992-01-22
1
-0
/
+275