root/trunk/test


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) 04/09/10 12:00:42 @139 [139] johnny Pyflakes.
(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:53:28 @132 [132] johnny Moved XML parsing related stuff to a separate file, made the parser …
(edit) 03/07/09 23:31:15 @128 [128] johnny Added slots, made find() non-recursive and properly depth-first, added a …
(edit) 03/07/09 22:22:44 @126 [126] johnny Merged with generator trunk - Templess is now generative, and node …
(edit) 02/07/09 15:52:17 @116 [116] johnny Fixed problem with subclasses of strings not being recognized as strings …
(edit) 09/23/08 15:32:29 @114 [114] johnny Hm, not sure about this one yet... Removing entitization for apostrophes, …
(edit) 09/03/08 13:54:44 @112 [112] johnny Fixed html argument for generate().
(edit) 09/03/08 13:44:08 @111 [111] johnny Added 'html' argument (Boolean, defaults to False) for the render methods …
(edit) 10/07/07 20:59:12 @104 [104] johnny Reverting the previous change, as it doesn't actually work too well …
(edit) 10/07/07 20:44:19 @103 [103] johnny Changed behaviour a bit so that on dict repeat attr values are taken from …
(edit) 07/05/07 12:28:26 @102 [102] johnny Fixeol.
(edit) 03/07/07 14:25:10 @101 [101] johnny Don't do anything on converting a templess node without t_prefix set.
(edit) 03/02/07 18:14:12 @99 [99] johnny Added script to quickly get some speed test results (mostly for testing …
(edit) 02/09/07 02:32:13 @96 [96] johnny Updated some docstrings, more apigen stuff.
(edit) 02/03/07 16:28:18 @93 [93] johnny Made that the xmlns for Templess is removed on node conversion.
(edit) 01/16/07 11:48:49 @89 [89] johnny Converted examples to doctests (fixed some stuff too), changed semantics …
(edit) 01/16/07 10:55:28 @88 [88] johnny Fixed generate() method, added doc about using Templess in CherryPy?.
(edit) 10/07/06 15:02:07 @87 [87] johnny Merged comment change from 0.2 tag back into trunk, made that class is …
(edit) 10/06/06 13:14:38 @82 [82] johnny Added a 'unicode' method, made that 'render_to_string' (now basically …
(edit) 09/25/06 13:08:22 @80 [80] johnny Added cond test for empty list.
(edit) 09/24/06 14:29:12 @78 [78] johnny The objectcontext class should now be able to wrap nested objects that are …
(edit) 09/24/06 13:59:06 @77 [77] johnny Added 'objectcontext', a wrapper around objects that has a getitem
(edit) 09/23/06 13:19:26 @76 [76] johnny Made that if on a t:attr a value resolves to false, the attr is removed …
(edit) 09/23/06 01:30:03 @75 [75] johnny Split up tests, forked off a new class templessnode() that has all the …
(edit) 09/20/06 17:01:54 @74 [74] johnny Fixed stupid bug in CDATA serialization.
(edit) 09/20/06 11:35:35 @73 [73] johnny Fixed bug in repeating with dict values.
(edit) 09/19/06 16:39:29 @72 [72] johnny Fixed AttributeError? in convert() code, added test for generator content, …
(edit) 09/18/06 23:51:10 @65 [65] johnny Added more test document (thank this guy for writing such sucky XSLT! ;) …
(edit) 09/18/06 22:41:18 @64 [64] johnny Fixed support for entities in attributes, fixed problem with singletons.
(edit) 09/18/06 22:08:12 @63 [63] johnny Fixed stupid problem where the wrong exception was caught (copy/pasted and …
(edit) 09/18/06 18:22:05 @61 [61] johnny Removed etree related comment.
(edit) 09/18/06 18:07:16 @59 [59] johnny Added defensive import hack.
(edit) 09/18/06 17:58:21 @58 [58] johnny Somewhat large refactoring, the node API has changed so that there there's …
(edit) 09/18/06 17:06:35 @57 [57] johnny Removed 'render()' hack, added an 'xmlstring()' wrapper around unicode …
(edit) 09/18/06 15:59:35 @56 [56] johnny Fixed some details, now the speed test works again (not much loss over the …
(edit) 09/18/06 15:31:46 @55 [55] johnny Added 'nanosax', a very simple event-based (SAX-like) API for parsing XML, …
(copy) 09/17/06 13:20:07 @53 [53] johnny Merging the SAX branch with the trunk: lxml is gone…
copied from branch/sax/test:
(edit) 09/17/06 11:30:58 @48 [48] johnny Moved everything test-related to the test dir.