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
*
* 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
*
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