summaryrefslogtreecommitdiff
path: root/jinja2/utils.py
Commit message (Expand)AuthorAgeFilesLines
...
* Changed naked except statements to catch only subclasses of Exception.Ian Lewis2010-11-071-1/+1
* MarkupSafe is now used for the Jinja2 speedupsArmin Ronacher2010-08-171-224/+6
* Different name for builtins in Python 3Armin Ronacher2010-04-201-1/+2
* fixed an error reporting bug for undefineds.2.4.1Armin Ronacher2010-04-201-2/+2
* Improved error message for undefinedsArmin Ronacher2010-04-121-0/+16
* Documented autoescaping behavior and eval contexts.Armin Ronacher2010-03-151-1/+2
* Biggest change to Jinja since the 1.x migration: added evaluation contextsArmin Ronacher2010-03-141-0/+12
* Down to 7 failures for Python 3. We're onto something.Armin Ronacher2010-02-101-14/+19
* Approaching python3 compatibilityArmin Ronacher2010-02-101-2/+2
* Propably delaying release for better python 3 support. Started working onArmin Ronacher2010-02-091-1/+1
* It's a new yearArmin Ronacher2010-01-221-1/+1
* Fix typos and one extra import.Georg Brandl2009-11-221-1/+1
* Fixed a scoping bug that was introduced in the development version and wasArmin Ronacher2009-10-251-1/+5
* Made the lru cache more robust.Armin Ronacher2009-09-141-2/+6
* More Python 3 support.Armin Ronacher2009-08-051-0/+9
* Started to work on Python 3 support.Armin Ronacher2009-08-051-1/+5
* Improved Jinja's debugging support by introducing "@internalcode" which marks...Armin Ronacher2009-02-241-0/+9
* Fixed a threading issue with the LRUCache. Still not sure if I should releas...Armin Ronacher2009-01-121-1/+7
* Copyright switch to "The Jinja Team".Armin Ronacher2009-01-041-1/+1
* Fixed an escaping bug in urlizeArmin Ronacher2008-11-171-1/+1
* Added support for `Environment.compile_expression`.Armin Ronacher2008-11-021-0/+6
* Implemented and documented "joiner"Armin Ronacher2008-10-131-0/+14
* Various cleanups and added custom cycler.Armin Ronacher2008-10-051-0/+37
* Fixed a documentation bug.Armin Ronacher2008-09-081-2/+2
* Removed a few stdlib dependencies. This is the first step for IronPython sup...Armin Ronacher2008-08-131-8/+40
* updated documentationArmin Ronacher2008-06-091-3/+5
* data files are optional nowArmin Ronacher2008-05-281-9/+59
* some more documentation updates and minor code cleanups. Additionally True a...Armin Ronacher2008-05-281-6/+38
* improved sandbox and updated setup.pyArmin Ronacher2008-05-261-14/+21
* all calls are proxied by context.call now so that we can inject environment a...Armin Ronacher2008-05-251-3/+3
* added unittest for Markup and let the markup constructor accept `__html__` ob...Armin Ronacher2008-05-231-0/+5
* fixed babel entry pointArmin Ronacher2008-05-201-0/+16
* more thread safety in LRUCacheArmin Ronacher2008-05-191-2/+26
* improved thread safety of the LRUCache and fixed a bug in for loopsArmin Ronacher2008-05-191-2/+2
* the two escape implementations work the same now, updated jinja2-debug to loa...Armin Ronacher2008-05-141-1/+1
* some documentation improvements, jinja escapes " and ' now, both into charpoi...Armin Ronacher2008-05-061-2/+11
* added macro for char* to Py_UNICODE conversionArmin Ronacher2008-05-051-1/+1
* improved sandbox, added proper striptags and updated documentation to latest ...Armin Ronacher2008-05-041-1/+26
* Automated merge with ssh://team@pocoo.org/jinja2-mainArmin Ronacher2008-05-031-0/+1
|\
| * added missing importBenjamin Wiegand2008-05-031-0/+1
* | updated filters: wordwraps uses the wordwrap module and urlize marks the resu...Armin Ronacher2008-05-031-5/+6
|/
* moved concat to utils, fixed a few docstrings, fixed memory leak in _speedups...Armin Ronacher2008-05-031-0/+23
* made LRUCache thread safe -.-Armin Ronacher2008-05-011-15/+34
* Fixed typos in documentationLukas Meuser2008-05-011-4/+4
* added cache_clear functionArmin Ronacher2008-05-011-0/+12
* moved caching from loaders to environment and added environment overlaysArmin Ronacher2008-04-301-0/+4
* again documentation updates fixed another python 2.4 bug. Imports are not ev...Armin Ronacher2008-04-291-4/+6
* fixed another python2.4 bugArmin Ronacher2008-04-281-4/+5
* Automated merge with ssh://team@pocoo.org/jinja2-mainArmin Ronacher2008-04-281-1/+1
|\
| * small improvementBenjamin Wiegand2008-04-281-2/+2