COMMITS
/ Include/bytesobject.h August 26, 2008
B
make bytes(o) respect __bytes__ #2415
Benjamin Peterson committed
June 24, 2008
E
Merged revisions 64491 via svnmerge from
Eric Smith committed
June 10, 2008
May 26, 2008
B
remove PyBytes_Format from header
Benjamin Peterson committed
C
Renamed files bytesobject.[ch] and stringobject.[ch]
Christian Heimes committed
C
Renamed PyBytes to PyByteArray
Christian Heimes committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
November 29, 2007
C
Added all PyTypeObjects to the appropriate header files.
Christian Heimes committed
August 25, 2007
N
Fix typo in comment
Neal Norwitz committed
August 19, 2007
N
Code review of the new buffer protocol. Mostly add questions that should
Neal Norwitz committed
August 18, 2007
T
Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118.
Travis E. Oliphant committed
July 21, 2007
M
Fix merge breakage.
Martin v. Löwis committed
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
June 14, 2007
G
Add asserts to PyBytes_AS_STRING and PyBytes_GET_SIZE.
Guido van Rossum committed
April 13, 2007
G
Rough and dirty job -- allow concatenation of bytes and arbitrary
Guido van Rossum committed
May 5, 2006
G
Optimizations for bytes reallocation.
Guido van Rossum committed
April 24, 2006
G
Added much functionality to the bytes type.
Guido van Rossum committed
April 22, 2006
G
Here is a bytes type. It's very minimal but it's a start.
Guido van Rossum committed