summaryrefslogtreecommitdiffstats
path: root/Modules/_io/bufferedio.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #19515: Remove identifiers duplicated in the same file.Victor Stinner2013-11-121-1/+0
* Issue #18112: PEP 442 implementation (safe object finalization).Antoine Pitrou2013-07-301-11/+63
* Issue #18408: PyEval_EvalFrameEx() and PyEval_CallObjectWithKeywords() now failVictor Stinner2013-07-171-0/+5
* Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all().Richard Oudkerk2013-07-151-48/+45
|\
| * Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all().Richard Oudkerk2013-07-151-48/+45
* | Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when rawSerhiy Storchaka2013-05-281-0/+8
|\ \ | |/
| * Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when rawSerhiy Storchaka2013-05-281-0/+8
* | Merge #17275: Fix class name in init errors in C bufferedio classes.R David Murray2013-02-241-2/+2
|\ \ | |/
| * Merge #17275: Fix class name in init errors in C bufferedio classes.R David Murray2013-02-241-2/+2
| |\
| | * #17275: Fix class name in init errors in C bufferedio classes.R David Murray2013-02-241-2/+2
* | | merge 3.3 (#16597)Benjamin Peterson2012-12-201-5/+21
|\ \ \ | |/ /
| * | call close on the underlying stream even if flush raises (closes #16597)Benjamin Peterson2012-12-201-5/+21
* | | Closes #15488: Closed files keep their buffer aliveJesus Cea2012-10-041-0/+5
|/ /
* | Fixed reference leak in error branch of _bufferedreader_read_all(). The varia...Christian Heimes2012-09-101-1/+3
* | Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.Antoine Pitrou2012-07-291-0/+14
|\ \ | |/
| * Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.Antoine Pitrou2012-07-291-0/+14
* | Issue #13248: io: Remove obsolete argument "max_buffer_size" of BufferedWrite...Florent Xicluna2012-07-071-32/+10
* | Fixes issue #12268: File readline, readlines and read() or readall() methodsGregory P. Smith2012-06-241-4/+4
|\ \ | |/
| * Fixes issue #12268: File readline, readlines and read() or readall() methodsGregory P. Smith2012-06-241-4/+4
* | Closes #10142: Support for SEEK_HOLE/SEEK_DATAJesus Cea2012-06-221-3/+18
* | Backing out 86dc014cdd74. Not ready yetJesus Cea2012-04-261-18/+3
* | Close #10142: Support for SEEK_HOLE/SEEK_DATAJesus Cea2012-04-261-3/+18
* | Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError isAntoine Pitrou2011-11-211-32/+46
|\ \ | |/
| * Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError isAntoine Pitrou2011-11-211-32/+46
* | Issue #13393: BufferedReader.read1() now asks the full requested size toAntoine Pitrou2011-11-151-33/+16
* | Replace {Get,Set,Has}AttrString with *AttrId.Martin v. Löwis2011-10-141-3/+5
* | Rename _Py_identifier to _Py_IDENTIFIER.Martin v. Löwis2011-10-141-12/+12
* | PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.Antoine Pitrou2011-10-121-2/+2
* | Add API for static strings, primarily good for identifiers.Martin v. Löwis2011-10-091-17/+30
* | Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycleCharles-François Natali2011-10-051-0/+5
|\ \ | |/
| * Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycleCharles-François Natali2011-10-051-0/+5
* | Issue #13087: BufferedReader.seek() now always raises UnsupportedOperationAntoine Pitrou2011-10-041-0/+3
|\ \ | |/
| * Issue #13087: BufferedReader.seek() now always raises UnsupportedOperationAntoine Pitrou2011-10-041-0/+3
* | Issue #12213: Fix a buffering bug with interleaved reads and writes thatAntoine Pitrou2011-08-201-44/+57
|\ \ | |/
| * Issue #12213: Fix a buffering bug with interleaved reads and writes thatAntoine Pitrou2011-08-201-59/+58
* | Close #12229: Remove an unused argument of _bufferedreader_peek_unlocked(),Victor Stinner2011-05-311-3/+3
* | Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available.Victor Stinner2011-05-251-11/+36
* | Issue #12062: Fix a flushing bug when doing a certain type of I/O sequenceAntoine Pitrou2011-05-121-1/+1
|\ \ | |/
| * Issue #12062: Fix a flushing bug when doing a certain type of I/O sequenceAntoine Pitrou2011-05-121-1/+1
| |\
| | * Issue #12062: Fix a flushing bug when doing a certain type of I/O sequenceAntoine Pitrou2011-05-121-1/+1
| | * Merged revisions 87427 via svnmerge fromAntoine Pitrou2010-12-211-3/+3
| | * Merged revisions 86981,86984 via svnmerge fromAntoine Pitrou2010-12-031-17/+51
| | * Merged revisions 84239 via svnmerge fromAntoine Pitrou2010-08-211-0/+10
| | * Merged revisions 83944 via svnmerge fromAntoine Pitrou2010-08-111-1/+4
| | * Merged revisions 83411 via svnmerge fromAntoine Pitrou2010-08-011-0/+2
| | * Merged revisions 80722 via svnmerge fromAntoine Pitrou2010-05-031-5/+1
| | * Merged revisions 76806,76808 via svnmerge fromBenjamin Peterson2009-12-131-4/+2
| | * Merged revisions 75941 via svnmerge fromMark Dickinson2009-10-291-4/+2
| | * Merged revisions 75881 via svnmerge fromMark Dickinson2009-10-271-2/+2
| | * Merged revisions 75729 via svnmerge fromMark Dickinson2009-10-271-2/+4