summaryrefslogtreecommitdiff
path: root/Lib/pdb.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 67750-67751 via svnmerge fromNick Coghlan2008-12-141-2/+2
* Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,...Benjamin Peterson2008-10-251-6/+2
* Rename the repr module to reprlib.Alexandre Vassalotti2008-05-161-1/+1
* Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,...Alexandre Vassalotti2008-05-161-0/+13
* Convert a lot of print statements to print functions in docstrings,Neal Norwitz2008-05-131-2/+4
* Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,...Christian Heimes2008-03-261-1/+1
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-1/+10
* Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge fromChristian Heimes2008-01-181-0/+2
* Merged revisions 59952-59984 via svnmerge fromGuido van Rossum2008-01-151-2/+8
* Remove several mentions of old Python versions that don't apply anymore.Georg Brandl2008-01-051-6/+1
* Removed the API to create unbound methods and simplified the API for bound me...Christian Heimes2007-11-271-3/+3
* Repair a bad translation of the exec statement.Georg Brandl2007-09-121-6/+2
* Add "print" command to pdb, "print s" previously invoked the print statement.Georg Brandl2007-09-041-1/+3
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-121-1/+6
* Use input(), not our own fake raw input (in one place).Guido van Rossum2007-05-271-6/+1
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-4/+3
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-13/+59
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-251-4/+4
* Fix a bogus end=' ' here.Guido van Rossum2007-02-091-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-132/+130
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-011-2/+12
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-2/+2
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-1/+1
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+2
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-95/+104
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-1/+124
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-171-0/+5
* 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