| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from | Christian Heimes | 2008-01-18 | 1 | -0/+2 |
|
|
* | Merged revisions 59952-59984 via svnmerge from | Guido van Rossum | 2008-01-15 | 1 | -2/+8 |
|
|
* | Remove several mentions of old Python versions that don't apply anymore. | Georg Brandl | 2008-01-05 | 1 | -6/+1 |
|
|
* | Removed the API to create unbound methods and simplified the API for bound me... | Christian Heimes | 2007-11-27 | 1 | -3/+3 |
|
|
* | Repair a bad translation of the exec statement. | Georg Brandl | 2007-09-12 | 1 | -6/+2 |
|
|
* | Add "print" command to pdb, "print s" previously invoked the print statement. | Georg Brandl | 2007-09-04 | 1 | -1/+3 |
|
|
* | Kill execfile(), use exec() instead | Neal Norwitz | 2007-08-12 | 1 | -1/+6 |
|
|
* | Use input(), not our own fake raw input (in one place). | Guido van Rossum | 2007-05-27 | 1 | -6/+1 |
|
|
* | Merged revisions 55328-55341 via svnmerge from | Guido van Rossum | 2007-05-15 | 1 | -4/+3 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -13/+59 |
|
|
* | Change all the function attributes from func_* -> __*__. This gets rid | Neal Norwitz | 2007-02-25 | 1 | -4/+4 |
|
|
* | Fix a bogus end=' ' here. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -132/+130 |
|
|
* | Merged revisions 53451-53537 via svnmerge from | Thomas Wouters | 2007-02-01 | 1 | -2/+12 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -2/+2 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -1/+1 |
|
|
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -1/+1 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -1/+2 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -95/+104 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -1/+124 |
|
|
* | Get rid of a bunch more raw_input references | Neal Norwitz | 2006-03-17 | 1 | -0/+5 |
|
|
* | 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 |
|
|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -35/+33 |
|
|
* | a few more __all__ lists | Skip Montanaro | 2001-02-07 | 1 | -0/+3 |
|
|
* | I've been using gdb a lot lately -- I'm missing 'bt' as a command in | Guido van Rossum | 2001-01-20 | 1 | -1/+4 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-01-15 | 1 | -883/+883 |
|
|
* | - Don't hardcode Unix filename syntax when opening ~/.pdbrc. | Guido van Rossum | 2001-01-14 | 1 | -4/+4 |
|
|