summaryrefslogtreecommitdiff
path: root/Lib/gettext.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28563: Make plural form selection more lenient and acceptingSerhiy Storchaka2016-11-141-2/+10
* Issue #28563: Fixed possible DoS and arbitrary code execution when handleSerhiy Storchaka2016-11-081-62/+127
* #17898: reset k and v so that the loop doesn't use an old valueAndrew Kuchling2015-04-141-1/+2
* #23883: add names missing from __all__ (l*gettext, bind_textdomain_codeset)Andrew Kuchling2015-04-131-1/+3
* #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
* Merged revisions 85223 via svnmerge fromÉric Araujo2010-10-041-1/+1
* close file explicitlyBenjamin Peterson2009-05-101-2/+2
* Patch #1349274: gettext.install() now optionally installs additionalGeorg Brandl2006-02-191-3/+13
* Use cStringIO where available.Raymond Hettinger2004-12-311-1/+4
* This change implements the following gettext features, asGustavo Niemeyer2004-07-221-10/+95
* Replace str.find()!=1 with the more readable "in" operator.Raymond Hettinger2004-05-041-1/+1
* GNUTranslations._parse(): Initialize local variable k so that if theBarry Warsaw2003-10-041-1/+1
* GNUTranslations._parse(): Fix SF bug #658233, where continuation linesBarry Warsaw2003-05-201-4/+9
* GNUTranslations:Barry Warsaw2003-04-241-33/+33
* NullTranslations.__init__(): Back out of setting the default charsetBarry Warsaw2003-04-111-16/+16
* From http://mail.python.org/pipermail/i18n-sig/2003-April/001557.htmlBarry Warsaw2003-04-111-13/+30
* Patch #700839: Fix bugs in the plural handling.Martin v. Löwis2003-03-101-8/+17
* Patch #633547: Support plural forms. Do TODOs in test suite.Martin v. Löwis2002-11-211-5/+135
* Patch by Tim to shut up the compiler's DeprecationWarnings on theBarry Warsaw2002-08-141-18/+9
* Replace boolean test with is NoneRaymond Hettinger2002-06-011-1/+1
* Add a per-message fallback mechanism for translations.Martin v. Löwis2002-01-111-13/+50
* Add fallback argument to translation(). Request fallbacks on install.Martin v. Löwis2002-01-111-2/+5
* added a few more __all__ listsSkip Montanaro2001-01-231-0/+3
* Whitespace normalization.Tim Peters2001-01-141-7/+7
* find(): Application of (slightly modified) SF patch #101928 by UlfBarry Warsaw2000-10-161-4/+4
* translation(): Minor optimization patch which avoids instantiating theBarry Warsaw2000-10-051-1/+5
* Repaired comment.Tim Peters2000-09-011-1/+1
* GNUTranslations._parse(): Fix portability problems on 64-bit machinesBarry Warsaw2000-08-311-5/+14
* GNUTranslations.BE_MAGIC: don't be so clever in calculating this fromBarry Warsaw2000-08-311-1/+1
* Finalize this module for Python 2.0 based on feedback and input fromBarry Warsaw2000-08-301-173/+140
* _expand_lang(), _find(): Added support for unaliasing and expanded theBarry Warsaw2000-08-251-4/+53
* Group consensus is that supporting alternative locale categories isBarry Warsaw2000-08-251-21/+2
* Initial revision of gettext support for Python. This will undergoBarry Warsaw2000-08-251-0/+288