index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test__locale.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka
2016-04-24
1
-1/+0
*
Issue #25809: Skip testing platform-dependent French thousands separator
Martin Panter
2015-12-12
1
-1/+3
*
Issue #24299: Fixed test__locale on Solaris.
Serhiy Storchaka
2015-06-08
1
-2/+3
*
Issue #23474: Enhanced locale testing.
Serhiy Storchaka
2015-02-18
1
-39/+60
*
Issue #15164: Change return value of platform.uname() from a
Larry Hastings
2012-06-24
1
-2/+2
*
Fix test__locale on Mac; platform.uname() does not have a structseq-type inte...
Georg Brandl
2012-06-24
1
-1/+1
*
Issue #15118: Change return value of os.uname() and os.times() from
Larry Hastings
2012-06-24
1
-1/+1
*
Issue #13441: Enable the workaround for Solaris locale bug
Victor Stinner
2011-12-09
1
-1/+1
*
Issue #13441: Skip some locales (e.g. cs_CZ and hu_HU) on Solaris to workaround
Victor Stinner
2011-12-09
1
-13/+30
*
Issue #13441: Don't test the hu_HU locale on Solaris to workaround a mbstowcs()
Victor Stinner
2011-12-09
1
-1/+8
*
Issue #13441: Log the locale when localeconv() fails
Victor Stinner
2011-12-08
1
-1/+5
*
Issue #13441: Reenable strxfrm() tests on Solaris
Victor Stinner
2011-11-21
1
-2/+0
*
Issue #13441: Disable temporary localeconv() tests on Solaris
Victor Stinner
2011-11-21
1
-0/+2
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-4/+4
*
Merged revisions 78093 via svnmerge from
Georg Brandl
2010-03-14
1
-1/+1
*
fix test__locale on windows #5643
Benjamin Peterson
2009-05-05
1
-16/+22
*
see if we can get this to work on windows
Benjamin Peterson
2009-05-04
1
-8/+16
*
Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...
Benjamin Peterson
2009-03-28
1
-2/+2
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-1/+1
*
Also set LC_CTYPE, to allow localeconv string conversion.
Martin v. Löwis
2008-03-10
1
-3/+7
*
Make test__locale pass. Stupid bug in the original code: used 'is' for '=='.
Guido van Rossum
2007-05-17
1
-1/+1
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-0/+3
*
This fixes test _locale failing on macteagle (Mac OS 10.4 AFAIK).
Neal Norwitz
2006-02-19
1
-3/+5
*
Add a more informative error message for test_float_parsing so the failing
Brett Cannon
2006-01-19
1
-2/+4
*
SF#1391872
Fredrik Lundh
2005-12-29
1
-0/+12
*
skip _locale test if OS X < 10.4
Skip Montanaro
2005-09-19
1
-0/+6
*
Make test__locale more fine-grained. Now test localeconv and nl_langinfo
Brett Cannon
2005-03-01
1
-9/+56
*
Remove usage of locale.getlocale in favor or setlocale(LC_NUMERIC, None) .
Brett Cannon
2004-09-08
1
-3/+9
*
Ported test__locale to unittest.
Brett Cannon
2004-09-06
1
-26/+34
*
Whitespace normalization.
Tim Peters
2004-08-20
1
-1/+1
*
Reset old locale after running tests. Not doing so broke
Johannes Gijsbers
2004-08-14
1
-19/+23
*
Enable some unittests on FreeBSD.
Hye-Shik Chang
2003-12-19
1
-1/+2
*
Oops. Really fix the indentation problem this time.
Jeremy Hylton
2003-09-10
1
-13/+13
*
Fix inconsistent mix of tabs and spaces that caused test to fail.
Jeremy Hylton
2003-09-10
1
-5/+4
*
Patch #798145: Return correct information from nl_langinfo(RADIXCHAR).
Martin v. Löwis
2003-09-04
1
-0/+34