aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Include/fileobject.h
Commit message (Expand)AuthorAge
* Issue #12287: Fix a stack corruption in ossaudiodev module when the FD isCharles-François Natali2011-08-28
* Merge branches/pep-0384.Martin v. Löwis2010-12-03
* Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODINGVictor Stinner2010-09-10
* Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,...Benjamin Peterson2009-02-13
* Issue #3187: Add sys.setfilesystemencoding.Martin v. Löwis2008-10-03
* Add an errors parameter to open() and TextIOWrapper() to specify error handling.Guido van Rossum2007-12-03
* Partial fix for bug #1306Christian Heimes2007-11-30
* Patch 1352 (continued in issue 1329) by Christian Heimes.Guido van Rossum2007-10-30
* Patch 1329 (partial) by Christian Heimes.Guido van Rossum2007-10-30
* Issue 1267, continued.Guido van Rossum2007-10-22
* Patch 1267 by Christian Heimes.Guido van Rossum2007-10-19
* Rip out the file object's implementation.Guido van Rossum2007-06-12
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Kill off softspace completely (except in formatter.py which seems to haveGuido van Rossum2007-02-09
* Add weakref support to array.array and file objects.Raymond Hettinger2004-05-31
* Remove support for --without-universal-newlines (see PEP 11).Skip Montanaro2004-02-07
* Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize().Martin v. Löwis2003-09-04
* Patch #612627: Add encoding attribute to file objects, and determineMartin v. Löwis2003-05-10
* Excise DL_EXPORT from Include.Mark Hammond2002-08-12
* SF patch 580331 by Oren Tirosh: make file objects their own iterator.Guido van Rossum2002-08-06
* Add missing \ to macro definition only used when universal newlinesGuido van Rossum2002-05-24
* Py_UniversalNewlineFread(): Many changes.Tim Peters2002-04-21
* Mass checkin of universal newline support.Jack Jansen2002-04-14
* Patch #530105: Allow file object may to be subtypedMartin v. Löwis2002-03-15
* PyFile_WriteString(): change prototype so that the string arg isTim Peters2001-11-28
* SF bug [#460467] file objects should be subclassable.Tim Peters2001-09-13
* Fix the Py_FileSystemDefaultEncoding checkin - declare the variable in a file...Mark Hammond2001-05-14
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-01
* Added PyObject_AsFileDescriptor, which checks for integer, long integer,Andrew M. Kuchling2000-07-13
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-09
* Change copyright notice - 2nd try.Guido van Rossum2000-06-30
* Change copyright notice.Guido van Rossum2000-06-30
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-04
* flushline and writestring can now return an errorGuido van Rossum1997-05-22
* New permission notice, includes CNRI.Guido van Rossum1996-10-25
* Added PyFile_decls for PyFile_WriteObject, PyFile_SoftSpace,Guido van Rossum1996-05-22
* make the type a parameter of the DL_IMPORT macro, for Borland CGuido van Rossum1995-02-27
* new names for lots of new functionsGuido van Rossum1995-01-17
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-12
* Added 1995 copyright.Guido van Rossum1995-01-04
* Changes for dynamic linking under NTGuido van Rossum1994-08-18
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-01
* * bltinmodule.c: removed exec() built-in function.Guido van Rossum1993-10-18
* * Added support for X11 modules.Guido van Rossum1993-07-28
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-29
* Copyright for 1992 addedGuido van Rossum1992-04-05
* Add "close" function parameter to newopenfileobject().Guido van Rossum1991-06-07
* Added external interface to readline, for raw_input().Guido van Rossum1991-04-04
* Added copyright notice.Guido van Rossum1991-02-19
* Initial revisionGuido van Rossum1990-10-14