0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01:00
cpython/Objects
Guido van Rossum 3165fe6a56 Modified most (but not yet all) I/O to always go through sys.stdout or
sys.stderr or sys.stdin, and to work with any object as long as it has
a write() (respectively readline()) methods.  Some functions that took
a FILE* argument now take an object* argument.
1992-09-25 21:59:05 +00:00
..
classobject.c * Makefile: added IMGFILE; moved some stuff around. 1992-09-17 17:54:56 +00:00
fileobject.c Modified most (but not yet all) I/O to always go through sys.stdout or 1992-09-25 21:59:05 +00:00
floatobject.c Made builtins int(), long(), float(), oct() and hex() more generic. 1992-09-12 11:09:23 +00:00
frameobject.c
funcobject.c
intobject.c Made builtins int(), long(), float(), oct() and hex() more generic. 1992-09-12 11:09:23 +00:00
listobject.c * Makefile: added IMGFILE; moved some stuff around. 1992-09-17 17:54:56 +00:00
longobject.c * Makefile: added IMGFILE; moved some stuff around. 1992-09-17 17:54:56 +00:00
methodobject.c * Makefile: added IMGFILE; moved some stuff around. 1992-09-17 17:54:56 +00:00
moduleobject.c * Makefile: added IMGFILE; moved some stuff around. 1992-09-17 17:54:56 +00:00
object.c * Makefile: added IMGFILE; moved some stuff around. 1992-09-17 17:54:56 +00:00
stringobject.c
tupleobject.c
typeobject.c * Makefile: added IMGFILE; moved some stuff around. 1992-09-17 17:54:56 +00:00
xxobject.c