129 Commits (3bf01757b668eefd9cd2b80887ca824ef3dca777)

Author SHA1 Message Date
Antoine Pitrou 1334884ff2 Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. 14 years ago
Victor Stinner d88d9836c5 Fix PyUnicode_AsWideCharString() doc: size doesn't contain the null character 15 years ago
Victor Stinner 0d711169fa Issue #9738: Ooops, fix typos in my previous commit (r87506) 15 years ago
Victor Stinner dc2081f72b Issue #9738: document encodings of unicode functions 15 years ago
Georg Brandl b550308597 Take PyUnicode_TransformDecimalToASCII out of the limited API. 15 years ago
Alexander Belopolsky 942af5a9a4 Issue #10557: Fixed error messages from float() and other numeric 15 years ago
Martin v. Löwis 4d0d471a80 Merge branches/pep-0384. 15 years ago
Alexander Belopolsky 9ec2c52817 Merged revisions 86478 via svnmerge from 15 years ago
Alexander Belopolsky 83283c270a Issue #10413: Updated comments to reflect code changes 15 years ago
Victor Stinner 09f24bb408 Issue #8761: Mangle PyUnicode_CompareWithASCIIString function name for 15 years ago
Benjamin Peterson 8f67d0893f make hashes always the size of pointers; introduce Py_hash_t #9778 15 years ago
Victor Stinner f3170ccef8 Use locale encoding if Py_FileSystemDefaultEncoding is not set 15 years ago
Victor Stinner beb4135b8c PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* 15 years ago
Georg Brandl c7b6908bb1 Merged revisions 82262,82269,82434,82480-82481,82484-82485,82487-82488,82594,82599,82615 via svnmerge from 15 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
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
Eric Smith 0923d1d8d7 The other half of Issue #1580: use short float repr where possible. 17 years ago
Eric Smith a3b1ac8dca Added ',' thousands grouping to int.__format__. See PEP 378. 17 years ago
Benjamin Peterson 960cf0fd9b Merged revisions 68167,68276,68292-68293,68344 via svnmerge from 17 years ago
Alexandre Vassalotti 15fafbe6f2 Merged revisions 67970-67971 via svnmerge from 17 years ago
Benjamin Peterson 206e3074d3 Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-66928,66936,66939-66940,66962,66964,66973 via svnmerge from 17 years ago
Marc-André Lemburg 4cc0f24857 Rename PyUnicode_AsString -> _PyUnicode_AsString and 18 years ago
Eric Smith 6d7e7a730e Merged revisions 64491 via svnmerge from 18 years ago
Georg Brandl 559e5d7f4d #2630: Implement PEP 3138. 18 years ago
Marc-André Lemburg b2750b5d33 Move the codec decode type checks to bytes/bytearray.decode(). 18 years ago
Georg Brandl a26f8ca668 Revert r63934 -- it was mixing two patches. 18 years ago
Georg Brandl f954c4b9fb Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. 18 years ago
Eric Smith 4a7d76ddb5 Refactor and clean up str.format() code (and helpers) in advance of optimizations. 18 years ago
Eric Smith 5807c415c5 Merged revisions 63078 via svnmerge from 18 years ago
Marc-André Lemburg 9155aa742c Cleanup the Unicode header documentation and formatting a bit. 18 years ago