Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | /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 |
| | | | | | - move compile() inside try-except - add code so you can do "python pdb.py <script> <arg> ..." to debug <script> | ||||
* | 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 |
| | | | | | | | constructors. There is no backward compatibility. Not everything has been tested. * aiff.{py,doc}: deleted in favor of aifc.py (which contains its docs as comments) | ||||
* | 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 |
| | | | | | | * builtin.py: b/w compat for builtin -> __builtin__ name change * string.py: added atof() and atol() and corresponding exceptions * test_types.py: added test for list sort with user comparison function | ||||
* | * pdb.py: set 'privileged' property when evaluating expressions | Guido van Rossum | 1993-07-29 | 1 | -0/+3 |
| | | | | | * string.py: change whitespace to include \r, \v and \f. When importing strop succeeds, re-evaluate meaning of letters. | ||||
* | 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 |
| | | | | | | | | * Many modules: fixes for new, stricter, argument passing rules (most changes were automatic ones -- not all of this is tested!). * gwin.py: now uses mainloop.py for its main loop and window admin. * mainloop.py: always call dispatch() with event as a tuple! * Fix bug in pdb's 'clear' command -- don't set the bpt but clear it! | ||||
* | * change default line numbers for 'list' in pdb.py | Guido van Rossum | 1992-11-05 | 1 | -2/+4 |
| | | | | | | | | | * changed eval() into getattr() in cmd.py * added dirname(), basename() and (dummy) normath() to macpath.py * renamed nntp.py to nntplib.py * Made string.index() compatible with strop.index() * Make string.atoi('') raise string.atoi_error rather than ValueError * Added dirname() and normpath() to posixpath. | ||||
* | Added post_mortem() and pm() interfaces to pdb and wdb. | Guido van Rossum | 1992-09-08 | 1 | -0/+18 |
| | | | | | | Added colorsys.py (color system conversions). SV.py: new version for new svideo.h (Sjoerd). DEVICE.py: added VIDEO event type. | ||||
* | Added a _v21 def to FL.py and added two new input field types | Guido van Rossum | 1992-09-02 | 1 | -0/+3 |
| | | | | | | Added runcall(func, *args) interfaces to profile.py, bdb.py, pdb.py, wdb.py Added new module bisect.py and used it in sched.py. Mostly cosmetic changes to profile.py (changed output format). | ||||
* | 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 |
| | | | | Added pdd (post-mortem debugging) method to class Pdb. | ||||
* | Moved documentation out to pdb.doc file. | Guido van Rossum | 1992-01-16 | 1 | -273/+88 |
| | | | | | Moved class Cmd out to module cmd.py. Rewrote implementation of stack trace to incorporate traceback objects. | ||||
* | 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 |
| | | | | Simple interface "pdb.run('<statement>')" added. | ||||
* | react to interrupts differently | Guido van Rossum | 1992-01-12 | 1 | -0/+5 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-01-10 | 1 | -0/+396 |