summaryrefslogtreecommitdiffstats
path: root/Objects/fileobject.c
Commit message (Expand)AuthorAgeFilesLines
* getlonglongargs --> getlonglongargGuido van Rossum1991-09-101-1/+1
* printobject now returns an error codeGuido van Rossum1991-06-071-3/+6
* In support of popen(), file objects are now parametrized with a closeGuido van Rossum1991-06-041-11/+32
* Call clearerr() after EOF seen.Guido van Rossum1991-06-031-0/+1
* Added external interface to readline, for raw_input().Guido van Rossum1991-04-041-34/+71
* Added 'softspace' interface to replace 'needspace' printing hack.Guido van Rossum1991-04-041-1/+18
* Fixed read() and readline() to do arbitrarily long reads.Guido van Rossum1991-03-061-37/+178
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* Hack to open resource fork on the Mac: open(filename, '*rb').Guido van Rossum1991-02-131-2/+10
* Think C 4.0 fixes a bug in 3.0 that we programmed around.Guido van Rossum1991-01-021-2/+2
* "Compiling" versionGuido van Rossum1990-12-201-57/+45
* Reads of zero should be legal!Guido van Rossum1990-10-261-1/+6
* New error handling in getattr().Guido van Rossum1990-10-141-1/+2
* Initial revisionGuido van Rossum1990-10-141-0/+267