summaryrefslogtreecommitdiff
path: root/Lib/test/test_gettext.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28563: Make plural form selection more lenient and acceptingSerhiy Storchaka2016-11-141-1/+6
|\
| * Issue #28563: Fixed possible DoS and arbitrary code execution when handleSerhiy Storchaka2016-11-081-1/+6
| |\
| | * Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
| | * Issue #23883: Add test.support.check__all__() and test gettext.__all__Martin Panter2015-11-141-0/+6
* | | Issue #28563: Make plural form selection more lenient and acceptingSerhiy Storchaka2016-11-141-0/+70
|\ \ \ | |/ /
| * | Issue #28563: Fixed possible DoS and arbitrary code execution when handleSerhiy Storchaka2016-11-081-0/+70
| |\ \ | | |/
| | * Merge from 3.4Andrew Kuchling2015-04-141-0/+70
| | |\
| | | * Issue #18216: gettext now raises an error when a .mo file has an unsupported ...Antoine Pitrou2014-10-281-0/+70
* | | | Issue #28563: Make plural form selection more lenient and acceptingSerhiy Storchaka2016-11-141-6/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Issue #28563: Make plural form selection more lenient and acceptingSerhiy Storchaka2016-11-141-6/+10
* | | | Issue #28563: Fixed possible DoS and arbitrary code execution when handleSerhiy Storchaka2016-11-081-1/+84
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Issue #28563: Fixed possible DoS and arbitrary code execution when handleSerhiy Storchaka2016-11-081-1/+84
* | | #17898: reset k and v so that the loop doesn't use an old valueAndrew Kuchling2015-04-131-0/+27
| |/ |/|
* | test_gettext: use support.rmtree() instead of shutil.rmtree()Victor Stinner2014-07-241-1/+1
|/
* Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge fromÉric Araujo2011-02-021-23/+12
* Merged revisions 86239,86241 via svnmerge fromÉric Araujo2010-11-061-0/+1
* Merged revisions 85223 via svnmerge fromÉric Araujo2010-10-041-0/+31
* Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-1/+1
* More codestring -> codebytes.Georg Brandl2009-06-041-3/+3
* Merged revisions 72167 via svnmerge fromWalter Dörwald2009-05-011-6/+4
* #2512 implement the 3.0 gettext APIBenjamin Peterson2008-07-141-5/+5
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-4/+4
* Fixed gettext module for Windows. The metadata lines always end in \n and not...Christian Heimes2007-10-311-0/+1
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-271-3/+3
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-21/+21
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-13/+2
* Patch #1349274: gettext.install() now optionally installs additionalGeorg Brandl2006-02-191-0/+8
* Don't try to create the directory if it already exists, otherwise the test failsNeal Norwitz2004-07-191-1/+2
* Added a test for the fix of SF bug #658233, where continuation linesBarry Warsaw2003-05-201-12/+52
* Make tests clean up after themselves better. This means:Brett Cannon2003-04-271-2/+18
* UnicodeTranslationsTest.setUp(): Removed the coerce flag to theBarry Warsaw2003-04-241-1/+1
* Whitespace normalization.Tim Peters2003-04-241-1/+1
* From http://mail.python.org/pipermail/i18n-sig/2003-April/001557.htmlBarry Warsaw2003-04-111-125/+180
* Patch #633547: Support plural forms. Do TODOs in test suite.Martin v. Löwis2002-11-211-111/+248
* Move the setting of os.environ['LANGUAGE'] to setup(), and reset it toGuido van Rossum2002-07-201-1/+2
* Update an email address.Barry Warsaw2001-08-281-10/+10
* Quick and dirty fix for test_extcall failures trigged by Guido'sBarry Warsaw2001-08-241-2/+2
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-5/+5
* For current directory use os.curdir, not ".".Jack Jansen2000-09-151-2/+2
* Expand the test suite to test both the GNU gettext and translationBarry Warsaw2000-08-301-252/+128
* Open binary files in binary mode. Fixes test failure under Windows.Tim Peters2000-08-261-1/+1
* Group consensus is that supporting alternative locale categories isBarry Warsaw2000-08-251-6/+0
* Set this test up so that we don't have to create xx/LC_MESSAGES in theBarry Warsaw2000-08-251-66/+320
* Test suite for new gettext.py module.Barry Warsaw2000-08-251-0/+76