Various cleanups and added custom cycler.
[jinja2.git] / jinja2 / utils.py
2008-10-05 Armin RonacherVarious cleanups and added custom cycler.
2008-09-08 Armin RonacherFixed a documentation bug.
2008-08-13 Armin RonacherRemoved a few stdlib dependencies. This is the first...
2008-06-09 Benjamin WiegandAutomated merge with dev.pocoo.org/hg/jinja2-main
2008-06-09 Armin Ronacherupdated documentation
2008-05-28 Armin Ronacherdata files are optional now
2008-05-28 Armin Ronachersome more documentation updates and minor code cleanups...
2008-05-26 Armin Ronacherimproved sandbox and updated setup.py
2008-05-25 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-24 Armin Ronacherall calls are proxied by context.call now so that we...
2008-05-23 Armin Ronacheradded unittest for Markup and let the markup constructo...
2008-05-20 Armin Ronacherfixed babel entry point
2008-05-19 Armin Ronachermore thread safety in LRUCache
2008-05-19 Armin Ronacherimproved thread safety of the LRUCache and fixed a...
2008-05-14 Armin Ronacherthe two escape implementations work the same now, updat...
2008-05-06 Armin Ronachersome documentation improvements, jinja escapes " and...
2008-05-05 Armin Ronacheradded macro for char* to Py_UNICODE conversion
2008-05-04 Armin Ronacherimproved sandbox, added proper striptags and updated...
2008-05-03 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-03 Benjamin Wiegandadded missing import
2008-05-03 Armin Ronacherupdated filters: wordwraps uses the wordwrap module...
2008-05-03 Armin Ronachermoved concat to utils, fixed a few docstrings, fixed...
2008-05-01 Armin Ronachermade LRUCache thread safe -.-
2008-05-01 Lukas MeuserFixed typos in documentation
2008-05-01 Armin Ronacheradded cache_clear function
2008-04-30 Armin Ronachermoved caching from loaders to environment and added...
2008-04-29 Armin Ronacheragain documentation updates fixed another python 2...
2008-04-28 Armin Ronacherfixed another python2.4 bug
2008-04-28 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-04-28 Armin Ronacherpython2.4 compatibility and doc updates
2008-04-28 Benjamin Wiegandsmall improvement
2008-04-28 Benjamin Wiegandfixed some NameErrors
2008-04-24 Armin Ronacherinheritance uses a less awkward hack for contexts now...
2008-04-22 Armin Ronacherfixed more unittests
2008-04-20 Armin Ronacheradded first code for parser extensions and moved some...
2008-04-18 Armin Ronacherfixed a few bugs from the unittests
2008-04-18 Armin Ronacheradded C escape and tb_set_next functions
2008-04-17 Armin Ronachersimplified loader api and added builtin caching
2008-04-17 Armin Ronachervarious docstring changes
2008-04-17 Armin Ronacherimproved filters
2008-04-17 Armin Ronacheradded autoescaping
2008-04-14 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-04-13 Christoph Hackcontinued convertig filters
2008-04-13 Christoph HackAutomated merge with ssh://dev.pocoo.org/jinja2-main
2008-04-13 Christoph Hackconverted unit tests, started rewriting filters
2008-04-11 Armin Ronacherfixed a bug in the compiler
2008-04-10 Armin Ronacherfixed one bug with blocks, one to go
2008-03-31 Armin Ronachera clean restart