COMMITS
/ Include/bytesobject.h October 14, 2015
V
Add _PyBytesWriter_Resize() function
Victor Stinner committed
V
Optimize bytes.fromhex() and bytearray.fromhex()
Victor Stinner committed
V
Optimize bytearray % args
Victor Stinner committed
V
Add use_bytearray attribute to _PyBytesWriter
Victor Stinner committed
October 12, 2015
V
Relax _PyBytesWriter API
Victor Stinner committed
October 9, 2015
V
Add _PyBytesWriter_WriteBytes() to factorize the code
Victor Stinner committed
V
_PyBytesWriter: rename size attribute to min_size
Victor Stinner committed
V
Issue #25318: cleanup code _PyBytesWriter
Victor Stinner committed
October 8, 2015
V
Issue #25318: Move _PyBytesWriter to bytesobject.c
Victor Stinner committed
January 24, 2015
E
Issue20284: Implement PEP461
Ethan Furman committed
August 13, 2013
A
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou committed
April 27, 2012
V
Simplify and optimize formatlong()
Victor Stinner committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
October 17, 2010
B
make hashes always the size of pointers; introduce Py_hash_t #9778
Benjamin Peterson committed
April 16, 2009
E
The other half of Issue #1580: use short float repr where possible.
Eric Smith committed
April 3, 2009
E
Added ',' thousands grouping to int.__format__. See PEP 378.
Eric Smith committed
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