summaryrefslogtreecommitdiff
path: root/jinja2/bccache.py
Commit message (Collapse)AuthorAgeFilesLines
* fix linkcheck issuesdocsDavid Lord2019-07-261-3/+2
|
* 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
|\ | | | | force a reload of the template if bytecode fails to unmarshall. issue #...
| * 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add checks for the per-user temporary directory. If it already exists, make sure that it: - is owned by the current user - is directory - has expected permissions This commit also fixes: - nt -> n typo pointed out in the review of acb672b - replace 448 with stat.S_IRWXU when setting directory mode Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
* | | 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
|/ / | | | | os.name of Windows is 'nt', https://docs.python.org/3.4/library/os.html#os.name
* | 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
| | | | | isinstance(filename, text_type)` instead of `if isinstance(filename, unicode)`
* 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. ↵Armin Ronacher2013-05-191-4/+13
| | | | Also changed a bare except to an except on the exception type.
* 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
| | | | | | | that. --HG-- branch : trunk
* It's a new yearArmin Ronacher2010-01-221-1/+1
| | | | | --HG-- branch : trunk
* Started to work on Python 3 support.Armin Ronacher2009-08-051-1/+1
| | | | | --HG-- branch : trunk
* Copyright switch to "The Jinja Team".Armin Ronacher2009-01-041-1/+1
| | | | | --HG-- branch : trunk
* Various cleanups and added custom cycler.Armin Ronacher2008-10-051-5/+4
| | | | | --HG-- branch : trunk
* Some typos.Georg Brandl2008-09-191-1/+1
| | | | | --HG-- branch : trunk
* Fixed bytecode cache and added support for memcached (tests still missing)Armin Ronacher2008-09-181-5/+66
| | | | | --HG-- branch : trunk
* moved os.remove import where it woudn't be noticed by GAEMax Ischenko2008-09-181-1/+5
| | | | | --HG-- branch : trunk
* Fixed FileSystemBytecodeCache.clearArmin Ronacher2008-09-171-1/+2
| | | | | --HG-- branch : trunk
* Improved bbcache and documented it.Armin Ronacher2008-09-171-50/+109
| | | | | --HG-- branch : trunk
* Added experimental and undocumented bytecode cache supportArmin Ronacher2008-09-171-0/+156
--HG-- branch : trunk