summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/unicode.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-141004: Document PyUnicode_IS_COMPACT and PyUnicode_IS_COMPACT_ASCII macro...Yashraj4 days1-0/+21
* gh-141004: Document `Py_UNICODE_{HIGH, LOW}_SURROGATE` functions (GH-141019)Stan Ulbrych2025-11-041-2/+12
* Remove unmatched closing parenthesis (GH-139082)Rafael Fontenelle2025-09-181-1/+1
* gh-133968: Update PyUnicodeWriter_WriteASCII() documentation (#135297)Victor Stinner2025-06-091-1/+1
* gh-134891: Add PyUnstable_Unicode_GET_CACHED_HASH (GH-134892)Petr Viktorin2025-06-061-0/+16
* Doc: remove unnecessary section header (GH-134917)Inada Naoki2025-05-301-4/+0
* gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973)Victor Stinner2025-05-291-1/+16
* gh-133260: Remove claim that PyUnicode_InternFromString immortalizes (GH-134213)Petr Viktorin2025-05-291-4/+0
* gh-46236: Document PyUnicode_BuildEncodingMap (#133270)Stan Ulbrych2025-05-091-0/+11
* gh-46236: Document `PyUnicodeIter_Type` (GH-132925)Stan Ulbrych2025-04-291-2/+8
* gh-46236: Add Py_UNICODE_REPLACEMENT_CHARACTER doc (#132706)Stan Ulbrych2025-04-221-0/+11
* gh-46236: Add PyUnicode_Resize() doc (#132628)RUANG (James Roy)2025-04-221-0/+15
* gh-46236: Add missing PyUnicode_FromOrdinal() doc (#132040)RUANG (James Roy)2025-04-141-0/+8
* Docs: Fix a typo in `Doc/c-api/unicode.rst` (#132318)Yongzi Li2025-04-131-1/+1
* Python 3.14.0a6v3.14.0a6Hugo van Kemenade2025-03-141-1/+1
* gh-46236: Add missing PyUnicode_Append() doc (#130531)RUANG (James Roy)2025-03-111-0/+17
* gh-46236: PyUnicode docs improvements (GH-129966)Petr Viktorin2025-02-281-46/+120
* gh-46236: Add docs for PyUnicode_GetDefaultEncoding() doc (GH-130335)RUANG (James Roy)2025-02-241-0/+9
* gh-46236: Document PyUnicode_RSplit, PyUnicode_Partition and PyUnicode_RParti...Marc Mueller2025-02-201-0/+41
* gh-82045: Correct and deduplicate "isprintable" docs; add test. (GH-130118)Stan Ulbrych2025-02-141-7/+2
* gh-46236: Document `PyUnicode_DecodeCodePageStateful` (GH-127934)Yuki Kobayashi2025-02-101-0/+7
* Docs C API: Clarify what happens when null bytes are passed to `PyUnicode_AsU...Peter Bierma2025-01-201-0/+9
* gh-90241: Clarify documentation for PyUnicode_FSConverter and PyUnicode_FSDec...Serhiy Storchaka2025-01-061-8/+27
* gh-119182: Complete PyUnicodeWriter documentation (#127607)Victor Stinner2024-12-051-0/+9
* Python 3.14.0a1v3.14.0a1Hugo van Kemenade2024-10-151-1/+1
* gh-125196: PyUnicodeWriter_Discard(NULL) does nothing (#125222)Victor Stinner2024-10-091-0/+2
* gh-124502: Add PyUnicode_Equal() function (#124504)Victor Stinner2024-10-071-0/+25
* doc: PyUnicode_AsUTF8String() fails if string contains surrogates (#124605)Victor Stinner2024-09-271-3/+10
* GH-95079: document error behaviour for some unicode C APIs (#95080)Max Bachmann2024-09-271-0/+9
* gh-121277: Allow `.. versionadded:: next` in docs (GH-121278)Petr Viktorin2024-09-251-1/+1
* gh-113993: Don't immortalize in PyUnicode_InternInPlace; keep immortalizing i...Petr Viktorin2024-07-161-6/+31
* gh-119182: Add PyUnicodeWriter_WriteUCS4() function (#120849)Victor Stinner2024-06-241-0/+9
* gh-119182: Add PyUnicodeWriter_DecodeUTF8Stateful() (#120639)Victor Stinner2024-06-211-3/+32
* gh-119182: Add PyUnicodeWriter C API (#119184)Victor Stinner2024-06-171-0/+84
* gh-117642: Fix PEP 737 implementation (GH-117643)Serhiy Storchaka2024-04-081-3/+3
* gh-111696, PEP 737: Add %T and %N to PyUnicode_FromFormat() (#116839)Victor Stinner2024-03-141-0/+23
* gh-113437: Update documentation about PyUnicode_AsWideChar() function (GH-113...qqwqqw6892024-02-131-1/+6
* gh-62897: Update PyUnicode C API parameter names (GH-12680)Rune Tynan2023-12-051-91/+91
* gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)Victor Stinner2023-11-071-8/+0
* gh-111089: PyUnicode_AsUTF8AndSize() sets size on error (#111106)Victor Stinner2023-10-201-2/+2
* gh-111089: PyUnicode_AsUTF8() now raises on embedded NUL (#111091)Victor Stinner2023-10-201-0/+8
* gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSiz...Serhiy Storchaka2023-10-111-0/+22
* gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258)Serhiy Storchaka2023-08-221-1/+1
* gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552)Eric Snow2023-08-071-6/+6
* gh-107298: Fix more Sphinx warnings in the C API doc (#107329)Victor Stinner2023-07-271-3/+3
* gh-107298: Fix Sphinx warnings in the C API doc (#107302)Victor Stinner2023-07-261-2/+2
* gh-107298: Fix doc references to undocumented modules (#107300)Victor Stinner2023-07-261-1/+1
* gh-106948: Add standard external names to nitpick_ignore (GH-106949)Serhiy Storchaka2023-07-221-11/+11
* gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)Serhiy Storchaka2023-07-211-5/+5
* gh-105156: Update Unicode C API: remove deprecation (#105379)Victor Stinner2023-06-061-9/+0