Go to file
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
Demo Added resizevideo() interface to LiveVideoIn and rationalized size 1992-09-24 16:55:31 +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 Modified most (but not yet all) I/O to always go through sys.stdout or 1992-09-25 21:59:05 +00:00
Lib New module "CL" (Compression Library) for Irix 4.0.5 and higher. 1992-09-24 10:40:03 +00:00
Mac/Lib mac -> os (can't this go now dircache is universal?) 1992-03-31 19:05:44 +00:00
Modules New shell script Addmodule.sh makes it easier to add a new optional 1992-09-25 21:54:05 +00:00
Objects Modified most (but not yet all) I/O to always go through sys.stdout or 1992-09-25 21:59:05 +00:00
Parser Correct debug printing code 1992-09-03 20:46:37 +00:00
Python Modified most (but not yet all) I/O to always go through sys.stdout or 1992-09-25 21:59:05 +00:00
Tools/scripts cope with filenames containing spaces 1992-08-31 10:54:54 +00:00