Edgewall Software

source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1249   10 years hodgestar Add support for Python 3.4 AST (support for NameConstants? and changes …
(edit) @1248   10 years hodgestar Add isstring helper.
(edit) @1247   10 years hodgestar Disable the speedups C extension on CPython >= 3.3 since Genshi …
(edit) @1246   10 years hodgestar Also allow stripping of unsafe script tags (Python 3.4 parses the …
(edit) @1245   10 years hodgestar Work around for Python 3.4 regression in pickle …
(edit) @1244   10 years hodgestar Merge r1242 from trunk (fix handling of case where a translation has …
(edit) @1243   10 years hodgestar Merge r1242 from trunk (fix handling of case where a translation has …
(edit) @1242   10 years hodgestar Fix handling of case where a translation has text after a closing tag …
(edit) @1241   10 years hodgestar Merge r1239 from trunk (fix assert with side-effect in xi:fallback …
(edit) @1240   10 years hodgestar Merge r1239 from trunk (fix assert with side-effect in xi:fallback …
(edit) @1239   10 years hodgestar Fix assert with side-effect in xi:fallback directive processing (see #565).
(edit) @1238   11 years hodgestar Updating upgrading document heading.
(edit) @1237   11 years hodgestar Add script for running benchmarks.
(edit) @1236   11 years hodgestar Re-tag 0.7.
(edit) @1235   11 years hodgestar Re-tag 0.6.1.
(edit) @1234   11 years hodgestar Drop 0.6.1 tag before re-tagging.
(edit) @1233   11 years hodgestar Drop 0.7.0 tag before re-tagging.
(edit) @1232   11 years hodgestar Set version and drop egg_info in preparation for tagging.
(edit) @1231   11 years hodgestar Set version and drop egg_info in preparation for tagging.
(edit) @1230   11 years hodgestar Merge r1228 from trunk (ChangeLog update).
(edit) @1229   11 years hodgestar Merge r1228 from trunk (ChangeLog update).
(edit) @1228   11 years hodgestar Update ChangeLog.
(edit) @1227   11 years hodgestar Merge r1225 from trunk (update MANIFEST.in).
(edit) @1226   11 years hodgestar Merge r1225 from trunk (update MANIFEST.in).
(edit) @1225   11 years hodgestar Update MANIFEST.in so that all files that are meant to be included in …
(edit) @1224   11 years hodgestar Update changelog for 0.7.1.
(edit) @1223   11 years hodgestar Update changelog for 0.6.2.
(edit) @1222   11 years hodgestar Merge r1219 from trunk (fix for PIs without data, fixes #368).
(edit) @1221   11 years hodgestar Merge r1210 and r1212 from trunk (remove unnecessary isinstance checks …
(edit) @1220   11 years hodgestar Merge r1219 from trunk (fix for PIs without data, fixes #368).
(edit) @1219   11 years hodgestar Fix handling of processing instructions that don't have data attached …
(edit) @1218   11 years hodgestar Merge r1217 from trunk (fix text template tests that were failing on …
(edit) @1217   11 years hodgestar Fix text template inclusion tests so they work under Windows (being …
(edit) @1216   11 years hodgestar Merge r1211 from trunk (always include test packages in sdist).
(edit) @1215   11 years hodgestar Merge r1213 from trunk (fix infinite loop in interpolation brace …
(edit) @1214   11 years hodgestar Merge r1213 from trunk (fix infinite loop in interpolation brace …
(edit) @1213   11 years hodgestar Stop try to lex for matching braces in interpolation if the token_re …
(edit) @1212   11 years hodgestar Remove unused isinstance checks.
(edit) @1211   11 years hodgestar Always include the test packages (otherwise sdists built on Python 2 …
(edit) @1210   11 years hodgestar Skip mako benchmark if Mako isn't installed.
(edit) @1209   11 years hodgestar Bump version number and add new section to ChangeLog.
(edit) @1208   11 years hodgestar Put back [egg_info], bump version number and add new section to ChangeLog.
(edit) @1207   11 years hodgestar Tag 0.6.1.
(edit) @1206   11 years hodgestar Drop [egg_info] section pre-tagging.
(edit) @1205   11 years hodgestar Put back [egg_info], bump version number and add new section to ChangeLog.
(edit) @1204   11 years hodgestar Tag 0.7.0.
(edit) @1203   11 years hodgestar Drop [egg_info] section pre-tagging.
(edit) @1202   11 years hodgestar Merge r1201 from trunk (add Python 2 trove classifier).
(edit) @1201   11 years hodgestar Add Python 2 trove classifier so it's clear that Python 2 is still …
(edit) @1200   11 years hodgestar Update ChangeLog for 0.7 release.
(edit) @1199   11 years hodgestar Merge r1198 from trunk (update ChangeLog with changes for 0.6.1).
(edit) @1198   11 years hodgestar Update ChangeLog with changes for 0.6.1.
(edit) @1197   11 years hodgestar Add tox file for running tests against supported Python versions.
(edit) @1196   11 years hodgestar Add tox file for running tests against supported Python versions.
(edit) @1195   11 years hodgestar Fix another test that fails with the new randomized hashes.
(edit) @1194   11 years hodgestar Fix doc examples so that test_doc passes.
(edit) @1193   11 years hodgestar Add a test that demonstrates that absolute includes work (see #465).
(edit) @1192   11 years hodgestar Update genshi.template AST handling to support Python 3.4 (see #537).
(edit) @1191   11 years hodgestar Fix a number of tests which Python's new hash randomization is causing …
(edit) @1190   11 years hodgestar Templates should be loaded as bytes -- the encoding is passed around …
(edit) @1189   11 years hodgestar Fix parsing of multi-byte characters that occur on 4K boundaries of …
(edit) @1188   11 years hodgestar Merge r1187 from trunk (fix HTMLSanitizer tests for Python 2.7 -- see …
(edit) @1187   11 years hodgestar Fix HTMLSanitizer tests for Python 2.7 (fixes #501).
(edit) @1186   11 years hodgestar Include fixes in source tarball so it can build on Python 3.x.
(edit) @1185   12 years hodgestar Remove unnecessary call to iter around stream passed into filters -- …
(edit) @1184   12 years hodgestar Move push and pop outside the loop in the ForDirective? since it's …
(edit) @1183   12 years hodgestar Be more careful about what is passed into streams as events and remove …
(edit) @1182   12 years hodgestar Simplify _assignment and add fast-path.
(edit) @1181   12 years hodgestar Start performance-improvement-exploration
(edit) @1180   12 years hodgestar Remove invalid file mode in template loader. Fixes #485.
(edit) @1179   12 years hodgestar Make --with-speedups the default for Pythons other than PyPy?.
(edit) @1178   12 years hodgestar Merge r1177 from trunk (support multiple stream events around tags …
(edit) @1177   12 years hodgestar Handle multiple events between or an either side of start and end tags …
(edit) @1176   12 years hodgestar Merge r1174 and r1175 from trunk (improve sanitizing of CSS in style …
(edit) @1175   12 years hodgestar Revert accidental small docstring change from r1174.
(edit) @1174   12 years hodgestar Improve sanitizing of CSS in style attributes (note that the Genshi …
(edit) @1173   12 years hodgestar Merge r1172 from trunk (add .copy method to Context objects, see #249).
(edit) @1172   12 years hodgestar Add .copy() function to Context objects. Fixes #249.
(edit) @1171   12 years hodgestar Merge r1170 from trunk (fix error in match template processing -- see …
(edit) @1170   12 years hodgestar Fix out-by-one error introduced in r1097 that led to match templates …
(edit) @1169   12 years hodgestar Merge r1168 from trunk (fix error in dealing with None in the …
(edit) @1168   12 years hodgestar Fix bug in _speedups where it differed from behaviour of Python …
(edit) @1167   12 years hodgestar Fix bug in ASTTransformer's cloning that overwrote AST nodes name …
(edit) @1166   12 years hodgestar Fix genshi.core.Attrs.contains so that it returns False instead of …
(edit) @1165   12 years hodgestar Merge r1163 and r1164 from trunk (fix Markup event caching issue in …
(edit) @1164   12 years hodgestar Don't cache (TEXT, Markup) events in serializers. This is not needed …
(edit) @1163   12 years hodgestar Refactor string cache creation to remove repeated code in preparation …
(edit) @1162   13 years hodgestar Update upgrade documentation to refer to the development version and …
(edit) @1161   13 years hodgestar Merge r1144 from py3k: Add documentation on upgrading to the Genshi …
(edit) @1160   13 years hodgestar Merge r1143 from py3k: add support for python 3 to remaining …
(edit) @1159   13 years hodgestar Merge r1142 from py3k: add support for python 3 to genshi.template …
(edit) @1158   13 years hodgestar Merge r1141 from py3k: add support for python 3 to genshi.filters: …
(edit) @1157   13 years hodgestar Merge r1140 from py3k: add support for python 3 to core genshi …
(edit) @1156   13 years hodgestar Merge r1139 from py3k: add compatibility functions for dealing with …
(edit) @1155   13 years hodgestar Merge r1138 from py3k: add python 3 support to _speedups C extension
(edit) @1154   13 years hodgestar Merge r1137 from py3k: add 2to3 build infrastructure to setup.py (this …
(edit) @1153   13 years hodgestar Merge r1150 from trunk (fix i18n namespace documentaton issue #400).
(edit) @1152   13 years hodgestar Merge r1149 from trunk (fix for tail selecting issue #399).
(edit) @1151   13 years hodgestar Merge r1148 from trunk (fix for qname equality issue #413).
(edit) @1150   13 years jruigrok Pull up r1147 to trunk. Correct reference to i18n namespace in …
Note: See TracRevisionLog for help on using the revision log.