aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_gettext.py
Commit message (Expand)AuthorAge
* Move the setting of os.environ['LANGUAGE'] to setup(), and reset it toGuido van Rossum2002-07-20
* Update an email address.Barry Warsaw2001-08-28
* Quick and dirty fix for test_extcall failures trigged by Guido'sBarry Warsaw2001-08-24
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-23
* For current directory use os.curdir, not ".".Jack Jansen2000-09-15
* Expand the test suite to test both the GNU gettext and translationBarry Warsaw2000-08-30
* Open binary files in binary mode. Fixes test failure under Windows.Tim Peters2000-08-26
* Group consensus is that supporting alternative locale categories isBarry Warsaw2000-08-25
* Set this test up so that we don't have to create xx/LC_MESSAGES in theBarry Warsaw2000-08-25
* Test suite for new gettext.py module.Barry Warsaw2000-08-25