summaryrefslogtreecommitdiffstats
path: root/Include/fileobject.h
Commit message (Expand)AuthorAgeFilesLines
* Rip out the file object's implementation.Guido van Rossum2007-06-121-44/+4
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-0/+5
* Kill off softspace completely (except in formatter.py which seems to haveGuido van Rossum2007-02-091-2/+0
* Add weakref support to array.array and file objects.Raymond Hettinger2004-05-311-0/+1
* Remove support for --without-universal-newlines (see PEP 11).Skip Montanaro2004-02-071-9/+1
* Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize().Martin v. Löwis2003-09-041-0/+1
* Patch #612627: Add encoding attribute to file objects, and determineMartin v. Löwis2003-05-101-0/+2
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-12/+12
* SF patch 580331 by Oren Tirosh: make file objects their own iterator.Guido van Rossum2002-08-061-3/+6
* Add missing \ to macro definition only used when universal newlinesGuido van Rossum2002-05-241-1/+1
* Py_UniversalNewlineFread(): Many changes.Tim Peters2002-04-211-5/+5
* Mass checkin of universal newline support.Jack Jansen2002-04-141-1/+19
* Patch #530105: Allow file object may to be subtypedMartin v. Löwis2002-03-151-0/+11
* PyFile_WriteString(): change prototype so that the string arg isTim Peters2001-11-281-1/+1
* SF bug [#460467] file objects should be subclassable.Tim Peters2001-09-131-1/+2
* Fix the Py_FileSystemDefaultEncoding checkin - declare the variable in a file...Mark Hammond2001-05-141-0/+5
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Added PyObject_AsFileDescriptor, which checks for integer, long integer,Andrew M. Kuchling2000-07-131-0/+1
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-091-16/+16
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-9/+9
* flushline and writestring can now return an errorGuido van Rossum1997-05-221-1/+1
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Added PyFile_decls for PyFile_WriteObject, PyFile_SoftSpace,Guido van Rossum1996-05-221-0/+3
* make the type a parameter of the DL_IMPORT macro, for Borland CGuido van Rossum1995-02-271-1/+1
* new names for lots of new functionsGuido van Rossum1995-01-171-2/+2
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-9/+9
* Added 1995 copyright.Guido van Rossum1995-01-041-2/+2
* Changes for dynamic linking under NTGuido van Rossum1994-08-181-1/+1
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-1/+2
* * bltinmodule.c: removed exec() built-in function.Guido van Rossum1993-10-181-0/+1
* * Added support for X11 modules.Guido van Rossum1993-07-281-0/+11
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Add "close" function parameter to newopenfileobject().Guido van Rossum1991-06-071-1/+2
* Added external interface to readline, for raw_input().Guido van Rossum1991-04-041-0/+1
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* Initial revisionGuido van Rossum1990-10-141-0/+9