| BPO | 1944 |
|---|---|
| Nosy | @malemburg, @birkenfeld, @vstinner, @avassalotti, @berkerpeksag, @vadmium, @serhiy-storchaka, @shihai1991, @furkanonder |
| PRs | |
| Files |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more detailsGitHub fields:
assignee = None closed_at = None created_at = <Date 2008-01-27.06:26:42.019> labels = ['type-feature', 'docs'] title = 'Document PyUnicode_* API' updated_at = <Date 2020-06-21.12:39:22.129> user = 'https://github.com/avassalotti'
bugs.python.org fields:
activity = <Date 2020-06-21.12:39:22.129> actor = 'shihai1991' assignee = 'docs@python' closed = False closed_date = None closer = None components = ['Documentation'] creation = <Date 2008-01-27.06:26:42.019> creator = 'alexandre.vassalotti' dependencies = [] files = ['13717'] hgrepos = [] issue_num = 1944 keywords = ['patch'] message_count = 9.0 messages = ['61734', '86116', '86121', '89100', '185552', '185725', '264571', '264575', '368582'] nosy_count = 11.0 nosy_names = ['lemburg', 'georg.brandl', 'vstinner', 'alexandre.vassalotti', 'donlorenzo', 'docs@python', 'berker.peksag', 'martin.panter', 'serhiy.storchaka', 'shihai1991', 'furkanonder'] pr_nums = ['20011'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1944' versions = ['Python 3.5', 'Python 3.6']
[edit @encukou]: Converting the lists below to checkboxes:
- PyUnicode_Resize
-
PyUnicode_InternImmortal(removed in 3.12) - PyUnicode_GetDefaultEncoding
-
PyUnicode_SetDefaultEncoding(removed in 3.2) - PyUnicode_BuildEncodingMap
- PyUnicode_FromFormatV
- PyUnicode_UTF7
- PyUnicode_AsEncodedObject
- PyUnicode_FromOrdinal
- PyUnicode_DecodeFSDefault
- PyUnicode_DecodeFSDefaultAndSize
- PyUnicode_DecodeUTF7
- PyUnicode_DecodeUTF7Stateful
- PyUnicode_EncodeDecimal
- PyUnicode_EncodeUTF7
- PyUnicode_FromFormat
- PyUnicode_FromString
- PyUnicode_FromStringAndSize
- PyUnicode_GetMax
- PyUnicode_Partition
- PyUnicode_RPartition
- PyUnicode_RSplit
- PyUnicode_IsIdentifier
- PyUnicode_Append
- PyUnicode_AppendAndDel
- Py_UNICODE_REPLACEMENT_CHARACTER
- PyUnicodeIter_Type
- PyUnicode_AsDecodedObject
- PyUnicode_AsDecodedUnicode
- PyUnicode_AsEncodedUnicode
-
_PyUnicode_ClearStaticStrings(removed in 3.9) -
_PyUnicode_EQ(removed in 3.14) -
_PyUnicode_FromId(private)
Linked PRs
- gh-46236: Add missing document of
PyUnicode_DecodeCodePageStateful#127934 - [3.13] gh-46236: Document
PyUnicode_DecodeCodePageStateful(GH-127934) #129961 - [3.12] gh-46236: Document
PyUnicode_DecodeCodePageStateful(GH-127934) #129962 - gh-46236: PyUnicode docs improvements #129966
- gh-46236: Document PyUnicode_RSplit, PyUnicode_Partition and PyUnicode_RPartition #130191
- gh-46236: Add missing PyUnicode_GetDefaultEncoding() doc #130335
- [3.13] gh-46236: Document PyUnicode_RSplit, PyUnicode_Partition and PyUnicode_RPartition (GH-130191) #130360
- [3.12] gh-46236: Document PyUnicode_RSplit, PyUnicode_Partition and PyUnicode_RPartition (GH-130191) #130361
- [3.13] gh-46236: Add docs for PyUnicode_GetDefaultEncoding() doc (GH-130335) #130511
- [3.12] gh-46236: Add docs for PyUnicode_GetDefaultEncoding() doc (GH-130335) #130512
- gh-46236: Add missing PyUnicode_Append() doc #130531
- gh-46236: Add missing PyUnicode_FromOrdinal() doc #132040
- [3.13] gh-46236: Add missing PyUnicode_FromOrdinal() doc (#132040) #132521
- gh-46236: Add missing PyUnicode_Resize() doc #132628
- gh-46236: Document PyUnicode_Resize #132703
- gh-46236: Add Py_UNICODE_REPLACEMENT_CHARACTER doc #132706
- gh-46236: Document
PyUnicodeIter_Type#132925 - [3.13] gh-46236: Document
PyUnicodeIter_Type(GH-132925) #133149 - gh-46236: Document PyUnicode_BuildEncodingMap #133270
- [3.14] gh-46236: Document PyUnicode_BuildEncodingMap (GH-133270) #133769
- [3.13] gh-46236: Document PyUnicode_BuildEncodingMap #133770