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