Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |