COMMITS
/ Objects/bytesobject.c April 8, 2017
S
Expand the PySlice_GetIndicesEx macro. (#1023)
Serhiy Storchaka committed
March 19, 2017
S
bpo-29116: Fix error messages for concatenating bytes and bytearray with unsupported type. (#709)
Serhiy Storchaka committed
March 14, 2017
X
March 12, 2017
S
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
Serhiy Storchaka committed
March 8, 2017
March 6, 2017
January 6, 2017
I
Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception.
INADA Naoki committed
December 19, 2016
S
Issue #28927: bytes.fromhex() and bytearray.fromhex() now ignore all ASCII
Serhiy Storchaka committed
December 17, 2016
S
Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
Serhiy Storchaka committed
S
Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
Serhiy Storchaka committed
S
Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
Serhiy Storchaka committed
December 6, 2016
V
Use _PyObject_CallNoArg()
Victor Stinner committed
December 4, 2016
V
Backed out changeset b9c9691c72c5
Victor Stinner committed
December 1, 2016
V
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner committed
November 20, 2016
S
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Serhiy Storchaka committed
October 31, 2016
E
E
Issue 28128: Print out better error/warning messages for invalid string escapes.
Eric V. Smith committed
September 16, 2016
B
Issue #25270: Merge from 3.5
Berker Peksag committed
September 13, 2016
C
Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy().
Christian Heimes committed
September 9, 2016
B
remove all usage of Py_LOCAL
Benjamin Peterson committed
September 8, 2016
R
#27364: Deprecate invalid escape strings in str/byutes.
R David Murray committed
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