summaryrefslogtreecommitdiff
path: root/jinja2/sandbox.py
Commit message (Expand)AuthorAgeFilesLines
* Make the runtime leak less of the version hacksArmin Ronacher2013-05-201-2/+9
* Moved all six usages (ignoring testsuite) into jinja2._compatArmin Ronacher2013-05-191-8/+7
* Merge branch 'master' into sprint-branchArmin Ronacher2013-05-181-1/+1
|\
| * Fixed typos: overriden to overriddenJonas Nockert2013-02-231-1/+1
* | python 3 port: manual fixes, remove 2to3 from setup.py, remove fixersThomas Waldmann2013-05-181-1/+2
* | python 3 port: automated changes by a slightly modified python-modernizeThomas Waldmann2013-05-171-1/+1
|/
* Damn you SphinxArmin Ronacher2011-01-241-2/+3
* Implemented operator interceptingArmin Ronacher2010-11-291-1/+90
* Fixed a typo and removed a useless backslashArmin Ronacher2010-11-291-1/+1
* Changed naked except statements to catch only subclasses of Exception.Ian Lewis2010-11-071-1/+1
* Approaching python3 compatibilityArmin Ronacher2010-02-101-5/+13
* It's a new yearArmin Ronacher2010-01-221-1/+1
* jinja2.sandbox should not warn on 2.6 any more.Armin Ronacher2009-02-191-2/+15
* Copyright switch to "The Jinja Team".Armin Ronacher2009-01-041-1/+1
* Fixed a small bug with the undefined object: the error message on divisions w...Armin Ronacher2008-11-021-2/+2
* Removed a few stdlib dependencies. This is the first step for IronPython sup...Armin Ronacher2008-08-131-2/+2
* Improved attribute and item lookup by allowing template designers to express ...Armin Ronacher2008-06-121-6/+27
* improved sandbox and updated setup.pyArmin Ronacher2008-05-261-40/+61
* added attr filterArmin Ronacher2008-05-261-1/+1
* items have a higher priority than attributes now. That's compatible with Jin...Armin Ronacher2008-05-261-21/+18
* all calls are proxied by context.call now so that we can inject environment a...Armin Ronacher2008-05-251-2/+2
* added `ImmutableSandboxedEnvironment`.Armin Ronacher2008-05-171-0/+59
* subscribe doesn't eat up unicode errors any longerArmin Ronacher2008-05-171-5/+10
* improved subscribeArmin Ronacher2008-05-131-8/+9
* documentation updateArmin Ronacher2008-05-071-19/+50
* extra securityArmin Ronacher2008-05-041-2/+9
* improved sandbox, added proper striptags and updated documentation to latest ...Armin Ronacher2008-05-041-3/+12
* moved concat to utils, fixed a few docstrings, fixed memory leak in _speedups...Armin Ronacher2008-05-031-3/+5
* improved undefined behaviorArmin Ronacher2008-04-171-9/+19
* added sandbox and exchageable undefined objectsArmin Ronacher2008-04-141-0/+87