summaryrefslogtreecommitdiff
path: root/Lib/test/test_locale.py
Commit message (Expand)AuthorAgeFilesLines
* [3.7] bpo-20087: Update locale alias mapping with glibc 2.27 supported locale...Miss Islington (bot)2018-05-061-1/+1
* [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)Serhiy Storchaka2017-06-281-0/+5
* bpo-29972: Skip tests known to fail on AIX (#979)Victor Stinner2017-04-041-0/+4
* test_locale now ignores the DeprecationWarning (#977)Victor Stinner2017-04-031-11/+13
* bpo-10379: add 'monetary' to format_string, deprecate formatGarvit Khatri2017-03-281-0/+5
* bpo-20087: Revert "make the glibc alias table take precedence over the X11 on...Benjamin Peterson2017-03-191-4/+1
* make the glibc alias table take precedence over the X11 one (#422)Benjamin Peterson2017-03-071-1/+4
* 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-1/+1
|\
| * Issue #23474: Enhanced locale testing.Serhiy Storchaka2015-02-181-1/+1
* | Issue #13918: Provide a locale.delocalize() function which can removeAntoine Pitrou2014-10-231-0/+54
|/
* 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-3/+0
|\
| * Issue #1813: Revert workaround for a glibc bug on the Fedora buildbot.Stefan Krah2012-02-021-3/+0
* | 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
|\ \ | |/
| * Issue #3067: Fix the error raised by locale.setlocale()Petri Lehtinen2011-11-041-0/+8
* | Merge 68b5f87566fbStefan Krah2011-08-021-0/+3
|\ \ | |/
| * 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
* | Try to fix weird buildbot failuresAntoine Pitrou2011-07-261-3/+3
* | Add debug output for failing buildbotAntoine Pitrou2011-07-261-0/+2
|/
* Add a test for issue #1813: getlocale() failing under a Turkish localeAntoine Pitrou2011-07-241-0/+13
* Issue #9868: locale was left changed after TestEnUSCollation#setUp raisedHirokazu Yamamoto2010-09-231-1/+1
* Merged revisions 80512 via svnmerge fromR. David Murray2010-04-271-0/+20
* Merged revisions 80178 via svnmerge fromRonald Oussoren2010-04-181-1/+9
* Merged revisions 76625 via svnmerge fromAmaury Forgeot d'Arc2009-12-011-0/+11
* Issue #7080: locale.strxfrm() raises a MemoryError on 64-bit non-WindowsAntoine 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