1. 2e64c34 Expose C library's gettext. Fixes #516412. by Martin v. Löwis · 22 years ago
  2. 496f9e4 Don't imply XPG4 constants from CODESET presence. Fixes #534153. 2.2.2 candiate. by Martin v. Löwis · 22 years ago
  3. 3a6f978 Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. by Neal Norwitz · 22 years ago
  4. dc0b61d Verify arguments for nl_langinfo. Fixes #528879. by Martin v. Löwis · 22 years ago
  5. 885d457 sprintf -> PyOS_snprintf in some "obviously safe" cases. by Tim Peters · 23 years ago
  6. 461591e PyLocale_setlocale(): silence compiler warning about free() of a const char *. by Guido van Rossum · 23 years ago
  7. 7c82a3e0 Patch #449815: Set filesystemencoding based on CODESET. by Martin v. Löwis · 23 years ago
  8. f95dd0a Fix portability problems with glibc 2.0, as reported in #449157. by Martin v. Löwis · 23 years ago
  9. c4416d5 _DATE_FMT does not always accompany CODESET. by Martin v. Löwis · 23 years ago
  10. 9b75dca Expose nl_langinfo through locale where available. by Martin v. Löwis · 23 years ago
  11. 1ca8bb3 RISCOS changes by dschwertberger by Guido van Rossum · 23 years ago
  12. d5fadf7 Rationalize use of limits.h, moving the inclusion to Python.h. by Fred Drake · 24 years ago
  13. 51ee09b Don't call Py_FatalError in module initialization by Jeremy Hylton · 24 years ago
  14. fc4514c init_locale(): This file defines the _locale module, so the by Barry Warsaw · 24 years ago
  15. 68933b9 Clean up compiler warning exposed by GCC's -Wall option: make sure by Fred Drake · 24 years ago
  16. e365fb8 Use METH_VARARGS instead of numeric constant 1 in method def. tables by Andrew M. Kuchling · 24 years ago
  17. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  18. 307d7a4 Implemented getdefaultlocale() for macintosh, after an idea by Fredrik. by Jack Jansen · 24 years ago
  19. 89610a4 - _getdefaultlocale shouldn't accept arguments by Fredrik Lundh · 24 years ago
  20. 8f017a0 - added _getdefaultlocale implementation for WIN32 by Fredrik Lundh · 24 years ago
  21. 2f8a054 Trent Mick: use size_t instead of int where appropriate (in strxfrm(), by Guido van Rossum · 24 years ago
  22. 98e189d Vladimir Marangozov: by Guido van Rossum · 24 years ago
  23. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  24. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  25. bcc2074 Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  26. 5cd70f4 Added <ctype.h>, needed for Windows. by Guido van Rossum · 26 years ago
  27. 239a218 Type casts, and added a strdup() declaration for the Mac. (Jack) by Guido van Rossum · 26 years ago
  28. 8d9c2e3 LC_MESSAGES is not defined on all systems; use #ifdef LC_MESSAGES. by Guido van Rossum · 27 years ago
  29. 220ecc8 Martin von Loewis' _locale module (locale.py follows tomorrow). by Guido van Rossum · 27 years ago