Go to file
Guido van Rossum c89705d697 * config.c: Added audioop to lists.
* Makefile: change default source directory
* socketmodule.c: added getsockname and getpeername
* bltinmodule.c: corrected typo in type() error message
* Added new built-in functions str() and repr(): repr(x) == `x`;
  str(x) == x if x is a string, otherwise str(x) == repr(x).
* Added joinfields to stropmodule.c (string.join calls joinfields now)
1992-11-26 08:54:07 +00:00
Demo *** empty log message *** 1992-11-16 16:56:04 +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 Added all_errors, list of all possible exceptions. 1992-11-06 13:34:17 +00:00
Mac/Lib mac -> os (can't this go now dircache is universal?) 1992-03-31 19:05:44 +00:00
Modules * config.c: Added audioop to lists. 1992-11-26 08:54:07 +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 * config.c: Added audioop to lists. 1992-11-26 08:54:07 +00:00
Tools/scripts Add .fdc and .rgb to default list of ignored extensions 1992-10-02 14:19:57 +00:00