1. d5fadf7 Rationalize use of limits.h, moving the inclusion to Python.h. by Fred Drake · 24 years ago
  2. 51ee09b Don't call Py_FatalError in module initialization by Jeremy Hylton · 24 years ago
  3. fc4514c init_locale(): This file defines the _locale module, so the by Barry Warsaw · 24 years ago
  4. 68933b9 Clean up compiler warning exposed by GCC's -Wall option: make sure by Fred Drake · 24 years ago
  5. e365fb8 Use METH_VARARGS instead of numeric constant 1 in method def. tables by Andrew M. Kuchling · 24 years ago
  6. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  7. 307d7a4 Implemented getdefaultlocale() for macintosh, after an idea by Fredrik. by Jack Jansen · 24 years ago
  8. 89610a4 - _getdefaultlocale shouldn't accept arguments by Fredrik Lundh · 24 years ago
  9. 8f017a0 - added _getdefaultlocale implementation for WIN32 by Fredrik Lundh · 24 years ago
  10. 2f8a054 Trent Mick: use size_t instead of int where appropriate (in strxfrm(), by Guido van Rossum · 24 years ago
  11. 98e189d Vladimir Marangozov: by Guido van Rossum · 24 years ago
  12. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  13. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  14. bcc2074 Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  15. 5cd70f4 Added <ctype.h>, needed for Windows. by Guido van Rossum · 26 years ago
  16. 239a218 Type casts, and added a strdup() declaration for the Mac. (Jack) by Guido van Rossum · 26 years ago
  17. 8d9c2e3 LC_MESSAGES is not defined on all systems; use #ifdef LC_MESSAGES. by Guido van Rossum · 27 years ago
  18. 220ecc8 Martin von Loewis' _locale module (locale.py follows tomorrow). by Guido van Rossum · 27 years ago