1. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  2. 6a10936 Issue #25809: Skip testing platform-dependent French thousands separator by Martin Panter · 9 years ago
  3. 07c0025 Issue #24299: Fixed test__locale on Solaris. by Serhiy Storchaka · 9 years ago
  4. 0954585 Issue #23474: Enhanced locale testing. by Serhiy Storchaka · 9 years ago
  5. 68386bc Issue #15164: Change return value of platform.uname() from a by Larry Hastings · 12 years ago
  6. 19c4e5b Fix test__locale on Mac; platform.uname() does not have a structseq-type interface (yet). by Georg Brandl · 12 years ago
  7. 605a62d Issue #15118: Change return value of os.uname() and os.times() from by Larry Hastings · 12 years ago
  8. 7f54f75 Issue #13441: Enable the workaround for Solaris locale bug by Victor Stinner · 13 years ago
  9. 69291c4 Issue #13441: Skip some locales (e.g. cs_CZ and hu_HU) on Solaris to workaround by Victor Stinner · 13 years ago
  10. 5446bba Issue #13441: Don't test the hu_HU locale on Solaris to workaround a mbstowcs() by Victor Stinner · 13 years ago
  11. 7061413 Issue #13441: Log the locale when localeconv() fails by Victor Stinner · 13 years ago
  12. 41dde32 Issue #13441: Reenable strxfrm() tests on Solaris by Victor Stinner · 13 years ago
  13. 0293db6 Issue #13441: Disable temporary localeconv() tests on Solaris by Victor Stinner · 13 years ago
  14. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  15. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  16. 7847cd6 fix test__locale on windows #5643 by Benjamin Peterson · 15 years ago
  17. ec75312 see if we can get this to work on windows by Benjamin Peterson · 15 years ago
  18. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  19. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  20. fe92d0b Also set LC_CTYPE, to allow localeconv string conversion. by Martin v. Löwis · 16 years ago
  21. f40e576 Make test__locale pass. Stupid bug in the original code: used 'is' for '=='. by Guido van Rossum · 17 years ago
  22. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  23. bb45973 This fixes test _locale failing on macteagle (Mac OS 10.4 AFAIK). by Neal Norwitz · 18 years ago
  24. 2dbf2a9 Add a more informative error message for test_float_parsing so the failing by Brett Cannon · 18 years ago
  25. 24f0fa9 SF#1391872 by Fredrik Lundh · 19 years ago
  26. f8948ca skip _locale test if OS X < 10.4 by Skip Montanaro · 19 years ago
  27. e94e74a Make test__locale more fine-grained. Now test localeconv and nl_langinfo by Brett Cannon · 19 years ago
  28. 85ae1a6 Remove usage of locale.getlocale in favor or setlocale(LC_NUMERIC, None) . by Brett Cannon · 20 years ago
  29. 2ad68e6 Ported test__locale to unittest. by Brett Cannon · 20 years ago
  30. a45cacf Whitespace normalization. by Tim Peters · 20 years ago
  31. 404b068 Reset old locale after running tests. Not doing so broke by Johannes Gijsbers · 20 years ago
  32. 8d2e08d Enable some unittests on FreeBSD. by Hye-Shik Chang · 21 years ago
  33. b7b1db9 Oops. Really fix the indentation problem this time. by Jeremy Hylton · 21 years ago
  34. d7fb676 Fix inconsistent mix of tabs and spaces that caused test to fail. by Jeremy Hylton · 21 years ago
  35. f5b9373 Patch #798145: Return correct information from nl_langinfo(RADIXCHAR). by Martin v. Löwis · 21 years ago