Edgewall Software

source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1269   10 years hodgestar Return correct value and properly namespaced attribute name when …
(edit) @1266   10 years hodgestar Add support for iterator arguments to _speedups Markup.join …
(edit) @1263   10 years hodgestar Add HTML5 input placeholder attribute to list of translatable …
(edit) @1260   10 years hodgestar Add missing boolean attributes to XHTML and HTML serializers (fixes #570).
(edit) @1257   10 years hodgestar Fix infinite recursion in template inlining (fixes #584).
(edit) @1255   10 years hodgestar Support slash escaped of CRLF newlines (fixes #569; patch from …
(edit) @1253   10 years hodgestar Add Python 3.4 to tox environment list.
(edit) @1251   10 years hodgestar Revert r1245 (the Python3.4 regression was fixed in …
(edit) @1250   10 years hodgestar Add support for kwonlyargs and kw_defaults attributes of AST argument …
(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) @1242   10 years hodgestar Fix handling of case where a translation has text after a closing tag …
(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) @1228   11 years hodgestar Update ChangeLog.
(edit) @1225   11 years hodgestar Update MANIFEST.in so that all files that are meant to be included in …
(edit) @1219   11 years hodgestar Fix handling of processing instructions that don't have data attached …
(edit) @1217   11 years hodgestar Fix text template inclusion tests so they work under Windows (being …
(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) @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) @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) @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) @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) @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) @1177   12 years hodgestar Handle multiple events between or an either side of start and end tags …
(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) @1172   12 years hodgestar Add .copy() function to Context objects. Fixes #249.
(edit) @1170   12 years hodgestar Fix out-by-one error introduced in r1097 that led to match templates …
(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) @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) @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) @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) @1129   13 years cmlenz The | operator on Attrs objects now removes any existing …
(edit) @1125   13 years cmlenz Bump up version number on trunk.
(edit) @1120   13 years cmlenz Update changelog and copyright years.
(edit) @1119   13 years cmlenz Fix for infinite recursion when parsing argument names from tuples. …
(edit) @1118   13 years cmlenz i18n: some cleanup, especially for the pluralization directives.
(edit) @1117   13 years cmlenz Split up the i18n unit tests into per-directive test cases.
(edit) @1116   13 years cmlenz i18n: Another unit test related to #380.
(edit) @1115   13 years cmlenz i18n: Support extraction of attributes in markup embedded in …
(edit) @1114   13 years cmlenz Removed some obsolete/unused code from the i18n filter.
(edit) @1113   13 years cmlenz More doc tweaks.
(edit) @1112   13 years cmlenz Minor fix for i18n doc.
(edit) @1111   13 years cmlenz More i18n doc improvements.
(edit) @1110   13 years cmlenz More doc improvements.
(edit) @1109   13 years cmlenz Set reST MIME type on new loader doc page.
(edit) @1108   13 years cmlenz Started extending the i18n docs.
(edit) @1107   13 years cmlenz Improve the template loader docs.
(edit) @1106   13 years cmlenz Added a documentation page about the template loader.
(edit) @1105   13 years cmlenz Fix regression in [1099]: templates must not have an implicit loader …
(edit) @1104   13 years cmlenz AST transformer now also clones excepthandler nodes (see #379).
(edit) @1103   13 years cmlenz Default XInclude-included template class to the class of the including …
(edit) @1102   13 years cmlenz Looks like the 'decorators' field in the AST was renamed to …
(edit) @1101   13 years cmlenz Apply patch from #324 for Python 2.6.2 compatibility fix.
(edit) @1100   13 years cmlenz ChangeLog entry for [1099].
(edit) @1099   13 years cmlenz Templates instantiated without a loader now get an implicit loader …
(edit) @1098   13 years cmlenz Minor doc tweak.
(edit) @1097   13 years cmlenz Fix for match template processing involving multiple match directives …
(edit) @1096   14 years palgarvio Any py:strip involved on i18n:singular or i18n:plural is now …
(edit) @1095   14 years palgarvio Typo correction.
(edit) @1094   14 years palgarvio Allow the use of i18n:singular and i18n:plural as directives and …
(edit) @1093   14 years cmlenz Apply patch Felix Schwarz that finally fixes the duplicated output in …
(edit) @1092   14 years cmlenz Apply patch for I18n message extraction bug as reported in #358. …
(edit) @1091   14 years cmlenz Fix the unit test for execution of statements containing with …
(edit) @1090   14 years cmlenz Add unit tests for correct handling of with statements and yield …
(edit) @1089   14 years cmlenz Build without speedups by default.
Note: See TracRevisionLog for help on using the revision log.