Tim Peters
|
c638791d53
|
Repaired comment.
|
2000-09-01 02:20:20 +00:00 |
Barry Warsaw
|
9a2d9d7f04
|
GNUTranslations._parse(): Fix portability problems on 64-bit machines
by masking all unsigned integers with 0xffffffff.
|
2000-08-31 23:28:52 +00:00 |
Barry Warsaw
|
b76a55c278
|
GNUTranslations.BE_MAGIC: don't be so clever in calculating this from
LE_MAGIC; it breaks on Tru64.
|
2000-08-31 10:45:54 +00:00 |
Barry Warsaw
|
33d8d705b8
|
Finalize this module for Python 2.0 based on feedback and input from
Martin von Loewis, Peter Funk, James Henstridge, Francois Pinard, and
Marc-Andre Lemburg.
|
2000-08-30 03:29:58 +00:00 |
Barry Warsaw
|
fa488ec2a0
|
_expand_lang(), _find(): Added support for unaliasing and expanded the
language found in the environment variable, contributed by James
Henstridge.
|
2000-08-25 20:26:43 +00:00 |
Barry Warsaw
|
84314b72d6
|
Group consensus is that supporting alternative locale categories is
useless. So the category argument on _find() is removed, as is the
dcgettext() function.
|
2000-08-25 19:53:17 +00:00 |
Barry Warsaw
|
95be23dc86
|
Initial revision of gettext support for Python. This will undergo
some changes.
|
2000-08-25 19:13:37 +00:00 |