summaryrefslogtreecommitdiffstats
path: root/Modules/_io/iobase.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4Terry Jan Reedy2013-03-111-1/+1
|\
| * 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 write methods noGregory P. Smith2013-02-011-1/+4
|\ \ | |/
| * Additional fix for Issue #12268: The io module file object writelines() metho...Gregory P. Smith2013-02-011-1/+4
* | #15796: merge with 3.2.Ezio Melotti2012-09-181-1/+1
|\ \ | |/
| * #15796: Fix \n in readline docstring. Patch by Serhiy Storchaka.Ezio Melotti2012-09-181-1/+1
* | Fixes issue #12268: File readline, readlines and read() or readall() methodsGregory P. Smith2012-06-241-4/+19
|\ \ | |/
| * Fixes issue #12268: File readline, readlines and read() or readall() methodsGregory P. Smith2012-06-241-2/+19
* | use new generic __dict__ descriptor implementationsBenjamin Peterson2012-02-201-14/+1
* | Replace {Get,Set,Has}AttrString with *AttrId.Martin v. Löwis2011-10-141-3/+6
* | Rename _Py_identifier to _Py_IDENTIFIER.Martin v. Löwis2011-10-141-6/+6
* | Add API for static strings, primarily good for identifiers.Martin v. Löwis2011-10-091-8/+19
|/
* cast to getterBenjamin Peterson2011-09-061-1/+1
* add a __dict__ descr for IOBase (closes #12878)Benjamin Peterson2011-09-031-0/+14
* (Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read()Victor Stinner2011-05-251-0/+8
|\
| * Issue #12175: RawIOBase.readall() now returns None if read() returns None.Victor Stinner2011-05-251-0/+8
* | #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
|\ \ | |/
| * #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
| * Merged revisions 80722 via svnmerge fromAntoine Pitrou2010-05-031-5/+1
| * Merged revisions 77895-77896 via svnmerge fromAntoine Pitrou2010-01-311-2/+2
| * Merged revisions 76806,76808 via svnmerge fromBenjamin Peterson2009-12-131-8/+3
* | Issue #9854: The default read() implementation in io.RawIOBase nowAntoine Pitrou2010-09-141-2/+2
* | More docstring updatesAmaury Forgeot d'Arc2010-09-061-4/+5
* | Issue #9293: I/O streams now raise `io.UnsupportedOperation` when anAntoine Pitrou2010-09-051-3/+3
* | Merged revisions 80720 via svnmerge fromAntoine Pitrou2010-05-031-5/+1
* | Merged revisions 77890 via svnmerge fromAntoine Pitrou2010-01-311-2/+2
* | Merged revisions 76807 via svnmerge fromBenjamin Peterson2009-12-131-1/+1
* | Merged revisions 76805 via svnmerge fromBenjamin Peterson2009-12-131-7/+2
|/
* move to a naming scheme with all lowercase and underscoresBenjamin Peterson2009-06-121-91/+91
* use NULL for the ends of tablesBenjamin Peterson2009-04-191-1/+1
* Issue 5682: Move _io module into its own subdirectory.Alexandre Vassalotti2009-04-041-0/+894