86 Commits (0f6ce8d9dfaaeca036a085ef8de252efa8a2beea)

Author SHA1 Message Date
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
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
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
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
Martin v. Löwis 59683e8529 Merged revisions 64226 via svnmerge from 18 years ago
Martin v. Löwis 1a21451b1d Implement PEP 3121: new module initialization and finalization API. 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
Martin v. Löwis d1cd4d4176 Set sys.stdout.encoding properly. 19 years ago
Guido van Rossum ebe3e16600 Merged revisions 55342-55406 via svnmerge from 19 years ago
Guido van Rossum 8d30cc0144 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). 19 years ago
Guido van Rossum d8faa3654c Merged revisions 53952-54987 via svnmerge from 19 years ago
Thomas Wouters 0e3f591aee Merged revisions 46753-51188 via svnmerge from 20 years ago
Thomas Wouters 4d70c3d9dd Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn 20 years ago
Thomas Wouters 477c8d5e70 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 20 years ago
Martin v. Löwis 18e165558b Merge ssize_t branch. 20 years ago
Neal Norwitz 1ac754fa10 Check return result from Py_InitModule*(). This API can fail. 20 years ago
Brett Cannon 5ce2587b1b Fix grammatical typo in a comment. 21 years ago
Marc-André Lemburg a9cadcd41b Correct the handling of 0-termination of PyUnicode_AsWideChar() 22 years ago
Brett Cannon 269ab628d7 Fix the spelling of Fredrik Lundh's last name (unless there really is a 22 years ago
Gustavo Niemeyer 7bd33c5e22 This change implements the following gettext features, as 22 years ago
Jack Jansen 59f072ad7c Moved PyMac_GetScript() to _localemodule, which is the only place where 22 years ago
Martin v. Löwis 737ea82a5a Patch #774665: Make Python LC_NUMERIC agnostic. 22 years ago
Hye-Shik Chang c3a87b8dbb Bug #920575: Add a workaround for GNU libc nl_langinfo()'s returning NULL. 22 years ago
Jack Jansen 7107c1aff3 Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. 23 years ago
Jack Jansen 4bae2d5e46 Getting rid of code dependent on GUSI or the MetroWerks compiler. 23 years ago
Martin v. Löwis f5b93736a2 Patch #798145: Return correct information from nl_langinfo(RADIXCHAR). 23 years ago