COMMITS
/ Include/bytesobject.h June 16, 2022
V
gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)
Victor Stinner committed
October 14, 2021
V
bpo-45434: Remove useless space in includes (GH-28963)
Victor Stinner committed
October 13, 2021
V
bpo-45434: bytearrayobject.h no longer includes <stdarg.h> (GH-28913)
Victor Stinner committed
December 3, 2020
S
bpo-42431: Fix outdated bytes comments (GH-23458)
Serhiy Storchaka committed
February 13, 2020
D
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
Dong-hee Na committed
February 12, 2020
V
bpo-35134: Add Include/cpython/bytesobject.h file (GH-18494)
Victor Stinner committed
January 18, 2020
P
bpo-39372: Clean header files of declared interfaces with no implementations (GH-18037)
Pablo Galindo committed
September 12, 2019
G
Cut disused recode_encoding logic in _PyBytes_DecodeEscape. (GH-16013)
Greg Price committed
November 28, 2017
S
bpo-32150: Expand tabs to spaces in C files. (#4583)
Serhiy Storchaka committed
December 27, 2016
S
Issue #29058: All stable API extensions added after Python 3.2 are now
Serhiy Storchaka committed
October 31, 2016
E
August 30, 2016
R
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger committed
April 15, 2016
M
Issue #15984: Merge PyUnicode doc from 3.5
Martin Panter committed
M
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter committed
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