| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 73206,73232,73299,73683,74020,74185,74544,74643,74647,74817,... | Georg Brandl | 2009-10-27 | 1 | -1/+3 |
|
|
* | Merged revisions 70866-70868,70870-70871,70893,70896,70902,70905,70907,70912,... | Georg Brandl | 2009-04-05 | 1 | -0/+9 |
|
|
* | Merged revisions 67750-67751 via svnmerge from | Nick Coghlan | 2008-12-14 | 1 | -2/+2 |
|
|
* | Merged revisions 67000 via svnmerge from | 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 |
|
|
* | Get rid of many apply() calls. | Guido van Rossum | 2003-02-27 | 1 | -1/+1 |
|
|
* | I believe this fixes | Michael W. Hudson | 2003-01-31 | 1 | -2/+3 |
|
|
* | Duh. The do_EOF() implementation was bogus. Make it more like | Guido van Rossum | 2003-01-13 | 1 | -3/+5 |
|
|
* | This is Richie Hindle's patch | Michael W. Hudson | 2002-12-17 | 1 | -0/+26 |
|
|
* | Implement a `pp' command, which is like `p' except that it | Barry Warsaw | 2002-11-05 | 1 | -6/+21 |
|
|
* | At Jim Fulton's request, increase the maxstring value of _saferepr to | Guido van Rossum | 2002-09-10 | 1 | -1/+7 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-08-23 | 1 | -1/+1 |
|
|
* | This is my patch | Michael W. Hudson | 2002-08-15 | 1 | -1/+7 |
|
|
* | Fix SF bug 579701 (Fernando Pérez); an input line consisting of one or | Guido van Rossum | 2002-07-12 | 1 | -8/+8 |
|
|
* | SF 563203. Replaced 'has_key()' with 'in'. | Raymond Hettinger | 2002-06-01 | 1 | -6/+6 |
|
|
* | Add exit as alias for quit, as the easiest way to address SF bug | Guido van Rossum | 2002-04-15 | 1 | -1/+4 |
|
|
* | SF bug #131560: pdb imports 'repr', causing name collision | Tim Peters | 2001-02-09 | 1 | -2/+2 |
|
|