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