]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* config.c: Added audioop to lists.
authorGuido van Rossum <guido@python.org>
Thu, 26 Nov 1992 08:54:07 +0000 (08:54 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 26 Nov 1992 08:54:07 +0000 (08:54 +0000)
commitc89705d6975ffb1e4a3764f4f36bab339f969e8f
treeb4e565a58d410ad3a60ffbe11f94c2567b14365d
parentdf9320f8bcad10431fa103459fcebd4b5430599a
* 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)
Modules/config.c.in
Modules/socketmodule.c
Modules/stropmodule.c
Python/bltinmodule.c