b362f75f6e5d8fe21d0cda740f9dcdf1976091f7 |
|
02-Nov-2015 |
Martin Panter <vadmium+py@gmail.com> |
Issue #25523: Correct "a" article to "an" article This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed to fix the grammar.
/external/python/cpython2/Modules/_io/_iomodule.c
|
aa64c46ac9ff168d7730182d48665b0b51b4f69d |
|
30-Mar-2015 |
Serhiy Storchaka <storchaka@gmail.com> |
Issue #23781: Add private helper function _PyErr_ReplaceException() that corresponds _PyErr_ChainExceptions() in Python 3 to help porting patches from Python 3.
/external/python/cpython2/Modules/_io/_iomodule.c
|
a83050196de5b5e208b797e9528192db5d1564cb |
|
05-Jul-2014 |
Benjamin Peterson <benjamin@python.org> |
properly decref the return value of close()
/external/python/cpython2/Modules/_io/_iomodule.c
|
05b0a1be37d02a8d47bbd997763ada85054d69d7 |
|
09-Jun-2014 |
Serhiy Storchaka <storchaka@gmail.com> |
Issue #21310: Fixed possible resource leak in failed open().
/external/python/cpython2/Modules/_io/_iomodule.c
|
74f49ab28b91d3c23524356230feb2724ee9b23f |
|
18-Jan-2013 |
Serhiy Storchaka <storchaka@gmail.com> |
Issue #15989: Fix several occurrences of integer overflow when result of PyInt_AsLong() or PyLong_AsLong() narrowed to int without checks. This is a backport of changesets 13e2e44db99d and 525407d89277.
/external/python/cpython2/Modules/_io/_iomodule.c
|
4bb142b1b712d8e67c81687d396685fba55abf77 |
|
18-Dec-2012 |
Andrew Svetlov <andrew.svetlov@gmail.com> |
Issue #16714: use 'raise' exceptions, don't 'throw'. Patch by Serhiy Storchaka.
/external/python/cpython2/Modules/_io/_iomodule.c
|
7f4b3be2ccc18751f9f0bdf246c0cc952d976a8b |
|
26-Feb-2012 |
Éric Araujo <merwok@netwok.org> |
Fix typo “seperator”
/external/python/cpython2/Modules/_io/_iomodule.c
|
78de9cc146c3078b325ede5eeb9b06d9c44eada2 |
|
27-Oct-2010 |
Antoine Pitrou <solipsis@pitrou.net> |
Merged revisions 85864 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85864 | antoine.pitrou | 2010-10-27 21:45:43 +0200 (mer., 27 oct. 2010) | 5 lines In open(), only set the buffer size from st.st_blksize when it is greater than 1. This matches the pure Python implementation in _pyio and should fix a couple of failures on the NetBSD buildbot. ........
/external/python/cpython2/Modules/_io/_iomodule.c
|
e812d29b52c597363d8d2c2615def653701a0efc |
|
19-Dec-2009 |
Antoine Pitrou <solipsis@pitrou.net> |
Issue #7545: improve documentation of the `buffering` argument in io.open().
/external/python/cpython2/Modules/_io/_iomodule.c
|
ddd392cbb9a94355a2ea32da4a42371d1333bfb8 |
|
13-Dec-2009 |
Benjamin Peterson <benjamin@python.org> |
accept None as the same as having passed no argument in file types #7349 This is for consistency with imitation file objects like StringIO and BytesIO. This commit also adds a few tests, where they were lacking for concerned methods.
/external/python/cpython2/Modules/_io/_iomodule.c
|
19690593273a5b210a9b9ea72bd59840d02759b0 |
|
12-Jun-2009 |
Antoine Pitrou <solipsis@pitrou.net> |
Issue #6215: backport the 3.1 io lib
/external/python/cpython2/Modules/_io/_iomodule.c
|