COMMITS
/ Objects/bytesobject.c August 30, 2016
R
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger committed
August 27, 2016
M
Issue #27506: Support bytes/bytearray.translate() delete as keyword argument
Martin Panter committed
August 15, 2016
S
Issue #27704: Optimized creating bytes and bytearray from byte-like objects
Serhiy Storchaka committed
July 10, 2016
S
Issue #27473: Fixed possible integer overflow in bytes and bytearray
Serhiy Storchaka committed
S
Issue #27473: Fixed possible integer overflow in bytes and bytearray
Serhiy Storchaka committed
July 6, 2016
S
Issue #27460: Unified error messages in bytes constructor for integers
Serhiy Storchaka committed
July 3, 2016
S
Backed out changeset b0087e17cd5e (issue #26765)
Serhiy Storchaka committed
July 1, 2016
S
Issue #26765: Moved wrappers for bytes and bytearray methods to common header
Serhiy Storchaka committed
S
Issue #27007: The fromhex() class methods of bytes and bytearray subclasses
Serhiy Storchaka committed
May 30, 2016
M
Issue #27125: Merge typo fixes from 3.5
Martin Panter committed
M
Issue #27125: Remove duplicated words from documentation and comments
Martin Panter committed
May 5, 2016
S
Issue #26765: Moved common code for the replace() method of bytes and bytearray
Serhiy Storchaka committed
May 4, 2016
S
Issue #26765: Moved common code and docstrings for bytes and bytearray methods
Serhiy Storchaka committed
May 2, 2016
S
Got rid of redundand "self" parameter declarations.
Serhiy Storchaka committed
April 26, 2016
V
Issue #25349, #26249: Fix memleak in formatfloat()
Victor Stinner committed
April 15, 2016
V
Issue #26766: Fix _PyBytesWriter_Finish()
Victor Stinner committed
S
Issue #26764: Fixed SystemError in bytes.__rmod__.
Serhiy Storchaka committed
April 10, 2016
S
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka committed
S
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka committed
S
Issue #17339: Improved TypeError message in bytes constructor.
Serhiy Storchaka committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
March 30, 2016
S
Issue #26494: Fixed crash on iterating exhausting iterators.
Serhiy Storchaka committed
S
Issue #26494: Fixed crash on iterating exhausting iterators.
Serhiy Storchaka committed
March 21, 2016
V
Optimize bytes.replace(b'', b'.')
Victor Stinner committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
December 24, 2015
S
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka committed
S
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka committed
December 20, 2015
S
Issue #25766: Special method __bytes__() now works in str subclasses.
Serhiy Storchaka committed
S
Issue #25766: Special method __bytes__() now works in str subclasses.
Serhiy Storchaka committed
November 25, 2015
S
Issue #24731: Fixed crash on converting objects with special methods
Serhiy Storchaka committed
S
Issue #24731: Fixed crash on converting objects with special methods
Serhiy Storchaka committed
S
Issue #24731: Fixed crash on converting objects with special methods
Serhiy Storchaka committed
November 14, 2015
S
Issue #24821: Refactor STRINGLIB(fastsearch_memchr_1char) and split it on
Serhiy Storchaka committed
October 14, 2015
V
Use _PyBytesWriter in _PyBytes_FromIterator()
Victor Stinner committed
V
Add _PyBytesWriter_Resize() function
Victor Stinner committed
V
Factorize _PyBytes_FromList() and _PyBytes_FromTuple() code using a C macro
Victor Stinner committed
V
Split PyBytes_FromObject() into subfunctions
Victor Stinner committed
V
Modify _PyBytes_DecodeEscapeRecode() to use _PyBytesAPI
Victor Stinner committed
V
_PyBytesWriter_Alloc(): only use 10 bytes of the small buffer in debug mode to
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 13, 2015
V
Rewrite PyBytes_FromFormatV() using _PyBytesWriter API
Victor Stinner committed
October 12, 2015
V
Fix compilation error in _PyBytesWriter_WriteBytes() on Windows
Victor Stinner committed
V
Writer APIs: use empty string singletons
Victor Stinner committed
V
Relax _PyBytesWriter API
Victor Stinner committed
October 9, 2015
V
Issue #25349: Add fast path for b'%c' % int
Victor Stinner committed
V
Issue #25349: Optimize bytes % int
Victor Stinner committed
V
Add _PyBytesWriter_WriteBytes() to factorize the code
Victor Stinner committed