summaryrefslogtreecommitdiff
path: root/jinja2/bccache.py
Commit message (Expand)AuthorAgeFilesLines
* use "Jinja" instead of "Jinja2"David Lord2019-10-231-2/+2
* Merge branch '2.10.x'David Lord2019-07-261-3/+2
|\
| * fix linkcheck issuesdocsDavid Lord2019-07-261-3/+2
* | Fix line lengthMin ho Kim2019-07-081-1/+2
* | Apply suggestionsMin ho Kim2019-07-071-3/+2
* | Fix typoMin ho Kim2019-07-071-1/+1
* | In documentation, prefer https over http when availableJon Dufresne2017-04-091-1/+1
|/
* Increment bytecode cache version. Fixes #650Armin Ronacher2017-01-091-1/+1
* Bump up the copyright to 2017Armin Ronacher2017-01-071-1/+1
* Merge pull request #282 from timhanus/masterArmin Ronacher2014-06-061-1/+6
|\
| * explicitly catch marshal errors rather than genertic exception #281Tim Hanus2013-11-221-1/+1
| * force a reload of the template if bytecode fails to unmarshall. issue #281Tim Hanus2013-11-211-1/+6
* | Merge branch '2.7-maintenance'Armin Ronacher2014-06-061-1/+9
|\ \
| * | Fix CVE-2014-0012Tomas Hoger2014-06-061-3/+10
* | | Applied changes from #296 for better checking.Armin Ronacher2014-06-061-4/+7
* | | More resilient template directory handling for bytecode cache.Armin Ronacher2014-06-061-4/+13
* | | fix os.name of WindowsWing2014-05-171-1/+1
|/ /
* | Fixed a syntax error on Python 3Armin Ronacher2014-01-101-1/+2
* | Fixed a security issue with temporary files on the filesystem cache on UNIX.Armin Ronacher2014-01-101-2/+27
|/
* 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