summaryrefslogtreecommitdiff
path: root/Modules/_io/iobase.c
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-34068: iobase_close could call PyObject_SetAttrString with an excep...Serhiy Storchaka2018-07-171-3/+11
* [2.7] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() ...Serhiy Storchaka2017-04-191-4/+9
* bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is prese...Xiang Zhang2017-04-151-12/+21
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-071-1/+1
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
* Issue #20699: Document that “io” methods should accept memoryviewMartin Panter2016-06-031-2/+4
* check the result of PyByteArray_Resize in readline() (closes #27211)Benjamin Peterson2016-06-031-1/+4
* #15840: make docs consistent by saying operations on closed files raise Value...Andrew Kuchling2014-04-151-2/+2
* Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,Terry Jan Reedy2013-03-111-1/+1
* Additional fix for Issue #12268: The io module file object writelines() methodsGregory P. Smith2013-02-011-1/+4
* Fixes Issue #12268 for the io module - File readline, readlines andGregory P. Smith2012-10-121-2/+19
* #15796: Fix \n in readline docstring.Ezio Melotti2012-09-181-1/+1
* Issue #12175: RawIOBase.readall() now returns None if read() returns None.Victor Stinner2011-05-251-0/+8
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* Merged revisions 84814 via svnmerge fromAntoine Pitrou2010-09-141-2/+2
* Issue #7865: The close() method of :mod:`io` objects should not swallowAntoine Pitrou2010-05-031-5/+1
* - Issue #6939: Fix file I/O objects in the `io` module to keep the originalAntoine Pitrou2010-01-311-2/+2
* remove unused variableBenjamin Peterson2009-12-131-1/+1
* accept None as the same as having passed no argument in file types #7349Benjamin Peterson2009-12-131-7/+2
* Issue #6215: backport the 3.1 io libAntoine Pitrou2009-06-121-0/+894