root/trunk/convert.py


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 11/24/10 14:25:43 @141 [141] johnny Do not remove an attr if its value is 0.
(edit) 04/15/10 16:13:14 @140 [140] johnny Fixed bug in t:replace of non-node items, fixed py.test 1.2 support, fixed …
(edit) 10/10/09 13:55:32 @138 [138] johnny Fixed bug in convert_generate, replacing an iterable would duplicate items …
(edit) 03/29/09 16:05:04 @137 [137] johnny Implemented basic customization of type handling - you can add ':iter', …
(edit) 03/11/09 13:25:02 @136 [136] johnny Made that t:cond and t:not don't barf on KeyErrors? anymore - instead, …
(edit) 03/09/09 12:18:17 @135 [135] johnny Changed parsing behaviour so that Templess directives are removed and …
(edit) 03/07/09 23:31:15 @128 [128] johnny Added slots, made find() non-recursive and properly depth-first, added a …
(copy) 03/07/09 22:22:44 @126 [126] johnny Merged with generator trunk - Templess is now generative, and node …
copied from branch/generator/convert.py:
(add) 03/07/09 22:04:54 @125 [125] johnny Moved all conversion/serialization related code into a seperate module, …