Skip Montanaro
2dd4276559
added a few more __all__ lists
...
fixed typo in ihooks docstring
2001-01-23 15:35:05 +00:00
Tim Peters
07e99cb774
Whitespace normalization.
2001-01-14 23:47:14 +00:00
Barry Warsaw
75f8101c42
find(): Application of (slightly modified) SF patch #101928 by Ulf
...
Betlehem, verified by Peter Funk. Fixes preservation of language
search order lost due to use of dictionary keys instead of a list.
Closes SF bug #116964 .
2000-10-16 15:47:50 +00:00
Barry Warsaw
293b03f73f
translation(): Minor optimization patch which avoids instantiating the
...
default value's instance unless it's absolutely necessary.
2000-10-05 18:48:12 +00:00
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