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