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
*
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
*
|
Issue #15489: Add a __sizeof__ implementation for BytesIO objects.
Antoine Pitrou
2012-07-29
1
-0/+12
|
\
\
|
|
/
|
*
Issue #15489: Add a __sizeof__ implementation for BytesIO objects.
Antoine Pitrou
2012-07-29
1
-0/+12
*
|
Issue #8914: fix various warnings from the Clang static analyzer v254.
Brett Cannon
2011-02-22
1
-2/+0
|
/
*
correct logic when pos is after the string #10467
Benjamin Peterson
2010-11-20
1
-3/+8
*
Issue #5506: BytesIO objects now have a getbuffer() method exporting a
Antoine Pitrou
2010-09-06
1
-0/+141
*
BytesIO.getvalue() and StringIO.getvalue() are METH_NOARGS.
Antoine Pitrou
2010-09-02
1
-1/+1
*
Merged revisions 80720 via svnmerge from
Antoine Pitrou
2010-05-03
1
-0/+1
*
Merged revisions 77890 via svnmerge from
Antoine Pitrou
2010-01-31
1
-2/+1
*
Issue 5449: Fix io.BytesIO to not accept arbitrary keywords
Alexandre Vassalotti
2009-08-04
1
-1/+3
*
Issue #6218: Make io.BytesIO and io.StringIO picklable.
Alexandre Vassalotti
2009-07-22
1
-3/+119
*
Issue #6242: Fix deallocator of io.StringIO and io.BytesIO.
Alexandre Vassalotti
2009-07-22
1
-4/+4
*
move to a naming scheme with all lowercase and underscores
Benjamin Peterson
2009-06-12
1
-30/+30
*
use NULL for the ends of tables
Benjamin Peterson
2009-04-19
1
-1/+1
*
Issue 5682: Move _io module into its own subdirectory.
Alexandre Vassalotti
2009-04-04
1
-0/+757