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
...
*
Call write(fileno(fp), ...) instead of fwrite for LARGE writes.
Guido van Rossum
1991-11-12
1
-1/+11
*
getlonglongargs --> getlonglongarg
Guido van Rossum
1991-09-10
1
-1/+1
*
printobject now returns an error code
Guido van Rossum
1991-06-07
1
-3/+6
*
In support of popen(), file objects are now parametrized with a close
Guido van Rossum
1991-06-04
1
-11/+32
*
Call clearerr() after EOF seen.
Guido van Rossum
1991-06-03
1
-0/+1
*
Added external interface to readline, for raw_input().
Guido van Rossum
1991-04-04
1
-34/+71
*
Added 'softspace' interface to replace 'needspace' printing hack.
Guido van Rossum
1991-04-04
1
-1/+18
*
Fixed read() and readline() to do arbitrarily long reads.
Guido van Rossum
1991-03-06
1
-37/+178
*
Added copyright notice.
Guido van Rossum
1991-02-19
1
-0/+24
*
Hack to open resource fork on the Mac: open(filename, '*rb').
Guido van Rossum
1991-02-13
1
-2/+10
*
Think C 4.0 fixes a bug in 3.0 that we programmed around.
Guido van Rossum
1991-01-02
1
-2/+2
*
"Compiling" version
Guido van Rossum
1990-12-20
1
-57/+45
*
Reads of zero should be legal!
Guido van Rossum
1990-10-26
1
-1/+6
*
New error handling in getattr().
Guido van Rossum
1990-10-14
1
-1/+2
*
Initial revision
Guido van Rossum
1990-10-14
1
-0/+267
[prev]