summaryrefslogtreecommitdiff
path: root/Lib/cmd.py
Commit message (Collapse)AuthorAgeFilesLines
* * change default line numbers for 'list' in pdb.pyGuido van Rossum1992-11-051-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 Rossum1992-08-191-2/+2
|
* Don't print repeated commands.Guido van Rossum1992-01-271-1/+0
|
* Initial revisionGuido van Rossum1992-01-241-0/+65