# # ChangeLog for trunk/genshi # # Generated by Trac 1.0.20 # Sep 29, 2023, 5:55:00 AM Thu, 20 Mar 2014 12:58:48 GMT hodgestar [1269] * trunk/genshi/path.py (modified) * trunk/genshi/tests/path.py (modified) Return correct value and properly namespaced attribute name when ... Thu, 20 Mar 2014 11:41:43 GMT hodgestar [1266] * trunk/genshi/_speedups.c (modified) * trunk/genshi/tests/core.py (modified) Add support for iterator arguments to _speedups Markup.join ... Wed, 19 Mar 2014 14:31:48 GMT hodgestar [1263] * trunk/genshi/filters/i18n.py (modified) Add HTML5 input placeholder attribute to list of translatable ... Wed, 19 Mar 2014 14:22:22 GMT hodgestar [1260] * trunk/genshi/output.py (modified) Add missing boolean attributes to XHTML and HTML serializers (fixes ... Wed, 19 Mar 2014 13:52:01 GMT hodgestar [1257] * trunk/genshi/template/base.py (modified) * trunk/genshi/template/markup.py (modified) * trunk/genshi/template/tests/markup.py (modified) Fix infinite recursion in template inlining (fixes #584). Wed, 19 Mar 2014 13:40:47 GMT hodgestar [1255] * trunk/genshi/template/tests/text.py (modified) * trunk/genshi/template/text.py (modified) Support slash escaped of CRLF newlines (fixes #569; patch from ... Mon, 17 Feb 2014 09:10:44 GMT hodgestar [1251] * trunk/genshi/core.py (modified) Revert r1245 (the Python3.4 regression was fixed in ... Sun, 16 Feb 2014 19:36:21 GMT hodgestar [1250] * trunk/genshi/template/astutil.py (modified) * trunk/genshi/template/eval.py (modified) * trunk/genshi/template/tests/eval.py (modified) Add support for kwonlyargs and kw_defaults attributes of AST argument ... Sun, 16 Feb 2014 18:46:15 GMT hodgestar [1249] * trunk/genshi/template/astutil.py (modified) * trunk/genshi/template/eval.py (modified) Add support for Python 3.4 AST (support for NameConstants and changes ... Sun, 16 Feb 2014 18:43:20 GMT hodgestar [1248] * trunk/genshi/compat.py (modified) Add isstring helper. Sun, 16 Feb 2014 18:25:17 GMT hodgestar [1246] * trunk/genshi/filters/tests/test_html.py (modified) Also allow stripping of unsafe script tags (Python 3.4 parses the ... Sun, 16 Feb 2014 17:29:31 GMT hodgestar [1245] * trunk/genshi/core.py (modified) Work around for Python 3.4 regression in pickle ... Thu, 09 Jan 2014 21:23:41 GMT hodgestar [1242] * trunk/genshi/filters/i18n.py (modified) * trunk/genshi/filters/tests/i18n.py (modified) Fix handling of case where a translation has text after a closing tag ... Mon, 17 Jun 2013 20:52:21 GMT hodgestar [1239] * trunk/genshi/template/markup.py (modified) Fix assert with side-effect in xi:fallback directive processing (see ... Sat, 26 Jan 2013 17:26:47 GMT hodgestar [1219] * trunk/genshi/input.py (modified) * trunk/genshi/tests/input.py (modified) Fix handling of processing instructions that don't have data attached ... Sat, 26 Jan 2013 16:24:33 GMT hodgestar [1217] * trunk/genshi/template/tests/text.py (modified) Fix text template inclusion tests so they work under Windows (being ... Sat, 26 Jan 2013 11:53:36 GMT hodgestar [1213] * trunk/genshi/template/interpolation.py (modified) Stop try to lex for matching braces in interpolation if the token_re ... Sat, 26 Jan 2013 11:38:35 GMT hodgestar [1212] * trunk/genshi/input.py (modified) Remove unused isinstance checks. Sun, 30 Dec 2012 16:43:06 GMT hodgestar [1209] * trunk/ChangeLog (modified) * trunk/genshi/__init__.py (modified) * trunk/setup.py (modified) Bump version number and add new section to ChangeLog. Sat, 29 Dec 2012 22:48:30 GMT hodgestar [1195] * trunk/genshi/tests/builder.py (modified) Fix another test that fails with the new randomized hashes. Sat, 29 Dec 2012 20:18:24 GMT hodgestar [1193] * trunk/genshi/template/tests/loader.py (modified) Add a test that demonstrates that absolute includes work (see #465). Sat, 29 Dec 2012 19:31:41 GMT hodgestar [1192] * trunk/genshi/template/astutil.py (modified) * trunk/genshi/template/tests/eval.py (modified) Update genshi.template AST handling to support Python 3.4 (see #537). Sat, 29 Dec 2012 19:14:10 GMT hodgestar [1191] * trunk/genshi/builder.py (modified) * trunk/genshi/template/tests/directives.py (modified) * trunk/genshi/template/tests/eval.py (modified) * trunk/genshi/tests/builder.py (modified) Fix a number of tests which Python's new hash randomization is ... Sat, 29 Dec 2012 19:12:14 GMT hodgestar [1190] * trunk/genshi/template/loader.py (modified) Templates should be loaded as bytes -- the encoding is passed around ... Sat, 29 Dec 2012 13:02:20 GMT hodgestar [1189] * trunk/genshi/input.py (modified) * trunk/genshi/tests/input.py (modified) Fix parsing of multi-byte characters that occur on 4K boundaries of ... Sat, 29 Dec 2012 11:43:45 GMT hodgestar [1187] * trunk/genshi/filters/tests/test_html.py (modified) Fix HTMLSanitizer tests for Python 2.7 (fixes #501). Sat, 11 Feb 2012 00:02:02 GMT hodgestar [1180] * trunk/genshi/template/loader.py (modified) Remove invalid file mode in template loader. Fixes #485. Sat, 03 Sep 2011 01:11:30 GMT hodgestar [1177] * trunk/genshi/filters/i18n.py (modified) * trunk/genshi/filters/tests/i18n.py (modified) Handle multiple events between or an either side of start and end ... Fri, 02 Sep 2011 22:08:05 GMT hodgestar [1175] * trunk/genshi/filters/html.py (modified) Revert accidental small docstring change from r1174. Fri, 02 Sep 2011 22:01:42 GMT hodgestar [1174] * trunk/genshi/filters/html.py (modified) * trunk/genshi/filters/tests/test_html.py (modified) Improve sanitizing of CSS in style attributes (note that the Genshi ... Fri, 02 Sep 2011 20:20:21 GMT hodgestar [1172] * trunk/genshi/template/base.py (modified) * trunk/genshi/template/tests/base.py (modified) Add .copy() function to Context objects. Fixes #249. Tue, 30 Aug 2011 12:48:57 GMT hodgestar [1170] * trunk/genshi/template/markup.py (modified) * trunk/genshi/template/tests/directives.py (modified) Fix out-by-one error introduced in r1097 that led to match templates ... Wed, 03 Aug 2011 17:38:37 GMT hodgestar [1168] * trunk/genshi/_speedups.c (modified) * trunk/genshi/tests/core.py (modified) Fix bug in _speedups where it differed from behaviour of Python ... Sun, 03 Jul 2011 19:02:43 GMT hodgestar [1167] * trunk/genshi/template/astutil.py (modified) Fix bug in ASTTransformer's cloning that overwrote AST nodes name ... Sun, 03 Jul 2011 18:59:47 GMT hodgestar [1166] * trunk/genshi/core.py (modified) Fix genshi.core.Attrs.__contains__ so that it returns False instead ... Sun, 12 Jun 2011 00:41:35 GMT hodgestar [1164] * trunk/genshi/output.py (modified) * trunk/genshi/tests/output.py (modified) Don't cache (TEXT, Markup) events in serializers. This is not needed ... Sun, 12 Jun 2011 00:30:56 GMT hodgestar [1163] * trunk/genshi/output.py (modified) Refactor string cache creation to remove repeated code in preparation ... Fri, 18 Mar 2011 09:17:52 GMT hodgestar [1160] * trunk (modified) * trunk/genshi/template/base.py (modified) * trunk/genshi/template/directives.py (modified) * trunk/genshi/template/loader.py (modified) * trunk/genshi/template/plugin.py (modified) * trunk/genshi/template/tests/directives.py (modified) * trunk/genshi/template/tests/loader.py (modified) * trunk/genshi/template/tests/markup.py (modified) * trunk/genshi/template/tests/plugin.py (modified) * trunk/genshi/template/text.py (modified) Merge r1143 from py3k: add support for python 3 to remaining ... Fri, 18 Mar 2011 09:15:29 GMT hodgestar [1159] * trunk (modified) * trunk/genshi/template/astutil.py (modified) * trunk/genshi/template/eval.py (modified) * trunk/genshi/template/tests/eval.py (modified) Merge r1142 from py3k: add support for python 3 to genshi.template ... Fri, 18 Mar 2011 09:11:53 GMT hodgestar [1158] * trunk (modified) * trunk/genshi/filters/html.py (modified) * trunk/genshi/filters/i18n.py (modified) * trunk/genshi/filters/tests/__init__.py (modified) * trunk/genshi/filters/tests/html.py (deleted) * trunk/genshi/filters/tests/i18n.py (modified) * trunk/genshi/filters/tests/test_html.py (copied) * trunk/genshi/filters/tests/transform.py (modified) * trunk/genshi/filters/transform.py (modified) Merge r1141 from py3k: add support for python 3 to genshi.filters: ... Fri, 18 Mar 2011 09:08:12 GMT hodgestar [1157] * trunk (modified) * trunk/genshi/core.py (modified) * trunk/genshi/input.py (modified) * trunk/genshi/output.py (modified) * trunk/genshi/tests/core.py (modified) * trunk/genshi/tests/input.py (modified) * trunk/genshi/tests/output.py (modified) Merge r1140 from py3k: add support for python 3 to core genshi ... Fri, 18 Mar 2011 09:05:58 GMT hodgestar [1156] * trunk (modified) * trunk/genshi/compat.py (copied) * trunk/genshi/util.py (modified) Merge r1139 from py3k: add compatibility functions for dealing with ... Fri, 18 Mar 2011 09:04:14 GMT hodgestar [1155] * trunk (modified) * trunk/genshi/_speedups.c (modified) Merge r1138 from py3k: add python 3 support to _speedups C extension Mon, 13 Dec 2010 19:07:59 GMT jruigrok [1149] * trunk/genshi/template/markup.py (modified) * trunk/genshi/template/tests/markup.py (modified) Pull up r1146 to trunk. Addresses #399 Mon, 13 Dec 2010 18:55:01 GMT jruigrok [1148] * trunk/genshi/core.py (modified) * trunk/genshi/tests/core.py (modified) Pull up r1145 to trunk. Addresses #413. Mon, 10 May 2010 15:03:22 GMT cmlenz [1134] * trunk/ChangeLog (modified) * trunk/genshi/filters/html.py (modified) * trunk/genshi/filters/tests/html.py (modified) Fix handling of checkboxes and radio buttons with an empty value ... Mon, 10 May 2010 14:02:55 GMT cmlenz [1133] * trunk/ChangeLog (modified) * trunk/genshi/filters/html.py (modified) * trunk/genshi/filters/tests/html.py (modified) Fix for bug with the `HTMLFormFiller` in the handling of textareas. ... Wed, 28 Apr 2010 21:25:12 GMT cmlenz [1129] * trunk/genshi/core.py (modified) * trunk/genshi/template/directives.py (modified) The `|` operator on `Attrs` objects now removes any existing ... Thu, 22 Apr 2010 17:27:55 GMT cmlenz [1125] * trunk/genshi/__init__.py (modified) * trunk/setup.py (modified) Bump up version number on trunk. Thu, 22 Apr 2010 12:01:10 GMT cmlenz [1120] * trunk/COPYING (modified) * trunk/ChangeLog (modified) * trunk/genshi/filters/i18n.py (modified) * trunk/genshi/filters/tests/i18n.py (modified) * trunk/genshi/template/astutil.py (modified) * trunk/genshi/template/base.py (modified) * trunk/genshi/template/eval.py (modified) * trunk/genshi/template/loader.py (modified) * trunk/genshi/template/markup.py (modified) * trunk/genshi/template/tests/directives.py (modified) * trunk/genshi/template/tests/eval.py (modified) * trunk/genshi/template/tests/loader.py (modified) * trunk/setup.py (modified) Update changelog and copyright years. Wed, 21 Apr 2010 22:02:28 GMT cmlenz [1119] * trunk/genshi/template/eval.py (modified) * trunk/genshi/template/tests/eval.py (modified) Fix for infinite recursion when parsing argument names from tuples. ... Wed, 21 Apr 2010 20:00:37 GMT cmlenz [1118] * trunk/genshi/filters/i18n.py (modified) i18n: some cleanup, especially for the pluralization directives. Wed, 21 Apr 2010 11:56:44 GMT cmlenz [1117] * trunk/genshi/filters/tests/i18n.py (modified) Split up the i18n unit tests into per-directive test cases. Wed, 21 Apr 2010 10:58:49 GMT cmlenz [1116] * trunk/genshi/filters/tests/i18n.py (modified) i18n: Another unit test related to #380. Wed, 21 Apr 2010 10:42:41 GMT cmlenz [1115] * trunk/genshi/filters/i18n.py (modified) * trunk/genshi/filters/tests/i18n.py (modified) i18n: Support extraction of attributes in markup embedded in ... Wed, 21 Apr 2010 07:38:37 GMT cmlenz [1114] * trunk/genshi/filters/i18n.py (modified) Removed some obsolete/unused code from the i18n filter. Mon, 19 Apr 2010 11:45:40 GMT cmlenz [1111] * trunk/doc/i18n.txt (modified) * trunk/genshi/filters/i18n.py (modified) More i18n doc improvements. Fri, 16 Apr 2010 12:48:05 GMT cmlenz [1105] * trunk/genshi/filters/i18n.py (modified) Fix regression in [1099]: templates must not have an implicit loader ... Fri, 16 Apr 2010 08:37:13 GMT cmlenz [1104] * trunk/ChangeLog (modified) * trunk/genshi/template/astutil.py (modified) AST transformer now also clones excepthandler nodes (see #379). Thu, 15 Apr 2010 21:44:28 GMT cmlenz [1103] * trunk/genshi/template/markup.py (modified) Default XInclude-included template class to the class of the ... Thu, 15 Apr 2010 21:38:21 GMT cmlenz [1102] * trunk/genshi/template/astutil.py (modified) * trunk/genshi/template/tests/eval.py (modified) Looks like the 'decorators' field in the AST was renamed to ... Thu, 15 Apr 2010 21:10:36 GMT cmlenz [1101] * trunk/genshi/template/eval.py (modified) Apply patch from #324 for Python 2.6.2 compatibility fix. Thu, 15 Apr 2010 21:07:15 GMT cmlenz [1099] * trunk/genshi/template/base.py (modified) * trunk/genshi/template/loader.py (modified) * trunk/genshi/template/markup.py (modified) * trunk/genshi/template/tests/loader.py (modified) Templates instantiated without a loader now get an implicit loader ... Thu, 15 Apr 2010 20:30:09 GMT cmlenz [1097] * trunk/genshi/template/markup.py (modified) * trunk/genshi/template/tests/directives.py (modified) Fix for match template processing involving multiple match directives ... Tue, 23 Feb 2010 18:58:47 GMT palgarvio [1096] * trunk/genshi/filters/i18n.py (modified) * trunk/genshi/filters/tests/i18n.py (modified) Any `py:strip` involved on `i18n:singular` or `i18n:plural` is now ... Tue, 23 Feb 2010 16:26:54 GMT palgarvio [1095] * trunk/genshi/filters/i18n.py (modified) Typo correction. Tue, 23 Feb 2010 16:03:26 GMT palgarvio [1094] * trunk/genshi/filters/i18n.py (modified) * trunk/genshi/filters/tests/i18n.py (modified) Allow the use of `i18n:singular` and `i18n:plural` as directives and ... Thu, 18 Feb 2010 09:17:45 GMT cmlenz [1093] * trunk/ChangeLog (modified) * trunk/genshi/template/markup.py (modified) * trunk/genshi/template/tests/directives.py (modified) Apply patch Felix Schwarz that finally fixes the duplicated output in ... Sat, 28 Nov 2009 15:42:49 GMT cmlenz [1092] * trunk/genshi/filters/i18n.py (modified) * trunk/genshi/filters/tests/i18n.py (modified) Apply patch for I18n message extraction bug as reported in #358. ... Sat, 28 Nov 2009 15:37:30 GMT cmlenz [1091] * trunk/genshi/template/tests/eval.py (modified) Fix the unit test for execution of statements containing with ... Fri, 13 Nov 2009 22:31:04 GMT cmlenz [1090] * trunk/genshi/template/tests/eval.py (modified) * trunk/scripts/ast_generator.py (modified) Add unit tests for correct handling of with statements and yield ... Thu, 12 Nov 2009 21:25:37 GMT cmlenz [1088] * trunk/genshi/template/tests/directives.py (modified) * trunk/genshi/template/tests/loader.py (modified) * trunk/genshi/template/tests/markup.py (modified) * trunk/genshi/template/tests/text.py (modified) * trunk/genshi/template/text.py (modified) Also skip the encoding step in the template tests. Thu, 12 Nov 2009 21:08:40 GMT cmlenz [1087] * trunk/genshi/tests/path.py (modified) Also skip the encoding step in the XPath tests. Thu, 12 Nov 2009 21:01:08 GMT cmlenz [1086] * trunk/genshi/output.py (modified) Make the output tests skip the encoding step. Thu, 12 Nov 2009 20:58:12 GMT cmlenz [1085] * trunk/genshi/core.py (modified) * trunk/genshi/tests/core.py (modified) * trunk/genshi/tests/output.py (modified) Make the output tests skip the encoding step. Thu, 12 Nov 2009 17:38:05 GMT cmlenz [1084] * trunk/genshi/core.py (modified) Oops, get rid of multi source copy in `genshi.core`. Thu, 12 Nov 2009 17:31:40 GMT cmlenz [1083] * trunk/genshi/builder.py (modified) * trunk/genshi/core.py (modified) * trunk/genshi/path.py (modified) * trunk/genshi/template/base.py (modified) * trunk/genshi/template/directives.py (modified) * trunk/genshi/template/eval.py (modified) A bit of cleanup of the `Markup` Python implementation. Thu, 12 Nov 2009 17:01:52 GMT cmlenz [1082] * trunk/genshi/input.py (modified) * trunk/genshi/template/interpolation.py (modified) * trunk/genshi/template/plugin.py (modified) * trunk/genshi/util.py (modified) More bits of 2to3 related cleanup. Thu, 12 Nov 2009 16:23:53 GMT cmlenz [1081] * trunk/genshi/filters/tests/i18n.py (modified) * trunk/genshi/template/tests/text.py (modified) * trunk/genshi/template/text.py (modified) * trunk/genshi/tests/builder.py (modified) Yet more 2to3 diff size reduction. Thu, 12 Nov 2009 15:09:26 GMT cmlenz [1080] * trunk/doc/streams.txt (modified) * trunk/genshi/core.py (modified) * trunk/genshi/filters/tests/transform.py (modified) * trunk/genshi/filters/transform.py (modified) * trunk/genshi/input.py (modified) * trunk/genshi/path.py (modified) * trunk/genshi/tests/core.py (modified) * trunk/genshi/util.py (modified) Avoid unicode literals in `repr`s of `QName` and `Namespace` when not ... Thu, 12 Nov 2009 11:36:14 GMT cmlenz [1079] * trunk/genshi/core.py (modified) * trunk/genshi/filters/html.py (modified) * trunk/genshi/filters/i18n.py (modified) * trunk/genshi/input.py (modified) * trunk/genshi/path.py (modified) * trunk/genshi/util.py (modified) Add a couple of fallback imports for Python 3.0. Tue, 10 Nov 2009 23:36:40 GMT cmlenz [1078] * trunk/genshi/template/ast24.py (modified) * trunk/genshi/template/astutil.py (modified) * trunk/genshi/template/base.py (modified) More 2to3 diff size reduction. Tue, 10 Nov 2009 22:53:21 GMT cmlenz [1077] * trunk/genshi/builder.py (modified) * trunk/genshi/core.py (modified) * trunk/genshi/filters/html.py (modified) * trunk/genshi/filters/i18n.py (modified) * trunk/genshi/filters/tests/html.py (modified) * trunk/genshi/filters/transform.py (modified) * trunk/genshi/input.py (modified) * trunk/genshi/output.py (modified) * trunk/genshi/path.py (modified) * trunk/genshi/template/ast24.py (modified) * trunk/genshi/template/astutil.py (modified) * trunk/genshi/template/eval.py (modified) * trunk/genshi/template/interpolation.py (modified) * trunk/genshi/template/loader.py (modified) * trunk/genshi/template/plugin.py (modified) * trunk/genshi/template/tests/eval.py (modified) * trunk/genshi/template/tests/markup.py (modified) * trunk/genshi/template/tests/text.py (modified) * trunk/genshi/template/text.py (modified) * trunk/genshi/tests/core.py (modified) * trunk/genshi/tests/input.py (modified) * trunk/genshi/tests/util.py (modified) * trunk/genshi/util.py (modified) More work on reducing the size of the diff produced by 2to3. Tue, 10 Nov 2009 21:22:51 GMT cmlenz [1076] * trunk/doc/filters.txt (modified) * trunk/doc/streams.txt (modified) * trunk/doc/templates.txt (modified) * trunk/doc/xpath.txt (modified) * trunk/genshi/builder.py (modified) * trunk/genshi/filters/html.py (modified) * trunk/genshi/filters/i18n.py (modified) * trunk/genshi/filters/transform.py (modified) * trunk/genshi/input.py (modified) * trunk/genshi/output.py (modified) * trunk/genshi/path.py (modified) * trunk/genshi/template/directives.py (modified) * trunk/genshi/template/eval.py (modified) * trunk/genshi/template/interpolation.py (modified) * trunk/genshi/template/loader.py (modified) * trunk/genshi/template/markup.py (modified) * trunk/genshi/template/text.py (modified) * trunk/genshi/util.py (modified) * trunk/scripts/ast_generator.py (modified) * trunk/setup.py (modified) Convert a bunch of print statements to py3k compatible syntax. Tue, 10 Nov 2009 21:07:03 GMT cmlenz [1075] * trunk/genshi/__init__.py (modified) * trunk/genshi/core.py (modified) * trunk/genshi/input.py (modified) * trunk/genshi/output.py (modified) * trunk/genshi/path.py (modified) * trunk/genshi/tests/core.py (modified) * trunk/genshi/util.py (modified) Remove usage of unicode literals in a couple of places where they ... Tue, 10 Nov 2009 20:59:23 GMT cmlenz [1074] * trunk/genshi/__init__.py (modified) Remove pkg_resources import from top-level package, will just need to ... Tue, 10 Nov 2009 20:57:32 GMT cmlenz [1073] * trunk/genshi/filters/__init__.py (modified) * trunk/genshi/filters/i18n.py (modified) * trunk/genshi/filters/tests/i18n.py (modified) Update copyright years on files changed due to advanced-i18n merge. Tue, 10 Nov 2009 20:54:06 GMT cmlenz [1072] * trunk (modified) * trunk/genshi/filters/__init__.py (modified) * trunk/genshi/filters/i18n.py (modified) * trunk/genshi/filters/tests/i18n.py (modified) Merged advanced-i18n branch back into trunk. Tue, 13 Oct 2009 18:27:57 GMT cmlenz [1070] * trunk/genshi/template/base.py (modified) Tiny docstring fix. Tue, 13 Oct 2009 18:12:55 GMT cmlenz [1069] * trunk/genshi/template/base.py (modified) * trunk/genshi/template/directives.py (modified) * trunk/genshi/template/markup.py (modified) * trunk/genshi/template/text.py (modified) Backported a couple of templating core changes from the advanced-i18n ... Mon, 12 Oct 2009 20:19:06 GMT cmlenz [1065] * trunk/genshi/template/astgae.py (deleted) * trunk/genshi/template/astutil.py (modified) Remove the hack needed for importing `_ast` on App Engine, no longer ... Sun, 09 Aug 2009 20:38:59 GMT mgood [1064] * trunk/genshi/template/eval.py (modified) * trunk/genshi/template/tests/eval.py (modified) Fix nested list comprehensions & generator expressions (fixes #327) Mon, 29 Jun 2009 09:33:02 GMT jruigrok [1063] * trunk/genshi/filters/html.py (modified) Fix two instances of using None, which would cause an AttributeError. ... Wed, 18 Mar 2009 16:44:02 GMT cmlenz [1052] * trunk/genshi/core.py (modified) * trunk/genshi/template/base.py (modified) * trunk/genshi/template/markup.py (modified) Refactored the template flattening method to be less recursive. Tue, 17 Mar 2009 18:05:34 GMT cmlenz [1050] * trunk/ChangeLog (modified) * trunk/genshi/filters/html.py (modified) * trunk/genshi/filters/tests/html.py (modified) Added an option to the `HTMLFiller` to also populate password fields. Tue, 17 Mar 2009 17:50:50 GMT cmlenz [1049] * trunk/ChangeLog (modified) * trunk/genshi/filters/html.py (modified) * trunk/genshi/filters/tests/html.py (modified) Ported some of the HTML sanitization improvements from Trac (see ... Tue, 17 Mar 2009 15:10:47 GMT cmlenz [1046] * trunk/ChangeLog (modified) * trunk/genshi/filters/html.py (modified) * trunk/genshi/filters/tests/html.py (modified) Fix for #274. Tue, 17 Mar 2009 14:36:23 GMT cmlenz [1044] * trunk/genshi/tests/path.py (modified) Added XPath unit test for #271 (was already incorrectly committed in ... Tue, 17 Mar 2009 14:35:12 GMT cmlenz [1043] * trunk/genshi/tests/path.py (modified) Added XPath unit test for #234. Tue, 17 Mar 2009 14:31:49 GMT cmlenz [1042] * trunk/genshi/tests/path.py (modified) Added XPath unit test for #234.