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
*
gh-102507 Remove invisible pagebreak characters (#102531)
JosephSBoyle
2023-03-08
1
-3/+0
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in...
Irit Katriel
2023-02-24
1
-30/+30
*
gh-101819: Adapt _io types to heap types, batch 1 (GH-101949)
Erlend E. Aasland
2023-02-20
1
-217/+124
*
gh-81057: Move More Globals to _PyRuntimeState (gh-100092)
Eric Snow
2022-12-07
1
-12/+12
*
gh-99845: Use size_t type in __sizeof__() methods (#99846)
Victor Stinner
2022-11-30
1
-6/+5
*
gh-99300: Use Py_NewRef() in Modules/ directory (#99467)
Victor Stinner
2022-11-14
1
-6/+3
*
gh-84461: Silence some compiler warnings on WASM (GH-93978)
Christian Heimes
2022-06-20
1
-1/+1
*
bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects...
Eric Snow
2022-02-23
1
-22/+22
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
1
-39/+24
*
Remove unused variables. (GH-29231)
Benjamin Peterson
2021-10-26
1
-5/+1
*
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner
2021-10-12
1
-0/+1
*
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner
2021-10-11
1
-1/+1
*
bpo-44687: Ensure BufferedReader objects with unread buffers can peek even wh...
AngstyDuck
2021-10-01
1
-3/+5
*
closes bpo-28557: error message for bad raw readinto (GH-7496)
David Szotten
2020-06-15
1
-0/+9
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
1
-1/+1
*
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner
2020-04-15
1
-1/+0
*
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner
2020-04-14
1
-1/+0
*
bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157)
Victor Stinner
2020-03-25
1
-5/+4
*
bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601)
Andy Lester
2020-03-04
1
-6/+6
*
bpo-35950: Raise UnsupportedOperation in BufferedReader.truncate() (GH-18586)
Berker Peksag
2020-02-21
1
-5/+9
*
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin
2020-02-11
1
-15/+15
*
closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295)
Philipp Gesang
2020-02-04
1
-0/+1
*
bpo-37960: Silence only necessary errors in repr() of buffered and text strea...
Serhiy Storchaka
2019-08-29
1
-5/+7
*
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer
2019-07-11
1
-5/+5
*
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer
2019-07-08
1
-13/+13
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-10/+10
*
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags ...
Antoine Pitrou
2019-05-29
1
-6/+5
*
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner
2018-11-21
1
-0/+1
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
1
-1/+1
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-10-31
1
-1/+1
*
bpo-33138: Change standard error message for non-pickleable and non-copyable ...
Serhiy Storchaka
2018-10-31
1
-15/+0
*
bpo-34287: Do not use second argument of METH_NOARGS functions (GH-8582)
jdemeyer
2018-08-02
1
-21/+21
*
bpo-32228: Reset raw_pos after unwinding the raw stream (#4858)
Nitish Chandra
2018-01-28
1
-4/+10
*
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code ...
Serhiy Storchaka
2018-01-25
1
-4/+3
*
bpo-31572: Get rid of PyObject_HasAttr() and _PyObject_HasAttrId() in the _io...
Serhiy Storchaka
2018-01-16
1
-18/+14
*
bpo-17852: Revert incorrect fix based on misunderstanding of _Py_PyAtExit() s...
Antoine Pitrou
2017-12-13
1
-50/+1
*
bpo-31976: Fix race condition when flushing a file is slow. (#4331)
benfogle
2017-11-10
1
-5/+9
*
bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#...
Neil Schemenauer
2017-09-22
1
-1/+50
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-08
1
-1/+2
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-13/+0
*
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow
2017-09-06
1
-1/+1
*
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow
2017-09-06
1
-1/+1
*
Revert "bpo-17852: Maintain a list of BufferedWriter objects. Flush them on ...
Neil Schemenauer
2017-09-05
1
-45/+1
*
bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#...
Neil Schemenauer
2017-09-05
1
-1/+45
*
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka
2017-04-16
1
-9/+9
*
bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716)
Serhiy Storchaka
2017-03-30
1
-11/+4
*
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka
2017-03-23
1
-1/+1
*
bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. ...
Serhiy Storchaka
2017-03-21
1
-1/+1
*
bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514)
Serhiy Storchaka
2017-03-19
1
-2/+12
*
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka
2017-01-23
1
-4/+2
[next]