index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
bytearrayobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-23699: Use a macro to reduce boilerplate code in rich comparison function...
stratakis
2017-11-02
1
-26/+11
*
bpo-20047: Make bytearray methods partition() and rpartition() rejecting (#4158)
Serhiy Storchaka
2017-10-28
1
-12/+34
*
bpo-27541: Reprs of subclasses of some classes now contain actual type name. ...
Serhiy Storchaka
2017-09-21
1
-6/+10
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-08
1
-0/+2
*
bpo-31279: Silence -Wstringop-overflow warning. (#3207)
Stefan Krah
2017-08-25
1
-1/+1
*
Expand the PySlice_GetIndicesEx macro. (#1023)
Serhiy Storchaka
2017-04-08
1
-6/+6
*
bpo-29116: Fix error messages for concatenating bytes and bytearray with unsu...
Serhiy Storchaka
2017-03-19
1
-1/+1
*
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
Serhiy Storchaka
2017-03-12
1
-2/+2
*
Merge 3.6
INADA Naoki
2017-01-06
1
-9/+13
|
\
|
*
Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception.
INADA Naoki
2017-01-06
1
-9/+13
*
|
Backed out changeset b9c9691c72c5
Victor Stinner
2016-12-04
1
-2/+4
*
|
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner
2016-12-01
1
-4/+2
*
|
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Serhiy Storchaka
2016-11-20
1
-4/+1
|
/
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
1
-1/+1
*
Issue #27506: Support bytes/bytearray.translate() delete as keyword argument
Martin Panter
2016-08-27
1
-8/+5
*
Issue #27704: Optimized creating bytes and bytearray from byte-like objects
Serhiy Storchaka
2016-08-15
1
-10/+8
*
Issue #27507: Merge overflow check from 3.5
Martin Panter
2016-07-18
1
-1/+11
|
\
|
*
Issue #27507: Check for integer overflow in bytearray.extend()
Martin Panter
2016-07-18
1
-1/+11
*
|
Issue #27473: Fixed possible integer overflow in bytes and bytearray
Serhiy Storchaka
2016-07-10
1
-12/+9
|
\
\
|
|
/
|
*
Issue #27473: Fixed possible integer overflow in bytes and bytearray
Serhiy Storchaka
2016-07-10
1
-12/+9
*
|
Issue #27443: __length_hint__() of bytearray itearator no longer return
Serhiy Storchaka
2016-07-03
1
-1/+5
|
\
\
|
|
/
|
*
Issue #27443: __length_hint__() of bytearray itearator no longer return
Serhiy Storchaka
2016-07-03
1
-1/+5
*
|
Backed out changeset b0087e17cd5e (issue #26765)
Serhiy Storchaka
2016-07-03
1
-12/+67
*
|
Issue #26765: Moved wrappers for bytes and bytearray methods to common header
Serhiy Storchaka
2016-07-01
1
-67/+12
*
|
Issue #27007: The fromhex() class methods of bytes and bytearray subclasses
Serhiy Storchaka
2016-07-01
1
-4/+8
*
|
Issue #27039: Fixed bytearray.remove() for values greater than 127.
Serhiy Storchaka
2016-05-16
1
-5/+2
|
\
\
|
|
/
|
*
Issue #27039: Fixed bytearray.remove() for values greater than 127.
Serhiy Storchaka
2016-05-16
1
-7/+4
*
|
Issue #26765: Moved common code for the replace() method of bytes and bytearray
Serhiy Storchaka
2016-05-05
1
-500/+3
*
|
Issue #26765: Moved common code and docstrings for bytes and bytearray methods
Serhiy Storchaka
2016-05-04
1
-328/+24
*
|
Got rid of redundand "self" parameter declarations.
Serhiy Storchaka
2016-05-02
1
-33/+14
*
|
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Serhiy Storchaka
2016-04-17
1
-1/+1
|
\
\
|
|
/
|
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
1
-1/+1
*
|
Issue #26766: Remove redundant bytearray_format() from bytearrayobject.c
Berker Peksag
2016-04-15
1
-14/+1
*
|
Issue #26494: Fixed crash on iterating exhausting iterators.
Serhiy Storchaka
2016-03-30
1
-1/+1
|
\
\
|
|
/
|
*
Issue #26494: Fixed crash on iterating exhausting iterators.
Serhiy Storchaka
2016-03-30
1
-1/+1
*
|
Optimize bytes.replace(b'', b'.')
Victor Stinner
2016-03-21
1
-9/+19
*
|
Oops, revert unwanted change used to create an example
Victor Stinner
2016-03-15
1
-1/+0
*
|
On memory error, dump the memory block traceback
Victor Stinner
2016-03-15
1
-0/+1
*
|
Issue #25923: Added more const qualifiers to signatures of static and private...
Serhiy Storchaka
2015-12-25
1
-4/+4
*
|
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka
2015-12-19
1
-1/+1
|
\
\
|
|
/
|
*
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka
2015-12-19
1
-1/+1
*
|
Issue #24821: Refactor STRINGLIB(fastsearch_memchr_1char) and split it on
Serhiy Storchaka
2015-11-14
1
-10/+9
*
|
Issue #25401: Remove now unused hex_digit_to_int() function
Victor Stinner
2015-10-14
1
-16/+0
*
|
Optimize bytes.fromhex() and bytearray.fromhex()
Victor Stinner
2015-10-14
1
-42/+1
*
|
Optimize bytearray % args
Victor Stinner
2015-10-14
1
-17/+5
|
/
*
Issue #23573: Restored optimization of bytes.rfind() and bytearray.rfind()
Serhiy Storchaka
2015-07-20
1
-3/+7
*
Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray
Serhiy Storchaka
2015-06-29
1
-1/+3
|
\
|
*
Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray
Serhiy Storchaka
2015-06-29
1
-1/+3
*
|
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
Serhiy Storchaka
2015-05-30
1
-3/+7
|
\
\
|
|
/
|
*
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
Serhiy Storchaka
2015-05-30
1
-3/+7
[next]