Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * change default line numbers for 'list' in pdb.py | Guido van Rossum | 1992-11-05 | 1 | -0/+12 |
| | | | | | | | | | * 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. | ||||
* | 'cat' no longer exists | Guido van Rossum | 1992-03-31 | 1 | -3/+1 |
| | |||||
* | Added 'normcase' function. | Guido van Rossum | 1992-01-14 | 1 | -1/+6 |
| | |||||
* | New == syntax | Guido van Rossum | 1992-01-01 | 1 | -2/+2 |
| | |||||
* | macpath.cat --> join | Guido van Rossum | 1991-08-16 | 1 | -3/+6 |
| | |||||
* | Added explanatory comments. | Guido van Rossum | 1991-01-01 | 1 | -6/+44 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-12-26 | 1 | -0/+70 |