summaryrefslogtreecommitdiff
path: root/Doc/c-api/unicode.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8()Serhiy Storchaka2017-01-221-2/+8
* Issue #29087: Removed the documentation of non-existing UCS4 support functions.Serhiy Storchaka2016-12-281-20/+0
|\
| * Issue #29087: Removed the documentation of non-existing UCS4 support functions.Serhiy Storchaka2016-12-281-20/+0
| |\
| | * Issue #29087: Removed the documentation of non-existing UCS4 support functions.Serhiy Storchaka2016-12-281-20/+0
* | | Issue #28822: Adjust indices handling of PyUnicode_FindChar().Xiang Zhang2016-12-201-0/+3
|/ /
* | Issue #29009: Merge 3.5.Xiang Zhang2016-12-191-4/+0
|\ \ | |/
| * Issue #29009: Remove outdated doc of PyUnicode_RichCompare.Xiang Zhang2016-12-191-4/+0
* | Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.Serhiy Storchaka2016-12-061-2/+1
|\ \ | |/
| * Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.Serhiy Storchaka2016-12-061-2/+1
* | Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API.Serhiy Storchaka2016-11-201-7/+5
|\ \ | |/
| * Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API.Serhiy Storchaka2016-11-201-7/+5
* | Issue #19569: Suggested more appropriate replacements for deprecated UnicodeSerhiy Storchaka2016-11-201-24/+29
|\ \ | |/ |/|
| * Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...Serhiy Storchaka2016-11-161-0/+6
| |\
| * \ Issue #28496: Mark up constants 0, 1 and -1 that denote return values orSerhiy Storchaka2016-10-271-24/+24
| |\ \
| * \ \ Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-4/+4
| |\ \ \
| * \ \ \ Issue #28432: Merge from 3.5Berker Peksag2016-10-171-24/+29
| |\ \ \ \
| | * \ \ \ Merge from 3.5.Serhiy Storchaka2016-10-081-3/+6
| | |\ \ \ \
| | * \ \ \ \ Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().Serhiy Storchaka2016-10-021-24/+29
| | |\ \ \ \ \
| | | * | | | | Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)Steve Dower2016-09-081-13/+17
| | | * | | | | more PY_LONG_LONG to long longBenjamin Peterson2016-09-081-1/+0
| | | * | | | | Issue #27182: Add support for path-like objects to PyUnicode_FSDecoder().Brett Cannon2016-09-061-4/+8
| | | * | | | | Issue #26027: Support path-like objects in PyUnicode-FSConverter().Brett Cannon2016-09-061-1/+4
| | | * | | | | require a long long data type (closes #27961)Benjamin Peterson2016-09-051-5/+0
* | | | | | | | Issue #19569: Suggested more appropriate replacements for deprecated UnicodeSerhiy Storchaka2016-11-201-17/+22
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...Serhiy Storchaka2016-11-161-0/+6
| |_|_|_|_|/ |/| | | | |
* | | | | | Issue #28496: Mark up constants 0, 1 and -1 that denote return values orSerhiy Storchaka2016-10-271-24/+24
| |_|_|_|/ |/| | | |
* | | | | Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-4/+4
|/ / / /
* | | | Issue #28432: Fix first parameter name in PyUnicode_EncodeLocale documentationBerker Peksag2016-10-171-1/+1
| |_|/ |/| |
* | | Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters().Serhiy Storchaka2016-10-081-3/+6
|/ /
* | Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().Serhiy Storchaka2016-10-021-1/+1
|/
* Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rstBerker Peksag2016-04-241-2/+1
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-2/+2
* Issue #15984: Correct PyUnicode_FromObject() and _FromEncodedObject() docsMartin Panter2016-04-151-5/+7
* Correct ?an? ? ?a? with ?Unicode?, ?user?, ?UTF?, etcMartin Panter2016-04-151-3/+3
* Fixed documentation of functions with const char* arguments.Serhiy Storchaka2015-06-211-14/+21
|\
| * Merge: #23088: Clarify null termination of bytes and strings in C API.R David Murray2015-05-131-14/+21
| |\
| | * Closes #23181: codepoint -> code pointGeorg Brandl2015-01-141-1/+1
| | * Issue #22581: Use more "bytes-like object" throughout the docs and comments.Serhiy Storchaka2014-12-051-14/+21
| | |\
| | | * (Merge 3.4) Closes #22580: Fix documentation of PyUnicode_Tailmatch()Victor Stinner2014-10-091-1/+1
| | | |\
| | | * | Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, renameVictor Stinner2014-08-011-14/+21
* | | | | Fixed documentation of functions with const char* arguments.Serhiy Storchaka2015-06-211-1/+1
|/ / / /
* | | | #23088: Clarify null termination of bytes and strings in C API.R David Murray2015-05-131-16/+24
* | | | Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-181-1/+1
|/ / /
* | | Issue #22581: Use more "bytes-like object" throughout the docs and comments.Serhiy Storchaka2014-12-051-1/+2
| |/ |/|
* | Closes #22580: Fix documentation of PyUnicode_Tailmatch()Victor Stinner2014-10-091-1/+1
|/
* args doesn't need to be a tuple (closes #17210)Benjamin Peterson2014-07-191-1/+1
* Quash extraneous quote.Zachary Ware2014-06-061-1/+1
* Issue 19195: Improved cross-references in C API documentation.Serhiy Storchaka2013-10-091-0/+11
|\
| * Fix a typo in PyUnicode_CopyCharacters() documentation.Serhiy Storchaka2013-08-081-1/+1
| |\
| * | Issue #7330: Implement width and precision (ex: "%5.3s") for the format stringVictor Stinner2013-05-061-0/+11