COMMITS
/ Doc/c-api/unicode.rst December 19, 2018
S
Fix documented signatures for C API functions. (GH-11236)
Serhiy Storchaka committed
September 11, 2018
V
Revert "bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)" (GH-9187)
Victor Stinner committed
September 7, 2018
V
bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)
Victor Stinner committed
January 22, 2018
V
bpo-29240: PyUnicode_DecodeLocale() uses UTF-8 on Android (#5272)
Victor Stinner committed
January 15, 2018
V
bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
Victor Stinner committed
June 27, 2017
S
bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285)
Serhiy Storchaka committed
April 27, 2017
L
bpo-28415: Note 0 conversion different between Python and C (#885)
Louie Lu committed
March 30, 2017
S
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)
Serhiy Storchaka committed
March 19, 2017
S
bpo-28749: Fixed the documentation of the mapping codec APIs. (#487)
Serhiy Storchaka committed
January 22, 2017
S
Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8()
Serhiy Storchaka committed
December 28, 2016
S
Issue #29087: Removed the documentation of non-existing UCS4 support functions.
Serhiy Storchaka committed
S
Issue #29087: Removed the documentation of non-existing UCS4 support functions.
Serhiy Storchaka committed
S
Issue #29087: Removed the documentation of non-existing UCS4 support functions.
Serhiy Storchaka committed
December 20, 2016
X
Issue #28822: Adjust indices handling of PyUnicode_FindChar().
Xiang Zhang committed
December 19, 2016
X
Issue #29009: Merge 3.5.
Xiang Zhang committed
X
Issue #29009: Remove outdated doc of PyUnicode_RichCompare.
Xiang Zhang committed
December 5, 2016
S
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
Serhiy Storchaka committed
S
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
Serhiy Storchaka committed
November 20, 2016
S
Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API.
Serhiy Storchaka committed
S
Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API.
Serhiy Storchaka committed
S
Issue #19569: Suggested more appropriate replacements for deprecated Unicode
Serhiy Storchaka committed
S
Issue #19569: Suggested more appropriate replacements for deprecated Unicode
Serhiy Storchaka committed
November 16, 2016
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
October 27, 2016
S
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Serhiy Storchaka committed
S
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Serhiy Storchaka committed
October 19, 2016
S
Issue #19795: Mark up None as literal text.
Serhiy Storchaka committed
S
Issue #19795: Mark up None as literal text.
Serhiy Storchaka committed
October 16, 2016
B
Issue #28432: Merge from 3.5
Berker Peksag committed
B
Issue #28432: Fix first parameter name in PyUnicode_EncodeLocale documentation
Berker Peksag committed
October 8, 2016
S
Merge from 3.5.
Serhiy Storchaka committed
S
Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters().
Serhiy Storchaka committed
October 2, 2016
S
Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
Serhiy Storchaka committed
S
Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
Serhiy Storchaka committed
September 8, 2016
S
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
Steve Dower committed
B
more PY_LONG_LONG to long long
Benjamin Peterson committed
September 7, 2016
B
Issue #27182: Add support for path-like objects to PyUnicode_FSDecoder().
Brett Cannon committed
September 6, 2016
B
Issue #26027: Support path-like objects in PyUnicode-FSConverter().
Brett Cannon committed
B
require a long long data type (closes #27961)
Benjamin Peterson committed
April 24, 2016
B
Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst
Berker Peksag committed
April 17, 2016
S
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka committed
April 15, 2016
M
Issue #15984: Correct PyUnicode_FromObject() and _FromEncodedObject() docs
Martin Panter committed
M
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter committed
June 21, 2015
S
Fixed documentation of functions with const char* arguments.
Serhiy Storchaka committed
S
Fixed documentation of functions with const char* arguments.
Serhiy Storchaka committed
May 14, 2015
R
Merge: #23088: Clarify null termination of bytes and strings in C API.
R David Murray committed
R
#23088: Clarify null termination of bytes and strings in C API.
R David Murray committed
January 14, 2015
G
Closes #23181: codepoint -> code point
Georg Brandl committed
December 5, 2014
S
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
Serhiy Storchaka committed
S
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
Serhiy Storchaka committed