summaryrefslogtreecommitdiff
path: root/jinja2
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Started 2.7 maintenance branchArmin Ronacher2013-07-041-1/+1
| | |
* | | Fixed some incorrect docsArmin Ronacher2013-06-051-8/+9
| | |
* | | filter should accept objects.John Boxall2013-05-282-1/+9
| |/ |/|
* | Removed some no longer needed code from compatArmin Ronacher2013-05-203-20/+6
| |
* | Removed duplication from types that was only necessary for IronPythonArmin Ronacher2013-05-204-35/+16
| |
* | Since we no longer support 2.5 we can use the builtin next() functionArmin Ronacher2013-05-2011-16/+9
| |
* | This is now 2.8-devArmin Ronacher2013-05-201-1/+1
|/
* Bump version number to 2.72.7Armin Ronacher2013-05-201-1/+1
|
* Disable py_compile for Python 3 and pypyArmin Ronacher2013-05-203-23/+29
|
* Added nicer test finder from FlaskArmin Ronacher2013-05-201-0/+59
|
* Documented loop.depth and added loop.depth0.Armin Ronacher2013-05-203-4/+26
|
* Changed lookup logic for make_attrgetter to support integers like the ↵Armin Ronacher2013-05-202-2/+14
| | | | regular syntax
* Renamed helper classes in with_metaclassArmin Ronacher2013-05-201-2/+2
|
* Added missing method for template errorsArmin Ronacher2013-05-201-0/+2
|
* Removed some dead importsArmin Ronacher2013-05-201-1/+1
|
* Unified constructor for template errors between 2.x and 3.xArmin Ronacher2013-05-201-0/+3
|
* feature to version check for context dict methodsArmin Ronacher2013-05-201-2/+2
|
* Corrected a newlineArmin Ronacher2013-05-201-1/+1
|
* Removed an unnecessary checkArmin Ronacher2013-05-201-8/+7
|
* More cleanup in the utils moduleArmin Ronacher2013-05-203-37/+31
|
* Some more small cleanup for metaclassesArmin Ronacher2013-05-204-5/+2
|
* Disable module loader test case on pypy because they are not supportedArmin Ronacher2013-05-201-1/+4
|
* Added an explanation for how with_metaclass worksArmin Ronacher2013-05-201-0/+9
|
* Make the runtime leak less of the version hacksArmin Ronacher2013-05-209-89/+92
|
* Removed unnecessary delArmin Ronacher2013-05-191-1/+0
|
* Added unicode mixin for unified string logicArmin Ronacher2013-05-195-51/+21
|
* PY3 -> PY2 macroArmin Ronacher2013-05-199-57/+94
|
* Rewrapped importArmin Ronacher2013-05-191-1/+2
|
* Unified version checks where appropriateArmin Ronacher2013-05-1910-28/+30
|
* Moved all six usages (ignoring testsuite) into jinja2._compatArmin Ronacher2013-05-1916-183/+199
|
* Removed bundled markupsafeArmin Ronacher2013-05-196-673/+2
|
* Fixed a docstring and a syntax error on 3.3Armin Ronacher2013-05-192-4/+4
|
* six.advance_iterator -> nextArmin Ronacher2013-05-1911-103/+113
|
* Merge remote-tracking branch 'paradoxxxzero/include_fix'Armin Ronacher2013-05-192-2/+25
|\
| * Support included blocks overrideFlorian Mounier2012-01-052-2/+25
| |
* | Fixed #79Armin Ronacher2013-05-192-3/+27
| |
* | Merge remote-tracking branch 'apollo13/master'Armin Ronacher2013-05-192-2/+23
|\ \
| * | fix previous commit, which was kinda nonfunctionalFlorian Apolloner2012-01-182-5/+12
| | |
| * | don't evaluate trans arguments twice.Florian Apolloner2012-01-182-1/+15
| | |
* | | Fixed a loop bug. This fixes #100Armin Ronacher2013-05-192-0/+11
| | |
* | | Added support for map, select, reject, selectattr and rejectattrArmin Ronacher2013-05-193-1/+284
| | | | | | | | | | | | | | | | | | filters. This supercedes #66
* | | Merge pull request #76 from kracekumar/masterArmin Ronacher2013-05-191-1/+1
|\ \ \ | | | | | | | | Changed three to four in nodes.py at line no 107
| * | | Changed three major types to four major types in nodes.pykracekumar2011-11-251-1/+1
| | | |
* | | | Merge pull request #114 from cocoatomo/patch-1Armin Ronacher2013-05-191-1/+0
|\ \ \ \ | | | | | | | | | | There is no need to initialize Environment#bytecode_cache twice
| * | | | There is no need to initialize Environment#bytecode_cache.cocoatomo2012-04-061-1/+0
| | | | |
* | | | | Merge pull request #138 from gazpachoking/default_fixArmin Ronacher2013-05-192-1/+2
|\ \ \ \ \ | | | | | | | | | | | | Prevent default filter from throwing UndefinedError
| * | | | | Prevent default filter from throwing UndefinedError when boolean flag is ↵Chase Sterling2012-07-052-1/+2
| |/ / / / | | | | | | | | | | | | | | | used with StrictUndefined.
* | | | | Merge branch 'master' of github.com:mitsuhiko/jinja2Armin Ronacher2013-05-192-1/+8
|\ \ \ \ \
| * \ \ \ \ Merge pull request #162 from mgax/fix-cachingArmin Ronacher2013-05-192-1/+8
| |\ \ \ \ \ | | | | | | | | | | | | | | fix DictLoader `uptodate` callback
| | * | | | | fix DictLoader `uptodate` callbackAlex Morega2012-11-182-1/+8
| | | | | | |