COMMITS
/ Lib/bdb.py November 16, 2025
T
gh-136057: Allow step and next to step over for loops (#136160)
Tian Gao committed
July 24, 2025
F
gh-136980: Remove unused C tracing code in bdb (#136981)
FredericDT committed
April 15, 2025
T
gh-132536: Do not disable PY_THROW event in bdb (#132537)
Tian Gao committed
April 13, 2025
T
March 21, 2025
March 17, 2025
March 4, 2025
T
January 18, 2025
T
gh-128991: Release the enter frame reference within bdb callback (#128992)
Tian Gao committed
January 17, 2025
T
gh-58956: Fix a frame refleak in bdb (#128190)
Tian Gao committed
October 15, 2024
T
T
gh-125422: Don't set the caller's f_trace if it's botframe (#125427)
Tian Gao committed
October 5, 2024
T
July 11, 2024
T
May 13, 2024
May 5, 2024
T
GH-111744: Make breakpoint() enter the debugger immediately (GH-118579)
Tian Gao committed
May 4, 2024
T
GH-111744: Support opcode events in bdb (GH-111834)
Tian Gao committed
November 4, 2023
April 24, 2023
I
gh-101517: fix line number propagation in code generated for except* (#103550)
Irit Katriel committed
February 10, 2023
I
gh-101517: make bdb avoid looking up in linecache with lineno=None (#101787)
Irit Katriel committed
September 2, 2022
C
bpo-30419: DOC: Update missing information in bdb docs (#1687)
Cheryl Sabella committed
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