Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Quick and dirty fix for test_extcall failures trigged by Guido's | Barry Warsaw | 2001-08-24 | 1 | -2/+2 |
| | | | | | | | recent classobject.c change. When calling an unbound method with no instances as first argument, the error message has changed. The message now contains the class name, but the output text being compared to is too generic, so skip printing it. | ||||
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -5/+5 |
| | |||||
* | For current directory use os.curdir, not ".". | Jack Jansen | 2000-09-15 | 1 | -2/+2 |
| | |||||
* | Expand the test suite to test both the GNU gettext and translation | Barry Warsaw | 2000-08-30 | 1 | -252/+128 |
| | | | | class-based APIs. | ||||
* | Open binary files in binary mode. Fixes test failure under Windows. | Tim Peters | 2000-08-26 | 1 | -1/+1 |
| | |||||
* | Group consensus is that supporting alternative locale categories is | Barry Warsaw | 2000-08-25 | 1 | -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 the | Barry Warsaw | 2000-08-25 | 1 | -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 Warsaw | 2000-08-25 | 1 | -0/+76 |