mirror of https://github.com/python/cpython
c89705d697
* 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) |
||
---|---|---|
.. | ||
bltinmodule.c | ||
ceval.c | ||
cgensupport.c | ||
compile.c | ||
errors.c | ||
fmod.c | ||
getcwd.c | ||
graminit.c | ||
import.c | ||
marshal.c | ||
modsupport.c | ||
pythonmain.c | ||
pythonrun.c | ||
strerror.c | ||
strtod.c | ||
structmember.c | ||
sysmodule.c | ||
thread.c | ||
traceback.c |