summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a release script and added a release dateArmin Ronacher2013-05-202-2/+2
|
* Make travis execute make test instead of setup.py testArmin Ronacher2013-05-201-1/+1
|
* Clarified some text in the introArmin Ronacher2013-05-201-2/+2
|
* Disable py_compile for Python 3 and pypyArmin Ronacher2013-05-204-23/+30
|
* Added nicer test finder from FlaskArmin Ronacher2013-05-205-3/+67
|
* Updated makefile with tox and develop commandArmin Ronacher2013-05-201-0/+6
|
* Actually remove argument in setup.py for speedupsArmin Ronacher2013-05-201-1/+1
|
* Documented loop.depth and added loop.depth0.Armin Ronacher2013-05-205-4/+34
|
* 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
|
* Added .egg to .gitignoreArmin Ronacher2013-05-201-0/+1
|
* 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-1910-58/+95
|
* 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 mention of speedup module and rewrote docs for markupsafe dependencyArmin Ronacher2013-05-192-47/+5
|
* Removed bundled markupsafeArmin Ronacher2013-05-197-676/+4
|
* 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
| | |
* | | Merge pull request #112 from Cito/masterArmin Ronacher2013-05-191-0/+4
|\ \ \ | | | | | | | | Addition/correction for pull request #69 - add note to docs
| * | | Add a note about the else statement.Christoph Zwerschke2012-03-211-0/+4
| | | |
* | | | Merge remote-tracking branch 'Talksum/distribute_required'Armin Ronacher2013-05-191-3/+24
|\ \ \ \
| * | | | adding explicit mention of distribute prerequisite at runtimeMike Chesnut2012-12-181-3/+6
| | | | |
* | | | | Added support for map, select, reject, selectattr and rejectattrArmin Ronacher2013-05-194-1/+286
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filters. This supercedes #66
* | | | | Merge branch 'master' of github.com:mitsuhiko/jinja2Armin Ronacher2013-05-191-1/+1
|\ \ \ \ \
| * \ \ \ \ 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
| | | | | | |
* | | | | | | Whitespace normalizationArmin Ronacher2013-05-191-2/+2
|/ / / / / /
* | | | | | Flask -> Jinja2Armin Ronacher2013-05-192-1/+3
| | | | | |
* | | | | | Merge pull request #104 from njl/fix-issue-77Armin Ronacher2013-05-191-3/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix issue #77