1. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  2. fe92d0b Also set LC_CTYPE, to allow localeconv string conversion. by Martin v. Löwis · 16 years ago
  3. f40e576 Make test__locale pass. Stupid bug in the original code: used 'is' for '=='. by Guido van Rossum · 17 years ago
  4. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  5. bb45973 This fixes test _locale failing on macteagle (Mac OS 10.4 AFAIK). by Neal Norwitz · 19 years ago
  6. 2dbf2a9 Add a more informative error message for test_float_parsing so the failing by Brett Cannon · 19 years ago
  7. 24f0fa9 SF#1391872 by Fredrik Lundh · 19 years ago
  8. f8948ca skip _locale test if OS X < 10.4 by Skip Montanaro · 19 years ago
  9. e94e74a Make test__locale more fine-grained. Now test localeconv and nl_langinfo by Brett Cannon · 19 years ago
  10. 85ae1a6 Remove usage of locale.getlocale in favor or setlocale(LC_NUMERIC, None) . by Brett Cannon · 20 years ago
  11. 2ad68e6 Ported test__locale to unittest. by Brett Cannon · 20 years ago
  12. a45cacf Whitespace normalization. by Tim Peters · 20 years ago
  13. 404b068 Reset old locale after running tests. Not doing so broke by Johannes Gijsbers · 20 years ago
  14. 8d2e08d Enable some unittests on FreeBSD. by Hye-Shik Chang · 21 years ago
  15. b7b1db9 Oops. Really fix the indentation problem this time. by Jeremy Hylton · 21 years ago
  16. d7fb676 Fix inconsistent mix of tabs and spaces that caused test to fail. by Jeremy Hylton · 21 years ago
  17. f5b9373 Patch #798145: Return correct information from nl_langinfo(RADIXCHAR). by Martin v. Löwis · 21 years ago