| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -2/+3 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
|
|
* | Sjoerd Mullender: | Guido van Rossum | 2000-03-06 | 1 | -15/+21 |
|
|
* | Actually, the previous batch's comment should have been different; | Guido van Rossum | 2000-02-04 | 1 | -1/+1 |
|
|
* | More trivial comment -> docstring transformations by Ka-Ping Yee, | Guido van Rossum | 2000-02-04 | 1 | -14/+13 |
|
|
* | Sjoerd Mullender writes: | Guido van Rossum | 1999-11-03 | 1 | -0/+3 |
|
|
* | Pdb.lineinfo(): Don't use os.popen('egrep ...') to find the line in | Barry Warsaw | 1999-09-09 | 1 | -8/+23 |
|
|
* | Get rid of confusing 'global' statement in global code. | Guido van Rossum | 1999-05-03 | 1 | -1/+0 |
|
|
* | Improvement of b/w compat note in help text for clear, by Richard Wolff. | Guido van Rossum | 1999-01-28 | 1 | -1/+2 |
|
|
* | Get rid of do_clear_break / do_clb command -- it is redundant. | Guido van Rossum | 1999-01-27 | 1 | -20/+0 |
|
|
* | Change clear syntax to support three alternatives: | Guido van Rossum | 1999-01-25 | 1 | -3/+47 |
|
|
* | When run as a script, don't pass a fake __main__ dictionary; use the | Guido van Rossum | 1998-10-15 | 1 | -1/+1 |
|
|
* | Richard Wolff's additional changes; some layout nits, and change the | Guido van Rossum | 1998-09-17 | 1 | -11/+11 |
|
|
* | Richard Wolff's changes: | Guido van Rossum | 1998-09-11 | 1 | -59/+351 |
|
|
* | Feature added by Harri Pasanen (at my suggestion): .py suffix on | Guido van Rossum | 1998-07-22 | 1 | -3/+10 |
|
|
* | Added support for specifying a filename for a breakpoint, roughly | Guido van Rossum | 1998-07-20 | 1 | -40/+102 |
|
|
* | A working version of the 'args' command (it prints the current values | Guido van Rossum | 1998-02-25 | 1 | -5/+12 |
|
|
* | Use sys.exc_info() where needed. | Guido van Rossum | 1997-09-29 | 1 | -12/+15 |
|
|
* | No longer need to use codehack -- use co.co_firstlineno instead. | Guido van Rossum | 1997-07-18 | 1 | -2/+1 |
|
|
* | Support for conditional breakpoints (Jim Fulton, with some changes). | Guido van Rossum | 1997-07-11 | 1 | -7/+22 |
|
|
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
|
|
* | Correct sys.path[0] when used stand-alone | Guido van Rossum | 1996-09-10 | 1 | -3/+6 |
|
|
* | Two changes suggested by Andrew Kuchling: | Guido van Rossum | 1996-07-30 | 1 | -1/+17 |
|
|
* | use new "single" compile option | Guido van Rossum | 1995-08-07 | 1 | -1/+2 |
|
|
* | handle class exceptions; added runeval; made runctx obsolete | Guido van Rossum | 1995-02-27 | 1 | -8/+24 |
|
|
* | fix formatting of stack entries | Guido van Rossum | 1995-02-03 | 1 | -3/+2 |
|
|
* | improved prompt format | Guido van Rossum | 1994-11-10 | 1 | -3/+11 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -13/+157 |
|
|
* | * Mass change: get rid of all init() methods, in favor of __init__() | Guido van Rossum | 1993-12-17 | 1 | -3/+0 |
|
|
* | Added missing "import os" to pdb.help() | Guido van Rossum | 1993-10-22 | 1 | -0/+1 |
|
|
* | * profile.py, pdb.py: added help() function | Guido van Rossum | 1993-10-22 | 1 | -0/+12 |
|
|
* | * pdb.py: set 'privileged' property when evaluating expressions | Guido van Rossum | 1993-07-29 | 1 | -0/+3 |
|
|
* | pdb.py, bdb.py, cmd.py: use __init__() instead of init() | Guido van Rossum | 1993-06-23 | 1 | -7/+9 |
|
|
* | Added whatis command (third try -- filesystem was full, rcs lock failed) | Guido van Rossum | 1993-03-29 | 1 | -0/+24 |
|
|
* | * Got entirely rid of path.py. | Guido van Rossum | 1992-12-14 | 1 | -1/+1 |
|
|
* | * change default line numbers for 'list' in pdb.py | Guido van Rossum | 1992-11-05 | 1 | -2/+4 |
|
|
* | Added post_mortem() and pm() interfaces to pdb and wdb. | Guido van Rossum | 1992-09-08 | 1 | -0/+18 |
|
|
* | Added a _v21 def to FL.py and added two new input field types | Guido van Rossum | 1992-09-02 | 1 | -0/+3 |
|
|
* | Rewritten to use bdb.Bdb as base class. | Guido van Rossum | 1992-01-27 | 1 | -286/+99 |
|
|
* | Added 'r(et)v(al) command. | Guido van Rossum | 1992-01-16 | 1 | -22/+50 |
|
|
* | Moved documentation out to pdb.doc file. | Guido van Rossum | 1992-01-16 | 1 | -273/+88 |
|
|
* | Added to-do list. | Guido van Rossum | 1992-01-14 | 1 | -1/+13 |
|
|
* | Almost complete rewritten. Documentation added. | Guido van Rossum | 1992-01-12 | 1 | -107/+300 |
|
|
* | react to interrupts differently | Guido van Rossum | 1992-01-12 | 1 | -0/+5 |
|
|