Mercurial > genshi > mirror
log
age | author | description |
---|---|---|
Sun, 16 Feb 2014 18:46:15 +0000 | hodgestar | Add support for Python 3.4 AST (support for NameConstants and changes to existing to arguments node attributes). trunk |
Sun, 16 Feb 2014 18:43:20 +0000 | hodgestar | Add isstring helper. trunk |
Sun, 16 Feb 2014 18:32:21 +0000 | hodgestar | Disable the speedups C extension on CPython >= 3.3 since Genshi doesn't support the new Unicode C API yet. trunk |
Sun, 16 Feb 2014 18:25:17 +0000 | hodgestar | Also allow stripping of unsafe script tags (Python 3.4 parses the second example as a tag whose name is script&xyz). trunk |
Sun, 16 Feb 2014 17:29:31 +0000 | hodgestar | Work around for Python 3.4 regression in pickle (http://bugs.python.org/issue16251). trunk |
Thu, 09 Jan 2014 21:26:14 +0000 | hodgestar | Merge r1242 from trunk (fix handling of case where a translation has text after a closing tag). stable-0.6.x |