summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_gettext.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | class-based APIs.
* 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
| | | | useless. So the test of the dcgettext() function is removed.
* Set this test up so that we don't have to create xx/LC_MESSAGES in theBarry Warsaw2000-08-251-66/+320
| | | | | cvs tree. It creates the directory and gettext.mo file on the fly, from the base64 encode binary data.
* Test suite for new gettext.py module.Barry Warsaw2000-08-251-0/+76