summaryrefslogtreecommitdiffstats
path: root/Lib/pdb.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 67000 via svnmerge fromBenjamin Peterson2008-10-221-6/+2
* Remove use of tuple unpacking and dict.has_key() so as to silenceBrett Cannon2008-08-011-1/+2
* Revert the renaming of repr to reprlib.Brett Cannon2008-05-231-1/+1
* Changed references to the reprlib module to use its new name.Alexandre Vassalotti2008-05-161-1/+1
* Add the "until" command to pdbBenjamin Peterson2008-05-111-0/+13
* Added help options to PDBBenjamin Peterson2008-03-261-1/+1
* Issue 1106316. post_mortem()'s parameter, traceback, is nowFacundo Batista2008-03-081-1/+10
* test_doctest fails since r59984.Amaury Forgeot d'Arc2008-01-151-0/+2
* Issue #1786 (by myself): pdb should use its own stdin/stdout around anGuido van Rossum2008-01-151-2/+8
* Whitespace normalization. Ugh, we really need to do this more often.Neal Norwitz2007-04-251-3/+3
* Patch #1429539: pdb now correctly initializes the __main__ module forGeorg Brandl2007-03-131-9/+16
* Patch #1393667: pdb now has a "run" command which restarts the debuggedGeorg Brandl2007-03-131-3/+32
* Patch #1192590: Fix pdb's "ignore" and "condition" commands so they trap the ...Collin Winter2007-03-111-2/+10
* Add missing "return" statements in exception handler.Georg Brandl2007-03-111-0/+2
* Bug #1627316: handle error in condition/ignore pdb commands more gracefully.Georg Brandl2007-01-221-2/+12
* [Bug #1526834] Fix crash in pdb when you do 'b f(';Andrew M. Kuchling2006-09-051-1/+1
* Whitespace normalization.Tim Peters2006-07-271-1/+1
* Reformat docstring; fix typoAndrew M. Kuchling2006-07-271-1/+2
* Patch #721464: pdb.Pdb instances can now be given explicit stdin andGeorg Brandl2006-05-101-95/+98
* Bug #1472191: convert breakpoint indices to ints before comparing them to intsGeorg Brandl2006-05-031-1/+7
* Reindent.Martin v. Löwis2006-04-171-7/+7
* Remove bogus character.Martin v. Löwis2006-04-171-1/+1
* Patch #790710: Add breakpoint command lists in pdb.Martin v. Löwis2006-04-171-1/+124
* bug [ 1192315 ] 'clear -1' in pdbGeorg Brandl2005-08-241-1/+4
* Bug #1055168: calling pdb.set_trace() calls Bdb.set_trace, which madeJohannes Gijsbers2004-11-071-1/+1
* SF bug #1052503: pdb runcall should accept keyword argumentsRaymond Hettinger2004-10-241-2/+2
* Whitespace normalization.Tim Peters2004-10-121-5/+4
* Improvements when running pdb as a script.Johannes Gijsbers2004-10-121-16/+81
* Patch #1003640: replace checkline() function parsing with new breakpoint logic:Johannes Gijsbers2004-08-301-41/+10
* bug #989672: pdb.doc and the help messages for the help_d and help_u methodsJohannes Gijsbers2004-08-141-2/+2
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-8/+8
* Whitespace normalization.Tim Peters2003-06-151-1/+1
* [Bug #741171] pdb crashes when enabling a non-existing breakpointAndrew M. Kuchling2003-05-221-2/+22
* Detabified.Guido van Rossum2003-04-091-20/+5
* - New function sys.call_tracing() allows pdb to debug codeGuido van Rossum2003-04-091-0/+33
* Get rid of many apply() calls.Guido van Rossum2003-02-271-1/+1
* I believe this fixesMichael W. Hudson2003-01-311-2/+3
* Duh. The do_EOF() implementation was bogus. Make it more likeGuido van Rossum2003-01-131-3/+5
* This is Richie Hindle's patchMichael W. Hudson2002-12-171-0/+26
* Implement a `pp' command, which is like `p' except that itBarry Warsaw2002-11-051-6/+21
* At Jim Fulton's request, increase the maxstring value of _saferepr toGuido van Rossum2002-09-101-1/+7
* Whitespace normalization.Tim Peters2002-08-231-1/+1
* This is my patchMichael W. Hudson2002-08-151-1/+7
* Fix SF bug 579701 (Fernando Pérez); an input line consisting of one orGuido van Rossum2002-07-121-8/+8
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-6/+6
* Add exit as alias for quit, as the easiest way to address SF bugGuido van Rossum2002-04-151-1/+4
* SF bug #131560: pdb imports 'repr', causing name collisionTim Peters2001-02-091-2/+2
* String method conversion.Eric S. Raymond2001-02-091-35/+33
* a few more __all__ listsSkip Montanaro2001-02-071-0/+3
* I've been using gdb a lot lately -- I'm missing 'bt' as a command inGuido van Rossum2001-01-201-1/+4