1. d3e6c9e Issue #28563: Make plural form selection more lenient and accepting by Serhiy Storchaka · 8 years ago
  2. a876027 Issue #28563: Fixed possible DoS and arbitrary code execution when handle by Serhiy Storchaka · 8 years ago
  3. 270b058 #17898: reset k and v so that the loop doesn't use an old value by Andrew Kuchling · 9 years ago
  4. 2ca7bb0 #23883: add names missing from __all__ (l*gettext, bind_textdomain_codeset) by Andrew Kuchling · 10 years ago
  5. 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  6. c17776f Merged revisions 85223 via svnmerge from by Éric Araujo · 14 years ago
  7. 14c7bc2 close file explicitly by Benjamin Peterson · 15 years ago
  8. 602b9ba Patch #1349274: gettext.install() now optionally installs additional by Georg Brandl · 19 years ago
  9. a617271 Use cStringIO where available. by Raymond Hettinger · 20 years ago
  10. 7bd33c5 This change implements the following gettext features, as by Gustavo Niemeyer · 20 years ago
  11. bac788a Replace str.find()!=1 with the more readable "in" operator. by Raymond Hettinger · 20 years ago
  12. b8c7876 GNUTranslations._parse(): Initialize local variable k so that if the by Barry Warsaw · 21 years ago
  13. 7de63f5 GNUTranslations._parse(): Fix SF bug #658233, where continuation lines by Barry Warsaw · 21 years ago
  14. c4acc2b GNUTranslations: by Barry Warsaw · 21 years ago
  15. 6008cbd NullTranslations.__init__(): Back out of setting the default charset by Barry Warsaw · 22 years ago
  16. a1ce93f From http://mail.python.org/pipermail/i18n-sig/2003-April/001557.html by Barry Warsaw · 22 years ago
  17. a57dccd Patch #700839: Fix bugs in the plural handling. by Martin v. Löwis · 22 years ago
  18. d899605 Patch #633547: Support plural forms. Do TODOs in test suite. by Martin v. Löwis · 22 years ago
  19. 09707e3 Patch by Tim to shut up the compiler's DeprecationWarnings on the by Barry Warsaw · 22 years ago
  20. 094662a Replace boolean test with is None by Raymond Hettinger · 22 years ago
  21. a55ffae Add a per-message fallback mechanism for translations. by Martin v. Löwis · 23 years ago
  22. 1be6419 Add fallback argument to translation(). Request fallbacks on install. by Martin v. Löwis · 23 years ago
  23. 2dd4276 added a few more __all__ lists fixed typo in ihooks docstring by Skip Montanaro · 24 years ago
  24. 07e99cb Whitespace normalization. by Tim Peters · 24 years ago
  25. 75f8101 find(): Application of (slightly modified) SF patch #101928 by Ulf by Barry Warsaw · 24 years ago
  26. 293b03f translation(): Minor optimization patch which avoids instantiating the by Barry Warsaw · 24 years ago
  27. c638791 Repaired comment. by Tim Peters · 24 years ago
  28. 9a2d9d7 GNUTranslations._parse(): Fix portability problems on 64-bit machines by Barry Warsaw · 24 years ago
  29. b76a55c GNUTranslations.BE_MAGIC: don't be so clever in calculating this from by Barry Warsaw · 24 years ago
  30. 33d8d70 Finalize this module for Python 2.0 based on feedback and input from by Barry Warsaw · 24 years ago
  31. fa488ec _expand_lang(), _find(): Added support for unaliasing and expanded the by Barry Warsaw · 24 years ago
  32. 84314b7 Group consensus is that supporting alternative locale categories is by Barry Warsaw · 24 years ago
  33. 95be23d Initial revision of gettext support for Python. This will undergo some changes. by Barry Warsaw · 24 years ago