| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 83259,83261,83264-83265,83268-83269,83271-83272,83281 via sv... | Georg Brandl | 2010-08-01 | 1 | -8/+19 |
|
|
* | Revert r83267, as it breaks a few doctests and generally leads to ugly trunca... | Georg Brandl | 2010-07-30 | 1 | -2/+2 |
|
|
* | #7539: use _saferepr() for printing exceptions from pdb. | Georg Brandl | 2010-07-30 | 1 | -2/+2 |
|
|
* | Revert r81012. buildbot problems and its questionable of me to even | Gregory P. Smith | 2010-05-09 | 1 | -39/+5 |
|
|
* | Fixes [issue7245] Better Ctrl-C support in pdb. | Gregory P. Smith | 2010-05-08 | 1 | -5/+39 |
|
|
* | Make the pdb displayhook compatible with the standard displayhook: do not pri... | Georg Brandl | 2009-09-16 | 1 | -1/+3 |
|
|
* | Fix overlong lines. | Georg Brandl | 2009-05-05 | 1 | -17/+27 |
|
|
* | #5142: add module skipping feature to pdb. | Georg Brandl | 2009-05-05 | 1 | -2/+2 |
|
|
* | Actually the displayhook should print the repr. | Georg Brandl | 2009-04-02 | 1 | -1/+1 |
|
|
* | Fix test_doctest, missed two assignments to curframe. | Georg Brandl | 2009-04-02 | 1 | -0/+2 |
|
|
* | Cache the f_locals dict of the current frame, since every access to frame.f_l... | Georg Brandl | 2009-04-01 | 1 | -14/+21 |
|
|
* | In Pdb, stop assigning values to __builtin__._ which interferes with the one ... | Georg Brandl | 2009-04-01 | 1 | -0/+9 |
|
|
* | Revert accidental checkin. | Georg Brandl | 2009-04-01 | 1 | -6/+0 |
|
|
* | Add NEWS item. | Georg Brandl | 2009-04-01 | 1 | -0/+6 |
|
|
* | Fix several issues relating to access to source code inside zipfiles. Initial... | Nick Coghlan | 2008-12-14 | 1 | -2/+2 |
|
|
* | fix #4150: pdb's up command didn't work for generators in post-mortem | Benjamin Peterson | 2008-10-22 | 1 | -6/+2 |
|
|
* | Remove use of tuple unpacking and dict.has_key() so as to silence | Brett Cannon | 2008-08-01 | 1 | -1/+2 |
|
|
* | Revert the renaming of repr to reprlib. | Brett Cannon | 2008-05-23 | 1 | -1/+1 |
|
|
* | Changed references to the reprlib module to use its new name. | Alexandre Vassalotti | 2008-05-16 | 1 | -1/+1 |
|
|
* | Add the "until" command to pdb | Benjamin Peterson | 2008-05-11 | 1 | -0/+13 |
|
|
* | Added help options to PDB | Benjamin Peterson | 2008-03-26 | 1 | -1/+1 |
|
|
* | Issue 1106316. post_mortem()'s parameter, traceback, is now | Facundo Batista | 2008-03-08 | 1 | -1/+10 |
|
|
* | test_doctest fails since r59984. | Amaury Forgeot d'Arc | 2008-01-15 | 1 | -0/+2 |
|
|
* | Issue #1786 (by myself): pdb should use its own stdin/stdout around an | Guido van Rossum | 2008-01-15 | 1 | -2/+8 |
|
|
* | Whitespace normalization. Ugh, we really need to do this more often. | Neal Norwitz | 2007-04-25 | 1 | -3/+3 |
|
|
* | Patch #1429539: pdb now correctly initializes the __main__ module for | Georg Brandl | 2007-03-13 | 1 | -9/+16 |
|
|
* | Patch #1393667: pdb now has a "run" command which restarts the debugged | Georg Brandl | 2007-03-13 | 1 | -3/+32 |
|
|
* | Patch #1192590: Fix pdb's "ignore" and "condition" commands so they trap the ... | Collin Winter | 2007-03-11 | 1 | -2/+10 |
|
|
* | Add missing "return" statements in exception handler. | Georg Brandl | 2007-03-11 | 1 | -0/+2 |
|
|
* | Bug #1627316: handle error in condition/ignore pdb commands more gracefully. | Georg Brandl | 2007-01-22 | 1 | -2/+12 |
|
|
* | [Bug #1526834] Fix crash in pdb when you do 'b f('; | Andrew M. Kuchling | 2006-09-05 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-07-27 | 1 | -1/+1 |
|
|
* | Reformat docstring; fix typo | Andrew M. Kuchling | 2006-07-27 | 1 | -1/+2 |
|
|
* | Patch #721464: pdb.Pdb instances can now be given explicit stdin and | Georg Brandl | 2006-05-10 | 1 | -95/+98 |
|
|
* | Bug #1472191: convert breakpoint indices to ints before comparing them to ints | Georg Brandl | 2006-05-03 | 1 | -1/+7 |
|
|
* | Reindent. | Martin v. Löwis | 2006-04-17 | 1 | -7/+7 |
|
|
* | Remove bogus character. | Martin v. Löwis | 2006-04-17 | 1 | -1/+1 |
|
|
* | Patch #790710: Add breakpoint command lists in pdb. | Martin v. Löwis | 2006-04-17 | 1 | -1/+124 |
|
|
* | bug [ 1192315 ] 'clear -1' in pdb | Georg Brandl | 2005-08-24 | 1 | -1/+4 |
|
|
* | Bug #1055168: calling pdb.set_trace() calls Bdb.set_trace, which made | Johannes Gijsbers | 2004-11-07 | 1 | -1/+1 |
|
|
* | SF bug #1052503: pdb runcall should accept keyword arguments | Raymond Hettinger | 2004-10-24 | 1 | -2/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-10-12 | 1 | -5/+4 |
|
|
* | Improvements when running pdb as a script. | Johannes Gijsbers | 2004-10-12 | 1 | -16/+81 |
|
|
* | Patch #1003640: replace checkline() function parsing with new breakpoint logic: | Johannes Gijsbers | 2004-08-30 | 1 | -41/+10 |
|
|
* | bug #989672: pdb.doc and the help messages for the help_d and help_u methods | Johannes Gijsbers | 2004-08-14 | 1 | -2/+2 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -8/+8 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-06-15 | 1 | -1/+1 |
|
|
* | [Bug #741171] pdb crashes when enabling a non-existing breakpoint | Andrew M. Kuchling | 2003-05-22 | 1 | -2/+22 |
|
|
* | Detabified. | Guido van Rossum | 2003-04-09 | 1 | -20/+5 |
|
|
* | - New function sys.call_tracing() allows pdb to debug code | Guido van Rossum | 2003-04-09 | 1 | -0/+33 |
|
|