summaryrefslogtreecommitdiff
path: root/jinja2/compiler.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "Support included blocks override"Armin Ronacher2013-08-071-9/+2
* Documented loop.depth and added loop.depth0.Armin Ronacher2013-05-201-2/+2
* Some more small cleanup for metaclassesArmin Ronacher2013-05-201-1/+2
* Moved all six usages (ignoring testsuite) into jinja2._compatArmin Ronacher2013-05-191-16/+14
* six.advance_iterator -> nextArmin Ronacher2013-05-191-3/+4
* Merge remote-tracking branch 'paradoxxxzero/include_fix'Armin Ronacher2013-05-191-2/+9
|\
| * Support included blocks overrideFlorian Mounier2012-01-051-2/+9
* | Fixed #79Armin Ronacher2013-05-191-1/+2
* | Fixed a loop bug. This fixes #100Armin Ronacher2013-05-191-0/+1
* | Fixed a type in a module name.Armin Ronacher2013-05-181-1/+1
* | Merge remote-tracking branch 'ThomasWaldmann/sprint-branch' into sprint-branchArmin Ronacher2013-05-181-7/+3
|\ \
| * | stuff missing from previous commit, thanks gitThomas Waldmann2013-05-181-5/+2
* | | Merge branch 'master' into sprint-branchArmin Ronacher2013-05-181-3/+3
|\ \ \
| * | | Fixed typos: overriden to overriddenJonas Nockert2013-02-231-3/+3
| | |/ | |/|
* | | Python 2.6+ supports conditional expressions.Cory Benfield2013-05-181-24/+7
* | | Merge pull request #214 from Lukasa/luk-sprint-branchArmin Ronacher2013-05-181-4/+6
|\ \ \
| * | | Don't assign the range type each time.Cory Benfield2013-05-181-4/+6
* | | | Cleanup up some importsArmin Ronacher2013-05-181-2/+1
| |_|/ |/| |
* | | Fixed a check that broke pypyArmin Ronacher2013-05-181-1/+5
|/ /
* | python 3 port: manual fixes, remove 2to3 from setup.py, remove fixersThomas Waldmann2013-05-181-9/+11
* | python 3 port: automated changes by a slightly modified python-modernizeThomas Waldmann2013-05-171-8/+11
|/
* Fixed a test caseArmin Ronacher2011-03-131-9/+6
* Grammar.Armin Ronacher2011-01-151-1/+1
* groupby now supports attributes of attributes. This fixes #10Armin Ronacher2010-12-211-1/+1
* Implemented operator interceptingArmin Ronacher2010-11-291-11/+23
* Changed naked except statements to catch only subclasses of Exception.Ian Lewis2010-11-071-1/+1
* Fixed the profile.py file and removed a useless newline callArmin Ronacher2010-06-061-2/+0
* it's now possible to register extensions after an environmentArmin Ronacher2010-05-291-1/+5
* Tip is now 2.5. Started work on newstyle gettext translations.Armin Ronacher2010-05-291-0/+5
* Fixed a scoping bug that caused the immutable scoping rule to be ignoredArmin Ronacher2010-04-051-3/+3
* autoescape no longer is a plain boolean value but can also be a functionArmin Ronacher2010-04-051-1/+1
* Fixed a testcase for Python 2.4Armin Ronacher2010-03-151-6/+10
* Added another testcase and fixed a bug with the volatile scoping.Armin Ronacher2010-03-151-1/+2
* Biggest change to Jinja since the 1.x migration: added evaluation contextsArmin Ronacher2010-03-141-16/+67
* added a :class:`ModuleLoader` that can load templates fromArmin Ronacher2010-03-121-6/+13
* Fixed some tests for python 2.4. Disabled a test for 2.4 that does not work ...Armin Ronacher2010-02-171-2/+15
* Down to 7 failures for Python 3. We're onto something.Armin Ronacher2010-02-101-1/+9
* Started working on unittest powered testsuite.Armin Ronacher2010-02-091-1/+1
* It's a new yearArmin Ronacher2010-01-221-1/+1
* More correct fix for 380. The only thing that is part of the outer scopeArmin Ronacher2010-01-141-2/+1
* fixed a problem with having call blocks in outer scopes thatArmin Ronacher2010-01-141-1/+1
* include tags are now able to select between multiple templatesArmin Ronacher2010-01-141-1/+11
* Reverted [73b04625ab54]. The old behavior is the new behavior, the otherArmin Ronacher2009-10-261-11/+2
* Shortcut for the if inner visit for empty branches.Armin Ronacher2009-10-251-0/+2
* Fixed a scoping bug that was introduced in the development version and wasArmin Ronacher2009-10-251-17/+26
* added a deprecation warning for a variable assignment, scope bugArmin Ronacher2009-09-181-2/+9
* fixes issue with code generator that causes unbound variablesArmin Ronacher2009-09-171-0/+24
* Tiny improvement for the loop hack. Implemented it in a way that theArmin Ronacher2009-09-131-1/+1
* Refactoring in the way the parse function is invoked.Armin Ronacher2009-09-131-1/+1
* Added ugly workaround for a loop bug.Armin Ronacher2009-09-121-0/+9