COMMITS
/ Lib/pdb.py August 18, 2022
I
gh-95913: make the new internal classes pdb.ModuleTarget/ScriptTarget private (GH-96053)
Irit Katriel committed
May 10, 2022
C
bpo-39278: add docstrings to functions in pdb module (#17924)
Carl Bordum Hansen committed
January 21, 2022
T
bpo-46434: Handle missing docstrings in pdb help (GH-30705)
Tom Sparrow committed
July 28, 2021
A
bpo-44682: Handle invalid arg to pdb's "commands" directive (#27252)
andrei kulakov committed
J
bpo-44461: Check early that a pdb target is valid for execution. (#27227)
Jason R. Coombs committed
July 19, 2021
J
bpo-44554: refactor pdb targets (and internal tweaks) (GH-26992)
Jason R. Coombs committed
July 8, 2021
S
bpo-41137: Use utf-8 encoding while reading .pdbrc files (GH-21263)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) committed
July 3, 2021
I
bpo-34266: [pdb] handle ValueError from shlex.split() (GH-26656)
Irit Katriel committed
June 11, 2021
H
June 10, 2021
D
bpo-37022: Fix bug where pdb's do_p/do_pp commands swallow exceptions from repr (GH-18180)
Daniel Hahler committed
May 11, 2021
E
bpo-28528: Fix pdb.checkline() attribute error when 'curframe' is None. (#25438)
Erlend Egeberg Aasland committed
April 1, 2021
I
bpo-26053: Fix args echoed by pdb run command (#22033)
Irit Katriel committed
January 22, 2021
A
bpo-42384: pdb: correctly populate sys.path[0] (GH-23338)
Andrey Bienkowski committed
August 27, 2020
I
bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935)
Irit Katriel committed
June 21, 2020
S
bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010)
Serhiy Storchaka committed
June 20, 2020
S
bpo-41043: Escape literal part of the path for glob(). (GH-20994)
Serhiy Storchaka committed
November 12, 2019
September 12, 2019
D
closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193)
Daniel Hahler committed
September 9, 2019
D
bpo-36250: ignore ValueError from signal in non-main thread (GH-12251)
Daniel Hahler committed
August 2, 2019
T
bpo-20523: pdb searches for .pdbrc in ~ instead of $HOME (GH-11847)
Timothy Hopper committed
June 24, 2019
S
bpo-37363: Add audit events for a range of modules (GH-14301)
Steve Dower committed
June 1, 2019
May 24, 2019
R
bpo-36969: Make PDB args command display positional only arguments (GH-13459)
Rémi Lapeyre committed
May 20, 2019
R
bpo-36969: Make PDB args command display keyword only arguments (GH-13452)
Rémi Lapeyre committed
March 27, 2019
S
bpo-36431: Use PEP 448 dict unpacking for merging two dicts. (GH-12553)
Serhiy Storchaka committed
March 12, 2019
D
bpo-35931: Gracefully handle any exception in pdb debug command (GH-12103)
Daniel Hahler committed
February 15, 2019
D
bpo-35931: Gracefully handle SyntaxError in pdb debug command (GH-11782)
Daniel Hahler committed
February 3, 2018
M
bpo-32691: Use mod_spec.parent when running modules with pdb (GH-5474)
Mario Corchero committed
January 28, 2018
M
bpo-32206: Update pdb usage to include new module option (GH-5111)
Mario Corchero committed
January 6, 2018
M
bpo-32206: Pdb can now run modules (GH-4752)
Mario Corchero committed
September 22, 2017
B
bpo-31389 Add an optional `header` argument to pdb.set_trace() (#3438)
Barry Warsaw committed
October 12, 2016
X
Issue #20766: Merge with 3.5.
Xavier de Gaye committed
X
Issue #20766: Fix references leaked by pdb in the handling of SIGINT handlers.
Xavier de Gaye committed
September 10, 2016
Ł
Issue #18401: pdb tests don't read ~/.pdbrc anymore
Łukasz Langa committed
June 2, 2016
M
Issue #27171: Fix typos in documentation, comments, and test function names
Martin Panter committed
May 26, 2016
M
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter committed
September 5, 2015
T
merge from 3.4
Terry Jan Reedy committed
T
Issue #16180: Exit pdb if file has syntax error, instead of trapping user
Terry Jan Reedy committed
October 19, 2014
B
Issue #22186: Fix typos in Lib/.
Berker Peksag committed
B
Issue #22186: Fix typos in Lib/.
Berker Peksag committed
July 22, 2014
S
Issue #22032: __qualname__ instead of __name__ is now always used to format
Serhiy Storchaka committed
July 12, 2014
B
Issue #19076: Don't pass the redundant 'file' argument to self.error().
Berker Peksag committed
November 21, 2013
G
Better behavior when stepping over yield[from]. Fixes issue 16596. By Xavier de Gaye.
Guido van Rossum committed
October 14, 2013
G
merge with 3.3
Georg Brandl committed
G
Closes #17154: error out gracefully on "ignore" or "condition" without argument.
Georg Brandl committed
October 13, 2013
G
pdb: modernize find_function() and add tests for it.
Georg Brandl committed
October 10, 2013
R
18764: remove the problematic 'print' alias for the PDB 'p' command.
R David Murray committed
August 17, 2013
E
#18705: merge with 3.3.
Ezio Melotti committed
E
#18705: fix a number of typos. Patch by Févry Thibault.
Ezio Melotti committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed