|
|
|
@1173
|
12 years |
hodgestar |
Merge r1172 from trunk (add .copy method to Context objects, see #249).
|
|
|
|
@1172
|
12 years |
hodgestar |
Add .copy() function to Context objects. Fixes #249.
|
|
|
|
@1171
|
12 years |
hodgestar |
Merge r1170 from trunk (fix error in match template processing -- see …
|
|
|
|
@1170
|
12 years |
hodgestar |
Fix out-by-one error introduced in r1097 that led to match templates …
|
|
|
|
@1169
|
12 years |
hodgestar |
Merge r1168 from trunk (fix error in dealing with None in the …
|
|
|
|
@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 …
|
|
|
|
@1165
|
12 years |
hodgestar |
Merge r1163 and r1164 from trunk (fix Markup event caching issue in …
|
|
|
|
@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 …
|
|
|
|
@1162
|
13 years |
hodgestar |
Update upgrade documentation to refer to the development version and …
|
|
|
|
@1161
|
13 years |
hodgestar |
Merge r1144 from py3k: Add documentation on upgrading to the Genshi …
|
|
|
|
@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
|
|
|
|
@1154
|
13 years |
hodgestar |
Merge r1137 from py3k: add 2to3 build infrastructure to setup.py (this …
|
|
|
|
@1153
|
13 years |
hodgestar |
Merge r1150 from trunk (fix i18n namespace documentaton issue #400).
|
|
|
|
@1152
|
13 years |
hodgestar |
Merge r1149 from trunk (fix for tail selecting issue #399).
|
|
|
|
@1151
|
13 years |
hodgestar |
Merge r1148 from trunk (fix for qname equality issue #413).
|
|
|
|
@1150
|
13 years |
jruigrok |
Pull up r1147 to trunk.
Correct reference to i18n namespace in …
|
|
|
|
@1149
|
13 years |
jruigrok |
Pull up r1146 to trunk.
Addresses #399
|
|
|
|
@1148
|
13 years |
jruigrok |
Pull up r1145 to trunk.
Addresses #413.
|
|
|
|
@1147
|
13 years |
hodgestar |
Correct reference to i18n namespace in documentation.
|
|
|
|
@1146
|
13 years |
hodgestar |
Fix handling of tails in py:match processing. See Genshi ticket #399.
|
|
|
|
@1145
|
13 years |
hodgestar |
Fix handling of QNames with leading open curly braces. See Genshi …
|
|
|
|
@1144
|
13 years |
hodgestar |
Add documentation on upgrading to the Genshi py3k branch.
|
|
|
|
@1143
|
13 years |
hodgestar |
add support for python 3 to remaining genshi.template components:
* …
|
|
|
|
@1142
|
13 years |
hodgestar |
add support for python 3 to genshi.template expression evaluator:
* …
|
|
|
|
@1141
|
13 years |
hodgestar |
add support for python 3 to genshi.filters:
* minor changes to track …
|
|
|
|
@1140
|
13 years |
hodgestar |
add support for python 3 to core genshi components (genshi.core, …
|
|
|
|
@1139
|
13 years |
hodgestar |
py3k branch: add compatibility functions for dealing with python 3; …
|
|
|
|
@1138
|
13 years |
hodgestar |
py3k branch: add python 3 support to _speedups C extension
|
|
|
|
@1137
|
13 years |
hodgestar |
py3k branch: add 2to3 build infrastructure to setup.py (this pulls the …
|
|
|
|
@1136
|
13 years |
hodgestar |
py3k branch: create branch for py3k port from trunk@1134
|
|
|
|
@1135
|
13 years |
palgarvio |
Typo correction.
|
|
|
|
@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. …
|
|
|
|
@1132
|
13 years |
cmlenz |
inline branch: merged r1129 from trunk.
|
|
|
|
@1131
|
13 years |
cmlenz |
inline branch: move to native svn merge tracking.
|
|
|
|
@1130
|
13 years |
cmlenz |
inline branch: added preliminary implementation of compiled py:attrs …
|
|
|
|
@1129
|
13 years |
cmlenz |
The | operator on Attrs objects now removes any existing …
|
|
|
|
@1128
|
13 years |
cmlenz |
inline branch: support for a couple more directives
|
|
|
|
@1127
|
13 years |
cmlenz |
Sync experimental/inline branch with trunk@1126.
|
|
|
|
@1126
|
13 years |
cmlenz |
Remove obsolete advanced-i18n branch, as it has been merged back into …
|
|
|
|
@1125
|
13 years |
cmlenz |
Bump up version number on trunk.
|
|
|
|
@1124
|
13 years |
cmlenz |
Bump up version number of 0.6.x branch.
|
|
|
|
@1123
|
13 years |
cmlenz |
Create tag for 0.6 release.
|
|
|
|
@1122
|
13 years |
cmlenz |
Remove dev version tagging for the 0.6 release.
|
|
|
|
@1121
|
13 years |
cmlenz |
Create branch for 0.6.x release stream based on trunk@1120.
|
|
|
|
@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.
|
|
|
|
@1113
|
13 years |
cmlenz |
More doc tweaks.
|
|
|
|
@1112
|
13 years |
cmlenz |
Minor fix for i18n doc.
|
|
|
|
@1111
|
13 years |
cmlenz |
More i18n doc improvements.
|
|
|
|
@1110
|
13 years |
cmlenz |
More doc improvements.
|
|
|
|
@1109
|
13 years |
cmlenz |
Set reST MIME type on new loader doc page.
|
|
|
|
@1108
|
13 years |
cmlenz |
Started extending the i18n docs.
|
|
|
|
@1107
|
13 years |
cmlenz |
Improve the template loader docs.
|
|
|
|
@1106
|
13 years |
cmlenz |
Added a documentation page about the template loader.
|
|
|
|
@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.
|
|
|
|
@1100
|
13 years |
cmlenz |
ChangeLog entry for [1099].
|
|
|
|
@1099
|
13 years |
cmlenz |
Templates instantiated without a loader now get an implicit loader …
|
|
|
|
@1098
|
13 years |
cmlenz |
Minor doc tweak.
|
|
|
|
@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 …
|
|
|
|
@1089
|
14 years |
cmlenz |
Build without speedups by default.
|
|
|
|
@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 …
|
|
|
|