index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
gettext.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch #1349274: gettext.install() now optionally installs additional
Georg Brandl
2006-02-19
1
-3/+13
*
Use cStringIO where available.
Raymond Hettinger
2004-12-31
1
-1/+4
*
This change implements the following gettext features, as
Gustavo Niemeyer
2004-07-22
1
-10/+95
*
Replace str.find()!=1 with the more readable "in" operator.
Raymond Hettinger
2004-05-04
1
-1/+1
*
GNUTranslations._parse(): Initialize local variable k so that if the
Barry Warsaw
2003-10-04
1
-1/+1
*
GNUTranslations._parse(): Fix SF bug #658233, where continuation lines
Barry Warsaw
2003-05-20
1
-4/+9
*
GNUTranslations:
Barry Warsaw
2003-04-24
1
-33/+33
*
NullTranslations.__init__(): Back out of setting the default charset
Barry Warsaw
2003-04-11
1
-16/+16
*
From http://mail.python.org/pipermail/i18n-sig/2003-April/001557.html
Barry Warsaw
2003-04-11
1
-13/+30
*
Patch #700839: Fix bugs in the plural handling.
Martin v. Löwis
2003-03-10
1
-8/+17
*
Patch #633547: Support plural forms. Do TODOs in test suite.
Martin v. Löwis
2002-11-21
1
-5/+135
*
Patch by Tim to shut up the compiler's DeprecationWarnings on the
Barry Warsaw
2002-08-14
1
-18/+9
*
Replace boolean test with is None
Raymond Hettinger
2002-06-01
1
-1/+1
*
Add a per-message fallback mechanism for translations.
Martin v. Löwis
2002-01-11
1
-13/+50
*
Add fallback argument to translation(). Request fallbacks on install.
Martin v. Löwis
2002-01-11
1
-2/+5
*
added a few more __all__ lists
Skip Montanaro
2001-01-23
1
-0/+3
*
Whitespace normalization.
Tim Peters
2001-01-14
1
-7/+7
*
find(): Application of (slightly modified) SF patch #101928 by Ulf
Barry Warsaw
2000-10-16
1
-4/+4
*
translation(): Minor optimization patch which avoids instantiating the
Barry Warsaw
2000-10-05
1
-1/+5
*
Repaired comment.
Tim Peters
2000-09-01
1
-1/+1
*
GNUTranslations._parse(): Fix portability problems on 64-bit machines
Barry Warsaw
2000-08-31
1
-5/+14
*
GNUTranslations.BE_MAGIC: don't be so clever in calculating this from
Barry Warsaw
2000-08-31
1
-1/+1
*
Finalize this module for Python 2.0 based on feedback and input from
Barry Warsaw
2000-08-30
1
-173/+140
*
_expand_lang(), _find(): Added support for unaliasing and expanded the
Barry Warsaw
2000-08-25
1
-4/+53
*
Group consensus is that supporting alternative locale categories is
Barry Warsaw
2000-08-25
1
-21/+2
*
Initial revision of gettext support for Python. This will undergo
Barry Warsaw
2000-08-25
1
-0/+288