aboutsummaryrefslogtreecommitdiff
path: root/Include/fileobject.h
AgeCommit message (Expand)Author
2021-10-15bpo-45434: Remove useless space in includes (GH-28963)Victor Stinner
2020-10-10bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limit...Serhiy Storchaka
2019-05-23bpo-36842: Implement PEP 578 (GH-12613)Steve Dower
2017-12-13bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)Victor Stinner
2017-07-18bpo-30946: Remove obsolete fallback code in readline module (#2738)Antoine Pitrou
2017-03-12bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETSIZE. (#501)Serhiy Storchaka
2016-12-27Issue #29058: All stable API extensions added after Python 3.2 are nowSerhiy Storchaka
2016-09-08Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)Steve Dower
2015-03-06Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_in...Steve Dower
2013-10-19Issue #1772673: The type of `char*` arguments now changed to `const char*`.Serhiy Storchaka
2011-08-28Issue #12287: Fix a stack corruption in ossaudiodev module when the FD isCharles-François Natali
2010-12-03Merge branches/pep-0384.Martin v. Löwis
2010-09-10Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODINGVictor Stinner
2009-02-13Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,...Benjamin Peterson
2008-10-03Issue #3187: Add sys.setfilesystemencoding.Martin v. Löwis
2007-12-03Add an errors parameter to open() and TextIOWrapper() to specify error handling.Guido van Rossum
2007-11-30Partial fix for bug #1306Christian Heimes
2007-10-30Patch 1352 (continued in issue 1329) by Christian Heimes.Guido van Rossum
2007-10-30Patch 1329 (partial) by Christian Heimes.Guido van Rossum
2007-10-22Issue 1267, continued.Guido van Rossum
2007-10-19Patch 1267 by Christian Heimes.Guido van Rossum
2007-06-12Rip out the file object's implementation.Guido van Rossum
2007-04-27Merged revisions 53952-54987 via svnmerge fromGuido van Rossum
2007-02-09Kill off softspace completely (except in formatter.py which seems to haveGuido van Rossum
2004-05-31Add weakref support to array.array and file objects.Raymond Hettinger
2004-02-07Remove support for --without-universal-newlines (see PEP 11).Skip Montanaro
2003-09-04Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize().Martin v. Löwis
2003-05-10Patch #612627: Add encoding attribute to file objects, and determineMartin v. Löwis
2002-08-12Excise DL_EXPORT from Include.Mark Hammond
2002-08-06SF patch 580331 by Oren Tirosh: make file objects their own iterator.Guido van Rossum
2002-05-24Add missing \ to macro definition only used when universal newlinesGuido van Rossum
2002-04-21Py_UniversalNewlineFread(): Many changes.Tim Peters
2002-04-14Mass checkin of universal newline support.Jack Jansen
2002-03-15Patch #530105: Allow file object may to be subtypedMartin v. Löwis
2001-11-28PyFile_WriteString(): change prototype so that the string arg isTim Peters
2001-09-13SF bug [#460467] file objects should be subclassable.Tim Peters
2001-05-14Fix the Py_FileSystemDefaultEncoding checkin - declare the variable in a file...Mark Hammond
2000-09-01REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum
2000-07-13Added PyObject_AsFileDescriptor, which checks for integer, long integer,Andrew M. Kuchling
2000-07-09ANSI-fication and Py_PROTO extermination.Fred Drake
2000-06-30Change copyright notice - 2nd try.Guido van Rossum
2000-06-30Change copyright notice.Guido van Rossum
1998-12-04Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum
1997-05-22flushline and writestring can now return an errorGuido van Rossum
1996-10-25New permission notice, includes CNRI.Guido van Rossum
1996-05-22Added PyFile_decls for PyFile_WriteObject, PyFile_SoftSpace,Guido van Rossum
1995-02-27make the type a parameter of the DL_IMPORT macro, for Borland CGuido van Rossum
1995-01-17new names for lots of new functionsGuido van Rossum
1995-01-12The great renaming, phase two: all header files have been updated toGuido van Rossum
1995-01-04Added 1995 copyright.Guido van Rossum