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
|
Sun, 30 Dec 2012 14:19:28 +0000 |
hodgestar |
Merge r1198 from trunk (update ChangeLog with changes for 0.6.1).
stable-0.6.x
|
Sun, 30 Dec 2012 14:13:27 +0000 |
hodgestar |
Update ChangeLog with changes for 0.6.1.
trunk
|
Sat, 29 Dec 2012 22:55:51 +0000 |
hodgestar |
Add tox file for running tests against supported Python versions.
trunk
|
Sat, 29 Dec 2012 22:50:45 +0000 |
hodgestar |
Add tox file for running tests against supported Python versions.
stable-0.6.x
|
Sat, 29 Dec 2012 22:48:30 +0000 |
hodgestar |
Fix another test that fails with the new randomized hashes.
trunk
|
Sat, 29 Dec 2012 20:47:09 +0000 |
hodgestar |
Fix doc examples so that test_doc passes.
trunk
|
Sat, 29 Dec 2012 20:18:24 +0000 |
hodgestar |
Add a test that demonstrates that absolute includes work (see #465).
trunk
|
Sat, 29 Dec 2012 19:31:41 +0000 |
hodgestar |
Update genshi.template AST handling to support Python 3.4 (see #537).
trunk
|
Sat, 29 Dec 2012 19:14:10 +0000 |
hodgestar |
Fix a number of tests which Python's new hash randomization is causing to fail randomly.
trunk
|
Sat, 29 Dec 2012 19:12:14 +0000 |
hodgestar |
Templates should be loaded as bytes -- the encoding is passed around with the source explicitly. Fixes bugs in test suite in Python 3.3.
trunk
|
Sat, 29 Dec 2012 13:02:20 +0000 |
hodgestar |
Fix parsing of multi-byte characters that occur on 4K boundaries of HTML files (fixes #538).
trunk
|