summaryrefslogtreecommitdiffstats
path: root/Modules/_io/_iomodule.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #23781: Add private helper function _PyErr_ReplaceException() thatSerhiy Storchaka2015-03-301-8/+2
* properly decref the return value of close()Benjamin Peterson2014-07-051-3/+5
* Issue #21310: Fixed possible resource leak in failed open().Serhiy Storchaka2014-06-091-9/+21
* Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-191-3/+4
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
* Fix typo “seperator”Éric Araujo2012-02-261-1/+1
* Merged revisions 85864 via svnmerge fromAntoine Pitrou2010-10-271-1/+1
* Issue #7545: improve documentation of the `buffering` argument in io.open().Antoine Pitrou2009-12-191-4/+14
* accept None as the same as having passed no argument in file types #7349Benjamin Peterson2009-12-131-0/+23
* Issue #6215: backport the 3.1 io libAntoine Pitrou2009-06-121-0/+735