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
|
Sat, 29 Dec 2012 12:00:00 +0000 |
hodgestar |
Merge r1187 from trunk (fix HTMLSanitizer tests for Python 2.7 -- see #501).
stable-0.6.x
|
Sat, 29 Dec 2012 11:43:45 +0000 |
hodgestar |
Fix HTMLSanitizer tests for Python 2.7 (fixes #501).
trunk
|
Sat, 29 Dec 2012 11:09:16 +0000 |
hodgestar |
Include fixes in source tarball so it can build on Python 3.x.
trunk
|
Tue, 11 Sep 2012 12:59:47 +0000 |
convert-repo |
update tags
tags
|
Tue, 13 Mar 2012 23:44:37 +0000 |
hodgestar |
Remove unnecessary call to iter around stream passed into filters -- filters should do the right thing with the stream they're given.
experimental-performance-improvement-exploration
|
Tue, 13 Mar 2012 08:01:05 +0000 |
hodgestar |
Move push and pop outside the loop in the ForDirective since it's equivalent to just pushing and popping on the edges.
experimental-performance-improvement-exploration
|
Tue, 13 Mar 2012 03:03:02 +0000 |
hodgestar |
Be more careful about what is passed into streams as events and remove many uses of _ensure as a result. An ATTRS event is added for handling Attributes returned by gensh.path.select().
experimental-performance-improvement-exploration
|
Tue, 13 Mar 2012 01:00:17 +0000 |
hodgestar |
Simplify _assignment and add fast-path.
experimental-performance-improvement-exploration
|
Tue, 13 Mar 2012 00:47:57 +0000 |
hodgestar |
Start performance-improvement-exploration
experimental-performance-improvement-exploration
|
Sat, 11 Feb 2012 00:02:02 +0000 |
hodgestar |
Remove invalid file mode in template loader. Fixes #485.
trunk
|
Wed, 11 Jan 2012 10:23:47 +0000 |
hodgestar |
Make --with-speedups the default for Pythons other than PyPy.
trunk
|
Sat, 03 Sep 2011 01:13:08 +0000 |
hodgestar |
Merge r1177 from trunk (support multiple stream events around tags inside translated messages -- see #404).
stable-0.6.x
|
Sat, 03 Sep 2011 01:11:30 +0000 |
hodgestar |
Handle multiple events between or an either side of start and end tags in translated messages -- fixes #404 (bug no longer found).
trunk
|
Fri, 02 Sep 2011 22:10:58 +0000 |
hodgestar |
Merge r1174 and r1175 from trunk (improve sanitizing of CSS in style attributes -- see #455).
stable-0.6.x
|
Fri, 02 Sep 2011 22:08:05 +0000 |
hodgestar |
Revert accidental small docstring change from r1174.
trunk
|
Fri, 02 Sep 2011 22:01:42 +0000 |
hodgestar |
Improve sanitizing of CSS in style attributes (note that the Genshi documentation already warns users that enabling the style attribute is dangerous -- now it is slightly less dangerous). Fixes #455. Patch taken from jomae's Trac commit trac:r10788 and modified for Genshi -- thanks!
trunk
|
Fri, 02 Sep 2011 20:21:50 +0000 |
hodgestar |
Merge r1172 from trunk (add .copy method to Context objects, see #249).
stable-0.6.x
|
Fri, 02 Sep 2011 20:20:21 +0000 |
hodgestar |
Add .copy() function to Context objects. Fixes #249.
trunk
|
Tue, 30 Aug 2011 12:52:08 +0000 |
hodgestar |
Merge r1170 from trunk (fix error in match template processing -- see #370 comment 12).
stable-0.6.x
|
Tue, 30 Aug 2011 12:48:57 +0000 |
hodgestar |
Fix out-by-one error introduced in r1097 that led to match templates missing the last event from the stream they were processing.
trunk
|
Wed, 03 Aug 2011 17:43:27 +0000 |
hodgestar |
Merge r1168 from trunk (fix error in dealing with None in the implemenation of Markup.escape in _speedups.c, see #439).
stable-0.6.x
|