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 #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
*
|
|
|
|
Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising
Serhiy Storchaka
2016-10-21
1
-5/+2
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising
Serhiy Storchaka
2016-10-21
1
-5/+2
*
|
|
|
|
merge 3.6 (#28454)
Benjamin Peterson
2016-10-16
1
-4/+4
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
merge 3.5 (#28454)
Benjamin Peterson
2016-10-16
1
-4/+4
|
|
\
\
\
\
|
|
|
/
/
/
|
|
*
|
|
remove extra PyErr_Format arguments (closes #28454)
Benjamin Peterson
2016-10-16
1
-4/+4
*
|
|
|
|
Merge 3.6
Victor Stinner
2016-10-12
1
-3/+3
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Fix _Py_normalize_encoding() command
Victor Stinner
2016-10-12
1
-3/+3
*
|
|
|
|
merge 3.6 (#28417)
Benjamin Peterson
2016-10-12
1
-1/+0
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
va_end vargs2 once (closes #28417)
Benjamin Peterson
2016-10-12
1
-1/+0
*
|
|
|
|
Issue #28400: Removed uncessary checks in unicode_char and resize_copy.
Serhiy Storchaka
2016-10-09
1
-9/+5
|
/
/
/
/
*
|
|
|
Merge from 3.5.
Serhiy Storchaka
2016-10-08
1
-3/+7
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters().
Serhiy Storchaka
2016-10-08
1
-3/+7
*
|
|
|
Merge 3.5
Victor Stinner
2016-09-21
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Fix PyUnicode_FromFormatV() error handling
Victor Stinner
2016-09-21
1
-1/+1
*
|
|
|
va_end() all va_copy()ed va_lists.
Christian Heimes
2016-09-21
1
-0/+3
*
|
|
|
replace usage of Py_VA_COPY with the (C99) standard va_copy
Benjamin Peterson
2016-09-21
1
-3/+2
*
|
|
|
Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly opt...
Christian Heimes
2016-09-13
1
-16/+16
*
|
|
|
remove all usage of Py_LOCAL
Benjamin Peterson
2016-09-09
1
-1/+1
*
|
|
|
#27364: Deprecate invalid escape strings in str/byutes.
R David Murray
2016-09-08
1
-0/+3
*
|
|
|
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
Steve Dower
2016-09-08
1
-19/+27
*
|
|
|
more PY_LONG_LONG to long long
Benjamin Peterson
2016-09-08
1
-2/+2
*
|
|
|
replace some Py_LOCAL_INLINE with the inline keyword
Benjamin Peterson
2016-09-07
1
-9/+10
*
|
|
|
merge 3.5
Benjamin Peterson
2016-09-07
1
-3/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
promote some shifts to unsigned, so as not to invoke undefined behavior
Benjamin Peterson
2016-09-07
1
-3/+3
*
|
|
|
Issue #27182: Add support for path-like objects to PyUnicode_FSDecoder().
Brett Cannon
2016-09-07
1
-14/+37
*
|
|
|
Optimize unicode_escape and raw_unicode_escape
Victor Stinner
2016-09-07
1
-374/+314
*
|
|
|
_PyUnicodeWriter: assert that max character <= MAX_UNICODE
Victor Stinner
2016-09-06
1
-0/+3
*
|
|
|
Issue #26027: Support path-like objects in PyUnicode-FSConverter().
Brett Cannon
2016-09-06
1
-12/+13
*
|
|
|
replace Python aliases for standard integer types with the standard integer t...
Benjamin Peterson
2016-09-06
1
-4/+4
*
|
|
|
Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.
Serhiy Storchaka
2016-09-06
1
-18/+24
[prev]
[next]