- 31 Jul, 2010 8 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Florent Xicluna authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
Make urllib tests pass for now. Will figure out what the correct semantics should be after release.
-
Georg Brandl authored
-
Raymond Hettinger authored
The concrete types are for internal use (registration). We are not trying to resurrect the types module in collections.
-
- 30 Jul, 2010 31 commits
-
-
Georg Brandl authored
Part of #7245: when KeyboardInterrupt is raised while defining commands, restore the old commands instead of producing a traceback.
-
Matthias Klose authored
-
Martin v. Löwis authored
-
Senthil Kumaran authored
-
Georg Brandl authored
Show the traceback line numbers as well as the current line numbers if an exception is being debugged. Courtesy of pdb++ by Antonio Cuni. Also document -> and >> markers for "list".
-
Georg Brandl authored
-
Georg Brandl authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Georg Brandl authored
-
Georg Brandl authored
* added basic test for basic commands * removed duplication of command docs, and moved them to their implementation * unified and useful display of exceptions * output messages and errors using overridable methods (also fixes #1503502)
-
Georg Brandl authored
-
Georg Brandl authored
Add Breakpoint.bpformat(), which returns the info usually printed by bpprint(). Necessary for major refactoring of pdb output handling.
-
Georg Brandl authored
-
Georg Brandl authored
-
Mark Dickinson authored
-
Georg Brandl authored
#809887: improve pdb feedback for breakpoint-related actions. Also add a functional test for these commands.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
#6719: In pdb, do not stop somewhere in the encodings machinery if the source file to be debugged is in a non-builtin encoding.
-
Georg Brandl authored
been reassigned.
-
Georg Brandl authored
#1472251: remove addition of "\n" to code given to pdb.run[eval](), the bug in exec() that made this necessary has been fixed. Also document that you can give code objects to run() and runeval(), and add some tests to test_pdb.
-
Georg Brandl authored
#8015: fix crash when entering an empty line for breakpoint commands. Also restore environment properly when an exception occurs during the definition of commands.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
#1437051: allow "continue"/"next"/etc. in .pdbrc, also add pdb -c option to give these commands. This allows to run a script until an exception occurs.
-
Georg Brandl authored
#9230: allow Pdb.checkline() to be called without a current frame, for setting breakpoints before starting debugging.
-
Georg Brandl authored
-
Georg Brandl authored
-
- 29 Jul, 2010 1 commit
-
-
Mark Dickinson authored
-