summaryrefslogtreecommitdiffstats
path: root/Modules/_io/_iomodule.c
Commit message (Expand)AuthorAgeFilesLines
...
* | (Merge 3.2) open() / TextIOWrapper doc: make it explicit than newline='\n'Victor Stinner2012-08-031-3/+3
|\ \ | |/
| * open() / TextIOWrapper doc: make it explicit than newline='\n' doesn'tVictor Stinner2012-08-031-3/+3
* | Close #11022: TextIOWrapper doesn't call locale.setlocale() anymoreVictor Stinner2012-06-051-2/+3
* | Issue #14153 Create _Py_device_encoding() to prevent _io from having to importBrett Cannon2012-02-291-11/+3
* | Merge 3.2Éric Araujo2012-02-261-1/+1
|\ \ | |/
| * Fix typo in “seperat{or,ion}”Éric Araujo2012-02-261-1/+1
* | Merge refleak fixes from 3.2Antoine Pitrou2012-01-181-54/+41
|\ \ | |/
| * Fix the _io module leaking references when a sub-interpreter is created.Antoine Pitrou2012-01-181-48/+36
* | Issue #12760: Add a create mode to open(). Patch by David Townshend.Charles-François Natali2012-01-091-11/+17
* | Replace {Get,Set,Has}AttrString with *AttrId.Martin v. Löwis2011-10-141-1/+2
* | Issue #12797: Added custom opener parameter to builtin open() and FileIO.open().Ross Lagerwall2011-10-311-6/+12
* | Rename _Py_identifier to _Py_IDENTIFIER.Martin v. Löwis2011-10-141-2/+2
* | PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.Antoine Pitrou2011-10-121-86/+5
* | Add API for static strings, primarily good for identifiers.Martin v. Löwis2011-10-091-2/+5
* | Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available.Victor Stinner2011-05-251-0/+3
|/
* In open(), only set the buffer size from st.st_blksize when it is greaterAntoine Pitrou2010-10-271-1/+1
* Issue #5506: BytesIO objects now have a getbuffer() method exporting aAntoine Pitrou2010-09-061-0/+2
* #9184: fix default value for "buffering" param of open().Georg Brandl2010-07-111-1/+1
* #7417: add signature to open() docstring.Georg Brandl2009-12-231-0/+3
* Merged revisions 76896,76898 via svnmerge fromAntoine Pitrou2009-12-191-4/+14
* Merged revisions 76805 via svnmerge fromBenjamin Peterson2009-12-131-0/+26
* move to a naming scheme with all lowercase and underscoresBenjamin Peterson2009-06-121-4/+4
* Issue #5006: Better handling of unicode byte-order marks (BOM) in the io libr...Antoine Pitrou2009-05-141-0/+6
* fix typo #5687Benjamin Peterson2009-04-051-1/+1
* Issue 5682: Move _io module into its own subdirectory.Alexandre Vassalotti2009-04-041-0/+760