COMMITS
/ Doc/c-api/unicode.rst February 24, 2025
M
[3.12] gh-46236: Add docs for PyUnicode_GetDefaultEncoding() doc (GH-130335) (GH-130512)
Miss Islington (bot) committed
February 20, 2025
M
[3.12] gh-46236: Document PyUnicode_RSplit, PyUnicode_Partition and PyUnicode_RPartition (GH-130191) (#130361)
Miss Islington (bot) committed
February 17, 2025
S
[3.12] gh-82045: Correct and deduplicate "isprintable" docs; add test. (GH-130125)
Stan Ulbrych committed
February 10, 2025
M
[3.12] gh-46236: Document `PyUnicode_DecodeCodePageStateful` (GH-127934) (GH-129962)
Miss Islington (bot) committed
January 20, 2025
M
[3.12] Docs C API: Clarify what happens when null bytes are passed to `PyUnicode_AsUTF8` (GH-127458) (#129081)
Miss Islington (bot) committed
January 6, 2025
M
[3.12] gh-90241: Clarify documentation for PyUnicode_FSConverter and PyUnicode_FSDecoder (GH-128451) (GH-128543)
Miss Islington (bot) committed
September 27, 2024
P
M
[3.12] GH-95079: document error behaviour for some unicode C APIs (GH-95080) (#124662)
Miss Islington (bot) committed
February 14, 2024
M
[3.12] gh-113437: Update documentation about PyUnicode_AsWideChar() function (GH-113455) (GH-115407)
Miss Islington (bot) committed
December 5, 2023
S
[3.12] gh-62897: Update PyUnicode C API parameter names (GH-12680) (GH-112744)
Serhiy Storchaka committed
August 22, 2023
M
[3.12] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) (#108284)
Miss Islington (bot) committed
August 8, 2023
M
[3.12] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552) (#107752)
Miss Islington (bot) committed
July 28, 2023
S
[3.12] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-107376)
Serhiy Storchaka committed
S
[3.12] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107375)
Serhiy Storchaka committed
M
[3.12] gh-107298: Fix doc references to undocumented modules (GH-107300) (GH-107370)
Miss Islington (bot) committed
July 23, 2023
S
[3.12] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (#107060)
Serhiy Storchaka committed
July 21, 2023
S
[3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106951)
Serhiy Storchaka committed
June 6, 2023
V
[3.12] gh-102304: doc: Add links to Stable ABI and Limited C API (#105345) (#105371)
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
March 16, 2021
I
bpo-43506: Doc: Update removal schedule for Py_UNICODE encoder APIs (GH-24885)
Inada Naoki committed
February 22, 2021
I
bpo-36346: Document removal schedule of deprecate APIs (GH-20879)
Inada Naoki committed
January 6, 2021
A
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
Antonio Cuni committed
November 2, 2020
V
bpo-42236: Enhance init and encoding documentation (GH-23109)
Victor Stinner committed
October 19, 2020
A
bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252)
Alex Gaynor committed
August 13, 2020
V
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Victor Stinner committed
V
bpo-40204: Fix duplicates in the documentation (GH-21857)
Victor Stinner committed
August 5, 2020
I
bpo-36346: Doc: Update removal schedule of legacy Unicode (GH-21479)
Inada Naoki committed
June 30, 2020
I
bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209)
Inada Naoki committed
February 11, 2020
V
bpo-39500: Document PyUnicode_IsIdentifier() function (GH-18397)
Victor Stinner committed