Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
4fdb68491e8b2d044c9173babf625bbb815c39d1
/
Modules
/
_io
/
bytesio.c
4fdb684
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
by Serhiy Storchaka
· 11 years ago
ea94ba4
Merge 3.2.
by Stefan Krah
· 13 years ago
96efdd4
Issue #15868: Fix refleak in bytesio.c (Coverity #715365).
by Stefan Krah
· 13 years ago
11946fb
Issue #15841: The readable(), writable() and seekable() methods of BytesIO
by Antoine Pitrou
· 13 years ago
1d85745
Issue #15841: The readable(), writable() and seekable() methods of BytesIO
by Antoine Pitrou
· 13 years ago
57911f6
Issue #15489: Add a __sizeof__ implementation for BytesIO objects.
by Antoine Pitrou
· 13 years ago
8f328d0
Issue #15489: Add a __sizeof__ implementation for BytesIO objects.
by Antoine Pitrou
· 13 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
· 15 years ago
972ee13
Issue #5506: BytesIO objects now have a getbuffer() method exporting a
by Antoine Pitrou
· 15 years ago
d5c3f6c
BytesIO.getvalue() and StringIO.getvalue() are METH_NOARGS.
by Antoine Pitrou
· 15 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
· 16 years ago
ba5c743
Issue 5449: Fix io.BytesIO to not accept arbitrary keywords
by Alexandre Vassalotti
· 16 years ago
cf76e1a
Issue #6218: Make io.BytesIO and io.StringIO picklable.
by Alexandre Vassalotti
· 16 years ago
fc47704
Issue #6242: Fix deallocator of io.StringIO and io.BytesIO.
by Alexandre Vassalotti
· 16 years ago
680bf1a
move to a naming scheme with all lowercase and underscores
by Benjamin Peterson
· 16 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
· 17 years ago
a8a9304
Merged revisions 66693 via svnmerge from
by Benjamin Peterson
· 17 years ago
1a21451
Implement PEP 3121: new module initialization and finalization API.
by Martin v. Löwis
· 17 years ago
72b710a
Renamed PyString to PyBytes
by Christian Heimes
· 17 years ago
10dfc1e
Fixed bytes naming in the docstrings of _bytesio.c.
by Alexandre Vassalotti
· 17 years ago
7d06089
Fixed docstring of _bytesio._BytesIO.writelines().
by Alexandre Vassalotti
· 17 years ago
1bfe9dc8
Changed _bytesio.c to avoid comparing a signed with an unsigned value.
by Alexandre Vassalotti
· 17 years ago
77250f4
Added fast alternate io.BytesIO implementation and its test suite.
by Alexandre Vassalotti
· 17 years ago