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
/
bytes_methods.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo
2023-04-22
1
-3/+6
*
gh-102941: Fix "‘subobj’ may be used uninitialized in this function" warn...
Nikita Sobolev
2023-03-27
1
-1/+1
*
gh-93033: Use wmemchr in stringlib (GH-93034)
goldsteinn
2022-05-24
1
-0/+1
*
bpo-43179: Generalise alignment for optimised string routines (GH-24624)
Jessica Clarke
2021-03-31
1
-3/+2
*
bpo-38252: Use 8-byte step to detect ASCII sequence in 64bit Windows build (G...
Ma Lin
2020-10-18
1
-10/+10
*
bpo-40170: Add _PyIndex_Check() internal function (GH-19426)
Victor Stinner
2020-04-08
1
-1/+2
*
bpo-35081: Move bytes_methods.h to the internal C API (GH-18492)
Victor Stinner
2020-02-12
1
-1/+1
*
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
Andy Lester
2020-02-12
1
-8/+8
*
bpo-38383: Fix possible integer overflow in startswith() of bytes and bytearr...
Hai Shi
2019-10-06
1
-1/+1
*
closes bpo-34599: Improve performance of _Py_bytes_capitalize(). (GH-9083)
Sergey Fedoseev
2018-09-07
1
-17/+3
*
bpo-20180: complete AC conversion of Objects/stringlib/transmogrify.h (GH-8039)
Tal Einat
2018-07-06
1
-30/+0
*
bpo-32677: Optimize str.isascii() (GH-5356)
INADA Naoki
2018-01-28
1
-4/+36
*
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
INADA Naoki
2018-01-27
1
-0/+20
*
bpo-29549: Fixes docstring for str.index (#256)
Lisa Roach
2017-04-05
1
-3/+10
*
bpo-29730: replace some calls to PyNumber_Check and improve some error messag...
Oren Milman
2017-03-12
1
-15/+19
*
remove all usage of Py_LOCAL
Benjamin Peterson
2016-09-09
1
-2/+2
*
Issue #27474: Unified error messages in the __contains__ method of bytes and
Serhiy Storchaka
2016-07-10
1
-1/+1
*
Issue #26765: Fixed parsing Py_ssize_t arguments on 32-bit Windows.
Serhiy Storchaka
2016-07-03
1
-0/+1
*
Issue #26765: Moved common code and docstrings for bytes and bytearray methods
Serhiy Storchaka
2016-05-04
1
-0/+424
*
Issue #25923: Added more const qualifiers to signatures of static and private...
Serhiy Storchaka
2015-12-25
1
-3/+3
*
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka
2015-02-02
1
-39/+7
|
\
|
*
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka
2015-02-02
1
-27/+6
*
|
#16518: Bring error messages in harmony with docs ("bytes-like object")
R David Murray
2014-10-05
1
-1/+1
*
|
Issue #20179: Apply Argument Clinic to bytes and bytearray.
Martin v. Löwis
2014-07-27
1
-4/+2
|
/
*
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou
2013-08-13
1
-15/+15
*
Issue #13738: Simplify implementation of bytes.lower() and bytes.upper().
Antoine Pitrou
2012-01-08
1
-10/+2
*
Fix closes Issue12385 - Clarify maketrans method docstring for bytes and byte...
Senthil Kumaran
2011-06-27
1
-4/+4
*
Fix (harmless) warning with MSVC.
Antoine Pitrou
2010-08-15
1
-1/+1
*
Fix indentation and remove dead code.
Antoine Pitrou
2010-08-15
1
-132/+98
*
Fix the docstrings of the capitalize method.
Senthil Kumaran
2010-07-05
1
-1/+2
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-157/+157
*
Issue #7065: Fix a crash in bytes.maketrans and bytearray.maketrans when
Antoine Pitrou
2009-10-14
1
-2/+2
*
Merged revisions 72040 via svnmerge from
Eric Smith
2009-04-27
1
-246/+33
*
Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate
Georg Brandl
2009-04-12
1
-0/+67
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-10/+10
*
For PEP3137: Adds missing methods to the mutable PyBytes object (soon
Gregory P. Smith
2007-10-16
1
-0/+610