COMMITS
/ Include/fileobject.h July 23, 2023
V
gh-106320: Remove _PyIsSelectable_fd() C API (#107142)
Victor Stinner committed
June 30, 2023
V
gh-77782: Deprecate Py_HasFileSystemDefaultEncoding (#106272)
Victor Stinner committed
June 17, 2022
V
gh-77782: Deprecate global configuration variable (#93943)
Victor Stinner committed
October 14, 2021
V
bpo-45434: Remove useless space in includes (GH-28963)
Victor Stinner committed
October 10, 2020
S
bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limited API (GH-22621)
Serhiy Storchaka committed
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
December 13, 2017
V
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner committed
July 18, 2017
A
bpo-30946: Remove obsolete fallback code in readline module (#2738)
Antoine Pitrou committed
March 12, 2017
S
bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETSIZE. (#501)
Serhiy Storchaka committed
December 27, 2016
S
Issue #29058: All stable API extensions added after Python 3.2 are now
Serhiy Storchaka committed
September 8, 2016
S
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
Steve Dower committed
March 6, 2015
October 19, 2013
S
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka committed
August 28, 2011
C
Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is
Charles-François Natali committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
September 10, 2010
V
Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODING
Victor Stinner committed
February 13, 2009
B
Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from
Benjamin Peterson committed
October 3, 2008
M
Issue #3187: Add sys.setfilesystemencoding.
Martin v. Löwis committed
December 3, 2007
G
Add an errors parameter to open() and TextIOWrapper() to specify error handling.
Guido van Rossum committed
November 30, 2007
C
Partial fix for bug #1306
Christian Heimes committed
October 30, 2007
G
Patch 1352 (continued in issue 1329) by Christian Heimes.
Guido van Rossum committed
G
Patch 1329 (partial) by Christian Heimes.
Guido van Rossum committed
October 22, 2007
G
Issue 1267, continued.
Guido van Rossum committed
October 19, 2007
G
Patch 1267 by Christian Heimes.
Guido van Rossum committed
June 12, 2007
G
Rip out the file object's implementation.
Guido van Rossum committed
April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
February 9, 2007
G
Kill off softspace completely (except in formatter.py which seems to have
Guido van Rossum committed
May 31, 2004
R
Add weakref support to array.array and file objects.
Raymond Hettinger committed
February 7, 2004
S
Remove support for --without-universal-newlines (see PEP 11).
Skip Montanaro committed
September 4, 2003
M
Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize().
Martin v. Löwis committed
May 10, 2003
M
Patch #612627: Add encoding attribute to file objects, and determine
Martin v. Löwis committed
August 12, 2002
M
Excise DL_EXPORT from Include.
Mark Hammond committed
August 6, 2002
G
SF patch 580331 by Oren Tirosh: make file objects their own iterator.
Guido van Rossum committed
May 24, 2002
G
Add missing \ to macro definition only used when universal newlines
Guido van Rossum committed
April 21, 2002
T
Py_UniversalNewlineFread(): Many changes.
Tim Peters committed
April 14, 2002
J
Mass checkin of universal newline support.
Jack Jansen committed
March 15, 2002
M
Patch #530105: Allow file object may to be subtyped
Martin v. Löwis committed
November 28, 2001
T
PyFile_WriteString(): change prototype so that the string arg is
Tim Peters committed
September 13, 2001
T
SF bug [#460467] file objects should be subclassable.
Tim Peters committed
May 14, 2001
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
July 13, 2000
A
Added PyObject_AsFileDescriptor, which checks for integer, long integer,
Andrew M. Kuchling committed
July 9, 2000
F
ANSI-fication and Py_PROTO extermination.
Fred Drake committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
December 4, 1998
G
Add DL_IMPORT(returntype) for all officially exported functions.
Guido van Rossum committed
May 22, 1997
G
flushline and writestring can now return an error
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
May 22, 1996
G
Added PyFile_decls for PyFile_WriteObject, PyFile_SoftSpace,
Guido van Rossum committed
February 27, 1995
G
make the type a parameter of the DL_IMPORT macro, for Borland C
Guido van Rossum committed