|
|
|
@1090
|
14 years |
cmlenz |
Add unit tests for correct handling of with statements and yield …
|
|
|
|
@1088
|
14 years |
cmlenz |
Also skip the encoding step in the template tests.
|
|
|
|
@1087
|
14 years |
cmlenz |
Also skip the encoding step in the XPath tests.
|
|
|
|
@1086
|
14 years |
cmlenz |
Make the output tests skip the encoding step.
|
|
|
|
@1085
|
14 years |
cmlenz |
Make the output tests skip the encoding step.
|
|
|
|
@1084
|
14 years |
cmlenz |
Oops, get rid of multi source copy in genshi.core.
|
|
|
|
@1083
|
14 years |
cmlenz |
A bit of cleanup of the Markup Python implementation.
|
|
|
|
@1082
|
14 years |
cmlenz |
More bits of 2to3 related cleanup.
|
|
|
|
@1081
|
14 years |
cmlenz |
Yet more 2to3 diff size reduction.
|
|
|
|
@1080
|
14 years |
cmlenz |
Avoid unicode literals in reprs of QName and Namespace when not …
|
|
|
|
@1079
|
14 years |
cmlenz |
Add a couple of fallback imports for Python 3.0.
|
|
|
|
@1078
|
14 years |
cmlenz |
More 2to3 diff size reduction.
|
|
|
|
@1077
|
14 years |
cmlenz |
More work on reducing the size of the diff produced by 2to3.
|
|
|
|
@1076
|
14 years |
cmlenz |
Convert a bunch of print statements to py3k compatible syntax.
|
|
|
|
@1075
|
14 years |
cmlenz |
Remove usage of unicode literals in a couple of places where they were …
|
|
|
|
@1074
|
14 years |
cmlenz |
Remove pkg_resources import from top-level package, will just need to …
|
|
|
|
@1073
|
14 years |
cmlenz |
Update copyright years on files changed due to advanced-i18n merge.
|
|
|
|
@1072
|
14 years |
cmlenz |
Merged advanced-i18n branch back into trunk.
|
|
|
|
@1070
|
14 years |
cmlenz |
Tiny docstring fix.
|
|
|
|
@1069
|
14 years |
cmlenz |
Backported a couple of templating core changes from the advanced-i18n …
|
|
|
|
@1065
|
14 years |
cmlenz |
Remove the hack needed for importing _ast on App Engine, no longer …
|
|
|
|
@1064
|
14 years |
mgood |
Fix nested list comprehensions & generator expressions (fixes #327)
|
|
|
|
@1063
|
14 years |
jruigrok |
Fix two instances of using None, which would cause an AttributeError?.
…
|
|
|
|
@1052
|
15 years |
cmlenz |
Refactored the template flattening method to be less recursive.
|
|
|
|
@1050
|
15 years |
cmlenz |
Added an option to the HTMLFiller to also populate password fields.
|
|
|
|
@1049
|
15 years |
cmlenz |
Ported some of the HTML sanitization improvements from Trac (see [T7658]).
|
|
|
|
@1046
|
15 years |
cmlenz |
Fix for #274.
|
|
|
|
@1044
|
15 years |
cmlenz |
Added XPath unit test for #271 (was already incorrectly committed in …
|
|
|
|
@1043
|
15 years |
cmlenz |
Added XPath unit test for #234.
|
|
|
|
@1042
|
15 years |
cmlenz |
Added XPath unit test for #234.
|
|
|
|
@1041
|
15 years |
cmlenz |
Cleaned up XPath tests, added tests from #185.
|
|
|
|
@1040
|
15 years |
cmlenz |
Follow-up fix for [1038].
|
|
|
|
@1038
|
15 years |
cmlenz |
Add caching in the serialization stage, which speeds up the …
|
|
|
|
@1036
|
15 years |
cmlenz |
Avoid varargs on internal functions in template processing for …
|
|
|
|
@1034
|
15 years |
cmlenz |
Minor simplification and performance improvement to the flattening of …
|
|
|
|
@1033
|
15 years |
cmlenz |
Fix inefficient handling of static attribute values, pointed out by …
|
|
|
|
@1031
|
15 years |
cmlenz |
Get rid of some Python 2.3 legacy that's no longer needed now that 2.4 …
|
|
|
|
@1025
|
15 years |
cmlenz |
Merged soc2008-xpath branch back into trunk.
|
|
|
|
@1019
|
15 years |
cmlenz |
Minor simplification in the expansion of dynamic attributes.
|
|
|
|
@1016
|
15 years |
cmlenz |
Remove unneeded conversion of empty attribute values into a …
|
|
|
|
@1015
|
15 years |
cmlenz |
Merge the internal template filters _eval and _exec into the …
|
|
|
|
@1011
|
15 years |
cmlenz |
Revert [914] for now, see #293.
|
|
|
|
@1009
|
15 years |
cmlenz |
Added test for [1008].
|
|
|
|
@1008
|
15 years |
cmlenz |
Fix for import statements in function defs in template code blocks (#276).
|
|
|
|
@1005
|
15 years |
cmlenz |
for loops in template code blocks should not establish their own …
|
|
|
|
@1004
|
15 years |
cmlenz |
Fix handling of function arguments with default values in template …
|
|
|
|
@1000
|
15 years |
cmlenz |
Fix for filter transformation, closing #290. Thanks to Stephen Compall …
|
|
|
|
@999
|
15 years |
cmlenz |
Add missing svn:eol-style properties on some Python files. Closes #286.
|
|
|
|
@995
|
15 years |
cmlenz |
Apply some patches for build from #165.
|
|
|
|
@988
|
15 years |
cmlenz |
Merged AST branch back into trunk. Most of this code was written by …
|
|
|
|
@971
|
15 years |
cmlenz |
Get rid of a couple more -3 warnings.
|
|
|
|
@970
|
15 years |
cmlenz |
Apply patch to silence a -3 warning about reduce removal. Closes #279.
|
|
|
|
@954
|
15 years |
cmlenz |
Merged the custom-directives branch back into trunk.
|
|
|
|
@932
|
15 years |
cmlenz |
Change Translator class to accept either a gettext-style function, …
|
|
|
|
@929
|
15 years |
cmlenz |
Add support for supplying comments on localizable messages in the i18n …
|
|
|
|
@927
|
15 years |
cmlenz |
Fix for #250: ignore expressions in attribute values when inside …
|
|
|
|
@914
|
15 years |
cmlenz |
The match filter now only tests START events, as END events can …
|
|
|
|
@913
|
15 years |
cmlenz |
Fix wrong XPath example in Transformer docstring that breaks with …
|
|
|
|
@902
|
15 years |
cmlenz |
Added tests for the parameter support added to advanced …
|
|
|
|
@901
|
15 years |
cmlenz |
Support for parameters in internationalized i18n:msg content. See #129.
|
|
|
|
@899
|
15 years |
cmlenz |
Export the template loader factory functions from the loader module.
|
|
|
|
@897
|
15 years |
cmlenz |
Unbuffered match templates could result in parts of the matched …
|
|
|
|
@895
|
15 years |
cmlenz |
Includes from templates loaded via an absolute path now include the …
|
|
|
|
@894
|
15 years |
cmlenz |
Make the code that retrieves the Genshi version via pkg_resources …
|
|
|
|
@892
|
15 years |
cmlenz |
Fix bug where in some cases match templates would incorrectly applied …
|
|
|
|
@888
|
15 years |
cmlenz |
Fix for I18n filter problem with lazy translation functions. Closes #145.
|
|
|
|
@884
|
15 years |
cmlenz |
Fix problem with nested match templates not being applied when …
|
|
|
|
@878
|
15 years |
cmlenz |
Docstring fix in the transform module.
|
|
|
|
@877
|
15 years |
cmlenz |
Remove yet more cruft for supporting Python 2.3.
|
|
|
|
@876
|
15 years |
cmlenz |
Remove some cruft for supporting Python 2.3.
|
|
|
|
@869
|
15 years |
cmlenz |
Preparing for 0.5 release.
|
|
|
|
@868
|
15 years |
athomas |
Lots of Transformer cleanup:
- Content-insertion transformations …
|
|
|
|
@865
|
15 years |
cmlenz |
Updated copyright years.
|
|
|
|
@864
|
15 years |
cmlenz |
Fix a bad reference in the TextSerializer docstring.
|
|
|
|
@863
|
15 years |
cmlenz |
Another Python 2.3 fix in the wake of #221.
|
|
|
|
@862
|
15 years |
cmlenz |
Minor cleanup in the i18n module.
|
|
|
|
@861
|
15 years |
cmlenz |
Implement the __html__ protocol as suggested in #202. This would …
|
|
|
|
@860
|
15 years |
cmlenz |
Yet another followup fix for #221.
|
|
|
|
@859
|
15 years |
cmlenz |
Tweak to [854] to not change the ordering of attributes compared to …
|
|
|
|
@858
|
15 years |
athomas |
Fixed some unintuitive behaviour in Transformer.{cut,copy}.
The old …
|
|
|
|
@857
|
15 years |
athomas |
Update to r855 for Python 2.3 support. Fixes #221 (hopefully).
|
|
|
|
@856
|
15 years |
cmlenz |
Fix expression interpolation for expression containing triple-quoted …
|
|
|
|
@855
|
15 years |
cmlenz |
Workaround for a Python 2.4 bug that broke star imports in template …
|
|
|
|
@854
|
15 years |
cmlenz |
Fix for potential duplicate attributes making it through the builder …
|
|
|
|
@853
|
15 years |
cmlenz |
* Add XHTML 1.1 doctype (closes #228).
* Add option to include the …
|
|
|
|
@852
|
15 years |
athomas |
Fixed overly greedy substitute transformation.
Reported in #226, …
|
|
|
|
@851
|
15 years |
cmlenz |
Actually use HTMLSerializer in test.
|
|
|
|
@847
|
15 years |
jruigrok |
Fix compilation for Python 2.3 and 2.4.
Submitted by: Armin Ronacher
|
|
|
|
@846
|
15 years |
jruigrok |
Fix trailing whitespace.
|
|
|
|
@845
|
15 years |
jruigrok |
Properly wrap exceptions we want to catch.
Submitted by: Armin Ronacher
|
|
|
|
@835
|
15 years |
cmlenz |
Fix copyright years.
|
|
|
|
@832
|
15 years |
aflett |
fix ticket [209] - make sure py:with is valid, and add a test to make …
|
|
|
|
@831
|
15 years |
cmlenz |
Enable pickling of Template and Code objects.
|
|
|
|
@830
|
15 years |
cmlenz |
The Template class and its subclasses, as well as the interpolation …
|
|
|
|
@829
|
15 years |
cmlenz |
The Markup class now supports mappings for right hand of the % …
|
|
|
|
@826
|
15 years |
cmlenz |
Partially revert [717] to retain compatibility with Python 2.3.
|
|
|
|
@825
|
15 years |
athomas |
Python 2.3 compatibility fixes for transformer and (specifically for …
|
|
|
|
@824
|
15 years |
cmlenz |
Fix Python 2.3 compatibility of HTMLSanitizer unit tests.
|
|
|
|
@823
|
15 years |
cmlenz |
Fix Python 2.3 compatibility issue with py:for unit tests.
|
|
|
|
@822
|
15 years |
cmlenz |
Fix Python 2.3 compatibility of HTMLSanitizer doctest.
|
|
|
|