1. 230a60c Whitespace normalization. by Tim Peters · 22 years ago
  2. a326f47 This stopped working on Windows, due to a reference to the non-existent by Tim Peters · 22 years ago
  3. f0a4668 Add getpreferredencoding. Support @euro modifiers. Fixes #554676. by Martin v. Löwis · 22 years ago
  4. 37a0982 point people to the Python bug tracker, rather than to a mail by Fredrik Lundh · 22 years ago
  5. 0897f0c eliminate unqualified except when checking for presence of LC_MESSAGES by Skip Montanaro · 22 years ago
  6. 1f877ef Remove some dead code (PyChecker) by Andrew M. Kuchling · 23 years ago
  7. 67addfe Implement Mark Favas's suggestion. There's a clear bug in _group(): by Guido van Rossum · 23 years ago
  8. 88ad12a Patch #415777: new grouping strategy. by Martin v. Löwis · 23 years ago
  9. 7519e7a setlocale(): In _locale-missing compatibility function, string by Barry Warsaw · 23 years ago
  10. be9b507 String method conversion. by Eric S. Raymond · 23 years ago
  11. 1baf829 test___all__ was failing on WIndows because locale.py doesn't really by Tim Peters · 24 years ago
  12. 17ab123 a few more modules get __all__ by Skip Montanaro · 24 years ago
  13. db78687 In format(), consider sign only after grouping. by Martin v. Löwis · 24 years ago
  14. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  15. 663809e -- removed get_default compatibility kludge by Fredrik Lundh · 24 years ago
  16. 0466132 - repaired locale.py for non-windows platforms. the try/except by Fredrik Lundh · 24 years ago
  17. 6c86b99 - merged setlocale and set_locale. the internal setlocale by Fredrik Lundh · 24 years ago
  18. a05e293 typos fixed by Rob Hooft by Jeremy Hylton · 24 years ago
  19. 2348114 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  20. 5431bc3 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  21. 4b8c6ea Actually, the previous batch's comment should have been different; by Guido van Rossum · 25 years ago
  22. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  23. bd1169a Add Martin von Loewis as the author of this module. by Guido van Rossum · 27 years ago
  24. eef1d4e User-level locale module. A wrapper around _locale which adds by Guido van Rossum · 27 years ago