summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/unicode.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.12] Docs C API: Clarify what happens when null bytes are passed to `PyUnic...Miss Islington (bot)2025-01-201-0/+9
* [3.12] gh-90241: Clarify documentation for PyUnicode_FSConverter and PyUnicod...Miss Islington (bot)2025-01-061-8/+27
* [3.12] gh-113993: Make interned strings mortal (GH-120520, GH-121364, GH-1219...Petr Viktorin2024-09-271-6/+26
* [3.12] GH-95079: document error behaviour for some unicode C APIs (GH-95080) ...Miss Islington (bot)2024-09-271-0/+9
* [3.12] gh-113437: Update documentation about PyUnicode_AsWideChar() function ...Miss Islington (bot)2024-02-141-1/+6
* [3.12] gh-62897: Update PyUnicode C API parameter names (GH-12680) (GH-112744)Serhiy Storchaka2023-12-051-91/+91
* [3.12] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108...Miss Islington (bot)2023-08-221-1/+1
* [3.12] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552) (...Miss Islington (bot)2023-08-081-6/+6
* [3.12] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-1...Serhiy Storchaka2023-07-281-3/+3
* [3.12] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107375)Serhiy Storchaka2023-07-281-2/+2
* [3.12] gh-107298: Fix doc references to undocumented modules (GH-107300) (GH-...Miss Islington (bot)2023-07-281-1/+1
* [3.12] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (...Serhiy Storchaka2023-07-231-11/+11
* [3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-10...Serhiy Storchaka2023-07-211-5/+5
* [3.12] gh-102304: doc: Add links to Stable ABI and Limited C API (#105345) (#...Victor Stinner2023-06-061-1/+1
* gh-98836: Extend PyUnicode_FromFormat() (GH-98838)Serhiy Storchaka2023-05-211-85/+143
* gh-103883: Doc: Move PyUnicode_FromObject doc (#103913)Inada Naoki2023-04-271-9/+9
* gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)Adam Turner2022-10-051-12/+12
* gh-93738: Documentation C syntax (:c:type:`PyBytesObject*` -> :c:expr:`PyByte...Adam Turner2022-10-041-1/+1
* gh-93738: Documentation C syntax (:c:type:`PyUnicodeObject*` -> :c:expr:`PyUn...Adam Turner2022-10-041-1/+1
* gh-95781: More strict format string checking in PyUnicode_FromFormatV() (GH-9...Serhiy Storchaka2022-08-081-3/+5
* Fix Unicode doc and replace use of macro with PyMem_New function (GH-94088)Pamela Fox2022-07-281-1/+1
* gh-93202: Always use %zd printf formatter (#93201)Victor Stinner2022-05-251-4/+0
* gh-93103: Update PyUnicode_DecodeFSDefault() doc (#93105)Victor Stinner2022-05-231-38/+24
* Document Py_ssize_t. (GH-92512)Julien Palard2022-05-131-4/+4
* gh-92536: Doc update about Py_UNICODE removal (GH-92756)Inada Naoki2022-05-131-1/+1
* gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)Inada Naoki2022-05-121-156/+21
* gh-89653: PEP 670: Fix Sphinx syntax in Unicode doc (#92707)Victor Stinner2022-05-121-4/+4
* gh-89653: PEP 670: unicodeobject.h uses _Py_CAST() (#92696)Victor Stinner2022-05-111-3/+3
* gh-89653: PEP 670: Update C API unicode documentation (#92702)Victor Stinner2022-05-111-10/+11
* Document the lifetime of `PyUnicode_AsUTF8String` (#92325)Matt Wozniski2022-05-061-1/+2
* gh-89653: PEP 670: Amend docs (GH-91813)Erlend Egeberg Aasland2022-04-221-11/+12
* Minor fixes to C API docs (GH-31501)Jelle Zijlstra2022-02-231-4/+4
* closes bpo-46253: Change Py_UNICODE to Py_UCS4 in the C API docs to match the...Julian Gilbey2022-01-111-17/+17
* bpo-43565: Document PyUnicode_KIND's return type as an unsigned int (GH-25724)Ammar Askar2021-07-291-1/+1
* bpo-39560: Document PyUnicode_FromKindAndData() kind transformation (GH-23848)Zackery Spytz2021-06-031-0/+6
* bpo-44029: Remove Py_UNICODE APIs (GH-25881)Inada Naoki2021-05-071-185/+0
* bpo-43506: Doc: Update removal schedule for Py_UNICODE encoder APIs (GH-24885)Inada Naoki2021-03-161-11/+15
* bpo-36346: Document removal schedule of deprecate APIs (GH-20879)Inada Naoki2021-02-221-4/+3
* bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)Antonio Cuni2021-01-061-2/+2
* bpo-42236: Enhance init and encoding documentation (GH-23109)Victor Stinner2020-11-021-6/+5
* bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252)Alex Gaynor2020-10-191-0/+3
* bpo-40204, doc: Fix syntax of C variables (GH-21846)Victor Stinner2020-08-131-1/+1
* bpo-40204: Fix duplicates in the documentation (GH-21857)Victor Stinner2020-08-131-25/+12
* bpo-36346: Doc: Update removal schedule of legacy Unicode (GH-21479)Inada Naoki2020-08-051-9/+30
* bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209)Inada Naoki2020-06-301-14/+0
* bpo-39500: Document PyUnicode_IsIdentifier() function (GH-18397)Victor Stinner2020-02-111-0/+10
* Correct the documented default encoding (GH-18429)Eric Wieser2020-02-101-1/+1
* bpo-38896: Remove PyUnicode_ClearFreeList() function (GH-17354)Victor Stinner2019-11-231-5/+0
* bpo-38600: NULL -> ``NULL``. (GH-17001)Serhiy Storchaka2019-10-301-4/+4
* bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)Serhiy Storchaka2019-10-301-155/+155