Edgewall Software

source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @1149   13 years jruigrok Pull up r1146 to trunk. Addresses #399
(edit) @1148   13 years jruigrok Pull up r1145 to trunk. Addresses #413.
(edit) @1147   13 years hodgestar Correct reference to i18n namespace in documentation.
(edit) @1146   13 years hodgestar Fix handling of tails in py:match processing. See Genshi ticket #399.
(edit) @1145   13 years hodgestar Fix handling of QNames with leading open curly braces. See Genshi …
(edit) @1144   13 years hodgestar Add documentation on upgrading to the Genshi py3k branch.
(edit) @1143   13 years hodgestar add support for python 3 to remaining genshi.template components: * …
(edit) @1142   13 years hodgestar add support for python 3 to genshi.template expression evaluator: * …
(edit) @1141   13 years hodgestar add support for python 3 to genshi.filters: * minor changes to track …
(edit) @1140   13 years hodgestar add support for python 3 to core genshi components (genshi.core, …
(edit) @1139   13 years hodgestar py3k branch: add compatibility functions for dealing with python 3; …
(edit) @1138   13 years hodgestar py3k branch: add python 3 support to _speedups C extension
(edit) @1137   13 years hodgestar py3k branch: add 2to3 build infrastructure to setup.py (this pulls the …
(edit) @1136   13 years hodgestar py3k branch: create branch for py3k port from trunk@1134
(edit) @1135   13 years palgarvio Typo correction.
(edit) @1134   13 years cmlenz Fix handling of checkboxes and radio buttons with an empty value …
(edit) @1133   13 years cmlenz Fix for bug with the HTMLFormFiller in the handling of textareas. …
(edit) @1132   13 years cmlenz inline branch: merged r1129 from trunk.
(edit) @1131   13 years cmlenz inline branch: move to native svn merge tracking.
(edit) @1130   13 years cmlenz inline branch: added preliminary implementation of compiled py:attrs
(edit) @1129   13 years cmlenz The | operator on Attrs objects now removes any existing …
(edit) @1128   13 years cmlenz inline branch: support for a couple more directives
(edit) @1127   13 years cmlenz Sync experimental/inline branch with trunk@1126.
(edit) @1126   13 years cmlenz Remove obsolete advanced-i18n branch, as it has been merged back into …
(edit) @1125   13 years cmlenz Bump up version number on trunk.
Note: See TracRevisionLog for help on using the revision log.