COMMITS
/ Lib/pdb.py 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
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
December 4, 2012
A
Merge issue #13120: Allow to call pdb.set_trace() from thread.
Andrew Svetlov committed
A
Issue #13120: Allow to call pdb.set_trace() from thread.
Andrew Svetlov committed
March 10, 2012
December 4, 2010
G
Add display/undisplay pdb commands.
Georg Brandl committed
G
G
Add the "interact" pdb command from pdb++.
Georg Brandl committed
November 29, 2010
G
Use booleans where applicable.
Georg Brandl committed
S
Remove the comment used while testing.
Senthil Kumaran committed
S
Fix #10561 - Fix pdb behavior. Delete the breakpoints by breakpoint number.
Senthil Kumaran committed
October 14, 2010
G
Remove unused imports.
Georg Brandl committed
September 3, 2010
F
Use a context manager for some file objects.
Florent Xicluna committed
July 30, 2010
G
G
G
Fix source finding if the given frame is a module-level frame.
Georg Brandl committed
G
Add "longlist" and "source" commands, ideas borrowed from pdb++ by Antonio Cuni.
Georg Brandl committed
G
Several enhancements to pdb and its test suite.
Georg Brandl committed
G
G
G
G
Document the "jump" command in pdb.__doc__, and add a version tag for "until X".
Georg Brandl committed
G
Allow giving an explicit line number to "until".
Georg Brandl committed
G
G
G
#4179: In pdb, allow "list ." as a command to return to the currently debugged line.
Georg Brandl committed
July 19, 2010
G
pydoc.pager does not promise to use $PAGER.
Georg Brandl committed
July 18, 2010
June 27, 2010
G
#9064: accept number of frames for "up" and "down" commands in pdb.
Georg Brandl committed
March 11, 2010
B
convert shebang lines: python -> python3
Benjamin Peterson committed