aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Include/fileobject.h
Commit message (Expand)AuthorAge
* gh-106320: Remove _PyIsSelectable_fd() C API (#107142)Victor Stinner2023-07-23
* gh-77782: Deprecate Py_HasFileSystemDefaultEncoding (#106272)Victor Stinner2023-06-30
* gh-77782: Deprecate global configuration variable (#93943)Victor Stinner2022-06-17
* bpo-45434: Remove useless space in includes (GH-28963)Victor Stinner2021-10-15
* bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limit...Serhiy Storchaka2020-10-10
* bpo-36842: Implement PEP 578 (GH-12613)Steve Dower2019-05-23
* bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)Victor Stinner2017-12-13
* bpo-30946: Remove obsolete fallback code in readline module (#2738)Antoine Pitrou2017-07-18
* bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETSIZE. (#501)Serhiy Storchaka2017-03-12
* Issue #29058: All stable API extensions added after Python 3.2 are nowSerhiy Storchaka2016-12-27
* Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)Steve Dower2016-09-08
* Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_in...Steve Dower2015-03-06
* Issue #1772673: The type of `char*` arguments now changed to `const char*`.Serhiy Storchaka2013-10-19
* 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