|
|
|
@1160
|
13 years |
hodgestar |
Merge r1143 from py3k:
add support for python 3 to remaining …
|
|
|
|
@1129
|
13 years |
cmlenz |
The | operator on Attrs objects now removes any existing …
|
|
|
|
@1083
|
14 years |
cmlenz |
A bit of cleanup of the Markup Python implementation.
|
|
|
|
@1076
|
14 years |
cmlenz |
Convert a bunch of print statements to py3k compatible syntax.
|
|
|
|
@1069
|
14 years |
cmlenz |
Backported a couple of templating core changes from the advanced-i18n …
|
|
|
|
@1036
|
15 years |
cmlenz |
Avoid varargs on internal functions in template processing for …
|
|
|
|
@1031
|
15 years |
cmlenz |
Get rid of some Python 2.3 legacy that's no longer needed now that 2.4 …
|
|
|
|
@1019
|
15 years |
cmlenz |
Minor simplification in the expansion of dynamic attributes.
|
|
|
|
@988
|
15 years |
cmlenz |
Merged AST branch back into trunk. Most of this code was written by …
|
|
|
|
@876
|
15 years |
cmlenz |
Remove some cruft for supporting Python 2.3.
|
|
|
|
@835
|
15 years |
cmlenz |
Fix copyright years.
|
|
|
|
@826
|
15 years |
cmlenz |
Partially revert [717] to retain compatibility with Python 2.3.
|
|
|
|
@816
|
16 years |
cmlenz |
Add option for unbuffered match template processing, which could cause …
|
|
|
|
@800
|
16 years |
cmlenz |
Fix one Python 2.3 compatibility in the expression evaluation code. …
|
|
|
|
@773
|
16 years |
cmlenz |
Allow use of py:replace as element. Closes #144.
|
|
|
|
@756
|
16 years |
cmlenz |
Don't mask errors in py:for.
|
|
|
|
@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.
|
|
|
|
@717
|
16 years |
cmlenz |
Simplify implementation of py:with directive by compiling to a …
|
|
|
|
@673
|
16 years |
cmlenz |
In the py:choose stack, store the information of whether a test …
|
|
|
|
@664
|
16 years |
cmlenz |
Store state information for py:choose outside of the regular context data.
|
|
|
|
@661
|
16 years |
cmlenz |
For directives used as elements, pass all attributes without a …
|
|
|
|
@579
|
16 years |
cmlenz |
Apply patch for #116.
|
|
|
|
@534
|
16 years |
cmlenz |
Back out [510] and instead implement configurable error handling …
|
|
|
|
@528
|
17 years |
cmlenz |
Raise syntax error on empty value for py:replace directive.
|
|
|
|
@517
|
17 years |
cmlenz |
Try to use proper reStructuredText for docstrings throughout.
|
|
|
|
@514
|
17 years |
cmlenz |
More work to include absolute file paths in exceptions.
|
|
|
|
@500
|
17 years |
cmlenz |
Update copyright year for files modified this year.
|
|
|
|
@495
|
17 years |
cmlenz |
Remove some magic/overhead from Attrs creation and manipulation by …
|
|
|
|
@492
|
17 years |
cmlenz |
Renamed genshi.template.core to genshi.template.base, mainly to …
|
|
|
|
@462
|
17 years |
cmlenz |
Fail gracefully in Directive.__repr__ if the expr attribute does …
|
|
|
|
@442
|
17 years |
cmlenz |
Follow-up to [431]: directives are no longer instantiated directly at …
|
|
|
|
@431
|
17 years |
cmlenz |
The py:content, py:replace, and py:strip="" directives are now …
|
|
|
|
@424
|
17 years |
cmlenz |
Make Attrs instances immutable.
|
|
|
|
@421
|
17 years |
cmlenz |
Remove automatic calling of expression evaluation results if they are …
|
|
|
|
@414
|
17 years |
cmlenz |
Refactoring: genshi.template is now a package, it was getting way to …
|