root/branch


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 03/07/09 22:04:54 @125 [125] johnny Moved all conversion/serialization related code into a seperate module, …
(edit) 03/05/09 10:02:12 @124 [124] johnny Fixed bug that made that generating output for a t:replace sometimes made …
(edit) 03/05/09 09:44:27 @123 [123] johnny Fixed problem in t:content with a list of dicts.
(edit) 03/04/09 13:59:15 @122 [122] johnny Fixed yielding behaviour of start node, was yielded per char, now per …
(edit) 03/04/09 13:53:37 @121 [121] johnny Seem to have mostly fixed generative behaviour, by making that items that …
(edit) 03/03/09 17:53:13 @120 [120] johnny Some PEP-8 whitespace.
(edit) 03/03/09 17:50:23 @119 [119] johnny First bits, tests seem to work but it's all a bit messy still.
(edit) 03/03/09 17:47:41 @118 [118] johnny Creating branch to test improving generative behaviour.
(edit) 09/18/06 22:00:39 @62 [62] johnny Removing old branch.
(edit) 09/17/06 13:14:35 @52 [52] johnny Re-added the cgitemplate class, added some docstrings.
(edit) 09/17/06 13:00:34 @51 [51] johnny Adjusted README to reflect the new situation.
(edit) 09/17/06 12:59:18 @50 [50] johnny Some small documentation changes.
(edit) 09/17/06 11:31:35 @49 [49] johnny Moved docs to 'doc' dir.
(edit) 09/17/06 11:30:58 @48 [48] johnny Moved everything test-related to the test dir.
(edit) 09/17/06 11:25:28 @47 [47] johnny All classnames are lowercase now (style I was using from the start, so …
(edit) 09/17/06 11:04:47 @46 [46] johnny Still not happy with the name, a bit better though.
(edit) 09/17/06 11:03:44 @45 [45] johnny Grmbl, want to rename but not to what it's called now... SVN won't let me …
(edit) 09/17/06 11:02:33 @44 [44] johnny All the tests run... lxml is replaced and things seem to work. Going to …
(edit) 09/15/06 15:12:34 @43 [43] johnny Converted tests to use xml.dom.minidom instead of lxml.etree (for …
(add) 09/15/06 15:10:39 @42 [42] johnny Adding branch for moving away from lxml in favour of SAX.