index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
fileobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ugly band-aid to work around a bug in Linux ftell().
Guido van Rossum
1998-05-05
1
-1/+3
*
Enable ftruncate() on the Mac.
Guido van Rossum
1998-04-28
1
-0/+6
*
Clear the error condition set by ftell().
Guido van Rossum
1998-04-27
1
-0/+2
*
Make new gcc -Wall happy
Guido van Rossum
1998-04-10
1
-3/+6
*
Subtle fix in the read() code which could cause a read broken up in
Guido van Rossum
1998-03-18
1
-1/+1
*
When we have no setvbuf(), make the file totally unbuffered using
Guido van Rossum
1998-03-06
1
-1/+4
*
Of course, I shouldn't have used lseek() to find out the file's
Guido van Rossum
1998-03-03
1
-6/+3
*
Check ferror(), not errno, for fread() error.
Guido van Rossum
1998-02-19
1
-1/+1
*
Fix problem discovered by Barry: if you hit ^C to
Guido van Rossum
1997-11-07
1
-2/+2
*
Use lseek instead of ftell; compensate by adding BUFSIZE
Guido van Rossum
1997-08-21
1
-2/+6
*
Reordered list of methods to hopefully put the most frequently used
Guido van Rossum
1997-07-13
1
-8/+10
*
PyFile_WriteString now returns an error indicator instead of calling
Guido van Rossum
1997-05-22
1
-12/+18
*
Fix typo in error checking spotted by Just...
Guido van Rossum
1997-05-22
1
-1/+1
*
Add optional 'sizehint' argument to readlines(). After approximately
Guido van Rossum
1997-05-10
1
-23/+33
*
Rewrite readlines() to speed it up -- about a factor of 2 on my
Guido van Rossum
1997-05-10
1
-25/+89
*
Speed up read() (i.e. read till EOF) considerably by doing a stat() to
Guido van Rossum
1997-05-09
1
-15/+65
*
Fix by Mark Hammond to enable truncate() on Windows.
Guido van Rossum
1997-05-06
1
-0/+6
*
Checkin of Jack's buffer mods.
Guido van Rossum
1997-05-05
1
-0/+36
*
Quickly renamed the last directory.
Guido van Rossum
1997-05-02
1
-295/+296
*
Make gcc -Wall happy.
Guido van Rossum
1996-12-05
1
-0/+4
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-13/+20
*
fix read(0), readline(0); make tuple for call_object args
Guido van Rossum
1995-07-10
1
-14/+17
*
MW does not always set errno on failing fopen()
Jack Jansen
1995-04-23
1
-0/+11
*
explicitly init flags in methodlists
Guido van Rossum
1995-02-19
1
-12/+16
*
Added 1995 to copyright message.
Guido van Rossum
1995-01-04
1
-2/+2
*
Lots of minor changes. Note for mappingobject.c: the hash table pointer
Guido van Rossum
1995-01-02
1
-1/+49
*
Merge alpha100 branch back to main trunk
Guido van Rossum
1994-08-01
1
-24/+80
*
* mpzmodule.c: removed redundant mpz_print function.
Guido van Rossum
1993-11-05
1
-9/+6
*
* fileobject.c (softspace): fix bug if called with NULL file.
Guido van Rossum
1993-11-01
1
-1/+1
*
* filemodule.c: added writelines() -- analogous to readlines()
Guido van Rossum
1993-10-25
1
-0/+42
*
* bltinmodule.c: removed exec() built-in function.
Guido van Rossum
1993-10-18
1
-0/+10
*
* Makefile: added all: and default: targets.
Guido van Rossum
1993-07-05
1
-4/+1
*
* Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.
Guido van Rossum
1993-06-17
1
-1/+1
*
* Added Fixcprt.py: script to fix copyright message.
Guido van Rossum
1993-01-26
1
-2/+2
*
Added separate main program for the Mac: macmain.c
Guido van Rossum
1993-01-21
1
-2/+2
*
Checking in last-minute changes that are already part of release 0.9.8
Guido van Rossum
1993-01-10
1
-2/+3
*
fileobject.c: fix nasty bug; Makefile; turn on STROP and change lint flags.
Guido van Rossum
1992-12-22
1
-1/+1
*
Modified most (but not yet all) I/O to always go through sys.stdout or
Guido van Rossum
1992-09-25
1
-6/+143
*
* Makefile: added IMGFILE; moved some stuff around.
Guido van Rossum
1992-09-17
1
-19/+1
*
* Makefile: cosmetics
Guido van Rossum
1992-08-05
1
-14/+45
*
* Makefile adapted to changes below.
Guido van Rossum
1992-08-04
1
-2/+9
*
fileobject.c: fix fatal bug in getline() (forgot to initialize fp now)
Guido van Rossum
1992-07-31
1
-0/+1
*
Makefile: added instann rules and $(*DEST*) defines.
Guido van Rossum
1992-07-06
1
-48/+46
*
Changes for new UNIX-specific built-in module 'select' and new header for
Guido van Rossum
1992-06-23
1
-0/+11
*
Copyright for 1992 added
Guido van Rossum
1992-04-05
1
-1/+1
*
Quiet lint
Guido van Rossum
1992-03-27
1
-3/+2
*
Change error handling. Call clearerr() more often.
Guido van Rossum
1992-03-04
1
-15/+11
*
Include modsupport.h for getargs().
Guido van Rossum
1992-01-27
1
-0/+1
*
Added message to EOFError.
Guido van Rossum
1991-12-24
1
-1/+2
*
Use new exceptions.
Guido van Rossum
1991-12-10
1
-17/+7
[next]