243 Commits (00a0fc1144d928515ff8abd0de7bb6ad072fcbdb)

Author SHA1 Message Date
Victor Stinner a0702ab1fe Add a note in PyUnicode_CopyCharacters() doc: it doesn't write null character 15 years ago
Victor Stinner f5ca1a21a5 PyUnicode_CopyCharacters() fails if 'to' has more than 1 reference 15 years ago
Victor Stinner 17222160e7 Mark _PyUnicode_FindMaxCharAndNumSurrogatePairs() as private 15 years ago
Victor Stinner 157f83fcfc Strip trailing spaces in unicodeobject.[ch] 15 years ago
Victor Stinner be78eaf2de PyUnicode_CopyCharacters() checks for buffer and character overflow 15 years ago
Victor Stinner fb5f5f2420 Mark PyUnicode_CONVERT_BYTES as private 15 years ago
Victor Stinner 5ce1b0dbc0 Set Py_UNICODE_REPLACEMENT_CHARACTER type to Py_UCS4, instead of Py_UNICODE 15 years ago
Martin v. Löwis d63a3b8beb Implement PEP 393. 15 years ago
Victor Stinner d88d9836c5 Fix PyUnicode_AsWideCharString() doc: size doesn't contain the null character 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
Victor Stinner 99b9538636 Issue #9642: Uniformize the tests on the availability of the mbcs codec 15 years ago
Victor Stinner f3fd733f92 Remove useless argument of _PyUnicode_AsDefaultEncodedString() 15 years ago
Victor Stinner 0d711169fa Issue #9738: Ooops, fix typos in my previous commit (r87506) 16 years ago
Victor Stinner dc2081f72b Issue #9738: document encodings of unicode functions 16 years ago
Georg Brandl b550308597 Take PyUnicode_TransformDecimalToASCII out of the limited API. 16 years ago
Alexander Belopolsky 942af5a9a4 Issue #10557: Fixed error messages from float() and other numeric 16 years ago
Martin v. Löwis 4d0d471a80 Merge branches/pep-0384. 16 years ago
Alexander Belopolsky 9ec2c52817 Merged revisions 86478 via svnmerge from 16 years ago
Alexander Belopolsky 83283c270a Issue #10413: Updated comments to reflect code changes 16 years ago
Victor Stinner 09f24bb408 Issue #8761: Mangle PyUnicode_CompareWithASCIIString function name for 16 years ago
Benjamin Peterson 8f67d0893f make hashes always the size of pointers; introduce Py_hash_t #9778 16 years ago
Victor Stinner f3170ccef8 Use locale encoding if Py_FileSystemDefaultEncoding is not set 16 years ago
Victor Stinner beb4135b8c PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* 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 137c34c027 Issue #9979: Create function PyUnicode_AsWideCharString(). 16 years ago
Amaury Forgeot d'Arc feb7307db4 #9210: remove --with-wctype-functions configure option. 16 years ago
Victor Stinner 1205f2774e Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on 16 years ago
Victor Stinner 46408606d8 Rename PyUnicode_strdup() to PyUnicode_AsUnicodeCopy() 16 years ago
Victor Stinner 71133ff368 Create PyUnicode_strdup() function 16 years ago
Victor Stinner c4eb765fc1 Create Py_UNICODE_strcat() function 16 years ago
Antoine Pitrou fce7fd6426 Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding() 16 years ago
Amaury Forgeot d'Arc 324ac65ceb #5127: Even on narrow unicode builds, the C functions that access the Unicode 16 years ago
Victor Stinner ef8d95c498 Issue #9425: Create Py_UNICODE_strncmp() function 16 years ago
Victor Stinner 47fcb5b4c3 Issue #9542: Create PyUnicode_FSDecoder() function 16 years ago
Victor Stinner 331ea92ade Issue #9425: create Py_UNICODE_strrchr() function 16 years ago
Georg Brandl 952867aa30 #9078: fix some Unicode C API descriptions, in comments and docs. 16 years ago
Benjamin Peterson ccbd69437a rephrase 16 years ago
Victor Stinner ae6265f8d0 Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode 16 years ago
Victor Stinner 9076f9e187 Merged revisions 81168 via svnmerge from 16 years ago
Victor Stinner 77c3862417 Issue #8711: Document PyUnicode_DecodeFSDefault*() functions 16 years ago
Antoine Pitrou 7f14f0d8a0 Recorded merge of revisions 81032 via svnmerge from 16 years ago
Antoine Pitrou f95a1b3c53 Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c7c96a90bc Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c83ea137d7 Untabify C files. Will watch buildbots. 16 years ago
Benjamin Peterson ad465f904b alias PyUnicode_CompareWithASCII 16 years ago
Victor Stinner dcb2403022 Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore, 16 years ago
Martin v. Löwis 011e842033 Issue #5915: Implement PEP 383, Non-decodable Bytes in 17 years ago
Antoine Pitrou 244651aa2f Merged revisions 72283-72284 via svnmerge from 17 years ago
Antoine Pitrou 653dece278 Issue #4426: The UTF-7 decoder was too strict and didn't accept some legal sequences. 17 years ago
Eric Smith 0923d1d8d7 The other half of Issue #1580: use short float repr where possible. 17 years ago