COMMITS
/ Objects/bytearrayobject.c January 22, 2019
V
bpo-35713: Rework Python initialization (GH-11647)
Victor Stinner committed
December 11, 2018
S
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
Serhiy Storchaka committed
November 21, 2018
V
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
October 21, 2018
S
bpo-34984: Improve error messages for bytes and bytearray constructors. (GH-9874)
Serhiy Storchaka committed
October 14, 2018
S
bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9852)
Serhiy Storchaka committed
July 24, 2018
V
bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447)
Victor Stinner committed
July 6, 2018
T
bpo-20180: complete AC conversion of Objects/stringlib/transmogrify.h (GH-8039)
Tal Einat committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
January 27, 2018
I
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
INADA Naoki committed
November 11, 2017
S
Add the const qualifier to "char *" variables that refer to literal strings. (#4370)
Serhiy Storchaka committed
November 2, 2017
October 28, 2017
S
bpo-20047: Make bytearray methods partition() and rpartition() rejecting (#4158)
Serhiy Storchaka committed
September 21, 2017
S
bpo-27541: Reprs of subclasses of some classes now contain actual type name. (#3631)
Serhiy Storchaka committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
August 25, 2017
S
bpo-31279: Silence -Wstringop-overflow warning. (#3207)
Stefan Krah committed
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 12, 2017
S
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
Serhiy Storchaka committed
January 6, 2017
I
Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception.
INADA Naoki 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
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 18, 2016
M
Issue #27507: Merge overflow check from 3.5
Martin Panter committed
M
Issue #27507: Check for integer overflow in bytearray.extend()
Martin Panter 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 3, 2016
S
Issue #27443: __length_hint__() of bytearray itearator no longer return
Serhiy Storchaka committed
S
Issue #27443: __length_hint__() of bytearray itearator no longer return
Serhiy Storchaka committed
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 16, 2016
S
Issue #27039: Fixed bytearray.remove() for values greater than 127.
Serhiy Storchaka committed
S
Issue #27039: Fixed bytearray.remove() for values greater than 127.
Serhiy Storchaka 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 17, 2016
S
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Serhiy Storchaka committed
S
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka committed
April 15, 2016
B
Issue #26766: Remove redundant bytearray_format() from bytearrayobject.c
Berker Peksag 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
March 15, 2016
V
Oops, revert unwanted change used to create an example
Victor Stinner committed
V
On memory error, dump the memory block traceback
Victor Stinner committed