1. 19ddaf6 Merge from 3.4 by Andrew Kuchling · 9 years ago
  2. 8b963c5 #17898: reset k and v so that the loop doesn't use an old value by Andrew Kuchling · 9 years ago
  3. 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
  4. cdb2c60 test_gettext: use support.rmtree() instead of shutil.rmtree() by Victor Stinner · 10 years ago
  5. 7fa886d Prevent ResourceWarnings in test_gettext by Éric Araujo · 14 years ago
  6. 37a8933 Fix caching error found by regrtest -R (#10229) by Éric Araujo · 14 years ago
  7. 6108bf5 Fix interaction of custom translation classes and caching (#9042) by Éric Araujo · 14 years ago
  8. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  9. 706824f More codestring -> codebytes. by Georg Brandl · 15 years ago
  10. 155374d Merged revisions 72167 via svnmerge from by Walter Dörwald · 15 years ago
  11. 801844d #2512 implement the 3.0 gettext API by Benjamin Peterson · 16 years ago
  12. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  13. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  14. 6ae5d7f Fixed gettext module for Windows. The metadata lines always end in \n and not in os.linesep by Christian Heimes · 17 years ago
  15. 39478e8 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  16. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  17. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  18. 602b9ba Patch #1349274: gettext.install() now optionally installs additional by Georg Brandl · 18 years ago
  19. a0e0cd3 Don't try to create the directory if it already exists, otherwise the test fails by Neal Norwitz · 20 years ago
  20. e960e22 Added a test for the fix of SF bug #658233, where continuation lines by Barry Warsaw · 21 years ago
  21. 4aebbb0 Make tests clean up after themselves better. This means: by Brett Cannon · 21 years ago
  22. edb155f UnicodeTranslationsTest.setUp(): Removed the coerce flag to the by Barry Warsaw · 21 years ago
  23. 0eadaac Whitespace normalization. by Tim Peters · 21 years ago
  24. a1ce93f From http://mail.python.org/pipermail/i18n-sig/2003-April/001557.html by Barry Warsaw · 21 years ago
  25. d899605 Patch #633547: Support plural forms. Do TODOs in test suite. by Martin v. Löwis · 22 years ago
  26. 6569257 Move the setting of os.environ['LANGUAGE'] to setup(), and reset it to by Guido van Rossum · 22 years ago
  27. 08f9956 Update an email address. by Barry Warsaw · 23 years ago
  28. 1914873 Quick and dirty fix for test_extcall failures trigged by Guido's by Barry Warsaw · 23 years ago
  29. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  30. 8b7c3c0 For current directory use os.curdir, not ".". by Jack Jansen · 24 years ago
  31. 64dab46 Expand the test suite to test both the GNU gettext and translation by Barry Warsaw · 24 years ago
  32. c795195 Open binary files in binary mode. Fixes test failure under Windows. by Tim Peters · 24 years ago
  33. 1dce09d Group consensus is that supporting alternative locale categories is by Barry Warsaw · 24 years ago
  34. ff6d813 Set this test up so that we don't have to create xx/LC_MESSAGES in the by Barry Warsaw · 24 years ago
  35. 9e03592 Test suite for new gettext.py module. by Barry Warsaw · 24 years ago