summaryrefslogtreecommitdiff
path: root/jinja2/utils.py
Commit message (Collapse)AuthorAgeFilesLines
...
* More Python 3 support.Armin Ronacher2009-08-051-0/+9
| | | | | --HG-- branch : trunk
* Started to work on Python 3 support.Armin Ronacher2009-08-051-1/+5
| | | | | --HG-- branch : trunk
* Improved Jinja's debugging support by introducing "@internalcode" which ↵Armin Ronacher2009-02-241-0/+9
| | | | | | | marks code objects that are skipped on tracebacks. Also template errors are now translated as well to help the pylons debugger. --HG-- branch : trunk
* Fixed a threading issue with the LRUCache. Still not sure if I should ↵Armin Ronacher2009-01-121-1/+7
| | | | | | | release a Jinja 2.1.2 for that. --HG-- branch : trunk
* Copyright switch to "The Jinja Team".Armin Ronacher2009-01-041-1/+1
| | | | | --HG-- branch : trunk
* Fixed an escaping bug in urlizeArmin Ronacher2008-11-171-1/+1
| | | | | --HG-- branch : trunk
* Added support for `Environment.compile_expression`.Armin Ronacher2008-11-021-0/+6
| | | | | --HG-- branch : trunk
* Implemented and documented "joiner"Armin Ronacher2008-10-131-0/+14
| | | | | --HG-- branch : trunk
* Various cleanups and added custom cycler.Armin Ronacher2008-10-051-0/+37
| | | | | --HG-- branch : trunk
* Fixed a documentation bug.Armin Ronacher2008-09-081-2/+2
| | | | | --HG-- branch : trunk
* Removed a few stdlib dependencies. This is the first step for IronPython ↵Armin Ronacher2008-08-131-8/+40
| | | | | | | support, the second one being a new lexer. --HG-- branch : trunk
* updated documentationArmin Ronacher2008-06-091-3/+5
| | | | | --HG-- branch : trunk
* data files are optional nowArmin Ronacher2008-05-281-9/+59
| | | | | --HG-- branch : trunk
* some more documentation updates and minor code cleanups. Additionally True ↵Armin Ronacher2008-05-281-6/+38
| | | | | | | and true in the template are the same now, same for false/False and none/None. --HG-- branch : trunk
* improved sandbox and updated setup.pyArmin Ronacher2008-05-261-14/+21
| | | | | --HG-- branch : trunk
* all calls are proxied by context.call now so that we can inject environment ↵Armin Ronacher2008-05-251-3/+3
| | | | | | | and context as first arguments. This slows calls down a bit but is a lot more user friendly. Added first draft of FAQ --HG-- branch : trunk
* added unittest for Markup and let the markup constructor accept `__html__` ↵Armin Ronacher2008-05-231-0/+5
| | | | | | | objects --HG-- branch : trunk
* fixed babel entry pointArmin Ronacher2008-05-201-0/+16
| | | | | --HG-- branch : trunk
* more thread safety in LRUCacheArmin Ronacher2008-05-191-2/+26
| | | | | --HG-- branch : trunk
* improved thread safety of the LRUCache and fixed a bug in for loopsArmin Ronacher2008-05-191-2/+2
| | | | | --HG-- branch : trunk
* the two escape implementations work the same now, updated jinja2-debug to ↵Armin Ronacher2008-05-141-1/+1
| | | | | | | load the i18n extension --HG-- branch : trunk
* some documentation improvements, jinja escapes " and ' now, both into ↵Armin Ronacher2008-05-061-2/+11
| | | | | | | charpoints and no named entities for html 3.2 support ;-) --HG-- branch : trunk
* added macro for char* to Py_UNICODE conversionArmin Ronacher2008-05-051-1/+1
| | | | | --HG-- branch : trunk
* improved sandbox, added proper striptags and updated documentation to latest ↵Armin Ronacher2008-05-041-1/+26
| | | | | | | sphinx changes --HG-- branch : trunk
* Automated merge with ssh://team@pocoo.org/jinja2-mainArmin Ronacher2008-05-031-0/+1
|\ | | | | | | | | --HG-- branch : trunk
| * added missing importBenjamin Wiegand2008-05-031-0/+1
| | | | | | | | | | --HG-- branch : trunk
* | updated filters: wordwraps uses the wordwrap module and urlize marks the ↵Armin Ronacher2008-05-031-5/+6
|/ | | | | | | result as HTML now if in autoescape mode --HG-- branch : trunk
* moved concat to utils, fixed a few docstrings, fixed memory leak in ↵Armin Ronacher2008-05-031-0/+23
| | | | | | | _speedups.escape --HG-- branch : trunk
* made LRUCache thread safe -.-Armin Ronacher2008-05-011-15/+34
| | | | | --HG-- branch : trunk
* Fixed typos in documentationLukas Meuser2008-05-011-4/+4
| | | | | --HG-- branch : trunk
* added cache_clear functionArmin Ronacher2008-05-011-0/+12
| | | | | --HG-- branch : trunk
* moved caching from loaders to environment and added environment overlaysArmin Ronacher2008-04-301-0/+4
| | | | | --HG-- branch : trunk
* again documentation updates fixed another python 2.4 bug. Imports are not ↵Armin Ronacher2008-04-291-4/+6
| | | | | | | evaluated with the template context any longer which makes it possible to keep them in memory --HG-- branch : trunk
* fixed another python2.4 bugArmin Ronacher2008-04-281-4/+5
| | | | | --HG-- branch : trunk
* Automated merge with ssh://team@pocoo.org/jinja2-mainArmin Ronacher2008-04-281-1/+1
|\ | | | | | | | | --HG-- branch : trunk
| * small improvementBenjamin Wiegand2008-04-281-2/+2
| | | | | | | | | | --HG-- branch : trunk
| * fixed some NameErrorsBenjamin Wiegand2008-04-281-1/+1
| | | | | | | | | | --HG-- branch : trunk
* | python2.4 compatibility and doc updatesArmin Ronacher2008-04-281-3/+8
|/ | | | | --HG-- branch : trunk
* inheritance uses a less awkward hack for contexts now and subclassing ↵Armin Ronacher2008-04-241-0/+8
| | | | | | | templates is possible --HG-- branch : trunk
* fixed more unittestsArmin Ronacher2008-04-221-2/+74
| | | | | --HG-- branch : trunk
* added first code for parser extensions and moved some code in speedups aroundArmin Ronacher2008-04-201-8/+36
| | | | | --HG-- branch : trunk
* fixed a few bugs from the unittestsArmin Ronacher2008-04-181-27/+15
| | | | | --HG-- branch : trunk
* added C escape and tb_set_next functionsArmin Ronacher2008-04-181-14/+20
| | | | | --HG-- branch : trunk
* simplified loader api and added builtin cachingArmin Ronacher2008-04-171-0/+121
| | | | | --HG-- branch : trunk
* various docstring changesArmin Ronacher2008-04-171-1/+3
| | | | | --HG-- branch : trunk
* improved filtersArmin Ronacher2008-04-171-0/+9
| | | | | --HG-- branch : trunk
* added autoescapingArmin Ronacher2008-04-171-7/+101
| | | | | --HG-- branch : trunk
* continued convertig filtersChristoph Hack2008-04-141-0/+59
| | | | | --HG-- branch : trunk
* converted unit tests, started rewriting filtersChristoph Hack2008-04-131-0/+13
| | | | | --HG-- branch : trunk
* fixed a bug in the compilerArmin Ronacher2008-04-111-5/+3
| | | | | --HG-- branch : trunk