log babel/messages/tests/frontend.py @ 600:e61e27d9347d trunk

age author description
Mon, 20 Aug 2012 20:07:27 +0000 fschwarz "init" command support "--width" option (#284) trunk
Tue, 24 Jul 2012 07:33:43 +0000 fschwarz add "--no-wrap" option for init/update commands (#289) trunk
Mon, 23 Jul 2012 18:55:56 +0000 fschwarz change frontend tests so that they can be run stand-alone (using "python babel/messages/tests/frontend.py") and not just as part of the whole suite trunk
Mon, 26 Sep 2011 09:25:03 +0000 fschwarz use helper methods in frontend tests to concentrate assumptions about file system layout in these helper methods trunk
Sat, 19 Mar 2011 21:13:34 +0000 fschwarz test refactoring: clear global babel logger handlers to decrease test interdependencies (follow-up on #227) trunk
Wed, 16 Mar 2011 14:32:34 +0000 fschwarz merge r593 from trunk stable-0.9.x
Wed, 16 Mar 2011 14:31:44 +0000 fschwarz fix a couple of frontend tests so they actually test something (fixes #260) trunk
Fri, 11 Mar 2011 16:49:45 +0000 fschwarz merge r591 from trunk stable-0.9.x
Fri, 11 Mar 2011 16:48:36 +0000 fschwarz add actual unit tests for #227 and add missing changelog entry trunk
Sat, 05 Mar 2011 15:22:28 +0000 jruigrok Update the copyright line. trunk
Sat, 05 Mar 2011 14:58:58 +0000 fschwarz merge r573, r575 from trunk to 0.9 branch stable-0.9.x
Sat, 05 Mar 2011 14:48:59 +0000 fschwarz prevent !CommandLineInterface.run from accumulating logging handlers (fixes #227) trunk
Fri, 04 Mar 2011 14:16:15 +0000 fschwarz Fix Python 2.3 compatibility for 0.9 branch (closes #233) stable-0.9.x
Thu, 15 Apr 2010 14:20:11 +0000 jruigrok Commit the resulting files after a 2to3 -nvw run. experimental-babel3
Sun, 11 Apr 2010 08:29:00 +0000 jruigrok Merged revisions 466 via svnmerge from stable-0.9.x
Wed, 07 Apr 2010 07:35:53 +0000 cmlenz Ported r505 to 0.9.x stable branch. stable-0.9.x
Wed, 07 Apr 2010 07:33:59 +0000 cmlenz Rename the ''CVS'' directory in the test data to ''ignored'', as quite a number of tools are configured or even hardcoded to ignore CVS directories. For example, I couldn't find a way to include the directory in the sdist tarball. trunk
Tue, 23 Dec 2008 01:12:59 +0000 palgarvio Use a more explicit error message if no option or argument(command) is passed to `pybabel`. Fixes #81. trunk
Tue, 08 Jul 2008 21:01:28 +0000 cmlenz Ported [407:415/trunk] back to 0.9.x branch. stable-0.9.x
Mon, 30 Jun 2008 16:37:29 +0000 palgarvio Remove some unused imports. trunk
Mon, 30 Jun 2008 16:35:50 +0000 palgarvio Include fix of [407] in `pybabel`. trunk
Mon, 30 Jun 2008 12:23:28 +0000 palgarvio We no longer neglect `catalog.plurals`. Added tests for it. Fixes #120. trunk
Mon, 16 Jun 2008 12:48:43 +0000 cmlenz Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk]. stable-0.9.x
Thu, 12 Jun 2008 16:24:25 +0000 aronacher Stripping of comment tags is optional now. If enabled it will strip the tags from all lines of a comment now. trunk
Wed, 11 Jun 2008 18:56:27 +0000 cmlenz More preparation for msgctxt support (#54). trunk
Fri, 06 Jun 2008 22:06:33 +0000 cmlenz Fix message catalog compilation for locales with more than two plural forms. Closes #95. Many thanks to Victor Safronovich for the patch. trunk
Tue, 14 Aug 2007 07:20:33 +0000 pjenvey don't init new catalogs as fuzzy trunk
Mon, 30 Jul 2007 20:28:43 +0000 cmlenz Use logging module for output from CLI frontend. trunk
Thu, 28 Jun 2007 16:37:30 +0000 cmlenz Ported [188] to 0.8.x branch. stable-0.8.x
Thu, 28 Jun 2007 16:34:40 +0000 cmlenz Add a command-line option that prints out all available locales. Closes #24. trunk
Thu, 28 Jun 2007 10:28:25 +0000 cmlenz The frontends now provide ways to update existing translations catalogs from a template. Closes #22. trunk
Wed, 27 Jun 2007 14:29:17 +0000 cmlenz * Instead of an extra `compile-all` option on the `compile` (or `compile_catalog`) command, compilation of all catalogs is performed when neither an `input_file` nor a `locale` is specified. trunk
Tue, 26 Jun 2007 18:22:19 +0000 palgarvio Added tests for the `compile` command of `babel` binary and `messages_non_fuzzy.pot` to further test `read_po` fuzzy bit header parsing. trunk
Sun, 24 Jun 2007 00:28:25 +0000 pjenvey pot_file is a typo here trunk
Thu, 21 Jun 2007 14:38:30 +0000 cmlenz Add MO file generation. Closes #21. trunk
Tue, 19 Jun 2007 17:17:46 +0000 cmlenz Fix frontend tests on Python 2.5, where the case of some of the output of optparse usage has changed. trunk
Tue, 19 Jun 2007 12:13:46 +0000 cmlenz More fixes for Windows compatibility: trunk
Mon, 18 Jun 2007 17:13:09 +0000 cmlenz Fake `sys.argv` for CLI tests. trunk
Mon, 18 Jun 2007 17:05:00 +0000 cmlenz Add a couple of CLI tests. trunk
Fri, 15 Jun 2007 22:58:46 +0000 cmlenz Fix parsing of timezone in POT creation date. trunk
Fri, 15 Jun 2007 22:18:59 +0000 cmlenz Added tests for `new_catalog` distutils command. trunk
Fri, 15 Jun 2007 19:26:35 +0000 cmlenz Made new frontend tests more ''unit-y'', i.e. calling the APIs directly instead of launching the scripts. trunk
Fri, 15 Jun 2007 09:33:31 +0000 cmlenz Added new logo. trunk
Thu, 14 Jun 2007 21:55:18 +0000 palgarvio Added some minor distutils frontend tests, corrected and moved mapping.cfg to the appropriate place. trunk
Fri, 08 Jun 2007 09:16:32 +0000 cmlenz Rename the `babel.catalog` package to `babel.messages` for consistency with the other package names. trunk base babel/catalog/tests/frontend.py@0e75c05bee84
Copyright (C) 2012-2017 Edgewall Software