1. 96ba529 Issue #20079: Fixed tests. by Serhiy Storchaka · 11 years ago
  2. af08087 Issue #20086: Restored the use of locale-independing mapping instead of by Serhiy Storchaka · 12 years ago
  3. 664ebb0 Issue #20086: Output more details when test_getsetlocale_issue1813 is failed. by Serhiy Storchaka · 12 years ago
  4. d551b28 Issue #20027: Fixed locale aliases for devanagari locales. by Serhiy Storchaka · 12 years ago
  5. 80b76bf Don't use sebTest() in tests for issue #5815. by Serhiy Storchaka · 12 years ago
  6. bd78986 Issue #5815: Fixed support for locales with modifiers. Fixed support for by Serhiy Storchaka · 12 years ago
  7. da6db4f Issue #1813: backport changeset that reverts a glibc workaround for the by Stefan Krah · 14 years ago
  8. edfba82 The simplest possible fix for the regression in bug 12752 by encoding unicodes by Barry Warsaw · 14 years ago
  9. 01a3ee8 Backport 68b5f87566fb by Stefan Krah · 14 years ago
  10. 4cfae02 Issue #1813: Fix codec lookup and setting/getting locales under Turkish locales. by Antoine Pitrou · 14 years ago
  11. 3939dcd Issue #6656: fix locale.format_string to handle escaped percents and mappings. by R. David Murray · 15 years ago
  12. 37805e5 Fix for issue #7072 by Ronald Oussoren · 15 years ago
  13. d728871 #7419: Fix a crash on Windows in locale.setlocale() when the category by Amaury Forgeot d'Arc · 16 years ago
  14. a83da35 Fix issue 2522. locale.format now checks that it is passed by R. David Murray · 16 years ago
  15. 7fa9459 fix another name by Benjamin Peterson · 16 years ago
  16. bec087f fix incorrect auto-translation of TestSkipped -> unittest.SkipTest by Benjamin Peterson · 16 years ago
  17. 888a39b remove test_support.TestSkipped and just use unittest.SkipTest by Benjamin Peterson · 16 years ago
  18. feeafff Issue #1222: locale.format() bug when the thousands separator is a space character. by Antoine Pitrou · 16 years ago
  19. 36897e1 disable some failing tests in test_locale due to a bug in locale.py. by Antoine Pitrou · 17 years ago
  20. 6327e84 Fix more buildbot failures on test_locale. by Antoine Pitrou · 17 years ago
  21. 524f413 try to fix most buildbot failures on test_locale + add a debug output for the solaris buildbot by Antoine Pitrou · 17 years ago
  22. 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
  23. 278fc50 #3303: fix crash with invalid Py_DECREF in strcoll(). by Georg Brandl · 17 years ago
  24. 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
  25. fad6559 Fix test_locale for platforms without a default thousands separator. by Georg Brandl · 19 years ago
  26. b89316f Patch #1180296: improve locale string formatting functions by Georg Brandl · 19 years ago
  27. 4cfa136 Work around test_locale failing on Solaris. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  28. 451ae18 [ 1197218 ] test_locale fix on modern linux by Anthony Baxter · 20 years ago
  29. b5047fd Add a workaround for a problem that UTF-8 strings can be corrupted by Hye-Shik Chang · 21 years ago
  30. 8d2e08d Enable some unittests on FreeBSD. by Hye-Shik Chang · 22 years ago
  31. f2715e0 Whitespace normalization. by Tim Peters · 22 years ago
  32. 06f0cef Skip this test on MacOSX: the locale support is too minimal to make it pass. by Jack Jansen · 23 years ago
  33. f0a4668 Add getpreferredencoding. Support @euro modifiers. Fixes #554676. by Martin v. Löwis · 23 years ago
  34. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  35. 8ae2df4 Whitespace normalization. by Tim Peters · 24 years ago
  36. fc34986 In order to make this test work on Windows, the test locale has to be by Guido van Rossum · 24 years ago
  37. 88ad12a Patch #415777: new grouping strategy. by Martin v. Löwis · 24 years ago