Edgewall Software

source: trunk/genshi

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1177   12 years hodgestar Handle multiple events between or an either side of start and end tags …
(edit) @1175   12 years hodgestar Revert accidental small docstring change from r1174.
(edit) @1174   12 years hodgestar Improve sanitizing of CSS in style attributes (note that the Genshi …
(edit) @1172   12 years hodgestar Add .copy() function to Context objects. Fixes #249.
(edit) @1170   12 years hodgestar Fix out-by-one error introduced in r1097 that led to match templates …
(edit) @1168   12 years hodgestar Fix bug in _speedups where it differed from behaviour of Python …
(edit) @1167   12 years hodgestar Fix bug in ASTTransformer's cloning that overwrote AST nodes name …
(edit) @1166   12 years hodgestar Fix genshi.core.Attrs.contains so that it returns False instead of …
(edit) @1164   12 years hodgestar Don't cache (TEXT, Markup) events in serializers. This is not needed …
(edit) @1163   12 years hodgestar Refactor string cache creation to remove repeated code in preparation …
(edit) @1160   13 years hodgestar Merge r1143 from py3k: add support for python 3 to remaining …
(edit) @1159   13 years hodgestar Merge r1142 from py3k: add support for python 3 to genshi.template …
(edit) @1158   13 years hodgestar Merge r1141 from py3k: add support for python 3 to genshi.filters: …
(edit) @1157   13 years hodgestar Merge r1140 from py3k: add support for python 3 to core genshi …
(edit) @1156   13 years hodgestar Merge r1139 from py3k: add compatibility functions for dealing with …
(edit) @1155   13 years hodgestar Merge r1138 from py3k: add python 3 support to _speedups C extension
(edit) @1149   13 years jruigrok Pull up r1146 to trunk. Addresses #399
(edit) @1148   13 years jruigrok Pull up r1145 to trunk. Addresses #413.
(edit) @1134   13 years cmlenz Fix handling of checkboxes and radio buttons with an empty value …
(edit) @1133   13 years cmlenz Fix for bug with the HTMLFormFiller in the handling of textareas. …
(edit) @1129   13 years cmlenz The | operator on Attrs objects now removes any existing …
(edit) @1125   13 years cmlenz Bump up version number on trunk.
(edit) @1120   13 years cmlenz Update changelog and copyright years.
(edit) @1119   13 years cmlenz Fix for infinite recursion when parsing argument names from tuples. …
(edit) @1118   13 years cmlenz i18n: some cleanup, especially for the pluralization directives.
(edit) @1117   13 years cmlenz Split up the i18n unit tests into per-directive test cases.
(edit) @1116   13 years cmlenz i18n: Another unit test related to #380.
(edit) @1115   13 years cmlenz i18n: Support extraction of attributes in markup embedded in …
(edit) @1114   13 years cmlenz Removed some obsolete/unused code from the i18n filter.
(edit) @1111   13 years cmlenz More i18n doc improvements.
(edit) @1105   13 years cmlenz Fix regression in [1099]: templates must not have an implicit loader …
(edit) @1104   13 years cmlenz AST transformer now also clones excepthandler nodes (see #379).
(edit) @1103   13 years cmlenz Default XInclude-included template class to the class of the including …
(edit) @1102   13 years cmlenz Looks like the 'decorators' field in the AST was renamed to …
(edit) @1101   13 years cmlenz Apply patch from #324 for Python 2.6.2 compatibility fix.
(edit) @1099   13 years cmlenz Templates instantiated without a loader now get an implicit loader …
(edit) @1097   13 years cmlenz Fix for match template processing involving multiple match directives …
(edit) @1096   14 years palgarvio Any py:strip involved on i18n:singular or i18n:plural is now …
(edit) @1095   14 years palgarvio Typo correction.
(edit) @1094   14 years palgarvio Allow the use of i18n:singular and i18n:plural as directives and …
(edit) @1093   14 years cmlenz Apply patch Felix Schwarz that finally fixes the duplicated output in …
(edit) @1092   14 years cmlenz Apply patch for I18n message extraction bug as reported in #358. …
(edit) @1091   14 years cmlenz Fix the unit test for execution of statements containing with …
(edit) @1090   14 years cmlenz Add unit tests for correct handling of with statements and yield …
(edit) @1088   14 years cmlenz Also skip the encoding step in the template tests.
(edit) @1087   14 years cmlenz Also skip the encoding step in the XPath tests.
(edit) @1086   14 years cmlenz Make the output tests skip the encoding step.
(edit) @1085   14 years cmlenz Make the output tests skip the encoding step.
(edit) @1084   14 years cmlenz Oops, get rid of multi source copy in genshi.core.
(edit) @1083   14 years cmlenz A bit of cleanup of the Markup Python implementation.
(edit) @1082   14 years cmlenz More bits of 2to3 related cleanup.
(edit) @1081   14 years cmlenz Yet more 2to3 diff size reduction.
(edit) @1080   14 years cmlenz Avoid unicode literals in reprs of QName and Namespace when not …
(edit) @1079   14 years cmlenz Add a couple of fallback imports for Python 3.0.
(edit) @1078   14 years cmlenz More 2to3 diff size reduction.
(edit) @1077   14 years cmlenz More work on reducing the size of the diff produced by 2to3.
(edit) @1076   14 years cmlenz Convert a bunch of print statements to py3k compatible syntax.
(edit) @1075   14 years cmlenz Remove usage of unicode literals in a couple of places where they were …
(edit) @1074   14 years cmlenz Remove pkg_resources import from top-level package, will just need to …
(edit) @1073   14 years cmlenz Update copyright years on files changed due to advanced-i18n merge.
(edit) @1072   14 years cmlenz Merged advanced-i18n branch back into trunk.
(edit) @1070   14 years cmlenz Tiny docstring fix.
(edit) @1069   14 years cmlenz Backported a couple of templating core changes from the advanced-i18n …
(edit) @1065   14 years cmlenz Remove the hack needed for importing _ast on App Engine, no longer …
(edit) @1064   14 years mgood Fix nested list comprehensions & generator expressions (fixes #327)
(edit) @1063   14 years jruigrok Fix two instances of using None, which would cause an AttributeError?. …
(edit) @1052   15 years cmlenz Refactored the template flattening method to be less recursive.
(edit) @1050   15 years cmlenz Added an option to the HTMLFiller to also populate password fields.
(edit) @1049   15 years cmlenz Ported some of the HTML sanitization improvements from Trac (see [T7658]).
(edit) @1046   15 years cmlenz Fix for #274.
(edit) @1044   15 years cmlenz Added XPath unit test for #271 (was already incorrectly committed in …
(edit) @1043   15 years cmlenz Added XPath unit test for #234.
(edit) @1042   15 years cmlenz Added XPath unit test for #234.
(edit) @1041   15 years cmlenz Cleaned up XPath tests, added tests from #185.
(edit) @1040   15 years cmlenz Follow-up fix for [1038].
(edit) @1038   15 years cmlenz Add caching in the serialization stage, which speeds up the …
(edit) @1036   15 years cmlenz Avoid varargs on internal functions in template processing for …
(edit) @1034   15 years cmlenz Minor simplification and performance improvement to the flattening of …
(edit) @1033   15 years cmlenz Fix inefficient handling of static attribute values, pointed out by …
(edit) @1031   15 years cmlenz Get rid of some Python 2.3 legacy that's no longer needed now that 2.4 …
(edit) @1025   15 years cmlenz Merged soc2008-xpath branch back into trunk.
(edit) @1019   15 years cmlenz Minor simplification in the expansion of dynamic attributes.
(edit) @1016   15 years cmlenz Remove unneeded conversion of empty attribute values into a …
(edit) @1015   15 years cmlenz Merge the internal template filters _eval and _exec into the …
(edit) @1011   15 years cmlenz Revert [914] for now, see #293.
(edit) @1009   15 years cmlenz Added test for [1008].
(edit) @1008   15 years cmlenz Fix for import statements in function defs in template code blocks (#276).
(edit) @1005   15 years cmlenz for loops in template code blocks should not establish their own …
(edit) @1004   15 years cmlenz Fix handling of function arguments with default values in template …
(edit) @1000   15 years cmlenz Fix for filter transformation, closing #290. Thanks to Stephen Compall …
(edit) @999   15 years cmlenz Add missing svn:eol-style properties on some Python files. Closes #286.
(edit) @995   15 years cmlenz Apply some patches for build from #165.
(edit) @988   15 years cmlenz Merged AST branch back into trunk. Most of this code was written by …
(edit) @971   15 years cmlenz Get rid of a couple more -3 warnings.
(edit) @970   15 years cmlenz Apply patch to silence a -3 warning about reduce removal. Closes #279.
(edit) @954   15 years cmlenz Merged the custom-directives branch back into trunk.
(edit) @932   15 years cmlenz Change Translator class to accept either a gettext-style function, …
(edit) @929   15 years cmlenz Add support for supplying comments on localizable messages in the i18n …
(edit) @927   15 years cmlenz Fix for #250: ignore expressions in attribute values when inside …
(edit) @914   15 years cmlenz The match filter now only tests START events, as END events can …
Note: See TracRevisionLog for help on using the revision log.