COMMITS
/ Lib/test/test_pdb.py May 1, 2026
April 30, 2026
T
GH-145378: Use PyREPL as the default input console for pdb (#145379)
Tian Gao committed
December 21, 2025
S
gh-80744: do not read .pdbrc twice when cwd == $home (#136816)
saucoide committed
December 20, 2025
December 17, 2025
J
gh-142836: Avoid /proc fd pipes on Solaris (#142853)
Jason R. Coombs committed
December 10, 2025
B
gh-142315: Don't pass the "real path" of Pdb script target to system functions (#142371)
Bartosz Sławecki committed
December 2, 2025
November 25, 2025
P
gh-141781: Fix pdb.line_prefix binding (#141779)
Paresh Joshi committed
November 20, 2025
T
gh-141615: Check stdin instead of stdout for use_rawinput in pdb (#141616)
Tian Gao committed
November 16, 2025
T
gh-136057: Allow step and next to step over for loops (#136160)
Tian Gao committed
September 24, 2025
May 10, 2025
T
Add classmethod to setUpClass in test_pdb (#133840)
Tian Gao committed
May 7, 2025
V
gh-133558: Skip test_pdb tests on FreeBSD (#133566)
Victor Stinner committed
May 5, 2025
Ł
gh-133346: Make theming support in _colorize extensible (GH-133347)
Łukasz Langa committed
T
gh-133349: Enable auto-indent for pdb's multi-line mode (#133350)
Tian Gao committed
T
gh-113081: Highlight source code in pdb (#133355)
Tian Gao committed
April 30, 2025
T
gh-133153: Use rlcompleter for pdb's interact command (#133176)
Tian Gao committed
April 29, 2025
T
gh-121468: Support async breakpoint in pdb (#132576)
Tian Gao committed
April 26, 2025
T
gh-124703: Set return code to 1 when aborting process from pdb (#133013)
Tian Gao committed
April 24, 2025
T
gh-93696: Fixed the breakpoint display error for frozen modules (#132862)
Tian Gao committed
April 16, 2025
T
Clean up pdb state after each pdb doctest (#132577)
Tian Gao committed
April 15, 2025
T
gh-132536: Do not disable PY_THROW event in bdb (#132537)
Tian Gao committed
March 19, 2025
R
gh-121468: Ensure PDB cleans up event loop policies after using asyncio. (#131388)
Russell Keith-Magee committed
March 17, 2025
March 14, 2025
T
gh-121468: Fix the doctest failure for asyncio test on pdb (#131258)
Tian Gao committed
T
March 12, 2025
March 4, 2025
February 25, 2025
February 20, 2025
T
gh-57537: Support breakpoints for zipimport modules on pdb (#130290)
Tian Gao committed
February 18, 2025
T
gh-124703: Add extra checks for pdb quit test (#130286)
Tian Gao committed
January 27, 2025
T
gh-124703: Do not raise an exception when quitting pdb (#124704)
Tian Gao committed
January 17, 2025
T
gh-58956: Fix a frame refleak in bdb (#128190)
Tian Gao committed
January 11, 2025
Y
gh-128438: Add `EnvironmentVarGuard` for `test_pdb.py` (#128522)
Yan Yanchii committed
December 28, 2024
T
gh-128265: Support WASI/Emscripten on PDB tests, by removing asyncio from pdb tests (#128264)
Thomas Grainger committed
December 25, 2024
K
gh-128201: Fix ``DeprecationWarning`` in ``test_pdb`` (#128202)
Kirill Podoprigora committed
December 18, 2024
K
gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)
Kumar Aditya committed
December 1, 2024
October 23, 2024
T
gh-125884: Support breakpoint on functions with annotations (#125892)
Tian Gao committed
October 19, 2024
October 18, 2024
T
October 15, 2024
T
T
I
gh-125522 : add explicit exception types to bare excepts in tests (#125523)
Irit Katriel committed
T
gh-100141: Allow pdb to deal with empty file (#125425)
Tian Gao committed