Edgewall Software

source: trunk/genshi

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @913   15 years cmlenz Fix wrong XPath example in Transformer docstring that breaks with …
(edit) @902   15 years cmlenz Added tests for the parameter support added to advanced …
(edit) @901   15 years cmlenz Support for parameters in internationalized i18n:msg content. See #129.
(edit) @899   15 years cmlenz Export the template loader factory functions from the loader module.
(edit) @897   15 years cmlenz Unbuffered match templates could result in parts of the matched …
(edit) @895   15 years cmlenz Includes from templates loaded via an absolute path now include the …
(edit) @894   15 years cmlenz Make the code that retrieves the Genshi version via pkg_resources
(edit) @892   15 years cmlenz Fix bug where in some cases match templates would incorrectly applied …
(edit) @888   15 years cmlenz Fix for I18n filter problem with lazy translation functions. Closes #145.
(edit) @884   15 years cmlenz Fix problem with nested match templates not being applied when …
(edit) @878   15 years cmlenz Docstring fix in the transform module.
(edit) @877   15 years cmlenz Remove yet more cruft for supporting Python 2.3.
(edit) @876   15 years cmlenz Remove some cruft for supporting Python 2.3.
(edit) @869   15 years cmlenz Preparing for 0.5 release.
(edit) @868   15 years athomas Lots of Transformer cleanup: - Content-insertion transformations …
(edit) @865   15 years cmlenz Updated copyright years.
(edit) @864   15 years cmlenz Fix a bad reference in the TextSerializer docstring.
(edit) @863   15 years cmlenz Another Python 2.3 fix in the wake of #221.
(edit) @862   15 years cmlenz Minor cleanup in the i18n module.
(edit) @861   15 years cmlenz Implement the __html__ protocol as suggested in #202. This would …
(edit) @860   15 years cmlenz Yet another followup fix for #221.
(edit) @859   15 years cmlenz Tweak to [854] to not change the ordering of attributes compared to …
(edit) @858   15 years athomas Fixed some unintuitive behaviour in Transformer.{cut,copy}. The old …
(edit) @857   15 years athomas Update to r855 for Python 2.3 support. Fixes #221 (hopefully).
(edit) @856   15 years cmlenz Fix expression interpolation for expression containing triple-quoted …
(edit) @855   15 years cmlenz Workaround for a Python 2.4 bug that broke star imports in template …
(edit) @854   15 years cmlenz Fix for potential duplicate attributes making it through the builder …
(edit) @853   15 years cmlenz * Add XHTML 1.1 doctype (closes #228). * Add option to include the …
(edit) @852   15 years athomas Fixed overly greedy substitute transformation. Reported in #226, …
(edit) @851   15 years cmlenz Actually use HTMLSerializer in test.
(edit) @847   15 years jruigrok Fix compilation for Python 2.3 and 2.4. Submitted by: Armin Ronacher
(edit) @846   15 years jruigrok Fix trailing whitespace.
(edit) @845   15 years jruigrok Properly wrap exceptions we want to catch. Submitted by: Armin Ronacher
(edit) @835   15 years cmlenz Fix copyright years.
(edit) @832   15 years aflett fix ticket [209] - make sure py:with is valid, and add a test to make …
(edit) @831   15 years cmlenz Enable pickling of Template and Code objects.
(edit) @830   15 years cmlenz The Template class and its subclasses, as well as the interpolation …
(edit) @829   15 years cmlenz The Markup class now supports mappings for right hand of the %
(edit) @826   15 years cmlenz Partially revert [717] to retain compatibility with Python 2.3.
(edit) @825   15 years athomas Python 2.3 compatibility fixes for transformer and (specifically for …
(edit) @824   15 years cmlenz Fix Python 2.3 compatibility of HTMLSanitizer unit tests.
(edit) @823   15 years cmlenz Fix Python 2.3 compatibility issue with py:for unit tests.
(edit) @822   15 years cmlenz Fix Python 2.3 compatibility of HTMLSanitizer doctest.
(edit) @818   16 years cmlenz Improve error reporting when accessing an attribute in a Python …
(edit) @816   16 years cmlenz Add option for unbuffered match template processing, which could cause …
(edit) @815   16 years cmlenz Fix for caching in template loader for templates included by templates …
(edit) @814   16 years cmlenz Fix for prefix-dispatched template loading. Closes #206. Thanks to …
(edit) @813   16 years cmlenz Fix for #205.
(edit) @812   16 years cmlenz More flexible template loader allowing for loading from package data …
(edit) @811   16 years cmlenz The TemplateLoader class now provides an instantiate() method that …
(edit) @810   16 years cmlenz Match templates are now applied in a more controlled fashion: in the …
(edit) @809   16 years cmlenz Enable use of expressions in include directives of text templates. …
(edit) @807   16 years cmlenz Minor cleanup in eval module.
(edit) @805   16 years cmlenz The XHTML serializer now strips xml:space attributes as they are …
(edit) @804   16 years cmlenz The Stream.render now accepts an optional out parameter that can …
Note: See TracRevisionLog for help on using the revision log.