COMMITS
/ Doc/library/pdb.rst May 20, 2025
I
Add documentation for remote debugging with pdb (#134260)
ivonastojanovic committed
May 5, 2025
T
gh-113081: Highlight source code in pdb (#133355)
Tian Gao committed
April 29, 2025
T
gh-121468: Support async breakpoint in pdb (#132576)
Tian Gao committed
April 8, 2025
T
gh-106670: Fix a typo in doc of pdb's exceptions command (#132277)
Tian Gao committed
March 17, 2025
March 14, 2025
T
March 9, 2025
D
gh-130160: use `.. program::` directive for documenting `pdb` CLI (#130996)
donBarbos committed
March 4, 2025
T
February 8, 2025
T
January 10, 2025
A
gh-128409: Document that pdb.post_mortem() accepts exceptions (#128410)
Adam Johnson committed
September 29, 2024
T
gh-124400: Use the normal command path for breakpoint commands (#124401)
Tian Gao committed
September 25, 2024
T
gh-123756: Disable restart command if pdb is in inline mode (#123757)
Tian Gao committed
September 24, 2024
T
gh-120254: Add a `commands` argument to `pdb.set_trace` (#120255)
Tian Gao committed
August 30, 2024
W
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Wei-Hsiang (Matt) Wang committed
June 14, 2024
T
gh-119824: Print stack entry when user input is needed (#119882)
Tian Gao committed
June 6, 2024
D
gh-120178: Documentation typo corrections (#120179)
David Lowry-Duda committed
May 27, 2024
T
gh-119580: Improve version added section for convenience variable (#119583)
Tian Gao committed
May 21, 2024
A
gh-74929: PEP 667 general docs update (gh-119201)
Alyssa Coghlan committed
May 5, 2024
T
GH-111744: Make breakpoint() enter the debugger immediately (GH-118579)
Tian Gao committed
April 30, 2024
March 15, 2024
T
gh-90095: Ignore empty lines and comments in `.pdbrc` (#116834)
Tian Gao committed
March 7, 2024
S
gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298)
Serhiy Storchaka committed
January 22, 2024
E
Docs: align usage of versionadded/versionchanged with recommended practice (#114409)
Erlend E. Aasland committed
December 7, 2023
November 4, 2023
T
gh-111719: Add extra check for alias command (#111720)
Tian Gao committed
September 4, 2023
T
gh-108463: Make expressions/statements work as expected in pdb (#108464)
Tian Gao committed
August 28, 2023
M
gh-106670: Allow Pdb to move between chained exceptions (#106676)
Matthias Bussonnier committed
May 11, 2023
J
gh-104301: Allow leading whitespace in disambiguated pdb statements (#104342)
James Gerity committed
May 4, 2023
A
GH-97950: Use new-style index directive ('module') (#103996)
Adam Turner committed
May 3, 2023
T
gh-103693: Add convenience variable feature to `pdb` (#103694)
Tian Gao committed
April 12, 2023
T
gh-103237: Polish pdb docs (#103238)
Tian Gao committed
April 11, 2023
T
gh-103143: Polish pdb help messages and doc strings (GH-103144)
Tian Gao committed
March 25, 2023
G
Update pdb docs for arguments (#102965)
gaogaotiantian committed
March 22, 2023
G
Docs: improve accuracy of pdb alias example (#102892)
gaogaotiantian committed
March 14, 2023
P
gh-102354: change python3 to python in docs examples (#102696)
Paul Watson committed
February 4, 2023
May 8, 2022
G
pdb docs: workaround for double semicolon in strings (#17011)
Godefroid Chapelle committed
January 7, 2022
H
bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360)
Hugo van Kemenade committed
July 8, 2021
S
bpo-41137: Use utf-8 encoding while reading .pdbrc files (GH-21263)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) committed
June 24, 2020
A
bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081)
Arisaka97 committed
November 21, 2019
D
bpo-36277: Add document for pdb debug and retval commands (GH-12872)
Dave Nguyen committed
November 11, 2019
B
bpo-38438: Simplify argparse "star nargs" usage. (GH-17106)
Brandt Bucher committed
June 27, 2019
S
bpo-37390: Add audit event table to documentations (GH-14406)
Steve Dower committed
June 24, 2019
S
bpo-37363: Add audit events for a range of modules (GH-14301)
Steve Dower committed
January 30, 2019
July 6, 2018
J
Doc: Remove superfluous markup. (GH-8112)
Julien Palard committed
January 30, 2018
S
bpo-32724: Fix references to commands in Doc/pdb.rst (GH-5444)
Stéphane Wirtel committed
January 6, 2018
M
bpo-32206: Pdb can now run modules (GH-4752)
Mario Corchero committed
November 4, 2017
B
Add version{changed,added} markers and make minor style changes (GH-4273)
Berker Peksag committed
September 22, 2017
B
bpo-31389 Add an optional `header` argument to pdb.set_trace() (#3438)
Barry Warsaw committed