summaryrefslogtreecommitdiffstats
path: root/Objects/fileobject.c
Commit message (Expand)AuthorAgeFilesLines
* casts for picky compilers.Guido van Rossum1999-04-101-1/+1
* Jim Ahlstrom patch: BIGCHUNK is too large for 16-bit int.Guido van Rossum1999-01-141-1/+5
* Need to include <sys/types.h> for off_t.Guido van Rossum1999-01-071-0/+2
* Changes for long file support by Steve Clift.Guido van Rossum1999-01-061-11/+53
* Fix two places (seek and truncate) where a cascade of PyArg_ParseGuido van Rossum1999-01-041-11/+9
* As noted by Per Cederqvist, new_buffersize() sometimes returns theGuido van Rossum1998-12-111-2/+11
* PyFile_FromString(): If an exception occurs, pass in the filename thatBarry Warsaw1998-07-231-1/+2
* Ugly band-aid to work around a bug in Linux ftell().Guido van Rossum1998-05-051-1/+3
* Enable ftruncate() on the Mac.Guido van Rossum1998-04-281-0/+6
* Clear the error condition set by ftell().Guido van Rossum1998-04-271-0/+2
* Make new gcc -Wall happyGuido van Rossum1998-04-101-3/+6
* Subtle fix in the read() code which could cause a read broken up inGuido van Rossum1998-03-181-1/+1
* When we have no setvbuf(), make the file totally unbuffered usingGuido van Rossum1998-03-061-1/+4
* Of course, I shouldn't have used lseek() to find out the file'sGuido van Rossum1998-03-031-6/+3
* Check ferror(), not errno, for fread() error.Guido van Rossum1998-02-191-1/+1
* Fix problem discovered by Barry: if you hit ^C toGuido van Rossum1997-11-071-2/+2
* Use lseek instead of ftell; compensate by adding BUFSIZEGuido van Rossum1997-08-211-2/+6
* Reordered list of methods to hopefully put the most frequently usedGuido van Rossum1997-07-131-8/+10
* PyFile_WriteString now returns an error indicator instead of callingGuido van Rossum1997-05-221-12/+18
* Fix typo in error checking spotted by Just...Guido van Rossum1997-05-221-1/+1
* Add optional 'sizehint' argument to readlines(). After approximatelyGuido van Rossum1997-05-101-23/+33
* Rewrite readlines() to speed it up -- about a factor of 2 on myGuido van Rossum1997-05-101-25/+89
* Speed up read() (i.e. read till EOF) considerably by doing a stat() toGuido van Rossum1997-05-091-15/+65
* Fix by Mark Hammond to enable truncate() on Windows.Guido van Rossum1997-05-061-0/+6
* Checkin of Jack's buffer mods.Guido van Rossum1997-05-051-0/+36
* Quickly renamed the last directory.Guido van Rossum1997-05-021-295/+296
* 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