summaryrefslogtreecommitdiff
path: root/Modules/_io/_iomodule.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #28217: Adds _testconsole module to test console input. Fixes some issu...Steve Dower2016-10-031-1/+2
* Issue #28277: remove linefeed character from iomodule.h. Patch by Michael FeltChristian Heimes2016-09-261-1/+1
* Issue #1602: Windows console doesn't input or print Unicode (PEP 528)Steve Dower2016-08-301-0/+10
* more PY_LONG_LONG to long longBenjamin Peterson2016-09-081-7/+7
* require a long long data type (closes #27961)Benjamin Peterson2016-09-051-1/+1
* Issue #25923: Added more const qualifiers to signatures of static and private...Serhiy Storchaka2015-12-251-1/+1
* Issue #22413: Merge StringIO doc from 3.4 into 3.5Martin Panter2015-10-101-1/+1
|\
| * Issue #22883: Got rid of outdated references to PyInt and PyString in comments.Serhiy Storchaka2015-02-171-1/+1
* | Issue #22413: Document newline effect on StringIO initializer and getvalueMartin Panter2015-10-101-1/+6
|/
* Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown.Antoine Pitrou2013-12-211-1/+2
* Issue #18608: Avoid keeping a strong reference to the locale module inside th...Antoine Pitrou2013-08-011-0/+2
* If MS_WIN64 is defined, MS_WINDOWS is also defined: #ifdef can be simplified.Victor Stinner2013-06-251-1/+1
* Fixes issue #12268: File readline, readlines and read() or readall() methodsGregory P. Smith2012-06-241-13/+4
|\
| * Issue #14153 Create _Py_device_encoding() to prevent _io from having to importBrett Cannon2012-02-291-3/+2
| * PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.Antoine Pitrou2011-10-121-9/+0
| * Implement PEP 393.Martin v. Löwis2011-09-281-1/+1
| * Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available.Victor Stinner2011-05-261-0/+1
* | Fixes issue #12268: File readline, readlines and read() or readall() methodsGregory P. Smith2012-06-231-0/+5
* | Issue #14437: Fix building the _io module under Cygwin.Antoine Pitrou2012-03-311-1/+1
|/
* Issue #5506: BytesIO objects now have a getbuffer() method exporting aAntoine Pitrou2010-09-061-0/+2
* Merged revisions 76805 via svnmerge fromBenjamin Peterson2009-12-131-0/+3
* Merged revisions 76502 via svnmerge fromMark Dickinson2009-11-241-1/+17
* Merged revisions 75939 via svnmerge fromMark Dickinson2009-10-291-22/+7
* Merged revisions 75909 via svnmerge fromMark Dickinson2009-10-281-1/+1
* Merged revisions 75905 via svnmerge fromMark Dickinson2009-10-281-2/+2
* Merged revisions 75879 via svnmerge fromMark Dickinson2009-10-271-1/+12
* Merged revisions 75728 via svnmerge fromMark Dickinson2009-10-261-6/+10
* 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/+2
* Issue 5682: Move _io module into its own subdirectory.Alexandre Vassalotti2009-04-041-0/+150