summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* changelogrel_0_1_7Mike Bayer2007-06-131-0/+6
* 0.1.7Mike Bayer2007-06-132-2/+2
* Adding Python 2.3 hack for Beaker import to work properly without memcached.Ben Bangert2007-06-121-11/+11
* fix for 2.3Mike Bayer2007-06-121-1/+4
* 0.1.6 preprel_0_1_6Mike Bayer2007-05-182-2/+4
* added exceptions unit test, changed myghtyutils to beaker in docsMike Bayer2007-05-182-1/+63
* - html_error_template includes options "full=True", "css=True"Mike Bayer2007-05-184-2/+26
* - caching is now supplied directly by Beaker, which hasMike Bayer2007-05-173-6/+9
* - leading utf-8 BOM in template files is honored according to pep-0263Mike Bayer2007-05-143-3/+32
* - fixed codegen bug when defining <%def> within <%call> within <%call>Mike Bayer2007-05-023-2/+25
* - control lines, i.e. % lines, support backslashes to continue longMike Bayer2007-05-028-9/+32
* - added the 'encoding_errors' parameter to Template/TemplateLookupMike Bayer2007-05-029-15/+29
* fixed comment syntaxMike Bayer2007-04-301-8/+8
* correction/editsMike Bayer2007-04-261-9/+11
* added a doc for inheritable namespaceMike Bayer2007-04-261-0/+15
* - Lexer/Compile exceptions propigate throughout lexer/parsetree/astMike Bayer2007-04-219-88/+158
* the <%call> test bumps up magic numberMike Bayer2007-04-141-1/+1
* - added an explicit stack frame step to template runtime, whichMike Bayer2007-04-146-48/+180
* 0.1.6 dev upcomingMike Bayer2007-04-101-1/+1
* disclaimers for formatted whitespaceMike Bayer2007-04-101-2/+2
* typosMike Bayer2007-04-101-3/+3
* - TGPlugin passes options to string-based templates [ticket:35]Mike Bayer2007-04-092-1/+3
* - fix to module_directory path generation when the path is "./"Mike Bayer2007-04-063-3/+7
* README filerel_0_1_5Mike Bayer2007-03-311-0/+19
* adding some 0.1.5 versionsMike Bayer2007-03-312-3/+3
* adjustments to the buffer_filters arg so it works right with cached/bufferedMike Bayer2007-03-273-6/+25
* - added "n" filter, disables *all* filters normally applied to an expressionMike Bayer2007-03-279-22/+134
* filtered out throwaway func name when getting <%include> kwargsMike Bayer2007-03-262-2/+3
* - fix to context-arguments inside of <%include> tag which brokeMike Bayer2007-03-263-1/+15
* - fix to lexing of <%docs> tag nested in other tagsMike Bayer2007-03-243-1/+16
* cache_url attribute on page tagMike Bayer2007-03-191-1/+1
* added cache_url to API levelMike Bayer2007-03-163-3/+7
* added "cache_url" argument passthru for memcachedMike Bayer2007-03-162-2/+2
* - AST parsing, properly detects imports of the form "import foo.bar"Mike Bayer2007-03-143-3/+13
* - AST expression generation - added in just about everythingMike Bayer2007-03-143-2/+66
* 0.1.4 preprel_0_1_4Mike Bayer2007-03-105-18/+22
* - <%include> plus arguments is also programmatically available viaMike Bayer2007-03-092-2/+5
* - further escaping added for multibyte expressions in %def, %call attributesMike Bayer2007-03-093-1/+20
* correction for line=None [ticket:25]Mike Bayer2007-03-091-2/+2
* - <%include> has an "args" attribute that can pass arguments to the calledMike Bayer2007-03-085-9/+55
* added docs about traceback formattingMike Bayer2007-03-081-0/+52
* - fixed/improved "caller" semantics so that undefined caller is "UNDEFINED",Mike Bayer2007-03-062-1/+6
* - added a path normalization step to lookup so URIs like "/foo/bar/../etc/../...Mike Bayer2007-03-064-13/+28
* further fix to previous ast enhancement; dont log identifiers as "declared" o...Mike Bayer2007-03-062-27/+47
* - fix to variable scoping for identifiers only referenced within functionsMike Bayer2007-03-064-3/+56
* - fixes to code parsing/whitespace adjusting where plain pythonMike Bayer2007-03-014-1/+28
* - got defs-within-defs to be cacheableMike Bayer2007-03-013-7/+44
* - added "preprocessor" argument to Template, TemplateLookup - is a singlerel_0_1_3Mike Bayer2007-02-217-8/+69
* fixed comment to new styleMike Bayer2007-02-211-2/+2
* - added lexer error for unclosed control-line (%) lineMike Bayer2007-02-203-1/+16