Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
7661db622892c9731c502ccdd7af130cbfd23f5c
/
Modules
/
_io
/
bytesio.c
119e502
Fix typos in code comments and documentation
by Martin Panter
· 9 years ago
4884271
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
by Serhiy Storchaka
· 9 years ago
5a57ade
Issue #20440: Massive replacing unsafe attribute setting code with special
by Serhiy Storchaka
· 9 years ago
5c4064e
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
by Serhiy Storchaka
· 9 years ago
4e63f7a
Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is
by Serhiy Storchaka
· 9 years ago
dbfdc38
Issue #24001: Argument Clinic converters now use accept={type}
by Larry Hastings
· 9 years ago
f24131f
Issue #20175: Converted the _io module to Argument Clinic.
by Serhiy Storchaka
· 10 years ago
5056769
Replaced "string" with "bytes object" in docstrings of binary I/O objects.
by Serhiy Storchaka
· 10 years ago
b817b77
Replaced "string" with "bytes object" in docstrings of binary I/O objects.
by Serhiy Storchaka
· 10 years ago
650c1e8
Issue #14203: Remove obsolete support for view==NULL in bytesiobuf_getbuffer()
by Stefan Krah
· 10 years ago
38c30e6
Issue #15381: Fixed a bug in BytesIO.write().
by Serhiy Storchaka
· 10 years ago
b9765ee
Issue #15381: Try to fix refcount bug. Empty and 1-byte buffers are always shared.
by Serhiy Storchaka
· 10 years ago
87d0b45
Issue #15381: Optimized io.BytesIO to make less allocations and copyings.
by Serhiy Storchaka
· 10 years ago
32ca3dc
Issue #23099: Closing io.BytesIO with exported buffer is rejected now to
by Serhiy Storchaka
· 10 years ago
c057c38
Issue #23099: Closing io.BytesIO with exported buffer is rejected now to
by Serhiy Storchaka
· 10 years ago
3dd3e26
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
by Serhiy Storchaka
· 10 years ago
4fdb684
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
by Serhiy Storchaka
· 10 years ago
706768c
Issue #22156: Fix some "comparison between signed and unsigned integers"
by Victor Stinner
· 10 years ago
d7728ca
Issue #15381: Optimized line reading in io.BytesIO.
by Serhiy Storchaka
· 10 years ago
cc66a73
Issue #22003: When initialized from a bytes object, io.BytesIO() now
by Antoine Pitrou
· 10 years ago
ea94ba4
Merge 3.2.
by Stefan Krah
· 12 years ago
96efdd4
Issue #15868: Fix refleak in bytesio.c (Coverity #715365).
by Stefan Krah
· 12 years ago
11946fb
Issue #15841: The readable(), writable() and seekable() methods of BytesIO
by Antoine Pitrou
· 12 years ago
1d85745
Issue #15841: The readable(), writable() and seekable() methods of BytesIO
by Antoine Pitrou
· 12 years ago
57911f6
Issue #15489: Add a __sizeof__ implementation for BytesIO objects.
by Antoine Pitrou
· 12 years ago
8f328d0
Issue #15489: Add a __sizeof__ implementation for BytesIO objects.
by Antoine Pitrou
· 12 years ago
b94767f
Issue #8914: fix various warnings from the Clang static analyzer v254.
by Brett Cannon
· 14 years ago
fa73555
correct logic when pos is after the string #10467
by Benjamin Peterson
· 14 years ago
972ee13
Issue #5506: BytesIO objects now have a getbuffer() method exporting a
by Antoine Pitrou
· 14 years ago
d5c3f6c
BytesIO.getvalue() and StringIO.getvalue() are METH_NOARGS.
by Antoine Pitrou
· 14 years ago
6be8876
Merged revisions 80720 via svnmerge from
by Antoine Pitrou
· 15 years ago
905a2ff
Merged revisions 77890 via svnmerge from
by Antoine Pitrou
· 15 years ago
ba5c743
Issue 5449: Fix io.BytesIO to not accept arbitrary keywords
by Alexandre Vassalotti
· 15 years ago
cf76e1a
Issue #6218: Make io.BytesIO and io.StringIO picklable.
by Alexandre Vassalotti
· 15 years ago
fc47704
Issue #6242: Fix deallocator of io.StringIO and io.BytesIO.
by Alexandre Vassalotti
· 15 years ago
680bf1a
move to a naming scheme with all lowercase and underscores
by Benjamin Peterson
· 15 years ago
1fea321
use NULL for the ends of tables
by Benjamin Peterson
· 16 years ago
8d8d630
Issue 5682: Move _io module into its own subdirectory.
by Alexandre Vassalotti
· 16 years ago
[Renamed from Modules/_bytesio.c]
4fa88fa
merge the io-c branch: C implementation of the io module
by Benjamin Peterson
· 16 years ago
e94c679
Issue #1717: rename tp_compare to tp_reserved. I'll change the
by Mark Dickinson
· 16 years ago
a8a9304
Merged revisions 66693 via svnmerge from
by Benjamin Peterson
· 16 years ago
1a21451
Implement PEP 3121: new module initialization and finalization API.
by Martin v. Löwis
· 16 years ago
72b710a
Renamed PyString to PyBytes
by Christian Heimes
· 16 years ago
10dfc1e
Fixed bytes naming in the docstrings of _bytesio.c.
by Alexandre Vassalotti
· 16 years ago
7d06089
Fixed docstring of _bytesio._BytesIO.writelines().
by Alexandre Vassalotti
· 16 years ago
1bfe9dc8
Changed _bytesio.c to avoid comparing a signed with an unsigned value.
by Alexandre Vassalotti
· 16 years ago
77250f4
Added fast alternate io.BytesIO implementation and its test suite.
by Alexandre Vassalotti
· 16 years ago