1. 466e18e Remove unused imports in tests (GH-14518) (GH-14520) by Victor Stinner · 5 years ago
  2. afd1e6d bpo-36239: Skip comments in gettext infos (GH-12255) by Julien Palard · 5 years ago
  3. 637a33b bpo-2504: Add pgettext() and variants to gettext. (GH-7253) by Cheryl Sabella · 6 years ago
  4. fec35c9 bpo-33710: Deprecate l*gettext() and related functions in the gettext module. (GH-10139) by Serhiy Storchaka · 6 years ago
  5. 26cb465 bpo-29755: Fixed the lgettext() family of functions in the gettext module. (#2266) by Serhiy Storchaka · 7 years ago
  6. f659598 bpo-28692: Deprecate using non-integer value for selecting a plural form in gettext. (#507) by Serhiy Storchaka · 7 years ago
  7. 39d2dfe Issue #28563: Make plural form selection more lenient and accepting by Serhiy Storchaka · 8 years ago
  8. 5ae6c77 Issue #28563: Make plural form selection more lenient and accepting by Serhiy Storchaka · 8 years ago
  9. 5ca92ab Issue #28563: Make plural form selection more lenient and accepting by Serhiy Storchaka · 8 years ago
  10. 60ac989 Issue #28563: Make plural form selection more lenient and accepting by Serhiy Storchaka · 8 years ago
  11. 1c9bd1d Issue #28563: Fixed possible DoS and arbitrary code execution when handle by Serhiy Storchaka · 8 years ago
  12. eb20fca Issue #28563: Fixed possible DoS and arbitrary code execution when handle by Serhiy Storchaka · 8 years ago
  13. 1c3fdd9 Issue #28563: Fixed possible DoS and arbitrary code execution when handle by Serhiy Storchaka · 8 years ago
  14. 07bcf05 Issue #28563: Fixed possible DoS and arbitrary code execution when handle by Serhiy Storchaka · 8 years ago
  15. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  16. d226d30 Issue #23883: Add test.support.check__all__() and test gettext.__all__ by Martin Panter · 9 years ago
  17. 19ddaf6 Merge from 3.4 by Andrew Kuchling · 9 years ago
  18. 8b963c5 #17898: reset k and v so that the loop doesn't use an old value by Andrew Kuchling · 9 years ago
  19. be8d06f Issue #18216: gettext now raises an error when a .mo file has an unsupported major version number. Patch by Aaron Hill. by Antoine Pitrou · 10 years ago
  20. cdb2c60 test_gettext: use support.rmtree() instead of shutil.rmtree() by Victor Stinner · 10 years ago
  21. 7fa886d Prevent ResourceWarnings in test_gettext by Éric Araujo · 14 years ago
  22. 37a8933 Fix caching error found by regrtest -R (#10229) by Éric Araujo · 14 years ago
  23. 6108bf5 Fix interaction of custom translation classes and caching (#9042) by Éric Araujo · 14 years ago
  24. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  25. 706824f More codestring -> codebytes. by Georg Brandl · 15 years ago
  26. 155374d Merged revisions 72167 via svnmerge from by Walter Dörwald · 15 years ago
  27. 801844d #2512 implement the 3.0 gettext API by Benjamin Peterson · 16 years ago
  28. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  29. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  30. 6ae5d7f Fixed gettext module for Windows. The metadata lines always end in \n and not in os.linesep by Christian Heimes · 17 years ago
  31. 39478e8 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  32. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  33. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  34. 602b9ba Patch #1349274: gettext.install() now optionally installs additional by Georg Brandl · 18 years ago
  35. a0e0cd3 Don't try to create the directory if it already exists, otherwise the test fails by Neal Norwitz · 20 years ago
  36. e960e22 Added a test for the fix of SF bug #658233, where continuation lines by Barry Warsaw · 21 years ago
  37. 4aebbb0 Make tests clean up after themselves better. This means: by Brett Cannon · 21 years ago
  38. edb155f UnicodeTranslationsTest.setUp(): Removed the coerce flag to the by Barry Warsaw · 21 years ago
  39. 0eadaac Whitespace normalization. by Tim Peters · 21 years ago
  40. a1ce93f From http://mail.python.org/pipermail/i18n-sig/2003-April/001557.html by Barry Warsaw · 21 years ago
  41. d899605 Patch #633547: Support plural forms. Do TODOs in test suite. by Martin v. Löwis · 22 years ago
  42. 6569257 Move the setting of os.environ['LANGUAGE'] to setup(), and reset it to by Guido van Rossum · 22 years ago
  43. 08f9956 Update an email address. by Barry Warsaw · 23 years ago
  44. 1914873 Quick and dirty fix for test_extcall failures trigged by Guido's by Barry Warsaw · 23 years ago
  45. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  46. 8b7c3c0 For current directory use os.curdir, not ".". by Jack Jansen · 24 years ago
  47. 64dab46 Expand the test suite to test both the GNU gettext and translation by Barry Warsaw · 24 years ago
  48. c795195 Open binary files in binary mode. Fixes test failure under Windows. by Tim Peters · 24 years ago
  49. 1dce09d Group consensus is that supporting alternative locale categories is by Barry Warsaw · 24 years ago
  50. ff6d813 Set this test up so that we don't have to create xx/LC_MESSAGES in the by Barry Warsaw · 24 years ago
  51. 9e03592 Test suite for new gettext.py module. by Barry Warsaw · 24 years ago