76 Commits (6dbca367dceda3999979bdc3cdcfdb201f40d044)

Author SHA1 Message Date
Victor Stinner 6fbd525ef5 Issue #13617: Document that the result of the conversion of a Unicode object to 15 years ago
Benjamin Peterson b2bf01d824 use full unicode mappings for upper/lower/title case (#12736) 15 years ago
Victor Stinner 606e19dda3 Fix PyUnicode_Fill() doc: return type is Py_ssize_t, not int 15 years ago
Victor Stinner 3fe553160c Add a new PyUnicode_Fill() function 15 years ago
Victor Stinner f2ea71fcc8 Issue #13560: Add PyUnicode_EncodeLocale() 15 years ago
Victor Stinner af02e1c85a Add PyUnicode_DecodeLocaleAndSize() and PyUnicode_DecodeLocale() 15 years ago
Victor Stinner bf6e560d0c Make PyUnicode_Copy() private => _PyUnicode_Copy() 15 years ago
Victor Stinner b6821013df Document PyUnicode_Copy() and PyUnicode_EncodeCodePage() 15 years ago
Victor Stinner b4938aaf15 Document PyUnicode_WCHAR_KIND 15 years ago
Antoine Pitrou 57735a0d6a Add missing prefixes 15 years ago
Antoine Pitrou b965b3938a Elaborate on representations and canonical/legacy unicode objects 15 years ago
Antoine Pitrou e6b99a1832 Move deprecated functions at the end of their respective sections. 15 years ago
Martin v. Löwis 2da16e61f5 Fix indentation. 15 years ago
Martin v. Löwis c47adb04b3 Change PyUnicode_KIND to 1,2,4. Drop _KIND_SIZE and _CHARACTER_SIZE. 15 years ago
Georg Brandl db6c7f5c33 Update C API docs for PEP 393. 15 years ago
Georg Brandl ee12f4429c Add versionadded directive to new API function. 15 years ago
Martin v. Löwis d63a3b8beb Implement PEP 393. 15 years ago
Ezio Melotti 8c9375bb59 #10542: Add 4 macros to work with surrogates: Py_UNICODE_IS_SURROGATE, Py_UNICODE_IS_HIGH_SURROGATE, Py_UNICODE_IS_LOW_SURROGATE, Py_UNICODE_JOIN_SURROGATES. 15 years ago
Ezio Melotti 95cd91c17f #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi. 15 years ago
Victor Stinner 0fbe22655b Issue #10831: Document the new formats (%li, %lli, %zi) 16 years ago
Victor Stinner 80e788a5dd Rephrase PyUnicode_CompareWithASCIIString() documentation 16 years ago
Victor Stinner dc2081f72b Issue #9738: document encodings of unicode functions 16 years ago
Alexander Belopolsky 942af5a9a4 Issue #10557: Fixed error messages from float() and other numeric 16 years ago
Georg Brandl ab32fec83c Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,85633,85635-85636,85638-85639,85641-85642 via svnmerge from 16 years ago
Georg Brandl 418cc73403 Fix capitalization. 16 years ago
Victor Stinner f3170ccef8 Use locale encoding if Py_FileSystemDefaultEncoding is not set 16 years ago
Victor Stinner 62165d67a2 Document that the 'strict' error handler is used to encode/decode filenames on 16 years ago
Victor Stinner beb4135b8c PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* 16 years ago
Georg Brandl 60203b41b0 Migrate to Sphinx 1.0 C language constructs. 16 years ago
Georg Brandl 4b05466e25 Merged revisions 84945 via svnmerge from 16 years ago
Georg Brandl 23b4f927d5 Merged revisions 84142 via svnmerge from 16 years ago
Georg Brandl 13f959b501 Merged revisions 83561,83563,83565-83566,83569,83571,83574-83575,83580,83584,83599,83612,83659,83977,84015-84018,84020,84141 via svnmerge from 16 years ago
Georg Brandl 4009c9edfc Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-83555,83558,83560 via svnmerge from 16 years ago
Georg Brandl c7b6908bb1 Merged revisions 82262,82269,82434,82480-82481,82484-82485,82487-82488,82594,82599,82615 via svnmerge from 16 years ago
Victor Stinner 1c24bd0252 Issue #8870: PyUnicode_AsWideCharString() doesn't count the trailing nul character 16 years ago
Victor Stinner 137c34c027 Issue #9979: Create function PyUnicode_AsWideCharString(). 16 years ago
Georg Brandl 6faee4e2ce #9911: doc copyedits. 16 years ago
Victor Stinner 1205f2774e Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on 16 years ago
Victor Stinner 2b19f35786 Add versionadded tag to PyUnicode_AsUnicodeCopy's doc 16 years ago
Daniel Stutzbach 23ef20f461 Merged revisions 84459 via svnmerge from 16 years ago
Daniel Stutzbach 98c07bde45 Doc fix: unicode() is now str() 16 years ago
Victor Stinner e4ea994f20 Document PyUnicode_AsUnicodeCopy() 16 years ago
Victor Stinner 6009ece0ed Replace :func: by :cfunc: 16 years ago
Georg Brandl 67b21b7547 Consistency check for versionadded/changed directives. 16 years ago
Victor Stinner 47fcb5b4c3 Issue #9542: Create PyUnicode_FSDecoder() function 16 years ago
Georg Brandl 4d2240915f Fix copy-paste error. 16 years ago
Georg Brandl 8477f82c3e #8648: document UTF-7 codec functions. 16 years ago
Georg Brandl ec18c395ea Merged revisions 83160-83161,83166,83169,83171 via svnmerge from 16 years ago
Georg Brandl 6f934196ae #9381: fix markup. 16 years ago
Georg Brandl 952867aa30 #9078: fix some Unicode C API descriptions, in comments and docs. 16 years ago