|
|
|
@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 …
|
|
|
|
@1251
|
10 years |
hodgestar |
Revert r1245 (the Python3.4 regression was fixed in …
|
|
|
|
@1250
|
10 years |
hodgestar |
Add support for kwonlyargs and kw_defaults attributes of AST argument …
|
|
|
|
@1249
|
10 years |
hodgestar |
Add support for Python 3.4 AST (support for NameConstants? and changes …
|
|
|
|
@1248
|
10 years |
hodgestar |
Add isstring helper.
|
|
|
|
@1246
|
10 years |
hodgestar |
Also allow stripping of unsafe script tags (Python 3.4 parses the …
|
|
|
|
@1245
|
10 years |
hodgestar |
Work around for Python 3.4 regression in pickle …
|
|
|
|
@1242
|
10 years |
hodgestar |
Fix handling of case where a translation has text after a closing tag …
|
|
|
|
@1239
|
10 years |
hodgestar |
Fix assert with side-effect in xi:fallback directive processing (see #565).
|
|
|
|
@1219
|
11 years |
hodgestar |
Fix handling of processing instructions that don't have data attached …
|
|
|
|
@1217
|
11 years |
hodgestar |
Fix text template inclusion tests so they work under Windows (being …
|
|
|
|
@1213
|
11 years |
hodgestar |
Stop try to lex for matching braces in interpolation if the token_re …
|
|
|
|
@1212
|
11 years |
hodgestar |
Remove unused isinstance checks.
|
|
|
|
@1209
|
11 years |
hodgestar |
Bump version number and add new section to ChangeLog.
|
|
|
|
@1195
|
11 years |
hodgestar |
Fix another test that fails with the new randomized hashes.
|
|
|
|
@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 …
|
|
|
|
@1190
|
11 years |
hodgestar |
Templates should be loaded as bytes -- the encoding is passed around …
|
|
|
|
@1189
|
11 years |
hodgestar |
Fix parsing of multi-byte characters that occur on 4K boundaries of …
|
|
|
|
@1187
|
11 years |
hodgestar |
Fix HTMLSanitizer tests for Python 2.7 (fixes #501).
|
|
|
|
@1180
|
12 years |
hodgestar |
Remove invalid file mode in template loader. Fixes #485.
|
|
|
|
@1177
|
12 years |
hodgestar |
Handle multiple events between or an either side of start and end tags …
|
|
|
|
@1175
|
12 years |
hodgestar |
Revert accidental small docstring change from r1174.
|
|
|
|
@1174
|
12 years |
hodgestar |
Improve sanitizing of CSS in style attributes (note that the Genshi …
|
|
|
|
@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 …
|
|
|
|
@1168
|
12 years |
hodgestar |
Fix bug in _speedups where it differed from behaviour of Python …
|
|
|
|
@1167
|
12 years |
hodgestar |
Fix bug in ASTTransformer's cloning that overwrote AST nodes name …
|
|
|
|
@1166
|
12 years |
hodgestar |
Fix genshi.core.Attrs.contains so that it returns False instead of …
|
|
|
|
@1164
|
12 years |
hodgestar |
Don't cache (TEXT, Markup) events in serializers. This is not needed …
|
|
|
|
@1163
|
12 years |
hodgestar |
Refactor string cache creation to remove repeated code in preparation …
|
|
|
|
@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 …
|
|
|
|
@1158
|
13 years |
hodgestar |
Merge r1141 from py3k:
add support for python 3 to genshi.filters:
…
|
|
|
|
@1157
|
13 years |
hodgestar |
Merge r1140 from py3k:
add support for python 3 to core genshi …
|
|
|
|
@1156
|
13 years |
hodgestar |
Merge r1139 from py3k: add compatibility functions for dealing with …
|
|
|
|
@1155
|
13 years |
hodgestar |
Merge r1138 from py3k: add python 3 support to _speedups C extension
|
|
|
|
@1149
|
13 years |
jruigrok |
Pull up r1146 to trunk.
Addresses #399
|
|
|
|
@1148
|
13 years |
jruigrok |
Pull up r1145 to trunk.
Addresses #413.
|
|
|
|
@1134
|
13 years |
cmlenz |
Fix handling of checkboxes and radio buttons with an empty value …
|
|
|
|
@1133
|
13 years |
cmlenz |
Fix for bug with the HTMLFormFiller in the handling of textareas. …
|
|
|
|
@1129
|
13 years |
cmlenz |
The | operator on Attrs objects now removes any existing …
|
|
|
|
@1125
|
13 years |
cmlenz |
Bump up version number on trunk.
|
|
|
|
@1120
|
13 years |
cmlenz |
Update changelog and copyright years.
|
|
|
|
@1119
|
13 years |
cmlenz |
Fix for infinite recursion when parsing argument names from tuples. …
|
|
|
|
@1118
|
13 years |
cmlenz |
i18n: some cleanup, especially for the pluralization directives.
|
|
|
|
@1117
|
13 years |
cmlenz |
Split up the i18n unit tests into per-directive test cases.
|
|
|
|
@1116
|
13 years |
cmlenz |
i18n: Another unit test related to #380.
|
|
|
|
@1115
|
13 years |
cmlenz |
i18n: Support extraction of attributes in markup embedded in …
|
|
|
|
@1114
|
13 years |
cmlenz |
Removed some obsolete/unused code from the i18n filter.
|
|
|
|
@1111
|
13 years |
cmlenz |
More i18n doc improvements.
|
|
|
|
@1105
|
13 years |
cmlenz |
Fix regression in [1099]: templates must not have an implicit loader …
|
|
|
|
@1104
|
13 years |
cmlenz |
AST transformer now also clones excepthandler nodes (see #379).
|
|
|
|
@1103
|
13 years |
cmlenz |
Default XInclude-included template class to the class of the including …
|
|
|
|
@1102
|
13 years |
cmlenz |
Looks like the 'decorators' field in the AST was renamed to …
|
|
|
|
@1101
|
13 years |
cmlenz |
Apply patch from #324 for Python 2.6.2 compatibility fix.
|
|
|
|
@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 …
|
|
|
|
@1096
|
14 years |
palgarvio |
Any py:strip involved on i18n:singular or i18n:plural is now …
|
|
|
|
@1095
|
14 years |
palgarvio |
Typo correction.
|
|
|
|
@1094
|
14 years |
palgarvio |
Allow the use of i18n:singular and i18n:plural as directives and …
|
|
|
|
@1093
|
14 years |
cmlenz |
Apply patch Felix Schwarz that finally fixes the duplicated output in …
|
|
|
|
@1092
|
14 years |
cmlenz |
Apply patch for I18n message extraction bug as reported in #358. …
|
|
|
|
@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.
|
|
|
|
@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 …
|
|
|
|