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
/
unicodeobject.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
-30/+4
*
bpo-20047: Make bytearray methods partition() and rpartition() rejecting (#4158)
Serhiy Storchaka
2017-10-28
1
-2/+2
*
bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (#4058)
Serhiy Storchaka
2017-10-20
1
-1/+1
*
bpo-31338 (#3374)
Barry Warsaw
2017-09-15
1
-50/+34
*
bpo-31393: Fix the use of PyUnicode_READY(). (#3451)
Serhiy Storchaka
2017-09-08
1
-2/+8
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-08
1
-0/+1
*
bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (...
Stefan Krah
2017-08-21
1
-2/+3
*
bpo-22207: Add checks for possible integer overflows in unicodeobject.c. (#2623)
Serhiy Storchaka
2017-07-11
1
-6/+12
*
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
Serhiy Storchaka
2017-06-28
1
-0/+14
*
bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285)
Serhiy Storchaka
2017-06-27
1
-27/+22
*
bpo-29802: Fix reference counting in module-level struct functions (#1213)
Serhiy Storchaka
2017-04-20
1
-0/+1
*
Expand the PySlice_GetIndicesEx macro. (#1023)
Serhiy Storchaka
2017-04-08
1
-2/+3
*
bpo-29549: Fixes docstring for str.index (#256)
Lisa Roach
2017-04-05
1
-2/+10
*
bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. ...
Serhiy Storchaka
2017-03-21
1
-1/+2
*
bpo-29116: Improve error message for concatenating str with non-str. (#710)
Serhiy Storchaka
2017-03-19
1
-1/+10
*
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
Serhiy Storchaka
2017-03-12
1
-2/+2
*
Use Py_RETURN_FALSE/Py_RETURN_TRUE rather than PyBool_FromLong(0)/PyBool_From...
Serhiy Storchaka
2017-03-08
1
-25/+25
*
bpo-29568: Disable any characters between two percents for escaped percent "%...
Serhiy Storchaka
2017-03-08
1
-7/+8
*
Fix grammar in doc string, RST markup
Martin Panter
2017-01-24
1
-2/+2
*
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka
2017-01-23
1
-3/+1
*
Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8()
Serhiy Storchaka
2017-01-22
1
-2/+2
*
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Victor Stinner
2017-01-17
1
-2/+2
*
Issue #20180: forgot to update AC output.
INADA Naoki
2017-01-16
1
-18/+18
*
Issue #20180: convert unicode methods to AC.
INADA Naoki
2017-01-16
1
-408/+511
*
Issue #29145: Merge 3.6.
Xiang Zhang
2017-01-10
1
-6/+8
|
\
|
*
Issue #29145: Merge 3.5.
Xiang Zhang
2017-01-10
1
-6/+8
|
|
\
|
|
*
Issue #29145: Fix overflow checks in str.replace() and str.join().
Xiang Zhang
2017-01-10
1
-6/+8
*
|
|
Issue #29044: Merge 3.6.
Xiang Zhang
2016-12-22
1
-3/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #29044: Merge 3.5.
Xiang Zhang
2016-12-22
1
-3/+4
|
|
\
\
|
|
|
/
|
|
*
Issue #29044: Fix a use-after-free in string '%c' formatter.
Xiang Zhang
2016-12-22
1
-3/+4
*
|
|
Issue #28822: Adjust indices handling of PyUnicode_FindChar().
Xiang Zhang
2016-12-20
1
-8/+4
*
|
|
Merge 3.6.
Xavier de Gaye
2016-12-15
1
-3/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #26919: On Android, operating system data is now always encoded/decoded
Xavier de Gaye
2016-12-15
1
-3/+3
*
|
|
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
Serhiy Storchaka
2016-12-05
1
-2/+16
|
\
\
\
|
|
/
/
|
*
|
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
Serhiy Storchaka
2016-12-05
1
-2/+16
|
|
\
\
|
|
|
/
|
|
*
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
Serhiy Storchaka
2016-12-05
1
-2/+16
*
|
|
Backed out changeset b9c9691c72c5
Victor Stinner
2016-12-04
1
-4/+6
*
|
|
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner
2016-12-01
1
-6/+4
*
|
|
Issue #28774: Simplified encoding a str result of an error handler in ASCII
Serhiy Storchaka
2016-11-23
1
-26/+12
*
|
|
Issue #28774: Fix start/end pos in unicode_encode_ucs1().
Xiang Zhang
2016-11-23
1
-2/+2
*
|
|
Issue #28760: Clean up and fix comments in PyUnicode_AsUnicodeEscapeString().
Serhiy Storchaka
2016-11-21
1
-10/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #28760: Clean up and fix comments in PyUnicode_AsUnicodeEscapeString().
Serhiy Storchaka
2016-11-21
1
-10/+4
*
|
|
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Serhiy Storchaka
2016-11-20
1
-49/+45
*
|
|
Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString now
Serhiy Storchaka
2016-11-16
1
-0/+11
|
\
\
\
|
|
/
/
|
*
|
Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString now
Serhiy Storchaka
2016-11-16
1
-0/+11
*
|
|
Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701).
Serhiy Storchaka
2016-11-16
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701).
Serhiy Storchaka
2016-11-16
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701).
Serhiy Storchaka
2016-11-16
1
-1/+1
*
|
|
Issue #21449: Removed private function _PyUnicode_CompareWithId.
Serhiy Storchaka
2016-11-16
1
-9/+0
|
\
\
\
|
|
/
/
|
*
|
Issue #21449: Removed private function _PyUnicode_CompareWithId.
Serhiy Storchaka
2016-11-16
1
-9/+0
[next]