log babel/messages/extract.py @ 560:86524be05b60 trunk

age author description
Sat, 03 Sep 2011 08:31:43 +0000 fschwarz fix docstring for babel.messages.extract() so it mentions the correct return type trunk
Sat, 05 Mar 2011 15:22:28 +0000 jruigrok Update the copyright line. trunk
Sat, 05 Mar 2011 14:59:20 +0000 jruigrok Cleanup round #1: get rid of the frozenset/set utility code and imports. 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 08:42:33 +0000 jruigrok Merged revisions 468 via svnmerge from stable-0.9.x
Thu, 12 Mar 2009 15:58:33 +0000 palgarvio Typo. trunk
Wed, 08 Oct 2008 22:42:55 +0000 pjenvey fix Python 2.3 compat: rearrange set/itemgetter/rsplit/sorted/unicode.decode trunk
Mon, 25 Aug 2008 10:08:22 +0000 cmlenz Ported [442:446/trunk] to 0.9.x branch. stable-0.9.x
Sun, 24 Aug 2008 14:36:18 +0000 aronacher Added support for string concatenation to javascript lexer. _("foo" + "bar") is now equivalent to _("foobar") trunk
Fri, 27 Jun 2008 15:22:12 +0000 cmlenz Ported [388:405/trunk] to 0.9.x branch. stable-0.9.x
Thu, 26 Jun 2008 21:02:20 +0000 palgarvio Test and respective fix for gettext calls that spawn multiple lines. Fixes #119. 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
Mon, 16 Jun 2008 10:14:38 +0000 cmlenz Remove leftover unused code from [365]. trunk
Sat, 14 Jun 2008 19:00:35 +0000 aronacher added some newlines to extract and jslexer to stay consistent with the rest of the sourcecode. trunk
Thu, 12 Jun 2008 16:26:52 +0000 aronacher Added !JavaScript extractor trunk
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
Fri, 06 Jun 2008 21:22:29 +0000 cmlenz Allow extraction method specification to use a dot instead of the colon for separating module and function names. See #105. trunk
Mon, 18 Feb 2008 18:09:30 +0000 pjenvey fix invalid message extraction methods causing: trunk
Fri, 17 Aug 2007 05:02:44 +0000 pjenvey skip messages that have less arguments than the keyword spec calls for 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
Fri, 20 Jul 2007 12:43:20 +0000 palgarvio Fix for message extractors which return `None` as the gettext call. trunk
Wed, 18 Jul 2007 20:49:12 +0000 pjenvey fix skipping of class definitions without parens trunk
Wed, 18 Jul 2007 00:29:04 +0000 pjenvey o extract_python fixes: trunk
Fri, 13 Jul 2007 16:33:28 +0000 cmlenz More robust handling of argument indices in message extraction. trunk
Wed, 27 Jun 2007 22:49:31 +0000 pjenvey merged r182 from trunk stable-0.8.x
Wed, 27 Jun 2007 22:43:26 +0000 pjenvey added 'N_' (gettext noop) to the extractor's default keywords trunk
Fri, 22 Jun 2007 11:13:10 +0000 cmlenz Ported [165], [167], and [169] to 0.8.x branch. stable-0.8.x
Fri, 22 Jun 2007 00:38:54 +0000 pjenvey made the python extractor detect source file encodings from the magic encoding trunk
Thu, 21 Jun 2007 21:28:51 +0000 pjenvey alphabetize imports trunk
Wed, 20 Jun 2007 21:41:00 +0000 cmlenz The default ordering of messages in generated POT files, which is based on the order those messages are found when walking the source tree, is no longer subject to differences between platforms; directory and file names are now always sorted alphabetically. trunk
Copyright (C) 2012-2017 Edgewall Software