Fred Drake
|
004d5e6880
|
Make reindent.py happy (convert everything to 4-space indents!).
|
2000-10-23 17:22:08 +00:00 |
Jack Jansen
|
8b7c3c0be7
|
For current directory use os.curdir, not ".".
|
2000-09-15 12:58:08 +00:00 |
Barry Warsaw
|
64dab4602e
|
Expand the test suite to test both the GNU gettext and translation
class-based APIs.
|
2000-08-30 03:32:07 +00:00 |
Tim Peters
|
c79519569d
|
Open binary files in binary mode. Fixes test failure under Windows.
|
2000-08-26 21:01:27 +00:00 |
Barry Warsaw
|
1dce09da61
|
Group consensus is that supporting alternative locale categories is
useless. So the test of the dcgettext() function is removed.
|
2000-08-25 19:53:51 +00:00 |
Barry Warsaw
|
ff6d813657
|
Set this test up so that we don't have to create xx/LC_MESSAGES in the
cvs tree. It creates the directory and gettext.mo file on the fly,
from the base64 encode binary data.
|
2000-08-25 19:50:38 +00:00 |
Barry Warsaw
|
9e03592149
|
Test suite for new gettext.py module.
|
2000-08-25 19:14:25 +00:00 |