summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* reapply the _fields check, it's needed for CPython 2.5rel_0_2_4Philip Jenvey2008-12-061-0/+3
* fixed compat. with the upcoming Jython 2.5b1 by removing all the JythonPhilip Jenvey2008-12-063-47/+14
* don't assume dict orderingPhilip Jenvey2008-12-051-2/+6
* bump to 0.2.4devPhilip Jenvey2008-11-251-1/+1
* beaker 1.1rel_0_2_3Mike Bayer2008-11-231-1/+1
* use __builtin__, __builtins__ is an implementation detailPhilip Jenvey2008-11-191-2/+2
* - fixed bug whereby an <%included> template withMike Bayer2008-11-183-4/+45
* put parenthesis around expressions from ${} blocks inside of attributes toMike Bayer2008-11-163-1/+21
* support blank tag attributesMike Bayer2008-11-162-3/+10
* - RichTraceback() now accepts an optional traceback objectMike Bayer2008-11-165-22/+34
* - the <%namespacename:defname> syntax described atMike Bayer2008-11-1510-86/+398
* don't assume dict orderingPhilip Jenvey2008-11-071-1/+9
* whitespacePhilip Jenvey2008-10-261-1/+1
* we don't have to split('.') either on Jython nowPhilip Jenvey2008-10-261-3/+1
* - beaker bumpMike Bayer2008-10-256-6/+52
* Beaker 1.0.4 isn't out yet, require dev for nowPhilip Jenvey2008-10-181-1/+1
* - caching now uses beaker.cache_manager directly. For best resultsMike Bayer2008-10-173-49/+49
* cache sends in a "defname" parameter so that the cache can map settings to th...Mike Bayer2008-10-174-20/+22
* update to latest Jython AST class name mappingsPhilip Jenvey2008-10-021-5/+9
* bump to 0.2.3devPhilip Jenvey2008-10-021-1/+1
* - added "cache" accessor to Template, Namespace.Mike Bayer2008-09-276-17/+133
* doc fixes including [ticket:89]Mike Bayer2008-09-192-3/+7
* o fix compatibility with babel 0.9.3: stripping comment tags is now optionalPhilip Jenvey2008-09-185-10/+9
* merge trunk@400:branches/jython@400 to trunkPhilip Jenvey2008-09-183-16/+51
* fix Python 2.3 compatPhilip Jenvey2008-09-112-1/+3
* - added docs for self.attr, template.get_def()Mike Bayer2008-09-104-1/+50
* correctionMike Bayer2008-09-071-1/+1
* - fixed cache code to work with Beaker 1.0.1, which is now the required versi...Mike Bayer2008-09-077-18/+104
* - cache module now uses Beaker's clsmap to get atMike Bayer2008-07-102-17/+12
* fix the html_error_template not handling tracebacks from normal .py files withPhilip Jenvey2008-07-084-2/+73
* <%include> accepts args !Mike Bayer2008-07-051-1/+5
* - cached blocks now use the current context when renderingrel_0_2_2Mike Bayer2008-06-234-11/+27
* - fixed a critical issue regarding caching, wherebyMike Bayer2008-06-235-7/+44
* bumped genhtml version #Mike Bayer2008-06-161-1/+1
* - bumped magic number, which forces template recompile forrel_0_2_1Mike Bayer2008-06-163-3/+10
* - fixed bug where 'output_encoding' parameter would preventMike Bayer2008-06-094-1/+12
* bump version numberPhilip Jenvey2008-06-041-1/+1
* - added a runner script "mako-render" which rendersrel_0_2_0Mike Bayer2008-06-033-0/+43
* - dict/locals placed in mako-private namespace, [ticket:84]Mike Bayer2008-06-023-6/+22
* - can now use most names from __builtins__ as variableMike Bayer2008-05-245-8/+23
* merge r360 from branches/jythonPhilip Jenvey2008-05-031-1/+6
* - some refinements to FastEncodingBuffer re: unicodeMike Bayer2008-05-035-14/+22
* footnote to [ticket:76] - inlined FastEncodingBuffer's write() methodMike Bayer2008-05-031-4/+2
* - CHANGES cleanupMike Bayer2008-05-036-62/+141
* remove erroneous extra line of declaresMike Bayer2008-05-031-2/+0
* little more concise syntaxPhilip Jenvey2008-05-021-2/+2
* add a section about how to return early using returnPhilip Jenvey2008-05-021-0/+16
* use 2.5 elementtree if availablePhilip Jenvey2008-05-021-2/+5
* oops, wrong branch. merge r363 from brnaches/jythonPhilip Jenvey2008-05-021-1/+1
* small cleanupPhilip Jenvey2008-04-131-2/+2