Wed, 19 Mar 2014 13:52:01 +0000 |
hodgestar |
Fix infinite recursion in template inlining (fixes #584).
trunk
|
Wed, 19 Mar 2014 13:41:53 +0000 |
hodgestar |
Merge r1255 from trunk (fix slash escaping of CRLF newlines).
stable-0.7.x
|
Wed, 19 Mar 2014 13:40:47 +0000 |
hodgestar |
Support slash escaped of CRLF newlines (fixes #569; patch from tetsuya.morimoto@gmail.com).
trunk
|
Wed, 19 Mar 2014 13:38:10 +0000 |
hodgestar |
Merge r1253 from trunk (add py34 to tox.ini).
stable-0.7.x
|
Wed, 19 Mar 2014 13:36:27 +0000 |
hodgestar |
Add Python 3.4 to tox environment list.
trunk
|
Sun, 09 Mar 2014 08:41:45 +0000 |
hodgestar |
Merge r1229 to r1238 and r1243 to r1251 from trunk (documentation fixes and Python 3.4 support).
stable-0.7.x
|
Mon, 17 Feb 2014 09:10:44 +0000 |
hodgestar |
Revert r1245 (the Python3.4 regression was fixed in http://hg.python.org/cpython/rev/b328f8ccbccf).
trunk
|
Sun, 16 Feb 2014 19:36:21 +0000 |
hodgestar |
Add support for kwonlyargs and kw_defaults attributes of AST argument nodes.
trunk
|
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
|
Thu, 09 Jan 2014 21:25:21 +0000 |
hodgestar |
Merge r1242 from trunk (fix handling of case where a translation has text after a closing tag).
stable-0.7.x
|
Thu, 09 Jan 2014 21:23:41 +0000 |
hodgestar |
Fix handling of case where a translation has text after a closing tag (fixes #566, thanks to jomae for the patch).
trunk
|
Mon, 17 Jun 2013 20:54:54 +0000 |
hodgestar |
Merge r1239 from trunk (fix assert with side-effect in xi:fallback directive processing).
stable-0.6.x
|
Mon, 17 Jun 2013 20:54:10 +0000 |
hodgestar |
Merge r1239 from trunk (fix assert with side-effect in xi:fallback directive processing).
stable-0.7.x
|
Mon, 17 Jun 2013 19:52:25 +0000 |
convert-repo |
update tags
tags
|
Mon, 17 Jun 2013 20:52:21 +0000 |
hodgestar |
Fix assert with side-effect in xi:fallback directive processing (see #565).
trunk
|
Thu, 21 Mar 2013 21:41:01 +0000 |
hodgestar |
Updating upgrading document heading.
trunk
|
Thu, 21 Mar 2013 21:38:46 +0000 |
hodgestar |
Add script for running benchmarks.
trunk
|
Sun, 27 Jan 2013 15:39:10 +0000 |
hodgestar |
Set version and drop egg_info in preparation for tagging.
stable-0.6.x 0.6.1
|
Sun, 27 Jan 2013 15:38:50 +0000 |
hodgestar |
Set version and drop egg_info in preparation for tagging.
stable-0.7.x 0.7.0
|
Sun, 27 Jan 2013 15:34:05 +0000 |
hodgestar |
Merge r1228 from trunk (ChangeLog update).
stable-0.7.x
|
Sun, 27 Jan 2013 15:33:17 +0000 |
hodgestar |
Merge r1228 from trunk (ChangeLog update).
stable-0.6.x
|
Sun, 27 Jan 2013 15:32:01 +0000 |
hodgestar |
Update ChangeLog.
trunk
|
Sun, 27 Jan 2013 15:17:45 +0000 |
hodgestar |
Merge r1225 from trunk (update MANIFEST.in).
stable-0.6.x
|
Sun, 27 Jan 2013 15:16:36 +0000 |
hodgestar |
Merge r1225 from trunk (update MANIFEST.in).
stable-0.7.x
|
Sun, 27 Jan 2013 15:08:45 +0000 |
hodgestar |
Update MANIFEST.in so that all files that are meant to be included in the source builds are included explicitly rather than relying on setuptools to find files under version control (since it fails to do so for svn 1.7.x and possibly other version control system).
trunk
|
Sat, 26 Jan 2013 18:24:27 +0000 |
hodgestar |
Update changelog for 0.7.1.
stable-0.7.x
|
Sat, 26 Jan 2013 18:24:07 +0000 |
hodgestar |
Update changelog for 0.6.2.
stable-0.6.x
|
Sat, 26 Jan 2013 17:37:46 +0000 |
hodgestar |
Merge r1219 from trunk (fix for PIs without data, fixes #368).
stable-0.6.x
|
Sat, 26 Jan 2013 17:34:51 +0000 |
hodgestar |
Merge r1210 and r1212 from trunk (remove unnecessary isinstance checks and skip mako benchmarks if mako isn't installed).
stable-0.7.x
|
Sat, 26 Jan 2013 17:28:46 +0000 |
hodgestar |
Merge r1219 from trunk (fix for PIs without data, fixes #368).
stable-0.7.x
|
Sat, 26 Jan 2013 17:26:47 +0000 |
hodgestar |
Fix handling of processing instructions that don't have data attached (patch from Neil Muller, fixes #368).
trunk
|
Sat, 26 Jan 2013 16:42:20 +0000 |
hodgestar |
Merge r1217 from trunk (fix text template tests that were failing on Windows).
stable-0.7.x
|
Sat, 26 Jan 2013 16:24:33 +0000 |
hodgestar |
Fix text template inclusion tests so they work under Windows (being careful so that they still work under Python 3.x).
trunk
|
Sat, 26 Jan 2013 12:20:58 +0000 |
hodgestar |
Merge r1211 from trunk (always include test packages in sdist).
stable-0.7.x
|
Sat, 26 Jan 2013 12:08:57 +0000 |
hodgestar |
Merge r1213 from trunk (fix infinite loop in interpolation brace matching caused by a change in 2.7).
stable-0.7.x
|
Sat, 26 Jan 2013 11:59:30 +0000 |
hodgestar |
Merge r1213 from trunk (fix infinite loop in interpolation brace matching caused by a change in 2.7).
stable-0.6.x
|
Sat, 26 Jan 2013 11:53:36 +0000 |
hodgestar |
Stop try to lex for matching braces in interpolation if the token_re matches an empty string. This fixes the infinite loop triggered by the test suite as a result of the change to Python 2.7 describe in http://bugs.python.org/issue16152 and reported in http://genshi.edgewall.org/ticket/540.
trunk
|
Sat, 26 Jan 2013 11:38:35 +0000 |
hodgestar |
Remove unused isinstance checks.
trunk
|
Sat, 26 Jan 2013 10:57:32 +0000 |
hodgestar |
Always include the test packages (otherwise sdists built on Python 2 don't work on Python 3 which is unexpected and confusing).
trunk
|
Sat, 26 Jan 2013 10:52:08 +0000 |
hodgestar |
Skip mako benchmark if Mako isn't installed.
trunk
|
Sun, 30 Dec 2012 16:43:06 +0000 |
hodgestar |
Bump version number and add new section to ChangeLog.
trunk
|
Sun, 30 Dec 2012 15:38:03 +0000 |
convert-repo |
update tags
tags
|
Sun, 30 Dec 2012 16:37:58 +0000 |
hodgestar |
Put back [egg_info], bump version number and add new section to ChangeLog.
stable-0.6.x
|
Sun, 30 Dec 2012 16:33:44 +0000 |
hodgestar |
Drop [egg_info] section pre-tagging.
stable-0.6.x
|
Sun, 30 Dec 2012 13:54:55 +0000 |
convert-repo |
update tags
tags
|
Sun, 30 Dec 2012 14:54:50 +0000 |
hodgestar |
Put back [egg_info], bump version number and add new section to ChangeLog.
stable-0.7.x
|
Sun, 30 Dec 2012 14:48:26 +0000 |
hodgestar |
Drop [egg_info] section pre-tagging.
stable-0.7.x
|
Sun, 30 Dec 2012 14:45:49 +0000 |
hodgestar |
Merge r1201 from trunk (add Python 2 trove classifier).
stable-0.7.x
|
Sun, 30 Dec 2012 14:39:33 +0000 |
hodgestar |
Add Python 2 trove classifier so it's clear that Python 2 is still supported.
trunk
|
Sun, 30 Dec 2012 14:39:33 +0000 |
hodgestar |
Add Python 2 trove classifier so it's clear that Python 2 is still supported.
stable-0.7.x
|
Sun, 30 Dec 2012 14:31:09 +0000 |
hodgestar |
Update ChangeLog for 0.7 release.
trunk
|