Go to file
Guido van Rossum c629d34c4f * change default line numbers for 'list' in pdb.py
* 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.
1992-11-05 10:43:02 +00:00
Demo Fixed comments 1992-10-25 19:20:47 +00:00
Doc __oct__ and __hex__ 1992-09-20 21:43:47 +00:00
Grammar Added missing change log entries 1992-04-06 14:39:51 +00:00
Include * bltinmodule.c: added built-in function cmp(a, b) 1992-10-18 18:53:57 +00:00
Lib * change default line numbers for 'list' in pdb.py 1992-11-05 10:43:02 +00:00
Mac/Lib mac -> os (can't this go now dircache is universal?) 1992-03-31 19:05:44 +00:00
Modules Added imageopmodule.c, also added them to Makefile and config.c. 1992-10-26 13:40:15 +00:00
Objects * bltinmodule.c: added built-in function cmp(a, b) 1992-10-18 18:53:57 +00:00
Parser * bltinmodule.c: added built-in function cmp(a, b) 1992-10-18 18:53:57 +00:00
Python * bltinmodule.c: added built-in function cmp(a, b) 1992-10-18 18:53:57 +00:00
Tools/scripts Add .fdc and .rgb to default list of ignored extensions 1992-10-02 14:19:57 +00:00