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-141004: Document PyUnicode_IS_COMPACT and PyUnicode_IS_COMPACT_ASCII macro...
Yashraj
4 days
1
-0/+21
*
gh-141004: Document `Py_UNICODE_{HIGH, LOW}_SURROGATE` functions (GH-141019)
Stan Ulbrych
2025-11-04
1
-2/+12
*
Remove unmatched closing parenthesis (GH-139082)
Rafael Fontenelle
2025-09-18
1
-1/+1
*
gh-133968: Update PyUnicodeWriter_WriteASCII() documentation (#135297)
Victor Stinner
2025-06-09
1
-1/+1
*
gh-134891: Add PyUnstable_Unicode_GET_CACHED_HASH (GH-134892)
Petr Viktorin
2025-06-06
1
-0/+16
*
Doc: remove unnecessary section header (GH-134917)
Inada Naoki
2025-05-30
1
-4/+0
*
gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973)
Victor Stinner
2025-05-29
1
-1/+16
*
gh-133260: Remove claim that PyUnicode_InternFromString immortalizes (GH-134213)
Petr Viktorin
2025-05-29
1
-4/+0
*
gh-46236: Document PyUnicode_BuildEncodingMap (#133270)
Stan Ulbrych
2025-05-09
1
-0/+11
*
gh-46236: Document `PyUnicodeIter_Type` (GH-132925)
Stan Ulbrych
2025-04-29
1
-2/+8
*
gh-46236: Add Py_UNICODE_REPLACEMENT_CHARACTER doc (#132706)
Stan Ulbrych
2025-04-22
1
-0/+11
*
gh-46236: Add PyUnicode_Resize() doc (#132628)
RUANG (James Roy)
2025-04-22
1
-0/+15
*
gh-46236: Add missing PyUnicode_FromOrdinal() doc (#132040)
RUANG (James Roy)
2025-04-14
1
-0/+8
*
Docs: Fix a typo in `Doc/c-api/unicode.rst` (#132318)
Yongzi Li
2025-04-13
1
-1/+1
*
Python 3.14.0a6
v3.14.0a6
Hugo van Kemenade
2025-03-14
1
-1/+1
*
gh-46236: Add missing PyUnicode_Append() doc (#130531)
RUANG (James Roy)
2025-03-11
1
-0/+17
*
gh-46236: PyUnicode docs improvements (GH-129966)
Petr Viktorin
2025-02-28
1
-46/+120
*
gh-46236: Add docs for PyUnicode_GetDefaultEncoding() doc (GH-130335)
RUANG (James Roy)
2025-02-24
1
-0/+9
*
gh-46236: Document PyUnicode_RSplit, PyUnicode_Partition and PyUnicode_RParti...
Marc Mueller
2025-02-20
1
-0/+41
*
gh-82045: Correct and deduplicate "isprintable" docs; add test. (GH-130118)
Stan Ulbrych
2025-02-14
1
-7/+2
*
gh-46236: Document `PyUnicode_DecodeCodePageStateful` (GH-127934)
Yuki Kobayashi
2025-02-10
1
-0/+7
*
Docs C API: Clarify what happens when null bytes are passed to `PyUnicode_AsU...
Peter Bierma
2025-01-20
1
-0/+9
*
gh-90241: Clarify documentation for PyUnicode_FSConverter and PyUnicode_FSDec...
Serhiy Storchaka
2025-01-06
1
-8/+27
*
gh-119182: Complete PyUnicodeWriter documentation (#127607)
Victor Stinner
2024-12-05
1
-0/+9
*
Python 3.14.0a1
v3.14.0a1
Hugo van Kemenade
2024-10-15
1
-1/+1
*
gh-125196: PyUnicodeWriter_Discard(NULL) does nothing (#125222)
Victor Stinner
2024-10-09
1
-0/+2
*
gh-124502: Add PyUnicode_Equal() function (#124504)
Victor Stinner
2024-10-07
1
-0/+25
*
doc: PyUnicode_AsUTF8String() fails if string contains surrogates (#124605)
Victor Stinner
2024-09-27
1
-3/+10
*
GH-95079: document error behaviour for some unicode C APIs (#95080)
Max Bachmann
2024-09-27
1
-0/+9
*
gh-121277: Allow `.. versionadded:: next` in docs (GH-121278)
Petr Viktorin
2024-09-25
1
-1/+1
*
gh-113993: Don't immortalize in PyUnicode_InternInPlace; keep immortalizing i...
Petr Viktorin
2024-07-16
1
-6/+31
*
gh-119182: Add PyUnicodeWriter_WriteUCS4() function (#120849)
Victor Stinner
2024-06-24
1
-0/+9
*
gh-119182: Add PyUnicodeWriter_DecodeUTF8Stateful() (#120639)
Victor Stinner
2024-06-21
1
-3/+32
*
gh-119182: Add PyUnicodeWriter C API (#119184)
Victor Stinner
2024-06-17
1
-0/+84
*
gh-117642: Fix PEP 737 implementation (GH-117643)
Serhiy Storchaka
2024-04-08
1
-3/+3
*
gh-111696, PEP 737: Add %T and %N to PyUnicode_FromFormat() (#116839)
Victor Stinner
2024-03-14
1
-0/+23
*
gh-113437: Update documentation about PyUnicode_AsWideChar() function (GH-113...
qqwqqw689
2024-02-13
1
-1/+6
*
gh-62897: Update PyUnicode C API parameter names (GH-12680)
Rune Tynan
2023-12-05
1
-91/+91
*
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner
2023-11-07
1
-8/+0
*
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
[next]