95 Commits (0cb8e5131d0797d3bdb1494de842e98798174cf2)

Author SHA1 Message Date
Victor Stinner d594f24fbc Issue #18408: Fix locale.localeconv(), handle PyDict_SetItemString() failure 13 years ago
Kristjan Valur Jonsson 85634d7a2e Issue #14909: A number of places were using PyMem_Realloc() apis and 14 years ago
Victor Stinner a9c895d497 PyUnicode_DecodeLocale() second argument is now a char*, no more an int 14 years ago
Victor Stinner af02e1c85a Add PyUnicode_DecodeLocaleAndSize() and PyUnicode_DecodeLocale() 14 years ago
Victor Stinner ce0e7daf41 Remove temporary hacks for the issue #13441 15 years ago
Victor Stinner a697b37300 Another temporary hack to debug the issue #13441 15 years ago
Victor Stinner da29cc36aa Issue #13441: _PyUnicode_CheckConsistency() dumps the string if the maximum 15 years ago
Victor Stinner 2c5d3cbfb8 Fix a compiler warning in _locale 15 years ago
Victor Stinner 6364927cec PyLocale_strxfrm() uses the new Unicode API 15 years ago
Victor Stinner beb4135b8c PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* 16 years ago
Victor Stinner 449057f2fa Issue #9979: Use PyUnicode_AsWideCharString() for _locale.strcoll() 16 years ago
Daniel Stutzbach 8515eaefda Issue 8781: On systems a signed 4-byte wchar_t and a 4-byte Py_UNICODE, use memcpy to convert between the two (as already done when wchar_t is unsigned) 16 years ago
Victor Stinner 9e19ca42d3 locale.bindtextdomain(): use PyUnicode_FSConverter() to parse the filename 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
Amaury Forgeot d'Arc ea315ac8f4 Merged revisions 76626 via svnmerge from 17 years ago
Amaury Forgeot d'Arc 64f3ca4206 Merged revisions 76625 via svnmerge from 17 years ago
Amaury Forgeot d'Arc d728871ee1 #7419: Fix a crash on Windows in locale.setlocale() when the category 17 years ago
Georg Brandl 227c4858bc Merged revisions 75877 via svnmerge from 17 years ago
Georg Brandl 9137391d59 Only declare variable when it's used. 17 years ago
Antoine Pitrou eda95e9db3 Merged revisions 75537,75539 via svnmerge from 17 years ago
Antoine Pitrou 6a448d4c2e Issue #7080: locale.strxfrm() raises a MemoryError on 64-bit non-Windows 17 years ago
Mark Dickinson 4b444f0126 Merged revisions 74846 via svnmerge from 17 years ago
Mark Dickinson 3360401980 Merged revisions 74843 via svnmerge from 17 years ago
Mark Dickinson 4676048b43 Remove outdated include; this include was breaking OS X builds using 17 years ago
Benjamin Peterson e021c9cb27 backport r73268 17 years ago
Ronald Oussoren fe8a3d6eeb Fix for issue 6202 17 years ago
Martin v. Löwis db1c399fe0 Issue #6093: Fix off-by-one error in locale.strxfrm. 17 years ago
Mark Dickinson 211c625829 Issue #1717, stage 2: remove uses of tp_compare in Modules and most 17 years ago
Antoine Pitrou fff953048f Issue #3696: Error parsing arguments on OpenBSD <= 4.4 and Cygwin. 18 years ago
Georg Brandl 3dbca81c9b Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-65099,65127-65128,65131,65133-65136,65139,65149-65151,65155,65158-65159,65176-65178,65183-65184,65187-65190,65192,65194 via svnmerge from 18 years ago
Georg Brandl 278fc50c07 #3303: fix crash with invalid Py_DECREF in strcoll(). 18 years ago
Georg Brandl 6b41a8e156 #3302: fix segfaults when passing None for arguments that can't 18 years ago
Martin v. Löwis 59683e8529 Merged revisions 64226 via svnmerge from 18 years ago
Martin v. Löwis 111c180674 Make more symbols static. 18 years ago
Martin v. Löwis 1a21451b1d Implement PEP 3121: new module initialization and finalization API. 18 years ago
Gregory P. Smith dd96db63f6 This reverts r63675 based on the discussion in this thread: 18 years ago
Christian Heimes 593daf545b Renamed PyString to PyBytes 18 years ago
Martin v. Löwis 5bacec1864 Fix another buffer overflow. 18 years ago
Martin v. Löwis ce7a112898 Fix typo in assertion. 18 years ago
Martin v. Löwis a69e1efbfb Properly size memory blocks in units of wchar_t. 18 years ago
Martin v. Löwis 92fab7569d Use wchar_t functions in _locale module. 18 years ago
Christian Heimes 217cfd1c86 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h 19 years ago
Neal Norwitz 3d7a90dea1 Get the locale and pwd tests working on the Solaris box where there 19 years ago
Neal Norwitz 7f9d29c660 Use unicode 19 years ago
Neal Norwitz f9e115abf5 Use a newer API for creating the module so we don't have to create 19 years ago
Skip Montanaro 7a98be2efb Remove RISCOS support 19 years ago
Guido van Rossum fc9ba9318f Don't mess with string.letters any more. It is most likely going to disappear. 19 years ago