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
/
bytesio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-101819: Adapt _io types to heap types, batch 1 (GH-101949)
Erlend E. Aasland
2023-02-20
1
-43/+34
*
gh-99845: Use size_t type in __sizeof__() methods (#99846)
Victor Stinner
2022-11-30
1
-6/+4
*
gh-99300: Use Py_NewRef() in Modules/ directory (#99467)
Victor Stinner
2022-11-14
1
-12/+6
*
bpo-45094: Add Py_NO_INLINE macro (GH-28140)
Victor Stinner
2021-09-03
1
-1/+1
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
1
-1/+1
*
bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (...
Serhiy Storchaka
2020-04-12
1
-2/+2
*
bpo-11410: Standardize and use symbol visibility attributes across POSIX and ...
Vinay Sajip
2019-10-15
1
-1/+1
*
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim
2019-08-30
1
-1/+1
*
bpo-34488: optimize BytesIO.writelines() (GH-8904)
Sergey Fedoseev
2019-08-07
1
-36/+59
*
Fix the error handling in bytesio_sizeof(). (GH-10459)
Zackery Spytz
2019-06-01
1
-2/+7
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-4/+4
*
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Serhiy Storchaka
2018-11-27
1
-1/+1
*
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner
2018-11-21
1
-0/+1
*
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH...
Siddhesh Poyarekar
2018-04-29
1
-1/+1
*
bpo-31095: fix potential crash during GC (GH-2974)
INADA Naoki
2017-08-24
1
-0/+2
*
bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716)
Serhiy Storchaka
2017-03-30
1
-35/+9
*
bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. ...
Serhiy Storchaka
2017-03-21
1
-1/+1
*
bpo-29730: replace some calls to PyNumber_Check and improve some error messag...
Oren Milman
2017-03-12
1
-1/+7
*
bpo-29741: Clean up C implementations of BytesIO and StringIO. (#606)
orenmn
2017-03-10
1
-50/+23
*
Issue #23214: Implement optional BufferedReader, BytesIO read1() argument
Martin Panter
2016-10-20
1
-3/+3
*
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
*
|
Merge typo fixes from 3.5
Martin Panter
2016-04-16
1
-2/+2
|
\
\
|
|
/
|
*
Fix typos in code comments and documentation
Martin Panter
2016-04-16
1
-2/+2
*
|
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka
2016-04-10
1
-1/+1
|
\
\
|
|
/
*
|
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-2/+2
|
\
\
|
|
/
|
*
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-1/+1
*
|
Issue #20440: Cleaning up the code by using Py_SETREF and Py_CLEAR.
Serhiy Storchaka
2015-12-27
1
-4/+2
|
/
*
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
1
-2/+1
*
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka
2015-12-19
1
-1/+1
*
Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is
Serhiy Storchaka
2015-09-04
1
-1/+5
*
Issue #24001: Argument Clinic converters now use accept={type}
Larry Hastings
2015-05-04
1
-2/+2
*
Issue #20175: Converted the _io module to Argument Clinic.
Serhiy Storchaka
2015-04-16
1
-181/+246
*
Replaced "string" with "bytes object" in docstrings of binary I/O objects.
Serhiy Storchaka
2015-04-09
1
-10/+10
|
\
|
*
Replaced "string" with "bytes object" in docstrings of binary I/O objects.
Serhiy Storchaka
2015-04-09
1
-10/+10
*
|
Issue #14203: Remove obsolete support for view==NULL in bytesiobuf_getbuffer()
Stefan Krah
2015-02-03
1
-10/+11
*
|
Issue #15381: Fixed a bug in BytesIO.write().
Serhiy Storchaka
2015-02-03
1
-9/+10
*
|
Issue #15381: Try to fix refcount bug. Empty and 1-byte buffers are always sh...
Serhiy Storchaka
2015-02-03
1
-1/+3
*
|
Issue #15381: Optimized io.BytesIO to make less allocations and copyings.
Serhiy Storchaka
2015-02-03
1
-186/+152
*
|
Issue #23099: Closing io.BytesIO with exported buffer is rejected now to
Serhiy Storchaka
2015-02-03
1
-0/+1
|
\
\
|
|
/
|
*
Issue #23099: Closing io.BytesIO with exported buffer is rejected now to
Serhiy Storchaka
2015-02-03
1
-0/+1
*
|
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka
2015-02-02
1
-4/+6
|
\
\
|
|
/
|
*
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka
2015-02-02
1
-4/+6
*
|
Issue #22156: Fix some "comparison between signed and unsigned integers"
Victor Stinner
2014-08-15
1
-2/+4
*
|
Issue #15381: Optimized line reading in io.BytesIO.
Serhiy Storchaka
2014-08-14
1
-29/+27
*
|
Issue #22003: When initialized from a bytes object, io.BytesIO() now
Antoine Pitrou
2014-07-29
1
-51/+151
|
/
*
Merge 3.2.
Stefan Krah
2012-09-08
1
-1/+3
|
\
|
*
Issue #15868: Fix refleak in bytesio.c (Coverity #715365).
Stefan Krah
2012-09-08
1
-1/+3
*
|
Issue #15841: The readable(), writable() and seekable() methods of BytesIO
Antoine Pitrou
2012-09-05
1
-5/+15
|
\
\
|
|
/
|
*
Issue #15841: The readable(), writable() and seekable() methods of BytesIO
Antoine Pitrou
2012-09-05
1
-5/+15
[next]