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
/
Doc
/
c-api
/
unicode.rst
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Issue #28822: Adjust indices handling of PyUnicode_FindChar().
Xiang Zhang
2016-12-20
1
-0/+3
|
/
/
*
|
Issue #29009: Merge 3.5.
Xiang Zhang
2016-12-19
1
-4/+0
|
\
\
|
|
/
|
*
Issue #29009: Remove outdated doc of PyUnicode_RichCompare.
Xiang Zhang
2016-12-19
1
-4/+0
*
|
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
Serhiy Storchaka
2016-12-05
1
-2/+1
|
\
\
|
|
/
|
*
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
Serhiy Storchaka
2016-12-05
1
-2/+1
*
|
Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API.
Serhiy Storchaka
2016-11-20
1
-7/+5
|
\
\
|
|
/
|
*
Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API.
Serhiy Storchaka
2016-11-20
1
-7/+5
*
|
Issue #19569: Suggested more appropriate replacements for deprecated Unicode
Serhiy Storchaka
2016-11-20
1
-17/+22
|
\
\
|
|
/
|
*
Issue #19569: Suggested more appropriate replacements for deprecated Unicode
Serhiy Storchaka
2016-11-20
1
-17/+22
*
|
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...
Serhiy Storchaka
2016-11-16
1
-0/+6
|
\
\
|
|
/
|
*
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...
Serhiy Storchaka
2016-11-16
1
-0/+6
*
|
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Serhiy Storchaka
2016-10-27
1
-24/+24
|
\
\
|
|
/
|
*
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Serhiy Storchaka
2016-10-27
1
-24/+24
*
|
Issue #19795: Mark up None as literal text.
Serhiy Storchaka
2016-10-19
1
-4/+4
|
\
\
|
|
/
|
*
Issue #19795: Mark up None as literal text.
Serhiy Storchaka
2016-10-19
1
-4/+4
*
|
Issue #28432: Merge from 3.5
Berker Peksag
2016-10-16
1
-1/+1
|
\
\
|
|
/
|
*
Issue #28432: Fix first parameter name in PyUnicode_EncodeLocale documentation
Berker Peksag
2016-10-16
1
-1/+1
*
|
Merge from 3.5.
Serhiy Storchaka
2016-10-08
1
-3/+6
|
\
\
|
|
/
|
*
Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters().
Serhiy Storchaka
2016-10-08
1
-3/+6
*
|
Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
Serhiy Storchaka
2016-10-02
1
-1/+1
|
\
\
|
|
/
|
*
Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
Serhiy Storchaka
2016-10-02
1
-1/+1
*
|
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
Steve Dower
2016-09-08
1
-13/+17
*
|
more PY_LONG_LONG to long long
Benjamin Peterson
2016-09-08
1
-1/+0
*
|
Issue #27182: Add support for path-like objects to PyUnicode_FSDecoder().
Brett Cannon
2016-09-07
1
-4/+8
*
|
Issue #26027: Support path-like objects in PyUnicode-FSConverter().
Brett Cannon
2016-09-06
1
-1/+4
*
|
require a long long data type (closes #27961)
Benjamin Peterson
2016-09-06
1
-5/+0
|
/
*
Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst
Berker Peksag
2016-04-24
1
-2/+1
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
1
-2/+2
*
Issue #15984: Correct PyUnicode_FromObject() and _FromEncodedObject() docs
Martin Panter
2016-04-15
1
-5/+7
*
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter
2016-04-15
1
-3/+3
*
Fixed documentation of functions with const char* arguments.
Serhiy Storchaka
2015-06-21
1
-1/+1
|
\
|
*
Fixed documentation of functions with const char* arguments.
Serhiy Storchaka
2015-06-21
1
-1/+1
*
|
Merge: #23088: Clarify null termination of bytes and strings in C API.
R David Murray
2015-05-14
1
-16/+24
|
\
\
|
|
/
|
*
#23088: Clarify null termination of bytes and strings in C API.
R David Murray
2015-05-14
1
-16/+24
|
*
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka
2015-01-18
1
-1/+1
*
|
Closes #23181: codepoint -> code point
Georg Brandl
2015-01-14
1
-1/+1
*
|
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
Serhiy Storchaka
2014-12-05
1
-1/+2
|
\
\
|
|
/
|
*
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
Serhiy Storchaka
2014-12-05
1
-1/+2
*
|
(Merge 3.4) Closes #22580: Fix documentation of PyUnicode_Tailmatch()
Victor Stinner
2014-10-09
1
-1/+1
|
\
\
|
|
/
|
*
Closes #22580: Fix documentation of PyUnicode_Tailmatch()
Victor Stinner
2014-10-09
1
-1/+1
*
|
Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename
Victor Stinner
2014-08-01
1
-14/+21
|
/
*
args doesn't need to be a tuple (closes #17210)
Benjamin Peterson
2014-07-19
1
-1/+1
*
Quash extraneous quote.
Zachary Ware
2014-06-06
1
-1/+1
*
Issue 19195: Improved cross-references in C API documentation.
Serhiy Storchaka
2013-10-09
1
-3/+3
|
\
|
*
Issue 19195: Improved cross-references in C API documentation.
Serhiy Storchaka
2013-10-09
1
-3/+3
*
|
Fix a typo in PyUnicode_CopyCharacters() documentation.
Serhiy Storchaka
2013-08-08
1
-1/+1
|
\
\
|
|
/
|
*
Fix a typo in PyUnicode_CopyCharacters() documentation.
Serhiy Storchaka
2013-08-08
1
-1/+1
*
|
Issue #7330: Implement width and precision (ex: "%5.3s") for the format string
Victor Stinner
2013-05-06
1
-0/+11
|
/
*
Closes #4159: add LaTeX tabular column specifications to tables that otherwis...
Georg Brandl
2013-03-28
1
-0/+2
*
Remove redundant sentence from c-api docs (issue #16323)
Andrew Svetlov
2012-11-29
1
-4/+1
[prev]
[next]