| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix another bug in ESR's changes. In order to work properly, | Guido van Rossum | 1998-07-20 | 1 | -4/+2 |
| | | | | | | onecmd(line) must return the value returned by emptyline() or default(line). | ||||
| * | Gotta have an __init__() method -- pdb.py calls it! | Guido van Rossum | 1998-07-01 | 1 | -0/+2 |
| | | |||||
| * | Improved by Eric Raymond. | Guido van Rossum | 1998-06-29 | 1 | -17/+84 |
| | | |||||
| * | Shouldn't use newdir.dir(), which no longer exists! | Guido van Rossum | 1998-05-22 | 1 | -2/+1 |
| | | |||||
| * | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -3/+31 |
| | | |||||
| * | * 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) | ||||
| * | pdb.py, bdb.py, cmd.py: use __init__() instead of init() | Guido van Rossum | 1993-06-23 | 1 | -1/+1 |
| | | |||||
| * | * aifc.py: don't die on invalid MARK chunk | Guido van Rossum | 1993-06-20 | 1 | -3/+5 |
| | | | | | | | | * calendar.py: remove stuff now built in time; some cleanup and generalization in the calendar printing * cmd.py: use __init__. * tzparse.py: This module is no longer necessary -- use builtin time instead! | ||||
| * | * change default line numbers for 'list' in pdb.py | Guido van Rossum | 1992-11-05 | 1 | -2/+2 |
| | | | | | | | | | | * 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. | ||||
| * | Module getattr doesn't exist any more, it's now called newdir. | Guido van Rossum | 1992-08-19 | 1 | -2/+2 |
| | | |||||
| * | Don't print repeated commands. | Guido van Rossum | 1992-01-27 | 1 | -1/+0 |
| | | |||||
| * | Initial revision | Guido van Rossum | 1992-01-24 | 1 | -0/+65 |
