|
|
11/24/10 14:25:43 |
@141
|
[141]
|
johnny |
Do not remove an attr if its value is 0. |
|
|
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 … |
|
|
04/09/10 12:00:42 |
@139
|
[139]
|
johnny |
Pyflakes. |
|
|
10/10/09 13:55:32 |
@138
|
[138]
|
johnny |
Fixed bug in convert_generate, replacing an iterable would duplicate items … |
|
|
03/29/09 16:05:04 |
@137
|
[137]
|
johnny |
Implemented basic customization of type handling - you can add ':iter', … |
|
|
03/11/09 13:25:02 |
@136
|
[136]
|
johnny |
Made that t:cond and t:not don't barf on KeyErrors? anymore - instead, … |
|
|
03/09/09 12:18:17 |
@135
|
[135]
|
johnny |
Changed parsing behaviour so that Templess directives are removed and … |
|
|
03/08/09 00:05:51 |
@134
|
[134]
|
johnny |
Removed debug print. :) |
|
|
03/07/09 23:58:31 |
@133
|
[133]
|
johnny |
Improved docstrings. |
|
|
03/07/09 23:53:28 |
@132
|
[132]
|
johnny |
Moved XML parsing related stuff to a separate file, made the parser … |
|
|
03/07/09 23:38:44 |
@131
|
[131]
|
johnny |
CGI example move to a seperate dir, now finished. |
|
|
03/07/09 23:36:16 |
@130
|
[130]
|
johnny |
Moving example to seperate dir, part 2. |
|
|
03/07/09 23:34:42 |
@129
|
[129]
|
johnny |
Moving example stuff to a seperate dir, part 1. |
|
|
03/07/09 23:31:15 |
@128
|
[128]
|
johnny |
Added slots, made find() non-recursive and properly depth-first, added a … |
|
|
03/07/09 22:24:51 |
@127
|
[127]
|
johnny |
(finally) Added missing credits file. |
|
|
03/07/09 22:22:44 |
@126
|
[126]
|
johnny |
Merged with generator trunk - Templess is now generative, and node … |
|
|
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. |
|
|
02/26/09 11:06:52 |
@117
|
[117]
|
johnny |
Removed useless, unused and broken getattr from objectcontext. |
|
|
02/07/09 15:52:17 |
@116
|
[116]
|
johnny |
Fixed problem with subclasses of strings not being recognized as strings … |
|
|
11/04/08 15:04:58 |
@115
|
[115]
|
johnny |
fixeol |
|
|
09/23/08 15:32:29 |
@114
|
[114]
|
johnny |
Hm, not sure about this one yet... Removing entitization for apostrophes, … |
|
|
09/04/08 22:48:22 |
@113
|
[113]
|
johnny |
Added line about added 'html' attribute to render methods. |
|
|
09/03/08 13:54:44 |
@112
|
[112]
|
johnny |
Fixed html argument for generate(). |
|
|
09/03/08 13:44:08 |
@111
|
[111]
|
johnny |
Added 'html' argument (Boolean, defaults to False) for the render methods … |
|
|
03/13/08 14:16:16 |
@110
|
[110]
|
johnny |
Removed test file. |
|
|
03/13/08 14:15:57 |
@109
|
[109]
|
johnny |
Testing, added some text file to a revision 10 working copy to see what … |
|
|
12/15/07 12:47:04 |
@108
|
[108]
|
johnny |
Updated version numbers and copyright notices, added HISTORY.txt and a doc … |
|
|
12/14/07 23:43:19 |
@107
|
[107]
|
lennart |
And upped the version after having released. |
|
|
12/14/07 22:47:26 |
@106
|
[106]
|
lennart |
Releasing 0.3 |
|
|
12/14/07 22:11:19 |
@105
|
[105]
|
lennart |
Preparing for 0.3. Now with distutils and egg support. |
|
|
10/07/07 20:59:12 |
@104
|
[104]
|
johnny |
Reverting the previous change, as it doesn't actually work too well … |
|
|
10/07/07 20:44:19 |
@103
|
[103]
|
johnny |
Changed behaviour a bit so that on dict repeat attr values are taken from … |
|
|
07/05/07 12:28:26 |
@102
|
[102]
|
johnny |
Fixeol. |
|
|
03/07/07 14:25:10 |
@101
|
[101]
|
johnny |
Don't do anything on converting a templess node without t_prefix set. |
|
|
03/02/07 23:10:04 |
@100
|
[100]
|
johnny |
Small optimization: replaced some interpolation by simple concatenation … |
|
|
03/02/07 18:14:12 |
@99
|
[99]
|
johnny |
Added script to quickly get some speed test results (mostly for testing … |
|
|
02/17/07 00:10:19 |
@98
|
[98]
|
johnny |
Fixed apigen to be compatible with py lib 0.9. |
|
|
02/12/07 12:17:06 |
@97
|
[97]
|
johnny |
Fixed docstring, removed 'iterwrapper' from get_documentable_items and … |
|
|
02/09/07 02:32:13 |
@96
|
[96]
|
johnny |
Updated some docstrings, more apigen stuff. |
|
|
02/03/07 16:44:56 |
@95
|
[95]
|
johnny |
Updated README.txt so it doesn't have xmlns declaration in the output … |
|
|
02/03/07 16:28:50 |
@94
|
[94]
|
johnny |
Updated import paths after a change in the py lib. |
|
|
02/03/07 16:28:18 |
@93
|
[93]
|
johnny |
Made that the xmlns for Templess is removed on node conversion. |
|
|
01/16/07 15:49:37 |
@92
|
[92]
|
johnny |
Removed unicode from template (since it doesn't work forwarding to … |
|
|
01/16/07 11:53:45 |
@91
|
[91]
|
johnny |
Added eol at end of example.cgi, added note to CHERRYPY.txt about how to … |
|
|
01/16/07 11:50:45 |
@90
|
[90]
|
johnny |
Renamed file to all caps to be consistent with the rest. |
|
|
01/16/07 11:48:49 |
@89
|
[89]
|
johnny |
Converted examples to doctests (fixed some stuff too), changed semantics … |
|
|
01/16/07 10:55:28 |
@88
|
[88]
|
johnny |
Fixed generate() method, added doc about using Templess in CherryPy?. |
|
|
10/07/06 15:02:07 |
@87
|
[87]
|
johnny |
Merged comment change from 0.2 tag back into trunk, made that class is … |
|
|
10/06/06 13:20:37 |
@86
|
[86]
|
johnny |
Fixed comment. |
|
|
10/06/06 13:19:21 |
@85
|
[85]
|
johnny |
Updated version number in version. |
|
|
10/06/06 13:18:16 |
@84
|
[84]
|
johnny |
Made import a bit more flexible (allowing both the package and the main … |
|
|
10/06/06 13:16:13 |
@83
|
[83]
|
johnny |
Setting 0.2 tag. |
|
|
10/06/06 13:14:38 |
@82
|
[82]
|
johnny |
Added a 'unicode' method, made that 'render_to_string' (now basically … |
|
|
10/06/06 13:01:19 |
@81
|
[81]
|
johnny |
Preparing docs for 0.2. |
|
|
09/25/06 13:08:22 |
@80
|
[80]
|
johnny |
Added cond test for empty list. |
|
|
09/24/06 18:12:10 |
@79
|
[79]
|
johnny |
Line too long. |
|
|
09/24/06 14:29:12 |
@78
|
[78]
|
johnny |
The objectcontext class should now be able to wrap nested objects that are … |
|
|
09/24/06 13:59:06 |
@77
|
[77]
|
johnny |
Added 'objectcontext', a wrapper around objects that has a getitem … |
|
|
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 … |
|
|
09/23/06 01:30:03 |
@75
|
[75]
|
johnny |
Split up tests, forked off a new class templessnode() that has all the … |
|
|
09/20/06 17:01:54 |
@74
|
[74]
|
johnny |
Fixed stupid bug in CDATA serialization. |
|
|
09/20/06 11:35:35 |
@73
|
[73]
|
johnny |
Fixed bug in repeating with dict values. |
|
|
09/19/06 16:39:29 |
@72
|
[72]
|
johnny |
Fixed AttributeError? in convert() code, added test for generator content, … |
|
|
09/19/06 13:06:35 |
@71
|
[71]
|
johnny |
Upped version number, fixed copyright notice in license and added … |
|
|
09/19/06 13:03:54 |
@70
|
[70]
|
johnny |
Re-adding tag, with fixed doc. |
|
|
09/19/06 13:03:26 |
@69
|
[69]
|
johnny |
Removing tag, found problem in docs, fixing first. |
|
|
09/19/06 13:02:48 |
@68
|
[68]
|
johnny |
Added paragraph about the 'not' statement. |
|
|
09/19/06 13:00:49 |
@67
|
[67]
|
johnny |
Setting tag for 0.2 beta 1. |
|
|
09/19/06 13:00:18 |
@66
|
[66]
|
johnny |
Working with the XML string in a bit of a simpler way again, wasn't too … |
|
|
09/18/06 23:51:10 |
@65
|
[65]
|
johnny |
Added more test document (thank this guy for writing such sucky XSLT! ;) … |
|
|
09/18/06 22:41:18 |
@64
|
[64]
|
johnny |
Fixed support for entities in attributes, fixed problem with singletons. |
|
|
09/18/06 22:08:12 |
@63
|
[63]
|
johnny |
Fixed stupid problem where the wrong exception was caught (copy/pasted and … |
|
|
09/18/06 22:00:39 |
@62
|
[62]
|
johnny |
Removing old branch. |
|
|
09/18/06 18:22:05 |
@61
|
[61]
|
johnny |
Removed etree related comment. |
|
|
09/18/06 18:17:41 |
@60
|
[60]
|
johnny |
Removed some references to lxml (and a bit more) from the docs, fixed … |
|
|
09/18/06 18:07:16 |
@59
|
[59]
|
johnny |
Added defensive import hack. |
|
|
09/18/06 17:58:21 |
@58
|
[58]
|
johnny |
Somewhat large refactoring, the node API has changed so that there there's … |
|
|
09/18/06 17:06:35 |
@57
|
[57]
|
johnny |
Removed 'render()' hack, added an 'xmlstring()' wrapper around unicode … |
|
|
09/18/06 15:59:35 |
@56
|
[56]
|
johnny |
Fixed some details, now the speed test works again (not much loss over the … |
|
|
09/18/06 15:31:46 |
@55
|
[55]
|
johnny |
Added 'nanosax', a very simple event-based (SAX-like) API for parsing XML, … |
|
|
09/17/06 13:21:09 |
@54
|
[54]
|
johnny |
Some file that should have been deleted. |
|
|
09/17/06 13:20:07 |
@53
|
[53]
|
johnny |
Merging the SAX branch with the trunk: lxml is gone… |
|
|
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. |