COMMITS
/ Lib/bdb.py May 16, 2021
F
fix docstring typo in bdb.py (GH-22323)
flizzywine committed
April 2, 2021
I
bpo-24160: Fix breakpoints persistence across multiple pdb sessions (GH-21989)
Irit Katriel committed
February 24, 2020
D
bpo-39649: Remove obsolete check for `__args__` in bdb.Bdb.format_stack_entry (GH-18531)
Daniel Hahler committed
August 30, 2019
M
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim committed
June 5, 2019
S
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)
Serhiy Storchaka committed
June 2, 2019
X
Fix typos in docs and docstrings (GH-13745)
Xtreak committed
May 6, 2019
S
bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705)
Serhiy Storchaka committed
April 1, 2019
S
bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)
Serhiy Storchaka committed
March 13, 2019
A
Fix stepping into a frame without a __name__ (GH-12064)
Anthony Sottile committed
October 5, 2018
S
bpo-34906: Doc: Fix typos (GH-9712)
Stéphane Wirtel committed
June 2, 2018
E
Docs: fix some wrong words (GH-6987)
Eitan Adler committed
January 29, 2018
P
bpo-32650 Add support for async generators and more test for coroutines in pdb (#5403)
Pablo Galindo committed
P
bpo-32650: Add native coroutine support to bdb when stepping over line (GH-5400)
Pablo Galindo committed
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