summaryrefslogtreecommitdiff
path: root/jinja2/bccache.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Python 3 compatibility of BytecodeCache by checking for `ifMarc Abramowitz2013-08-071-2/+2
* PY3 -> PY2 macroArmin Ronacher2013-05-191-2/+2
* Unified version checks where appropriateArmin Ronacher2013-05-191-2/+2
* Moved all six usages (ignoring testsuite) into jinja2._compatArmin Ronacher2013-05-191-6/+2
* Added a way to disable memcache error ignoring and documented the change. Al...Armin Ronacher2013-05-191-4/+13
* Merge remote-tracking branch 'kadams54/master'Armin Ronacher2013-05-191-2/+8
|\
| * Fixes #181: Handle memcached errors gracefully.Kyle Adams2013-02-181-2/+8
* | BytesIO from six.Cory Benfield2013-05-181-2/+1
* | Correctly compare version type.Cory Benfield2013-05-181-1/+1
* | No need for tuple comparisons.Cory Benfield2013-05-181-1/+1
* | python 3 port: manual fixes, remove 2to3 from setup.py, remove fixersThomas Waldmann2013-05-181-1/+1
|/
* Fixed a bug causing "NameError: global name 'code' is not defined".Marcin Mincer2011-07-121-1/+1
* Various tweaks to support bccache on Python 3. This fixes #34Armin Ronacher2011-05-241-14/+26
* No longer segfault on new versions. This fixes #4Armin Ronacher2011-01-111-2/+11
* Propably delaying release for better python 3 support. Started working onArmin Ronacher2010-02-091-3/+3
* It's a new yearArmin Ronacher2010-01-221-1/+1
* Started to work on Python 3 support.Armin Ronacher2009-08-051-1/+1
* Copyright switch to "The Jinja Team".Armin Ronacher2009-01-041-1/+1
* Various cleanups and added custom cycler.Armin Ronacher2008-10-051-5/+4
* Some typos.Georg Brandl2008-09-191-1/+1
* Fixed bytecode cache and added support for memcached (tests still missing)Armin Ronacher2008-09-181-5/+66
* moved os.remove import where it woudn't be noticed by GAEMax Ischenko2008-09-181-1/+5
* Fixed FileSystemBytecodeCache.clearArmin Ronacher2008-09-171-1/+2
* Improved bbcache and documented it.Armin Ronacher2008-09-171-50/+109
* Added experimental and undocumented bytecode cache supportArmin Ronacher2008-09-171-0/+156