log babel/messages/frontend.py @ 601:3eeaadb290be trunk

age author description
Mon, 20 Aug 2012 20:24:54 +0000 fschwarz raise exception if setuptools integration for init catalog uses both 'width' and 'no-wrap' parameter trunk
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, 26 Sep 2011 20:01:01 +0000 fschwarz Support for context-aware methods during message extraction (fixes #229, patch by David Rios) trunk
Sun, 25 Sep 2011 20:30:45 +0000 fschwarz fix spelling in comments trunk
Sat, 19 Mar 2011 19:48:23 +0000 fschwarz rename babel.localedata.list() to ease Python 3 transition (fixes #250) trunk
Sat, 05 Mar 2011 18:58:33 +0000 fschwarz remove unnecessary import trunk
Sat, 05 Mar 2011 16:40:24 +0000 fschwarz cleanup: remove unused imports 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:53:03 +0000 fschwarz shorten the __init__() method of !CommandLineInterface by extracting the logging configuration into another method trunk
Sat, 05 Mar 2011 14:48:59 +0000 fschwarz prevent !CommandLineInterface.run from accumulating logging handlers (fixes #227) trunk
Fri, 04 Mar 2011 13:14:03 +0000 fschwarz Python 2.3 compatibility: backporting r456 and r457 to 0.9 branch (see #233) stable-0.9.x
Tue, 22 Feb 2011 16:04:56 +0000 jruigrok Back out r553 for now. stable-0.9.x
Tue, 22 Feb 2011 16:01:21 +0000 jruigrok Back out r549 for now. trunk
Tue, 22 Feb 2011 14:43:08 +0000 jruigrok Merged revisions 549 via svnmerge from stable-0.9.x
Tue, 22 Feb 2011 14:30:22 +0000 jruigrok Prevent multiple handlers being attached to the same logger. trunk
Thu, 15 Apr 2010 14:20:11 +0000 jruigrok Commit the resulting files after a 2to3 -nvw run. experimental-babel3
Sun, 11 Apr 2010 09:01:02 +0000 jruigrok Merged revisions 482 via svnmerge from stable-0.9.x
Sun, 11 Apr 2010 08:53:54 +0000 jruigrok Merged revisions 471 via svnmerge from stable-0.9.x
Sun, 11 Apr 2010 08:40:17 +0000 jruigrok Merged revisions 465 via svnmerge from stable-0.9.x
Sun, 11 Apr 2010 08:29:00 +0000 jruigrok Merged revisions 466 via svnmerge from stable-0.9.x
Sun, 11 Apr 2010 08:15:12 +0000 jruigrok Merged revisions 459 via svnmerge from stable-0.9.x
Fri, 25 Sep 2009 20:29:11 +0000 pjenvey remove sorted and don't assume dict ordering (Python 2.3 & Jython compat) trunk
Fri, 08 May 2009 08:05:03 +0000 dfraser add `--project` and `--version` options for commandline (fixes #173) 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, 23 Dec 2008 01:03:40 +0000 palgarvio Now, the `--width` option, although with a default value of 76, it's not set to any value initially so that the `--no-wrap` option can be passed without throwing an error. Fixes #145. trunk
Mon, 15 Dec 2008 23:14:50 +0000 palgarvio Typo's and sorted output of `list-locales`. trunk
Wed, 08 Oct 2008 22:42:55 +0000 pjenvey fix Python 2.3 compat: rearrange set/itemgetter/rsplit/sorted/unicode.decode 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: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
Fri, 01 Feb 2008 15:30:49 +0000 cmlenz Fix for #60. trunk
Fri, 01 Feb 2008 15:23:13 +0000 cmlenz Fix for #79 (location lines wrapping at hyphens). trunk
Mon, 07 Jan 2008 16:04:38 +0000 cmlenz Same bug fixed in [339] was also in the setuptools `compile_catalog` command. trunk
Mon, 07 Jan 2008 15:10:46 +0000 cmlenz Fixed bug where the commandline interface to the compile catalog command actually used the output file for the input file option. Thanks to mitsuhiko for reporting this. trunk
Thu, 13 Dec 2007 11:51:36 +0000 jruigrok When using sys.stdout with a pipe or redirection the sys.stdout.encoding value trunk
Fri, 28 Sep 2007 04:44:55 +0000 pjenvey we must mean options.locale here trunk
Sun, 09 Sep 2007 17:07:45 +0000 cmlenz Fix error in `compile_catalog` distutils command. Closes #65. trunk
Wed, 05 Sep 2007 16:32:51 +0000 cmlenz Write PO files in binary mode. Closes #61. trunk
Wed, 22 Aug 2007 09:33:47 +0000 cmlenz Default the encoding of output by the `pybabel --list-locales` command to ASCII with errors replaced, if the output stream has no encoding set. For a reason unknown to me I got an encoding error, but only when when running the output through a pipe on the shell. trunk
Tue, 14 Aug 2007 07:20:33 +0000 pjenvey don't init new catalogs as fuzzy trunk
Mon, 13 Aug 2007 22:29:03 +0000 cmlenz Soften dependency on setuptools. Extraction methods can now be referenced using a special section in the mapping configuration, mapping short names to fully-qualified function references. trunk
Wed, 01 Aug 2007 14:15:35 +0000 cmlenz Add more `since` tags to stuff added in trunk. trunk
Mon, 30 Jul 2007 20:28:43 +0000 cmlenz Use logging module for output from CLI frontend. trunk
Sun, 29 Jul 2007 20:04:17 +0000 cmlenz Use proper logging in distutils `compile_catalog` command. trunk
Mon, 16 Jul 2007 16:57:49 +0000 cmlenz Added infrastructure for adding catalog checkers, and implement a checker that validations Python format parameters in translations, closing #19. trunk
Thu, 05 Jul 2007 17:25:13 +0000 cmlenz When parsing catalog headers, look for the content-type first, to be able to use a specified encoding on all other headers. trunk
Thu, 05 Jul 2007 08:02:26 +0000 cmlenz Include percentage in statistics output. trunk
Wed, 04 Jul 2007 16:09:05 +0000 palgarvio Make frontends that make use of a ''loop all'' fail if no message catalogs are found. trunk
Wed, 04 Jul 2007 15:24:32 +0000 palgarvio Implement translations statistics, closes #18. trunk
Wed, 04 Jul 2007 06:54:07 +0000 cmlenz Fix another bug introduced in [208]. trunk
Wed, 04 Jul 2007 06:52:03 +0000 cmlenz Fix for bug introduced in [208]. Closes #37. trunk
Tue, 03 Jul 2007 17:55:34 +0000 palgarvio Added `--no-fuzzy-matching` to the frontends and also `--previous` which adds the old msgid's as comments. The latest closes #31. trunk
Tue, 03 Jul 2007 13:12:36 +0000 cmlenz Fix for #36: avoid corrupting the catalog on update when there's an error in the writing process. trunk
Tue, 03 Jul 2007 12:52:44 +0000 cmlenz Fix for #35, and a minor improvement to how we parse the catalog fuzzy bit. trunk
Copyright (C) 2012-2017 Edgewall Software