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