index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_io
/
bufferedio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all().
Richard Oudkerk
2013-07-15
1
-48/+45
*
Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw
Serhiy Storchaka
2013-05-28
1
-0/+8
*
Merge #17275: Fix class name in init errors in C bufferedio classes.
R David Murray
2013-02-24
1
-2/+2
|
\
|
*
#17275: Fix class name in init errors in C bufferedio classes.
R David Murray
2013-02-24
1
-2/+2
*
|
call close on the underlying stream even if flush raises (closes #16597)
Benjamin Peterson
2012-12-20
1
-5/+21
*
|
Fixed reference leak in error branch of _bufferedreader_read_all(). The varia...
Christian Heimes
2012-09-10
1
-1/+3
*
|
Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.
Antoine Pitrou
2012-07-29
1
-0/+14
|
\
\
|
|
/
|
*
Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.
Antoine Pitrou
2012-07-29
1
-0/+14
*
|
Issue #13248: io: Remove obsolete argument "max_buffer_size" of BufferedWrite...
Florent Xicluna
2012-07-07
1
-32/+10
*
|
Fixes issue #12268: File readline, readlines and read() or readall() methods
Gregory P. Smith
2012-06-24
1
-4/+4
|
\
\
|
|
/
|
*
Fixes issue #12268: File readline, readlines and read() or readall() methods
Gregory P. Smith
2012-06-24
1
-4/+4
*
|
Closes #10142: Support for SEEK_HOLE/SEEK_DATA
Jesus Cea
2012-06-22
1
-3/+18
*
|
Backing out 86dc014cdd74. Not ready yet
Jesus Cea
2012-04-26
1
-18/+3
*
|
Close #10142: Support for SEEK_HOLE/SEEK_DATA
Jesus Cea
2012-04-26
1
-3/+18
*
|
Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is
Antoine Pitrou
2011-11-21
1
-32/+46
|
\
\
|
|
/
|
*
Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is
Antoine Pitrou
2011-11-21
1
-32/+46
*
|
Issue #13393: BufferedReader.read1() now asks the full requested size to
Antoine Pitrou
2011-11-15
1
-33/+16
*
|
Replace {Get,Set,Has}AttrString with *AttrId.
Martin v. Löwis
2011-10-14
1
-3/+5
*
|
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis
2011-10-14
1
-12/+12
*
|
PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.
Antoine Pitrou
2011-10-12
1
-2/+2
*
|
Add API for static strings, primarily good for identifiers.
Martin v. Löwis
2011-10-09
1
-17/+30
*
|
Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle
Charles-François Natali
2011-10-05
1
-0/+5
|
\
\
|
|
/
|
*
Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle
Charles-François Natali
2011-10-05
1
-0/+5
*
|
Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation
Antoine Pitrou
2011-10-04
1
-0/+3
|
\
\
|
|
/
|
*
Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation
Antoine Pitrou
2011-10-04
1
-0/+3
*
|
Issue #12213: Fix a buffering bug with interleaved reads and writes that
Antoine Pitrou
2011-08-20
1
-44/+57
|
\
\
|
|
/
|
*
Issue #12213: Fix a buffering bug with interleaved reads and writes that
Antoine Pitrou
2011-08-20
1
-59/+58
*
|
Close #12229: Remove an unused argument of _bufferedreader_peek_unlocked(),
Victor Stinner
2011-05-31
1
-3/+3
*
|
Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available.
Victor Stinner
2011-05-25
1
-11/+36
*
|
Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence
Antoine Pitrou
2011-05-12
1
-1/+1
|
\
\
|
|
/
|
*
Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence
Antoine Pitrou
2011-05-12
1
-1/+1
|
|
\
|
|
*
Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence
Antoine Pitrou
2011-05-12
1
-1/+1
|
|
*
Merged revisions 87427 via svnmerge from
Antoine Pitrou
2010-12-21
1
-3/+3
|
|
*
Merged revisions 86981,86984 via svnmerge from
Antoine Pitrou
2010-12-03
1
-17/+51
|
|
*
Merged revisions 84239 via svnmerge from
Antoine Pitrou
2010-08-21
1
-0/+10
|
|
*
Merged revisions 83944 via svnmerge from
Antoine Pitrou
2010-08-11
1
-1/+4
|
|
*
Merged revisions 83411 via svnmerge from
Antoine Pitrou
2010-08-01
1
-0/+2
|
|
*
Merged revisions 80722 via svnmerge from
Antoine Pitrou
2010-05-03
1
-5/+1
|
|
*
Merged revisions 76806,76808 via svnmerge from
Benjamin Peterson
2009-12-13
1
-4/+2
|
|
*
Merged revisions 75941 via svnmerge from
Mark Dickinson
2009-10-29
1
-4/+2
|
|
*
Merged revisions 75881 via svnmerge from
Mark Dickinson
2009-10-27
1
-2/+2
|
|
*
Merged revisions 75729 via svnmerge from
Mark Dickinson
2009-10-27
1
-2/+4
|
|
*
Merged revisions 74338 via svnmerge from
Antoine Pitrou
2009-08-06
1
-0/+13
|
*
|
Merged revisions 88610 via svnmerge from
Antoine Pitrou
2011-02-25
1
-2/+49
*
|
|
Fix compile error under Windows
Antoine Pitrou
2011-05-12
1
-2/+4
*
|
|
Issue #9971: Write an optimized implementation of BufferedReader.readinto().
Antoine Pitrou
2011-05-11
1
-16/+70
*
|
|
Issue #10956: Buffered I/O classes retry reading or writing after a signal
Antoine Pitrou
2011-02-25
1
-2/+49
|
/
/
*
|
Issue #10750: The `raw` attribute of buffered IO objects is now read-only.
Antoine Pitrou
2010-12-21
1
-3/+3
*
|
Issue #10478: Reentrant calls inside buffered IO objects (for example by
Antoine Pitrou
2010-12-03
1
-19/+52
*
|
Modules/_io/bufferedio.c (buffered_dealloc_warn): Make it static.
Matthias Klose
2010-11-16
1
-1/+1
[next]