summaryrefslogtreecommitdiffstats
path: root/Objects/fileobject.c
Commit message (Expand)AuthorAgeFilesLines
* Make gcc -Wall happy.Guido van Rossum1996-12-051-0/+4
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* fix read(0), readline(0); make tuple for call_object argsGuido van Rossum1995-07-101-14/+17
* MW does not always set errno on failing fopen()Jack Jansen1995-04-231-0/+11
* explicitly init flags in methodlistsGuido van Rossum1995-02-191-12/+16
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Lots of minor changes. Note for mappingobject.c: the hash table pointerGuido van Rossum1995-01-021-1/+49
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-24/+80
* * mpzmodule.c: removed redundant mpz_print function.Guido van Rossum1993-11-051-9/+6
* * fileobject.c (softspace): fix bug if called with NULL file.Guido van Rossum1993-11-011-1/+1
* * filemodule.c: added writelines() -- analogous to readlines()Guido van Rossum1993-10-251-0/+42
* * bltinmodule.c: removed exec() built-in function.Guido van Rossum1993-10-181-0/+10
* * Makefile: added all: and default: targets.Guido van Rossum1993-07-051-4/+1
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-171-1/+1
* * Added Fixcprt.py: script to fix copyright message.Guido van Rossum1993-01-261-2/+2
* Added separate main program for the Mac: macmain.cGuido van Rossum1993-01-211-2/+2
* Checking in last-minute changes that are already part of release 0.9.8Guido van Rossum1993-01-101-2/+3
* fileobject.c: fix nasty bug; Makefile; turn on STROP and change lint flags.Guido van Rossum1992-12-221-1/+1
* Modified most (but not yet all) I/O to always go through sys.stdout orGuido van Rossum1992-09-251-6/+143
* * Makefile: added IMGFILE; moved some stuff around.Guido van Rossum1992-09-171-19/+1
* * Makefile: cosmeticsGuido van Rossum1992-08-051-14/+45
* * Makefile adapted to changes below.Guido van Rossum1992-08-041-2/+9
* fileobject.c: fix fatal bug in getline() (forgot to initialize fp now)Guido van Rossum1992-07-311-0/+1
* Makefile: added instann rules and $(*DEST*) defines.Guido van Rossum1992-07-061-48/+46
* Changes for new UNIX-specific built-in module 'select' and new header forGuido van Rossum1992-06-231-0/+11
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Quiet lintGuido van Rossum1992-03-271-3/+2
* Change error handling. Call clearerr() more often.Guido van Rossum1992-03-041-15/+11
* Include modsupport.h for getargs().Guido van Rossum1992-01-271-0/+1
* Added message to EOFError.Guido van Rossum1991-12-241-1/+2
* Use new exceptions.Guido van Rossum1991-12-101-17/+7
* Call write(fileno(fp), ...) instead of fwrite for LARGE writes.Guido van Rossum1991-11-121-1/+11
* 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