1. d508d00 Issue #28139: Merge indentation fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  2. 6d57fe1 Issue #28139: Fix messed up indentation by Martin Panter · 8 years ago
  3. ff4fddd Add NULL checks to the initializer of the locale module by Christian Heimes · 8 years ago
  4. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 8 years ago
  5. 1a1ff29 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 9 years ago
  6. f38a5c2 Cleanup locale.localeconv(): move Py_DECREF() closer to the error by Victor Stinner · 11 years ago
  7. d594f24 Issue #18408: Fix locale.localeconv(), handle PyDict_SetItemString() failure by Victor Stinner · 11 years ago
  8. 85634d7 Issue #14909: A number of places were using PyMem_Realloc() apis and by Kristjan Valur Jonsson · 12 years ago
  9. a9c895d PyUnicode_DecodeLocale() second argument is now a char*, no more an int by Victor Stinner · 12 years ago
  10. af02e1c Add PyUnicode_DecodeLocaleAndSize() and PyUnicode_DecodeLocale() by Victor Stinner · 12 years ago
  11. ce0e7da Remove temporary hacks for the issue #13441 by Victor Stinner · 13 years ago
  12. a697b37 Another temporary hack to debug the issue #13441 by Victor Stinner · 13 years ago
  13. da29cc3 Issue #13441: _PyUnicode_CheckConsistency() dumps the string if the maximum by Victor Stinner · 13 years ago
  14. 2c5d3cb Fix a compiler warning in _locale by Victor Stinner · 13 years ago
  15. 6364927 PyLocale_strxfrm() uses the new Unicode API by Victor Stinner · 13 years ago
  16. beb4135b PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* by Victor Stinner · 14 years ago
  17. 449057f Issue #9979: Use PyUnicode_AsWideCharString() for _locale.strcoll() by Victor Stinner · 14 years ago
  18. 8515eae 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) by Daniel Stutzbach · 14 years ago
  19. 9e19ca4 locale.bindtextdomain(): use PyUnicode_FSConverter() to parse the filename by Victor Stinner · 14 years ago
  20. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  21. 64f3ca4 Merged revisions 76625 via svnmerge from by Amaury Forgeot d'Arc · 14 years ago
  22. 9137391 Only declare variable when it's used. by Georg Brandl · 15 years ago
  23. 6a448d4 Issue #7080: locale.strxfrm() raises a MemoryError on 64-bit non-Windows by Antoine Pitrou · 15 years ago
  24. 3360401 Merged revisions 74843 via svnmerge from by Mark Dickinson · 15 years ago
  25. fe8a3d6 Fix for issue 6202 by Ronald Oussoren · 15 years ago
  26. db1c399 Issue #6093: Fix off-by-one error in locale.strxfrm. by Martin v. Löwis · 15 years ago
  27. 211c625 Issue #1717, stage 2: remove uses of tp_compare in Modules and most Objects. by Mark Dickinson · 15 years ago
  28. fff9530 Issue #3696: Error parsing arguments on OpenBSD <= 4.4 and Cygwin. by Antoine Pitrou · 16 years ago
  29. 3dbca81 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 by Georg Brandl · 16 years ago
  30. 59683e8 Merged revisions 64226 via svnmerge from by Martin v. Löwis · 16 years ago
  31. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  32. 5bacec1 Fix another buffer overflow. by Martin v. Löwis · 16 years ago
  33. ce7a112 Fix typo in assertion. by Martin v. Löwis · 16 years ago
  34. a69e1ef Properly size memory blocks in units of wchar_t. by Martin v. Löwis · 16 years ago
  35. 92fab75 Use wchar_t functions in _locale module. by Martin v. Löwis · 16 years ago
  36. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 16 years ago
  37. 3d7a90d Get the locale and pwd tests working on the Solaris box where there by Neal Norwitz · 17 years ago
  38. 7f9d29c Use unicode by Neal Norwitz · 17 years ago
  39. f9e115a Use a newer API for creating the module so we don't have to create by Neal Norwitz · 17 years ago
  40. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  41. fc9ba93 Don't mess with string.letters any more. It is most likely going to disappear. by Guido van Rossum · 17 years ago
  42. d1cd4d4 Set sys.stdout.encoding properly. by Martin v. Löwis · 17 years ago
  43. ebe3e16 Merged revisions 55342-55406 via svnmerge from by Guido van Rossum · 17 years ago
  44. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 17 years ago
  45. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  46. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  47. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  48. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  49. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  50. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  51. 5ce2587 Fix grammatical typo in a comment. by Brett Cannon · 19 years ago
  52. a9cadcd Correct the handling of 0-termination of PyUnicode_AsWideChar() by Marc-André Lemburg · 20 years ago
  53. 269ab62 Fix the spelling of Fredrik Lundh's last name (unless there really is a by Brett Cannon · 20 years ago
  54. 7bd33c5 This change implements the following gettext features, as by Gustavo Niemeyer · 20 years ago
  55. 59f072a Moved PyMac_GetScript() to _localemodule, which is the only place where by Jack Jansen · 20 years ago
  56. 737ea82 Patch #774665: Make Python LC_NUMERIC agnostic. by Martin v. Löwis · 20 years ago
  57. c3a87b8 Bug #920575: Add a workaround for GNU libc nl_langinfo()'s returning NULL. by Hye-Shik Chang · 20 years ago
  58. 7107c1a Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. by Jack Jansen · 21 years ago
  59. 4bae2d5 Getting rid of code dependent on GUSI or the MetroWerks compiler. by Jack Jansen · 21 years ago
  60. f5b9373 Patch #798145: Return correct information from nl_langinfo(RADIXCHAR). by Martin v. Löwis · 21 years ago
  61. 25f90d5 Use de_DE in example, change message for unknown locale. Fixes #797447. by Martin v. Löwis · 21 years ago
  62. 9a71475 Fix [ 776721 ] locale.setlocale() leaks by Mark Hammond · 21 years ago
  63. 73d538b Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize, by Martin v. Löwis · 21 years ago
  64. 9c36c29 Use wcscoll for _locale.strcoll if available. by Martin v. Löwis · 21 years ago
  65. 747c3d3 We need macglue on MacPython-OS9 too. by Jack Jansen · 21 years ago
  66. 52ea7e9 Patch #632973: Implement _getdefaultlocale for OS X. by Martin v. Löwis · 21 years ago
  67. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  68. 7a1f917 WINDOWS_LEAN_AND_MEAN: There is no such symbol, although a very few by Tim Peters · 22 years ago
  69. 6238d2b Patch #569753: Remove support for WIN16. by Martin v. Löwis · 22 years ago
  70. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  71. c6a7d7e Guard gettext and friends with HAVE_LIBINTL_H. Fixes #549907. by Martin v. Löwis · 22 years ago
  72. 2ea2c9d Patch #546194: Check constants individually. Fixes 534143 on OpenBSD. by Martin v. Löwis · 22 years ago
  73. 2e64c34 Expose C library's gettext. Fixes #516412. by Martin v. Löwis · 22 years ago
  74. 496f9e4 Don't imply XPG4 constants from CODESET presence. Fixes #534153. 2.2.2 candiate. by Martin v. Löwis · 22 years ago
  75. 3a6f978 Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. by Neal Norwitz · 22 years ago
  76. dc0b61d Verify arguments for nl_langinfo. Fixes #528879. by Martin v. Löwis · 22 years ago
  77. 885d457 sprintf -> PyOS_snprintf in some "obviously safe" cases. by Tim Peters · 22 years ago
  78. 461591e PyLocale_setlocale(): silence compiler warning about free() of a const char *. by Guido van Rossum · 23 years ago
  79. 7c82a3e0 Patch #449815: Set filesystemencoding based on CODESET. by Martin v. Löwis · 23 years ago
  80. f95dd0a Fix portability problems with glibc 2.0, as reported in #449157. by Martin v. Löwis · 23 years ago
  81. c4416d5 _DATE_FMT does not always accompany CODESET. by Martin v. Löwis · 23 years ago
  82. 9b75dca Expose nl_langinfo through locale where available. by Martin v. Löwis · 23 years ago
  83. 1ca8bb3 RISCOS changes by dschwertberger by Guido van Rossum · 23 years ago
  84. d5fadf7 Rationalize use of limits.h, moving the inclusion to Python.h. by Fred Drake · 24 years ago
  85. 51ee09b Don't call Py_FatalError in module initialization by Jeremy Hylton · 24 years ago
  86. fc4514c init_locale(): This file defines the _locale module, so the by Barry Warsaw · 24 years ago
  87. 68933b9 Clean up compiler warning exposed by GCC's -Wall option: make sure by Fred Drake · 24 years ago
  88. e365fb8 Use METH_VARARGS instead of numeric constant 1 in method def. tables by Andrew M. Kuchling · 24 years ago
  89. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  90. 307d7a4 Implemented getdefaultlocale() for macintosh, after an idea by Fredrik. by Jack Jansen · 24 years ago
  91. 89610a4 - _getdefaultlocale shouldn't accept arguments by Fredrik Lundh · 24 years ago
  92. 8f017a0 - added _getdefaultlocale implementation for WIN32 by Fredrik Lundh · 24 years ago
  93. 2f8a054 Trent Mick: use size_t instead of int where appropriate (in strxfrm(), by Guido van Rossum · 24 years ago
  94. 98e189d Vladimir Marangozov: by Guido van Rossum · 24 years ago
  95. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  96. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 25 years ago
  97. bcc2074 Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  98. 5cd70f4 Added <ctype.h>, needed for Windows. by Guido van Rossum · 26 years ago
  99. 239a218 Type casts, and added a strdup() declaration for the Mac. (Jack) by Guido van Rossum · 26 years ago
  100. 8d9c2e3 LC_MESSAGES is not defined on all systems; use #ifdef LC_MESSAGES. by Guido van Rossum · 26 years ago