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
*
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
*
|
|
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
Serhiy Storchaka
2016-11-16
1
-0/+38
|
\
\
\
|
|
/
/
|
*
|
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
Serhiy Storchaka
2016-11-16
1
-0/+38
|
|
\
\
|
|
|
/
|
|
*
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
Serhiy Storchaka
2016-11-16
1
-0/+38
*
|
|
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...
Serhiy Storchaka
2016-11-16
1
-0/+35
|
\
\
\
|
|
/
/
|
*
|
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...
Serhiy Storchaka
2016-11-16
1
-0/+35
|
|
\
\
|
|
|
/
|
|
*
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...
Serhiy Storchaka
2016-11-16
1
-0/+35
*
|
|
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
Serhiy Storchaka
2016-11-12
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
Serhiy Storchaka
2016-11-12
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
Serhiy Storchaka
2016-11-12
1
-1/+1
|
|
|
\
|
|
|
*
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
Serhiy Storchaka
2016-11-12
1
-1/+1
|
|
|
|
\
|
|
|
|
*
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
Serhiy Storchaka
2016-11-12
1
-1/+1
|
|
|
|
*
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
Serhiy Storchaka
2015-12-02
1
-0/+5
*
|
|
|
|
Closes #27781: Removes special cases for the experimental aspect of PEP 529
Steve Dower
2016-11-07
1
-10/+1
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Closes #27781: Removes special cases for the experimental aspect of PEP 529
Steve Dower
2016-11-07
1
-10/+1
|
*
|
|
|
Issue 28128: Print out better error/warning messages for invalid string escap...
Eric V. Smith
2016-10-31
1
-6/+32
*
|
|
|
|
Issue 28128: Print out better error/warning messages for invalid string escapes.
Eric V. Smith
2016-10-31
1
-6/+32
*
|
|
|
|
Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(),
Serhiy Storchaka
2016-10-27
1
-0/+21
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(),
Serhiy Storchaka
2016-10-27
1
-0/+21
*
|
|
|
|
Issue #28408: Fixed a leak and remove redundant code in _PyUnicodeWriter_Fini...
Serhiy Storchaka
2016-10-25
1
-18/+12
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #28408: Fixed a leak and remove redundant code in _PyUnicodeWriter_Fini...
Serhiy Storchaka
2016-10-25
1
-18/+12
*
|
|
|
|
Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug b...
Serhiy Storchaka
2016-10-25
1
-10/+2
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug b...
Serhiy Storchaka
2016-10-25
1
-10/+2
|
|
\
\
\
\
|
|
|
/
/
/
|
|
*
|
|
Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug b...
Serhiy Storchaka
2016-10-25
1
-10/+2
|
|
|
\
\
\
|
|
|
|
/
/
|
|
|
*
|
Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug b...
Serhiy Storchaka
2016-10-25
1
-10/+2
*
|
|
|
|
Issue #28439: Remove redundant checks in PyUnicode_EncodeLocale and
Serhiy Storchaka
2016-10-23
1
-27/+20
*
|
|
|
|
Issue #28511: Use the "U" format instead of "O!" in PyArg_Parse*.
Serhiy Storchaka
2016-10-23
1
-3/+3
*
|
|
|
|
Issue #28504: Cleanup unicode_decode_call_errorhandler_wchar/writer.
Serhiy Storchaka
2016-10-22
1
-16/+8
[next]