COMMITS
/ Lib/bdb.py May 16, 2017
C
bpo-30211: bdb: add docstrings (#1350)
csabella committed
April 5, 2017
S
bpo-29762: More use "raise from None". (#569)
Serhiy Storchaka committed
November 21, 2013
G
Better behavior when stepping over yield[from]. Fixes issue 16596. By Xavier de Gaye.
Guido van Rossum committed
May 1, 2012
S
January 6, 2011
V
Issue #10492: bdb.Bdb.run() only traces the execution of the code
Victor Stinner committed
December 4, 2010
G
Fix accidental checkin.
Georg Brandl committed
November 29, 2010
G
Use booleans where applicable.
Georg Brandl committed
G
Code style cleanup in bdb.
Georg Brandl committed
S
Fix #10561 - Fix pdb behavior. Delete the breakpoints by breakpoint number.
Senthil Kumaran committed
November 26, 2010
G
Modernize code in effective().
Georg Brandl committed
July 30, 2010
May 5, 2009
G
Merged revisions 72322 via svnmerge from
Georg Brandl committed
December 14, 2008
N
Merged revisions 67750-67751 via svnmerge from
Nick Coghlan committed
October 25, 2008
B
Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,67015 via svnmerge from
Benjamin Peterson committed
May 16, 2008
A
Rename the repr module to reprlib.
Alexandre Vassalotti committed
March 30, 2008
M
Merged revisions 62018 via svnmerge from
Martin v. Löwis committed
August 30, 2007
C
Raise statement normalization in Lib/.
Collin Winter committed
May 15, 2007
G
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum committed
February 9, 2007
G
Fix most trivially-findable print statements.
Guido van Rossum committed
September 6, 2006
G
Patch #1550800: make exec a function.
Georg Brandl committed
August 18, 2006
G
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
November 7, 2004
J
Bug #1055168: calling pdb.set_trace() calls Bdb.set_trace, which made
Johannes Gijsbers committed
October 24, 2004
R
SF bug #1052503: pdb runcall should accept keyword arguments
Raymond Hettinger committed
August 30, 2004
J
Patch #1003640: replace checkline() function parsing with new breakpoint logic:
Johannes Gijsbers committed
March 24, 2004
N
Enable the profiling of C functions (builtins and extensions)
Nicholas Bastin committed
February 12, 2004
W
Replace backticks with repr() or "%r"
Walter Dörwald committed
February 27, 2003
G
Get rid of many apply() calls.
Guido van Rossum committed
June 1, 2002
R
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger committed
May 29, 2002
N
Whitespace normalization
Neal Norwitz committed
May 28, 2002
C
This is a Python 2.1 and 2.2 bugfix candidate:
Christian Tismer committed
April 4, 2002
T
Convert a pile of obvious "yes/no" functions to return bool.
Tim Peters committed
March 31, 2002
N
Use docstrings for exception classes
Neal Norwitz committed
N
Stop using string exceptions
Neal Norwitz committed
February 25, 2002
G
canonic(): Fix by Edward K Ream to make breakpoints work better on
Guido van Rossum committed
February 11, 2002
N
SF #515005, change "1 + ''" (which pychecker warns about being invalid)
Neal Norwitz committed
November 29, 2001
G
canonic(): don't use abspath() for filenames looking like <...>; this
Guido van Rossum committed
June 25, 2001
April 8, 2001
G
Make it clear that a bdb subclass must implement do_clear().
Guido van Rossum committed
February 9, 2001
E
String method conversion.
Eric S. Raymond committed
January 20, 2001
S
added __all__ lists to a number of Python modules
Skip Montanaro committed
January 14, 2001
T
Whitespace normalization.
Tim Peters committed
February 2, 2000
G
Mass patch by Ka-Ping Yee:
Guido van Rossum committed