COMMITS
/ Doc/c-api/unicode.rst October 15, 2024
H
Python 3.14.0a1
Hugo van Kemenade committed
October 9, 2024
V
gh-125196: PyUnicodeWriter_Discard(NULL) does nothing (#125222)
Victor Stinner committed
October 7, 2024
V
gh-124502: Add PyUnicode_Equal() function (#124504)
Victor Stinner committed
September 27, 2024
V
doc: PyUnicode_AsUTF8String() fails if string contains surrogates (#124605)
Victor Stinner committed
M
GH-95079: document error behaviour for some unicode C APIs (#95080)
Max Bachmann committed
September 25, 2024
P
gh-121277: Allow `.. versionadded:: next` in docs (GH-121278)
Petr Viktorin committed
July 16, 2024
P
June 24, 2024
V
gh-119182: Add PyUnicodeWriter_WriteUCS4() function (#120849)
Victor Stinner committed
June 21, 2024
V
gh-119182: Add PyUnicodeWriter_DecodeUTF8Stateful() (#120639)
Victor Stinner committed
June 17, 2024
V
gh-119182: Add PyUnicodeWriter C API (#119184)
Victor Stinner committed
April 8, 2024
S
gh-117642: Fix PEP 737 implementation (GH-117643)
Serhiy Storchaka committed
March 14, 2024
V
gh-111696, PEP 737: Add %T and %N to PyUnicode_FromFormat() (#116839)
Victor Stinner committed
February 13, 2024
Q
December 5, 2023
R
gh-62897: Update PyUnicode C API parameter names (GH-12680)
Rune Tynan committed
November 7, 2023
V
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner committed
October 20, 2023
V
gh-111089: PyUnicode_AsUTF8AndSize() sets size on error (#111106)
Victor Stinner committed
V
gh-111089: PyUnicode_AsUTF8() now raises on embedded NUL (#111091)
Victor Stinner committed
October 11, 2023
S
gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSize() functions (GH-110297)
Serhiy Storchaka committed
August 22, 2023
S
gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258)
Serhiy Storchaka committed
August 7, 2023
E
gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552)
Eric Snow committed
July 27, 2023
V
gh-107298: Fix more Sphinx warnings in the C API doc (#107329)
Victor Stinner committed
July 26, 2023
V
gh-107298: Fix Sphinx warnings in the C API doc (#107302)
Victor Stinner committed
V
gh-107298: Fix doc references to undocumented modules (#107300)
Victor Stinner committed
July 22, 2023
S
gh-106948: Add standard external names to nitpick_ignore (GH-106949)
Serhiy Storchaka committed
July 21, 2023
S
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka committed
June 6, 2023
V
gh-105156: Update Unicode C API: remove deprecation (#105379)
Victor Stinner committed
V
gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)
Victor Stinner committed
June 1, 2023
V
gh-105156: Deprecate the old Py_UNICODE type in C API (#105157)
Victor Stinner committed
May 21, 2023
S
gh-98836: Extend PyUnicode_FromFormat() (GH-98838)
Serhiy Storchaka committed
April 27, 2023
I
gh-103883: Doc: Move PyUnicode_FromObject doc (#103913)
Inada Naoki committed
October 5, 2022
A
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner committed
October 4, 2022
August 8, 2022
S
gh-95781: More strict format string checking in PyUnicode_FromFormatV() (GH-95784)
Serhiy Storchaka committed
July 28, 2022
P
Fix Unicode doc and replace use of macro with PyMem_New function (GH-94088)
Pamela Fox committed
May 25, 2022
V
gh-93202: Always use %zd printf formatter (#93201)
Victor Stinner committed
May 23, 2022
V
gh-93103: Update PyUnicode_DecodeFSDefault() doc (#93105)
Victor Stinner committed
May 13, 2022
J
Document Py_ssize_t. (GH-92512)
Julien Palard committed
I
gh-92536: Doc update about Py_UNICODE removal (GH-92756)
Inada Naoki committed
May 12, 2022
I
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki committed
V
gh-89653: PEP 670: Fix Sphinx syntax in Unicode doc (#92707)
Victor Stinner committed
May 11, 2022
V
gh-89653: PEP 670: unicodeobject.h uses _Py_CAST() (#92696)
Victor Stinner committed
V
gh-89653: PEP 670: Update C API unicode documentation (#92702)
Victor Stinner committed
May 6, 2022
M
Document the lifetime of `PyUnicode_AsUTF8String` (#92325)
Matt Wozniski committed
April 22, 2022
E
gh-89653: PEP 670: Amend docs (GH-91813)
Erlend Egeberg Aasland committed
February 23, 2022
J
Minor fixes to C API docs (GH-31501)
Jelle Zijlstra committed
January 11, 2022
July 29, 2021
A
bpo-43565: Document PyUnicode_KIND's return type as an unsigned int (GH-25724)
Ammar Askar committed
June 3, 2021
Z
bpo-39560: Document PyUnicode_FromKindAndData() kind transformation (GH-23848)
Zackery Spytz committed
May 7, 2021
I
bpo-44029: Remove Py_UNICODE APIs (GH-25881)
Inada Naoki committed