|
|
|
@1257
|
10 years |
hodgestar |
Fix infinite recursion in template inlining (fixes #584).
|
|
|
|
@1255
|
10 years |
hodgestar |
Support slash escaped of CRLF newlines (fixes #569; patch from …
|
|
|
|
@1250
|
10 years |
hodgestar |
Add support for kwonlyargs and kw_defaults attributes of AST argument …
|
|
|
|
@1217
|
11 years |
hodgestar |
Fix text template inclusion tests so they work under Windows (being …
|
|
|
|
@1193
|
11 years |
hodgestar |
Add a test that demonstrates that absolute includes work (see #465).
|
|
|
|
@1192
|
11 years |
hodgestar |
Update genshi.template AST handling to support Python 3.4 (see #537).
|
|
|
|
@1191
|
11 years |
hodgestar |
Fix a number of tests which Python's new hash randomization is causing …
|
|
|
|
@1172
|
12 years |
hodgestar |
Add .copy() function to Context objects. Fixes #249.
|
|
|
|
@1170
|
12 years |
hodgestar |
Fix out-by-one error introduced in r1097 that led to match templates …
|
|
|
|
@1160
|
13 years |
hodgestar |
Merge r1143 from py3k:
add support for python 3 to remaining …
|
|
|
|
@1159
|
13 years |
hodgestar |
Merge r1142 from py3k:
add support for python 3 to genshi.template …
|
|
|
|
@1149
|
13 years |
jruigrok |
Pull up r1146 to trunk.
Addresses #399
|
|
|
|
@1120
|
13 years |
cmlenz |
Update changelog and copyright years.
|
|
|
|
@1119
|
13 years |
cmlenz |
Fix for infinite recursion when parsing argument names from tuples. …
|
|
|
|
@1102
|
13 years |
cmlenz |
Looks like the 'decorators' field in the AST was renamed to …
|
|
|
|
@1099
|
13 years |
cmlenz |
Templates instantiated without a loader now get an implicit loader …
|
|
|
|
@1097
|
13 years |
cmlenz |
Fix for match template processing involving multiple match directives …
|
|
|
|
@1093
|
14 years |
cmlenz |
Apply patch Felix Schwarz that finally fixes the duplicated output in …
|
|
|
|
@1091
|
14 years |
cmlenz |
Fix the unit test for execution of statements containing with …
|
|
|
|
@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.
|
|
|
|
@1081
|
14 years |
cmlenz |
Yet more 2to3 diff size reduction.
|
|
|
|
@1077
|
14 years |
cmlenz |
More work on reducing the size of the diff produced by 2to3.
|
|
|
|
@1064
|
14 years |
mgood |
Fix nested list comprehensions & generator expressions (fixes #327)
|
|
|
|
@1034
|
15 years |
cmlenz |
Minor simplification and performance improvement to the flattening of …
|
|
|
|
@1009
|
15 years |
cmlenz |
Added test for [1008].
|
|
|
|
@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 …
|
|
|
|
@971
|
15 years |
cmlenz |
Get rid of a couple more -3 warnings.
|
|
|
|
@954
|
15 years |
cmlenz |
Merged the custom-directives branch back into trunk.
|
|
|
|
@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 …
|
|
|
|
@884
|
15 years |
cmlenz |
Fix problem with nested match templates not being applied when …
|
|
|
|
@876
|
15 years |
cmlenz |
Remove some cruft for supporting Python 2.3.
|
|
|
|
@863
|
15 years |
cmlenz |
Another Python 2.3 fix in the wake of #221.
|
|
|
|
@860
|
15 years |
cmlenz |
Yet another followup fix for #221.
|
|
|
|
@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 …
|
|
|
|
@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 …
|
|
|
|
@823
|
15 years |
cmlenz |
Fix Python 2.3 compatibility issue with py:for unit tests.
|
|
|
|
@818
|
16 years |
cmlenz |
Improve error reporting when accessing an attribute in a Python …
|
|
|
|
@816
|
16 years |
cmlenz |
Add option for unbuffered match template processing, which could cause …
|
|
|
|
@815
|
16 years |
cmlenz |
Fix for caching in template loader for templates included by templates …
|
|
|
|
@814
|
16 years |
cmlenz |
Fix for prefix-dispatched template loading. Closes #206. Thanks to …
|
|
|
|
@812
|
16 years |
cmlenz |
More flexible template loader allowing for loading from package data …
|
|
|
|
@810
|
16 years |
cmlenz |
Match templates are now applied in a more controlled fashion: in the …
|
|
|
|
@809
|
16 years |
cmlenz |
Enable use of expressions in include directives of text templates. …
|
|
|
|
@798
|
16 years |
cmlenz |
Assigning to a variable named data in a Python code block no longer …
|
|
|
|
@773
|
16 years |
cmlenz |
Allow use of py:replace as element. Closes #144.
|
|
|
|
@772
|
16 years |
cmlenz |
Add unit test for #157, which seems to be working okay in trunk.
|
|
|
|
@769
|
16 years |
cmlenz |
Fix test to work on Python 2.5.1 which has a different exception message.
|
|
|
|
@767
|
16 years |
cmlenz |
The template engine plugin no longer adds the default_doctype when …
|
|
|
|
@766
|
16 years |
cmlenz |
Code blocks in match templates are now executed. Closes #155. Many …
|
|
|
|
@756
|
16 years |
cmlenz |
Don't mask errors in py:for.
|
|
|
|
@755
|
16 years |
cmlenz |
Fix for XInclude fallbacks when auto-reloading is enabled. Closes …
|
|
|
|
@745
|
16 years |
cmlenz |
Revert second part of [726] (error on includes when no loader …
|
|
|
|
@726
|
16 years |
cmlenz |
* XInclude elements in markup templates now support the parse …
|
|
|
|
@725
|
16 years |
cmlenz |
Add support for Python code blocks in text templates using the new syntax.
|
|
|
|
@722
|
16 years |
cmlenz |
Changed the default error handling mode to "strict".
|
|
|
|
@721
|
16 years |
cmlenz |
Text templates now default to rendering as plain text; it is no longer …
|
|
|
|
@720
|
16 years |
cmlenz |
Fix bug that slipped into [717]: the code of a py:with directive was …
|
|
|
|
@718
|
16 years |
cmlenz |
Add runtime optimization hints for match templates.
|
|
|
|
@706
|
16 years |
cmlenz |
Add a new syntax for text templates, which is available alongside the …
|
|
|
|
@704
|
16 years |
cmlenz |
Fix includes so that they again raise an exception when the included …
|
|
|
|
@700
|
16 years |
cmlenz |
Fixes for nonlocal variable access in code blocks, as well as nested …
|
|
|
|
@696
|
16 years |
cmlenz |
Follow-up fix to [693:694]. Again, thanks to Erik Bray for reporting.
|
|
|
|
@693
|
16 years |
cmlenz |
Fix for augmented assignments to local variables. Thanks to Erik Bray …
|
|
|
|
@680
|
16 years |
cmlenz |
Attribute access in template expressions no longer silently ignores …
|
|
|
|
@679
|
16 years |
cmlenz |
AST transformer needs to also handle the class body.
|
|
|
|
@657
|
16 years |
cmlenz |
Implement static includes, which improves performance a bit when auto …
|
|
|
|
@655
|
16 years |
cmlenz |
White space.
|
|
|
|
@654
|
16 years |
cmlenz |
Support for Python code blocks in templates can now be disabled. …
|
|
|
|
@630
|
16 years |
cmlenz |
Fix interpolation of short-form expressions that include literal text …
|
|
|
|
@624
|
16 years |
cmlenz |
Applied patch by Dale Sedivec to fix #127. Many thanks!
|
|
|
|
@616
|
16 years |
cmlenz |
Fix for #125 (text template handling unicode source). Thanks to …
|
|
|
|
@579
|
16 years |
cmlenz |
Apply patch for #116.
|
|
|
|
@575
|
16 years |
cmlenz |
Added include directive for text templates (#115). Thanks to Alastair …
|
|
|
|
@573
|
16 years |
cmlenz |
Apply patch from #113, also closing #114.
|
|
|
|
@558
|
16 years |
cmlenz |
Apply patch by Alec Thomas for processing XML declarations (#111). Thanks!
|
|
|
|
@538
|
16 years |
cmlenz |
Add basic I18n/L10n functionality, based on GenshiRecipes/Localization.
|
|
|
|
@534
|
16 years |
cmlenz |
Back out [510] and instead implement configurable error handling …
|
|
|
|
@531
|
17 years |
cmlenz |
Add support for adding custom template filters by passing a custom …
|
|
|
|
@529
|
17 years |
cmlenz |
Fix for #107.
|
|
|
|
@528
|
17 years |
cmlenz |
Raise syntax error on empty value for py:replace directive.
|
|
|
|
@520
|
17 years |
cmlenz |
Simplify undefined error message.
|
|
|
|
@510
|
17 years |
cmlenz |
Make expression error handling more strict. Closes #88.
|
|
|
|
@502
|
17 years |
cmlenz |
Improve the handling of namespaces in serialization.
|
|
|
|
@500
|
17 years |
cmlenz |
Update copyright year for files modified this year.
|
|
|
|
@499
|
17 years |
cmlenz |
Move string interpolation code into separate module …
|
|
|
|
@497
|
17 years |
cmlenz |
Support for Python code blocks using the <?python ?> processing …
|
|
|
|
@493
|
17 years |
cmlenz |
Make the Markup class available by default in template expressions. …
|
|
|
|
@492
|
17 years |
cmlenz |
Renamed genshi.template.core to genshi.template.base, mainly to …
|
|
|
|
@491
|
17 years |
cmlenz |
Rework parsing of expressions in template text, to be able to:
* …
|
|
|
|
@481
|
17 years |
mgood |
add visitor for xor operator
|
|
|
|
@477
|
17 years |
mgood |
add support for Python 2.5 conditional expressions (fixes #74)
|
|
|
|
@463
|
17 years |
cmlenz |
Fix for #80: fallback only shown when the template to include wasn't …
|
|
|
|
@456
|
17 years |
cmlenz |
MarkupTemplates can now be instantiated from markup streams, in …
|
|
|
|