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 #20699: Merge io bytes-like fixes from 3.5
Martin Panter
2016-05-28
1
-2/+2
|
\
|
*
Issue #20699: Document that “io” methods accept bytes-like objects
Martin Panter
2016-05-28
1
-2/+2
*
|
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-4/+4
|
\
\
|
|
/
|
*
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-4/+4
*
|
Issue #22854: Merge UnsupportedOperation fixes from 3.5
Martin Panter
2016-03-31
1
-2/+0
|
\
\
|
|
/
|
*
Issue #22854: Clarify documentation about UnsupportedOperation and add tests
Martin Panter
2016-03-31
1
-2/+0
*
|
Issue #20440: Applied yet one patch for using Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-8/+4
|
\
\
|
|
/
|
*
Issue #20440: Applied yet one patch for using Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-8/+4
*
|
Issue #25923: Added more const qualifiers to signatures of static and private...
Serhiy Storchaka
2015-12-25
1
-1/+1
|
/
*
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka
2015-12-19
1
-1/+1
*
Fixes cast warning in bufferedio.c
Steve Dower
2015-05-23
1
-1/+1
*
Issue #23796: peak and read1 methods of BufferedReader now raise ValueError
Berker Peksag
2015-05-12
1
-0/+5
*
Issue #24001: Argument Clinic converters now use accept={type}
Larry Hastings
2015-05-04
1
-8/+8
*
Issue #20175: Converted the _io module to Argument Clinic.
Serhiy Storchaka
2015-04-16
1
-475/+518
*
Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted
Antoine Pitrou
2015-04-13
1
-1/+22
|
\
|
*
Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted
Antoine Pitrou
2015-04-13
1
-1/+22
*
|
Issue #21802: The reader in BufferedRWPair now is closed even when closing
Serhiy Storchaka
2015-03-24
1
-4/+10
|
\
\
|
|
/
|
*
Issue #21802: The reader in BufferedRWPair now is closed even when closing
Serhiy Storchaka
2015-03-24
1
-4/+10
*
|
Removed unintentional trailing spaces in non-external and non-generated C files.
Serhiy Storchaka
2015-03-18
1
-2/+2
*
|
Issue #23571: PyObject_Call(), PyCFunction_Call() and call_function() now
Victor Stinner
2015-03-06
1
-4/+0
*
|
merge 3.4 (#23093)
Benjamin Peterson
2014-12-22
1
-1/+1
|
\
\
|
|
/
|
*
allow more operations to work on detached streams (closes #23093)
Benjamin Peterson
2014-12-22
1
-1/+1
*
|
Issue #21715: Extracted shared complicated code in the _io module to new
Serhiy Storchaka
2014-10-08
1
-14/+2
|
\
\
|
|
/
|
*
Issue #21715: Extracted shared complicated code in the _io module to new
Serhiy Storchaka
2014-10-08
1
-14/+2
*
|
merge 3.4 (#22517)
Benjamin Peterson
2014-09-30
1
-0/+2
|
\
\
|
|
/
|
*
merge 3.3 (#22517)
Benjamin Peterson
2014-09-30
1
-0/+2
|
|
\
|
|
*
clear BufferedRWPair weakrefs on deallocation (closes #22517)
Benjamin Peterson
2014-09-30
1
-0/+2
*
|
|
add BufferedIOBase.readinto1 (closes #20578)
Benjamin Peterson
2014-06-22
1
-6/+60
|
/
/
*
|
PyErr_NormalizeException doesn't like being called with an exception set
Serhiy Storchaka
2014-06-11
1
-4/+4
*
|
Issue #21677: Fixed chaining nonnormalized exceptions in io close() methods.
Serhiy Storchaka
2014-06-09
1
-0/+1
*
|
Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair.
Serhiy Storchaka
2014-02-12
1
-2/+7
|
\
\
|
|
/
|
*
Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair.
Serhiy Storchaka
2014-02-12
1
-2/+7
*
|
Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown.
Antoine Pitrou
2013-12-21
1
-1/+3
*
|
Issue #19515: Remove identifiers duplicated in the same file.
Victor Stinner
2013-11-12
1
-1/+0
*
|
Issue #18112: PEP 442 implementation (safe object finalization).
Antoine Pitrou
2013-07-30
1
-11/+63
*
|
Issue #18408: PyEval_EvalFrameEx() and PyEval_CallObjectWithKeywords() now fail
Victor Stinner
2013-07-17
1
-0/+5
*
|
Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all().
Richard Oudkerk
2013-07-15
1
-48/+45
|
\
\
|
|
/
|
*
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
|
\
\
|
|
/
|
*
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
|
\
\
|
|
/
|
*
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
*
|
|
merge 3.3 (#16597)
Benjamin Peterson
2012-12-20
1
-5/+21
|
\
\
\
|
|
/
/
|
*
|
call close on the underlying stream even if flush raises (closes #16597)
Benjamin Peterson
2012-12-20
1
-5/+21
*
|
|
Closes #15488: Closed files keep their buffer alive
Jesus Cea
2012-10-04
1
-0/+5
|
/
/
*
|
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
[next]