Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix linkcheck issuesdocs | David Lord | 2019-07-26 | 1 | -3/+2 |
| | |||||
* | Increment bytecode cache version. Fixes #650 | Armin Ronacher | 2017-01-09 | 1 | -1/+1 |
| | |||||
* | Bump up the copyright to 2017 | Armin Ronacher | 2017-01-07 | 1 | -1/+1 |
| | |||||
* | Merge pull request #282 from timhanus/master | Armin Ronacher | 2014-06-06 | 1 | -1/+6 |
|\ | | | | | force a reload of the template if bytecode fails to unmarshall. issue #... | ||||
| * | explicitly catch marshal errors rather than genertic exception #281 | Tim Hanus | 2013-11-22 | 1 | -1/+1 |
| | | |||||
| * | force a reload of the template if bytecode fails to unmarshall. issue #281 | Tim Hanus | 2013-11-21 | 1 | -1/+6 |
| | | |||||
* | | Merge branch '2.7-maintenance' | Armin Ronacher | 2014-06-06 | 1 | -1/+9 |
|\ \ | |||||
| * | | Fix CVE-2014-0012 | Tomas Hoger | 2014-06-06 | 1 | -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 Ronacher | 2014-06-06 | 1 | -4/+7 |
| | | | |||||
* | | | More resilient template directory handling for bytecode cache. | Armin Ronacher | 2014-06-06 | 1 | -4/+13 |
| | | | |||||
* | | | fix os.name of Windows | Wing | 2014-05-17 | 1 | -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 3 | Armin Ronacher | 2014-01-10 | 1 | -1/+2 |
| | | |||||
* | | Fixed a security issue with temporary files on the filesystem cache on UNIX. | Armin Ronacher | 2014-01-10 | 1 | -2/+27 |
|/ | |||||
* | Fix Python 3 compatibility of BytecodeCache by checking for `if | Marc Abramowitz | 2013-08-07 | 1 | -2/+2 |
| | | | | | isinstance(filename, text_type)` instead of `if isinstance(filename, unicode)` | ||||
* | PY3 -> PY2 macro | Armin Ronacher | 2013-05-19 | 1 | -2/+2 |
| | |||||
* | Unified version checks where appropriate | Armin Ronacher | 2013-05-19 | 1 | -2/+2 |
| | |||||
* | Moved all six usages (ignoring testsuite) into jinja2._compat | Armin Ronacher | 2013-05-19 | 1 | -6/+2 |
| | |||||
* | Added a way to disable memcache error ignoring and documented the change. ↵ | Armin Ronacher | 2013-05-19 | 1 | -4/+13 |
| | | | | Also changed a bare except to an except on the exception type. | ||||
* | Merge remote-tracking branch 'kadams54/master' | Armin Ronacher | 2013-05-19 | 1 | -2/+8 |
|\ | |||||
| * | Fixes #181: Handle memcached errors gracefully. | Kyle Adams | 2013-02-18 | 1 | -2/+8 |
| | | |||||
* | | BytesIO from six. | Cory Benfield | 2013-05-18 | 1 | -2/+1 |
| | | |||||
* | | Correctly compare version type. | Cory Benfield | 2013-05-18 | 1 | -1/+1 |
| | | |||||
* | | No need for tuple comparisons. | Cory Benfield | 2013-05-18 | 1 | -1/+1 |
| | | |||||
* | | python 3 port: manual fixes, remove 2to3 from setup.py, remove fixers | Thomas Waldmann | 2013-05-18 | 1 | -1/+1 |
|/ | |||||
* | Fixed a bug causing "NameError: global name 'code' is not defined". | Marcin Mincer | 2011-07-12 | 1 | -1/+1 |
| | |||||
* | Various tweaks to support bccache on Python 3. This fixes #34 | Armin Ronacher | 2011-05-24 | 1 | -14/+26 |
| | |||||
* | No longer segfault on new versions. This fixes #4 | Armin Ronacher | 2011-01-11 | 1 | -2/+11 |
| | |||||
* | Propably delaying release for better python 3 support. Started working on | Armin Ronacher | 2010-02-09 | 1 | -3/+3 |
| | | | | | | | that. --HG-- branch : trunk | ||||
* | It's a new year | Armin Ronacher | 2010-01-22 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | Started to work on Python 3 support. | Armin Ronacher | 2009-08-05 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | Copyright switch to "The Jinja Team". | Armin Ronacher | 2009-01-04 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | Various cleanups and added custom cycler. | Armin Ronacher | 2008-10-05 | 1 | -5/+4 |
| | | | | | --HG-- branch : trunk | ||||
* | Some typos. | Georg Brandl | 2008-09-19 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | Fixed bytecode cache and added support for memcached (tests still missing) | Armin Ronacher | 2008-09-18 | 1 | -5/+66 |
| | | | | | --HG-- branch : trunk | ||||
* | moved os.remove import where it woudn't be noticed by GAE | Max Ischenko | 2008-09-18 | 1 | -1/+5 |
| | | | | | --HG-- branch : trunk | ||||
* | Fixed FileSystemBytecodeCache.clear | Armin Ronacher | 2008-09-17 | 1 | -1/+2 |
| | | | | | --HG-- branch : trunk | ||||
* | Improved bbcache and documented it. | Armin Ronacher | 2008-09-17 | 1 | -50/+109 |
| | | | | | --HG-- branch : trunk | ||||
* | Added experimental and undocumented bytecode cache support | Armin Ronacher | 2008-09-17 | 1 | -0/+156 |
--HG-- branch : trunk |