COMMITS
/ Lib/gettext.py March 27, 2017
V
bpo-29919: Remove unused imports found by pyflakes (#137)
Victor Stinner committed
March 12, 2017
S
bpo-28692: Deprecate using non-integer value for selecting a plural form in gettext. (#507)
Serhiy Storchaka committed
November 14, 2016
S
Issue #28563: Make plural form selection more lenient and accepting
Serhiy Storchaka committed
S
Issue #28563: Make plural form selection more lenient and accepting
Serhiy Storchaka committed
S
Issue #28563: Make plural form selection more lenient and accepting
Serhiy Storchaka committed
November 8, 2016
S
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
Serhiy Storchaka committed
S
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
Serhiy Storchaka committed
S
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
Serhiy Storchaka committed
April 13, 2015
A
#17898: reset k and v so that the loop doesn't use an old value
Andrew Kuchling committed
A
#23883: add names missing from __all__ (l*gettext, bind_textdomain_codeset)
Andrew Kuchling committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
May 26, 2012
V
Implemented PEP 405 (Python virtual environments).
Vinay Sajip committed
April 14, 2015
A
Merge from 3.4
Andrew Kuchling committed
A
Merge from 3.4
Andrew Kuchling committed
October 28, 2014
March 15, 2011
E
#11515: Merge with 3.1.
Ezio Melotti committed
E
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti committed
December 23, 2010
B
update comment
Benjamin Peterson committed
B
kill some function imports
Benjamin Peterson committed
B
use native tenary condition
Benjamin Peterson committed
October 4, 2010
É
Merged revisions 85223 via svnmerge from
Éric Araujo committed
É
Fix interaction of custom translation classes and caching (#9042)
Éric Araujo committed
June 1, 2009
May 17, 2009
G
Use true booleans.
Georg Brandl committed
July 17, 2008
G
Make gettext Unicode interface consistent and clean up the docs.
Georg Brandl committed
July 14, 2008
B
#2512 implement the 3.0 gettext API
Benjamin Peterson committed
December 2, 2007
G
#1535: rename __builtin__ module to builtins.
Georg Brandl committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
October 31, 2007
C
Fixed gettext module for Windows. The metadata lines always end in \n and not in os.linesep
Christian Heimes committed
August 30, 2007
C
Raise statement normalization in Lib/.
Collin Winter committed
August 29, 2007
G
Make gettext work with strict str/bytes.
Guido van Rossum committed
July 12, 2007
G
Fixes for str/uni/bytes for gettext.py. test_gettext.py passes.
Guido van Rossum committed
May 18, 2007
G
Change some uses of cStringIO.StringIO to io.StringIO.
Guido van Rossum committed
May 7, 2007
G
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum committed
May 2, 2007
G
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum committed
January 15, 2007
G
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum committed
February 19, 2006
G
Patch #1349274: gettext.install() now optionally installs additional
Georg Brandl committed
December 31, 2004
R
Use cStringIO where available.
Raymond Hettinger committed
July 22, 2004
G
This change implements the following gettext features, as
Gustavo Niemeyer committed
May 4, 2004
R
Replace str.find()!=1 with the more readable "in" operator.
Raymond Hettinger committed
October 4, 2003
B
GNUTranslations._parse(): Initialize local variable k so that if the
Barry Warsaw committed
May 20, 2003
B
GNUTranslations._parse(): Fix SF bug #658233, where continuation lines
Barry Warsaw committed
April 24, 2003
B
GNUTranslations:
Barry Warsaw committed
April 11, 2003
B
NullTranslations.__init__(): Back out of setting the default charset
Barry Warsaw committed
B
From http://mail.python.org/pipermail/i18n-sig/2003-April/001557.html
Barry Warsaw committed
March 10, 2003
M
Patch #700839: Fix bugs in the plural handling.
Martin v. Löwis committed
November 21, 2002
M
Patch #633547: Support plural forms. Do TODOs in test suite.
Martin v. Löwis committed
August 14, 2002
B
Patch by Tim to shut up the compiler's DeprecationWarnings on the
Barry Warsaw committed
June 1, 2002
R
Replace boolean test with is None
Raymond Hettinger committed
January 11, 2002
M
Add a per-message fallback mechanism for translations.
Martin v. Löwis committed