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