COMMITS
/ Lib/test/test_bdb.py October 15, 2024
T
gh-125422: Don't set the caller's f_trace if it's botframe (#125427)
Tian Gao committed
June 17, 2024
V
gh-120417: Modify test_bdb to use the import (#120628)
Victor Stinner committed
May 4, 2024
T
GH-111744: Support opcode events in bdb (GH-111834)
Tian Gao committed
April 24, 2023
I
gh-101517: fix line number propagation in code generated for except* (#103550)
Irit Katriel committed
April 12, 2023
M
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-103083)
Mark Shannon committed
February 10, 2023
I
gh-101517: make bdb avoid looking up in linecache with lineno=None (#101787)
Irit Katriel committed
June 22, 2022
J
gh-93951: In test_bdb.StateTestCase.test_skip, avoid including auxiliary importers. (GH-93962)
Jason R. Coombs committed
September 19, 2021
S
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka committed
April 2, 2021
I
bpo-24160: Fix breakpoints persistence across multiple pdb sessions (GH-21989)
Irit Katriel committed
I
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25142)
Inada Naoki committed
August 3, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21451)
Hai Shi committed
June 25, 2020
S
bpo-35773: Fix test_bdb on non-UTF-8 locales. (GH-21136)
Serhiy Storchaka committed
March 13, 2019
A
Fix stepping into a frame without a __name__ (GH-12064)
Anthony Sottile committed
December 5, 2018
September 18, 2018
S
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
Serhiy Storchaka committed
May 16, 2018
S
bpo-33522: Enable CI builds on Visual Studio Team Services (#6865)
Steve Dower committed
March 25, 2018
N
bpo-33053: -m now adds *starting* directory to sys.path (GH-6231)
Nick Coghlan committed
March 18, 2018
X
bpo-19417: Add test_bdb.py (GH-5217)
xdegaye committed