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
*
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
*
|
replace PY_LONG_LONG with long long
Benjamin Peterson
2016-09-06
1
-2/+2
*
|
require a long long data type (closes #27961)
Benjamin Peterson
2016-09-06
1
-6/+0
*
|
Issue #27938: Add a fast-path for us-ascii encoding
Victor Stinner
2016-09-05
1
-56/+110
*
|
PEP 7 style for if/else in C
Victor Stinner
2016-09-02
1
-16/+32
*
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
1
-7/+7
*
|
Issue #26754: Undocumented support of general bytes-like objects
Serhiy Storchaka
2016-08-06
1
-6/+7
*
|
Issue #27454: Use PyDict_SetDefault in PyUnicode_InternInPlace
Berker Peksag
2016-07-25
1
-14/+6
*
|
Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as
Serhiy Storchaka
2016-06-18
1
-1/+7
|
\
\
|
|
/
|
*
Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as
Serhiy Storchaka
2016-06-18
1
-1/+7
*
|
Issue #27171: Merge typo fixes from 3.5
Martin Panter
2016-06-02
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27171: Fix typos in documentation, comments, and test function names
Martin Panter
2016-06-02
1
-1/+1
*
|
Issue #26765: Moved common code and docstrings for bytes and bytearray methods
Serhiy Storchaka
2016-05-04
1
-10/+24
*
|
Issue #15984: Merge PyUnicode doc from 3.5
Martin Panter
2016-04-15
1
-1/+1
|
\
\
|
|
/
|
*
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter
2016-04-15
1
-1/+1
*
|
Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject().
Serhiy Storchaka
2016-04-13
1
-399/+163
*
|
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka
2016-04-10
1
-4/+4
|
\
\
|
|
/
|
*
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka
2016-04-10
1
-4/+4
*
|
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-4/+4
|
\
\
|
|
/
|
*
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-4/+4
*
|
Issue #26494: Fixed crash on iterating exhausting iterators.
Serhiy Storchaka
2016-03-30
1
-1/+1
|
\
\
|
|
/
|
*
Issue #26494: Fixed crash on iterating exhausting iterators.
Serhiy Storchaka
2016-03-30
1
-1/+1
*
|
Merge 3.5
Victor Stinner
2016-03-01
1
-9/+12
|
\
\
|
|
/
|
*
Issue #26464: Fix unicode_fast_translate() again
Victor Stinner
2016-03-01
1
-9/+12
*
|
Merge 3.5
Victor Stinner
2016-03-01
1
-3/+4
|
\
\
|
|
/
|
*
Fix str.translate()
Victor Stinner
2016-03-01
1
-3/+4
*
|
Merge 3.5
Victor Stinner
2016-01-27
1
-0/+2
|
\
\
|
|
/
|
*
Fix resize_compact()
Victor Stinner
2016-01-27
1
-0/+2
*
|
Issue #20440: More use of Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-1/+1
|
\
\
|
|
/
|
*
Issue #20440: More use of Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-1/+1
*
|
Issue #25923: Added more const qualifiers to signatures of static and private...
Serhiy Storchaka
2015-12-25
1
-3/+3
*
|
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka
2015-12-25
1
-6/+6
*
|
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
1
-8/+4
|
\
\
|
|
/
|
*
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
1
-8/+4
*
|
Issues #25890, #25891, #25892: Removed unused variables in Windows code.
Serhiy Storchaka
2015-12-18
1
-1/+0
*
|
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
Serhiy Storchaka
2015-12-02
1
-0/+5
|
\
\
|
|
/
|
*
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
Serhiy Storchaka
2015-12-02
1
-0/+5
|
|
\
|
|
*
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
Serhiy Storchaka
2015-12-02
1
-0/+5
*
|
|
merge 3.5 (#25630)
Benjamin Peterson
2015-11-16
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
make the PyUnicode_FSConverter cleanup set the decrefed argument to NULL (clo...
Benjamin Peterson
2015-11-16
1
-0/+1
*
|
|
Issue #24821: Refactor STRINGLIB(fastsearch_memchr_1char) and split it on
Serhiy Storchaka
2015-11-14
1
-17/+16
*
|
|
Issue #25523: Merge a-to-an corrections from 3.5.
Serhiy Storchaka
2015-11-02
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #25523: Merge a-to-an corrections from 3.4.
Serhiy Storchaka
2015-11-02
1
-2/+2
|
|
\
\
|
|
|
/
[next]