summaryrefslogtreecommitdiff
path: root/Lib/test/test_locale.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28996: Skip two tests that fail on Android with the locale strcoll() andXavier de Gaye2016-12-191-2/+2
* Issue #23474: Enhanced locale testing.Serhiy Storchaka2015-02-181-0/+54
|\
| * Issue #13918: Provide a locale.delocalize() function which can removeAntoine Pitrou2014-10-231-0/+54
* | Issue #23474: Enhanced locale testing.Serhiy Storchaka2015-02-181-1/+1
|/
* Issue #20079: Fixed tests.Serhiy Storchaka2014-10-021-1/+1
* Issue #20046: Locale alias table no longer contains entities which can beSerhiy Storchaka2013-12-271-0/+39
* Issue #20027: Fixed locale aliases for devanagari locales.Serhiy Storchaka2013-12-261-0/+14
|\
| * Issue #20027: Fixed locale aliases for devanagari locales.Serhiy Storchaka2013-12-261-0/+14
| * Don't use sebTest() in tests for issue #5815.Serhiy Storchaka2013-12-191-2/+1
| * Issue #5815: Fixed support for locales with modifiers. Fixed support forSerhiy Storchaka2013-12-191-0/+58
* | Issue #5815: Fixed support for locales with modifiers. Fixed support forSerhiy Storchaka2013-12-191-0/+58
|/
* Issue #17767: test_locale now works with unittest test discovery.Serhiy Storchaka2013-07-171-58/+36
* Issue #15118: Change return value of os.uname() and os.times() fromLarry Hastings2012-06-241-1/+1
* Issue #1813: merge changeset that reverts a glibc workaround for theStefan Krah2012-02-021-0/+2
|\
| * Issue #13441: Reenable strxfrm() tests on SolarisVictor Stinner2011-11-211-4/+0
| * Issue #13441: Disable temporary strxfrm() tests on SolarisVictor Stinner2011-11-211-0/+4
| * Issue #3067: Fix the error raised by locale.setlocale()Petri Lehtinen2011-11-041-0/+8
| |\
| * \ Merge 68b5f87566fbStefan Krah2011-08-021-0/+3
| |\ \
| * | | Try to fix weird buildbot failuresAntoine Pitrou2011-07-261-3/+3
| * | | Add debug output for failing buildbotAntoine Pitrou2011-07-261-0/+2
* | | | Issue #1813: Revert workaround for a glibc bug on the Fedora buildbot.Stefan Krah2012-02-021-3/+0
| |_|/ |/| |
* | | Issue #3067: Fix the error raised by locale.setlocale()Petri Lehtinen2011-11-041-0/+8
| |/ |/|
* | Skip test_getsetlocale_issue1813() on Fedora due to setlocale() bug.Stefan Krah2011-08-021-0/+3
* | Backport 0398f07d4827 (fix for weird buildbot failures)Antoine Pitrou2011-07-271-3/+3
|/
* Add a test for issue #1813: getlocale() failing under a Turkish localeAntoine Pitrou2011-07-241-0/+13
* Merged revisions 84973 via svnmerge fromHirokazu Yamamoto2010-09-241-1/+1
* Merged revisions 80521 via svnmerge fromR. David Murray2010-09-051-0/+20
* Merged revisions 80182 via svnmerge fromRonald Oussoren2010-04-181-1/+9
* Merged revisions 76626 via svnmerge fromAmaury Forgeot d'Arc2009-12-011-0/+11
* Merged revisions 75537,75539 via svnmerge fromAntoine Pitrou2009-10-191-9/+40
* Merged revisions 70936 via svnmerge fromR. David Murray2009-04-011-0/+14
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-281-5/+5
* Merged revisions 70356 via svnmerge fromAntoine Pitrou2009-03-141-1/+77
* Merged revisions 65244-65245,65248 via svnmerge fromAntoine Pitrou2008-07-261-30/+57
* Merged revisions 65237 via svnmerge fromAntoine Pitrou2008-07-251-84/+224
* Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...Georg Brandl2008-07-231-1/+10
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Make test_locale pass by removing tests that were designed to handleGuido van Rossum2007-10-241-39/+0
* Patch #1303: Adapt str8 constructor to bytes (now buffer) one.Georg Brandl2007-10-241-1/+1
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-6/+9
* Make test_locale pass.Guido van Rossum2007-05-171-0/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-12/+12
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-2/+26
* Work around test_locale failing on Solaris.Martin v. Löwis2005-12-301-3/+8
* [ 1197218 ] test_locale fix on modern linuxAnthony Baxter2005-06-031-8/+10
* Add a workaround for a problem that UTF-8 strings can be corruptedHye-Shik Chang2004-08-041-0/+35
* Enable some unittests on FreeBSD.Hye-Shik Chang2003-12-191-2/+5
* Whitespace normalization.Tim Peters2003-02-191-1/+1
* Skip this test on MacOSX: the locale support is too minimal to makeJack Jansen2002-12-301-1/+3