index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
c-api
/
unicode.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-111089: PyUnicode_AsUTF8AndSize() sets size on error (#111106)
Victor Stinner
2023-10-20
1
-2/+2
*
gh-111089: PyUnicode_AsUTF8() now raises on embedded NUL (#111091)
Victor Stinner
2023-10-20
1
-0/+8
*
gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSiz...
Serhiy Storchaka
2023-10-11
1
-0/+22
*
gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258)
Serhiy Storchaka
2023-08-22
1
-1/+1
*
gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552)
Eric Snow
2023-08-07
1
-6/+6
*
gh-107298: Fix more Sphinx warnings in the C API doc (#107329)
Victor Stinner
2023-07-27
1
-3/+3
*
gh-107298: Fix Sphinx warnings in the C API doc (#107302)
Victor Stinner
2023-07-26
1
-2/+2
*
gh-107298: Fix doc references to undocumented modules (#107300)
Victor Stinner
2023-07-26
1
-1/+1
*
gh-106948: Add standard external names to nitpick_ignore (GH-106949)
Serhiy Storchaka
2023-07-22
1
-11/+11
*
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka
2023-07-21
1
-5/+5
*
gh-105156: Update Unicode C API: remove deprecation (#105379)
Victor Stinner
2023-06-06
1
-9/+0
*
gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)
Victor Stinner
2023-06-06
1
-1/+1
*
gh-105156: Deprecate the old Py_UNICODE type in C API (#105157)
Victor Stinner
2023-06-01
1
-0/+2
*
gh-98836: Extend PyUnicode_FromFormat() (GH-98838)
Serhiy Storchaka
2023-05-21
1
-85/+143
*
gh-103883: Doc: Move PyUnicode_FromObject doc (#103913)
Inada Naoki
2023-04-27
1
-9/+9
*
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner
2022-10-05
1
-12/+12
*
gh-93738: Documentation C syntax (:c:type:`PyBytesObject*` -> :c:expr:`PyByte...
Adam Turner
2022-10-04
1
-1/+1
*
gh-93738: Documentation C syntax (:c:type:`PyUnicodeObject*` -> :c:expr:`PyUn...
Adam Turner
2022-10-04
1
-1/+1
*
gh-95781: More strict format string checking in PyUnicode_FromFormatV() (GH-9...
Serhiy Storchaka
2022-08-08
1
-3/+5
*
Fix Unicode doc and replace use of macro with PyMem_New function (GH-94088)
Pamela Fox
2022-07-28
1
-1/+1
*
gh-93202: Always use %zd printf formatter (#93201)
Victor Stinner
2022-05-25
1
-4/+0
*
gh-93103: Update PyUnicode_DecodeFSDefault() doc (#93105)
Victor Stinner
2022-05-23
1
-38/+24
*
Document Py_ssize_t. (GH-92512)
Julien Palard
2022-05-13
1
-4/+4
*
gh-92536: Doc update about Py_UNICODE removal (GH-92756)
Inada Naoki
2022-05-13
1
-1/+1
*
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki
2022-05-12
1
-156/+21
*
gh-89653: PEP 670: Fix Sphinx syntax in Unicode doc (#92707)
Victor Stinner
2022-05-12
1
-4/+4
*
gh-89653: PEP 670: unicodeobject.h uses _Py_CAST() (#92696)
Victor Stinner
2022-05-11
1
-3/+3
*
gh-89653: PEP 670: Update C API unicode documentation (#92702)
Victor Stinner
2022-05-11
1
-10/+11
*
Document the lifetime of `PyUnicode_AsUTF8String` (#92325)
Matt Wozniski
2022-05-06
1
-1/+2
*
gh-89653: PEP 670: Amend docs (GH-91813)
Erlend Egeberg Aasland
2022-04-22
1
-11/+12
*
Minor fixes to C API docs (GH-31501)
Jelle Zijlstra
2022-02-23
1
-4/+4
*
closes bpo-46253: Change Py_UNICODE to Py_UCS4 in the C API docs to match the...
Julian Gilbey
2022-01-11
1
-17/+17
*
bpo-43565: Document PyUnicode_KIND's return type as an unsigned int (GH-25724)
Ammar Askar
2021-07-29
1
-1/+1
*
bpo-39560: Document PyUnicode_FromKindAndData() kind transformation (GH-23848)
Zackery Spytz
2021-06-03
1
-0/+6
*
bpo-44029: Remove Py_UNICODE APIs (GH-25881)
Inada Naoki
2021-05-07
1
-185/+0
*
bpo-43506: Doc: Update removal schedule for Py_UNICODE encoder APIs (GH-24885)
Inada Naoki
2021-03-16
1
-11/+15
*
bpo-36346: Document removal schedule of deprecate APIs (GH-20879)
Inada Naoki
2021-02-22
1
-4/+3
*
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
Antonio Cuni
2021-01-06
1
-2/+2
*
bpo-42236: Enhance init and encoding documentation (GH-23109)
Victor Stinner
2020-11-02
1
-6/+5
*
bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252)
Alex Gaynor
2020-10-19
1
-0/+3
*
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Victor Stinner
2020-08-13
1
-1/+1
*
bpo-40204: Fix duplicates in the documentation (GH-21857)
Victor Stinner
2020-08-13
1
-25/+12
*
bpo-36346: Doc: Update removal schedule of legacy Unicode (GH-21479)
Inada Naoki
2020-08-05
1
-9/+30
*
bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209)
Inada Naoki
2020-06-30
1
-14/+0
*
bpo-39500: Document PyUnicode_IsIdentifier() function (GH-18397)
Victor Stinner
2020-02-11
1
-0/+10
*
Correct the documented default encoding (GH-18429)
Eric Wieser
2020-02-10
1
-1/+1
*
bpo-38896: Remove PyUnicode_ClearFreeList() function (GH-17354)
Victor Stinner
2019-11-23
1
-5/+0
*
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka
2019-10-30
1
-4/+4
*
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka
2019-10-30
1
-155/+155
*
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel
2019-05-17
1
-1/+1
[next]