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
/
bytesobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the various iterators' "setstate" sliently and consistently clip the
Kristján Valur Jónsson
2014-03-05
1
-3/+7
|
\
|
*
Make the various iterators' "setstate" sliently and consistently clip the
Kristján Valur Jónsson
2014-03-05
1
-3/+7
*
|
(Merge 3.3) Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if
Victor Stinner
2013-12-13
1
-3/+16
|
\
\
|
|
/
|
*
Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if "%c"
Victor Stinner
2013-12-13
1
-3/+16
*
|
Silence expression result unused warnings with clang.
Christian Heimes
2013-12-04
1
-3/+3
*
|
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes
2013-11-20
1
-1/+1
*
|
#17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs().
Ezio Melotti
2013-11-16
1
-1/+1
*
|
Issue #16286: optimize PyUnicode_RichCompare() for identical strings (same
Victor Stinner
2013-11-04
1
-7/+16
*
|
Issue #16286: write a new subfunction bytes_compare_eq()
Victor Stinner
2013-11-04
1
-37/+47
*
|
Issue #18408: Fix error handling in PyBytes_FromObject()
Victor Stinner
2013-10-29
1
-2/+1
*
|
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka
2013-10-19
1
-1/+1
*
|
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou
2013-08-13
1
-22/+22
*
|
Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
Serhiy Storchaka
2013-02-10
1
-2/+3
|
\
\
|
|
/
|
*
Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
Serhiy Storchaka
2013-02-10
1
-2/+3
|
|
\
|
|
*
Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
Serhiy Storchaka
2013-02-10
1
-2/+3
*
|
|
Issue #17034: Use Py_CLEAR() in bytesobject.c.
Serhiy Storchaka
2013-02-02
1
-8/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #17034: Use Py_CLEAR() in bytesobject.c.
Serhiy Storchaka
2013-02-02
1
-8/+4
|
|
\
\
|
|
|
/
|
|
*
Issue #17034: Use Py_CLEAR() in bytesobject.c.
Serhiy Storchaka
2013-02-02
1
-8/+4
*
|
|
Issue #16975: Fix error handling bug in the escape-decode bytes decoder.
Serhiy Storchaka
2013-01-25
1
-0/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #16975: Fix error handling bug in the escape-decode bytes decoder.
Serhiy Storchaka
2013-01-25
1
-0/+4
|
|
\
\
|
|
|
/
|
|
*
Issue #16975: Fix error handling bug in the escape-decode bytes decoder.
Serhiy Storchaka
2013-01-25
1
-0/+4
|
|
*
Fix the internals of our hash functions to used unsigned values during hash
Gregory P. Smith
2012-12-11
1
-1/+1
|
|
*
merge 3.1 (#14509)
Benjamin Peterson
2012-04-09
1
-0/+2
|
|
|
\
|
|
|
*
fix build without Py_DEBUG and DNDEBUG (closes #14509)
Benjamin Peterson
2012-04-09
1
-0/+2
|
|
*
|
merge 3.2
Benjamin Peterson
2012-02-21
1
-0/+1
|
|
|
\
\
|
|
|
|
/
|
|
|
*
ensure no one tries to hash things before the random seed is found
Benjamin Peterson
2012-02-21
1
-0/+1
|
|
*
|
Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...
Georg Brandl
2012-02-20
1
-1/+11
|
|
|
\
\
|
|
|
|
/
|
|
|
*
Issue #13703: add a way to randomize the hash values of basic types (str, byt...
Georg Brandl
2012-02-20
1
-1/+11
*
|
|
|
merge 3.3 (#16722)
Benjamin Peterson
2012-12-19
1
-5/+28
|
\
\
\
\
|
|
/
/
/
|
*
|
|
try to call __bytes__ before __index__ (closes #16722)
Benjamin Peterson
2012-12-19
1
-5/+28
*
|
|
|
Issue #16495: remove extraneous NULL encoding check from bytes_decode().
Chris Jerdonek
2012-12-07
1
-2/+0
*
|
|
|
Issue #15958: bytes.join and bytearray.join now accept arbitrary buffer objects.
Antoine Pitrou
2012-10-16
1
-91/+16
*
|
|
|
Issue #16148: implemented PEP 424
Armin Ronacher
2012-10-06
1
-1/+1
|
/
/
/
*
|
|
Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays.
Stefan Krah
2012-07-28
1
-1/+0
*
|
|
Issue #14889: PyBytes_FromObject(bytes) now just increfs and returns.
Larry Hastings
2012-05-25
1
-0/+6
*
|
|
Simplify and optimize formatlong()
Victor Stinner
2012-04-27
1
-143/+0
*
|
|
Check newly created consistency using _PyUnicode_CheckConsistency(str, 1)
Victor Stinner
2012-04-27
1
-0/+1
*
|
|
Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in t...
Antoine Pitrou
2012-04-04
1
-2/+2
*
|
|
Issue #14288: Serialization support for builtin iterators.
Kristján Valur Jónsson
2012-04-03
1
-0/+34
*
|
|
#14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearr...
Ezio Melotti
2012-02-26
1
-8/+12
*
|
|
merge with 3.2
Georg Brandl
2012-01-22
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Fix #13834: strip() strips leading and trailing whitespace.
Georg Brandl
2012-01-22
1
-1/+1
|
*
|
Consolidate the occurrances of the prime used as the multiplier when hashing
Gregory P. Smith
2012-01-14
1
-1/+1
*
|
|
Issue #11231: Fix bytes and bytearray docstrings
Victor Stinner
2011-12-17
1
-3/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #11231: Fix bytes and bytearray docstrings
Victor Stinner
2011-12-17
1
-3/+4
*
|
|
Issue #13411: memoryview objects are now hashable when the underlying object ...
Antoine Pitrou
2011-11-21
1
-16/+5
*
|
|
Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH()
Victor Stinner
2011-11-21
1
-1/+1
*
|
|
Issue #12170: The count(), find(), rfind(), index() and rindex() methods
Antoine Pitrou
2011-10-20
1
-18/+44
*
|
|
Issue #13088: Add shared Py_hexdigits constant to format a number into base 16
Victor Stinner
2011-10-14
1
-3/+2
*
|
|
Fix hex_digit_to_int() prototype: expect Py_UCS4, not Py_UNICODE
Victor Stinner
2011-09-29
1
-2/+2
[next]