summaryrefslogtreecommitdiff
path: root/jinja2/loaders.py
Commit message (Expand)AuthorAgeFilesLines
* Moved all six usages (ignoring testsuite) into jinja2._compatArmin Ronacher2013-05-191-9/+6
* Merge pull request #162 from mgax/fix-cachingArmin Ronacher2013-05-191-1/+1
|\
| * fix DictLoader `uptodate` callbackAlex Morega2012-11-181-1/+1
* | Remove unused importsDaniel Neuhäuser2013-05-181-1/+1
* | python 3 port: manual fixes, remove 2to3 from setup.py, remove fixersThomas Waldmann2013-05-181-3/+3
* | python 3 port: automated changes by a slightly modified python-modernizeThomas Waldmann2013-05-171-1/+2
|/
* Improved choice and prefix loaders.Armin Ronacher2011-09-131-1/+24
* Fix list_modules for PackageLoaderBryan Berg2011-06-131-2/+1
* Reference to compile_templatesArmin Ronacher2011-01-291-0/+2
* Streamlined code. Removed an unnecessary leftover.Armin Ronacher2010-03-121-9/+2
* added a :class:`ModuleLoader` that can load templates fromArmin Ronacher2010-03-121-0/+141
* PrefixLoader raises correct error message now. This fixes #358.Armin Ronacher2010-02-091-2/+7
* Improved test invokation. Picks up doctests within Jinja now, changedArmin Ronacher2010-02-071-9/+9
* It's a new yearArmin Ronacher2010-01-221-1/+1
* Improved Jinja's debugging support by introducing "@internalcode" which marks...Armin Ronacher2009-02-241-1/+2
* Copyright switch to "The Jinja Team".Armin Ronacher2009-01-041-1/+1
* Implemented and documented "joiner"Armin Ronacher2008-10-131-3/+12
* Various cleanups and added custom cycler.Armin Ronacher2008-10-051-4/+5
* Fixed bytecode cache and added support for memcached (tests still missing)Armin Ronacher2008-09-181-4/+4
* Fixed FileSystemBytecodeCache.clearArmin Ronacher2008-09-171-1/+1
* Improved bbcache and documented it.Armin Ronacher2008-09-171-6/+16
* Added experimental and undocumented bytecode cache supportArmin Ronacher2008-09-171-1/+14
* Disabled iron python support until new lexer is implemented.Armin Ronacher2008-09-131-5/+1
* More work on the ironpython supportArmin Ronacher2008-08-171-1/+5
* Added non-babel output mode to extract_from_ast, integreated jinja2 doctests ...Armin Ronacher2008-06-271-1/+1
* Fixed some minor glitches.Armin Ronacher2008-06-201-2/+5
* data files are optional nowArmin Ronacher2008-05-281-1/+1
* fixed a bug in error reporting and some small documentation updatesArmin Ronacher2008-05-261-1/+1
* removed unused importsArmin Ronacher2008-05-131-1/+1
* fixed template reloadingArmin Ronacher2008-05-041-3/+3
* updated filters: wordwraps uses the wordwrap module and urlize marks the resu...Armin Ronacher2008-05-031-5/+1
* moved caching from loaders to environment and added environment overlaysArmin Ronacher2008-04-301-40/+16
* autoescaping is separate from finalize now and Markup is completely ignored i...Armin Ronacher2008-04-281-22/+115
* moved `IncludedTemplate` into the regular template API, fixed more unittestsArmin Ronacher2008-04-251-5/+8
* inheritance uses a less awkward hack for contexts now and subclassing templat...Armin Ronacher2008-04-241-4/+63
* fixed more unittestsArmin Ronacher2008-04-181-4/+7
* improved undefined behaviorArmin Ronacher2008-04-171-18/+44
* simplified loader api and added builtin cachingArmin Ronacher2008-04-171-17/+75
* better debugging information. compiler knows about name and filename now (th...Armin Ronacher2008-04-161-2/+2
* added new python only debug hackArmin Ronacher2008-04-161-2/+2
* added globalsArmin Ronacher2008-04-131-3/+3
* basic inheritance works nowArmin Ronacher2008-04-111-0/+11
* w000t. first templateArmin Ronacher2008-04-111-0/+1
* work on tha runtimeArmin Ronacher2008-04-111-3/+40
* a clean restartArmin Ronacher2008-03-311-0/+10