COMMITS
/ Doc/c-api/unicode.rst February 14, 2024
M
[3.11] gh-113437: Update documentation about PyUnicode_AsWideChar() function (GH-113455) (GH-115408)
Miss Islington (bot) committed
December 5, 2023
S
[3.11] gh-62897: Update PyUnicode C API parameter names (GH-12680) (GH-112745)
Serhiy Storchaka committed
September 29, 2023
August 22, 2023
S
[3.11] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) (#108290)
Serhiy Storchaka committed
August 7, 2023
E
[3.11] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107753)
Eric Snow committed
July 28, 2023
S
[3.11] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-107377)
Serhiy Storchaka committed
S
[3.11] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107373)
Serhiy Storchaka committed
S
[3.11] gh-107298: Fix doc references to undocumented modules (GH-107300) (GH-107371)
Serhiy Storchaka committed
July 23, 2023
S
[3.11] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (#107061)
Serhiy Storchaka committed
July 21, 2023
S
[3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106952)
Serhiy Storchaka committed
April 27, 2023
I
gh-103883: Doc: Move PyUnicode_FromObject doc (GH-103913)
Inada Naoki committed
October 6, 2022
M
[3.11] gh-93738: Disallow pre-v3 syntax in the C domain (GH-97962) (#97976)
Miss Islington (bot) committed
October 5, 2022
October 4, 2022
M
[3.11] gh-93738: Documentation C syntax (:c:type:`PyBytesObject*` -> :c:expr:`PyBytesObject*`) (GH-97782) (#97861)
Miss Islington (bot) committed
M
[3.11] gh-93738: Documentation C syntax (:c:type:`PyUnicodeObject*` -> :c:expr:`PyUnicodeObject*`) (GH-97783) (#97859)
Miss Islington (bot) committed
May 13, 2022
M
Document Py_ssize_t. (GH-92512)
Miss Islington (bot) committed
May 12, 2022
M
gh-89653: PEP 670: unicodeobject.h uses _Py_CAST() (GH-92696) (GH-92703)
Miss Islington (bot) 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
February 10, 2020
E
Correct the documented default encoding (GH-18429)
Eric Wieser committed
November 23, 2019
V
bpo-38896: Remove PyUnicode_ClearFreeList() function (GH-17354)
Victor Stinner committed
October 30, 2019
S
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka committed
S
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka committed
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
May 8, 2019
T
bpo-31873: Update unicode.rst - 'unicode' capitalization (GH-4125)
toonarmycaptain committed
March 4, 2019
P
bpo-31904: Add encoding support for VxWorks RTOS (GH-12051)
pxinwr committed
December 19, 2018
S
Fix documented signatures for C API functions. (GH-11236)
Serhiy Storchaka committed
September 11, 2018
V
Revert "bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)" (GH-9187)
Victor Stinner committed
September 7, 2018
V
bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)
Victor Stinner committed
January 22, 2018
V
bpo-29240: PyUnicode_DecodeLocale() uses UTF-8 on Android (#5272)
Victor Stinner committed
January 15, 2018
V
bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
Victor Stinner committed
June 27, 2017
S
bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285)
Serhiy Storchaka committed
April 27, 2017
L
bpo-28415: Note 0 conversion different between Python and C (#885)
Louie Lu committed
March 30, 2017
S
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)
Serhiy Storchaka committed
March 19, 2017
S
bpo-28749: Fixed the documentation of the mapping codec APIs. (#487)
Serhiy Storchaka committed