summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* - Unit tests now run with nose. [ticket:127]Mike Bayer2010-02-0520-796/+731
* remove it !Mike Bayer2010-02-050-0/+0
* move lib/mako to makoMike Bayer2010-02-0523-4/+3
* - update copyright for 2010Mike Bayer2010-02-0514-131/+352
* Further fixes to unicode handling of .py files with thePhilip Jenvey2010-01-223-2/+42
* typoPhilip Jenvey2010-01-211-1/+1
* fix mako function decorators to preserve the original function's name in allPhilip Jenvey2009-11-013-3/+51
* support the <%namespacename:defname> syntax in the babel extractorPhilip Jenvey2009-09-224-1/+24
* happy new yearrel_0_2_5Mike Bayer2009-09-0713-13/+13
* fix some typosMike Bayer2009-08-051-2/+3
* use wsgiref server nowMike Bayer2009-08-051-2/+2
* - added "mako.__version__" attribute toMike Bayer2009-06-284-4/+13
* dont create DefTemplate object just for namespace callsMike Bayer2009-05-192-2/+5
* - Removed errant "lower()" in the lexer whichMike Bayer2009-04-195-27/+36
* - When Mako creates subdirectories in whichMike Bayer2009-03-202-1/+9
* - Fixed namespace.__getattr__() to raiseMike Bayer2009-03-193-2/+22
* - Added a "decorator" kw argument to <%def>,Mike Bayer2009-03-198-2/+151
* - Fixed lexing support for whitespaceMike Bayer2009-02-263-2/+14
* doc correctionsPhilip Jenvey2009-02-252-3/+3
* - Added last_modified accessor to Template,Mike Bayer2009-01-133-2/+11
* whitespacePhilip Jenvey2008-12-231-1/+1
* 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