1. 01a3ee8 Backport 68b5f87566fb by Stefan Krah · 14 years ago
  2. 4cfae02 Issue #1813: Fix codec lookup and setting/getting locales under Turkish locales. by Antoine Pitrou · 14 years ago
  3. 3939dcd Issue #6656: fix locale.format_string to handle escaped percents and mappings. by R. David Murray · 15 years ago
  4. 37805e5 Fix for issue #7072 by Ronald Oussoren · 15 years ago
  5. d728871 #7419: Fix a crash on Windows in locale.setlocale() when the category by Amaury Forgeot d'Arc · 16 years ago
  6. a83da35 Fix issue 2522. locale.format now checks that it is passed by R. David Murray · 16 years ago
  7. 7fa9459 fix another name by Benjamin Peterson · 16 years ago
  8. bec087f fix incorrect auto-translation of TestSkipped -> unittest.SkipTest by Benjamin Peterson · 16 years ago
  9. 888a39b remove test_support.TestSkipped and just use unittest.SkipTest by Benjamin Peterson · 16 years ago
  10. feeafff Issue #1222: locale.format() bug when the thousands separator is a space character. by Antoine Pitrou · 16 years ago
  11. 36897e1 disable some failing tests in test_locale due to a bug in locale.py. by Antoine Pitrou · 17 years ago
  12. 6327e84 Fix more buildbot failures on test_locale. by Antoine Pitrou · 17 years ago
  13. 524f413 try to fix most buildbot failures on test_locale + add a debug output for the solaris buildbot by Antoine Pitrou · 17 years ago
  14. ba54eda convert test_locale to unittest, and add a mechanism to override localconv() results for further testing (#1864, #1222) by Antoine Pitrou · 17 years ago
  15. 278fc50 #3303: fix crash with invalid Py_DECREF in strcoll(). by Georg Brandl · 17 years ago
  16. 94b706b The locale "En" appears not to be valid on windows underi VisualStudio.2005. Added "English" to the test_locale.py to make the testsuite pass for that build by Kristján Valur Jónsson · 18 years ago
  17. fad6559 Fix test_locale for platforms without a default thousands separator. by Georg Brandl · 19 years ago
  18. b89316f Patch #1180296: improve locale string formatting functions by Georg Brandl · 19 years ago
  19. 4cfa136 Work around test_locale failing on Solaris. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  20. 451ae18 [ 1197218 ] test_locale fix on modern linux by Anthony Baxter · 20 years ago
  21. b5047fd Add a workaround for a problem that UTF-8 strings can be corrupted by Hye-Shik Chang · 21 years ago
  22. 8d2e08d Enable some unittests on FreeBSD. by Hye-Shik Chang · 22 years ago
  23. f2715e0 Whitespace normalization. by Tim Peters · 22 years ago
  24. 06f0cef Skip this test on MacOSX: the locale support is too minimal to make it pass. by Jack Jansen · 23 years ago
  25. f0a4668 Add getpreferredencoding. Support @euro modifiers. Fixes #554676. by Martin v. Löwis · 23 years ago
  26. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  27. 8ae2df4 Whitespace normalization. by Tim Peters · 24 years ago
  28. fc34986 In order to make this test work on Windows, the test locale has to be by Guido van Rossum · 24 years ago
  29. 88ad12a Patch #415777: new grouping strategy. by Martin v. Löwis · 24 years ago