index
:
delta/jinja2.git
2.10-maintenance
2.10.x
2.11.x
2.5-maintenance
2.7-maintenance
2.8-maintenance
2.9-maintenance
2.9.x
3.0.x
3.1.x
GH-1194-formal-grammar
GH-1253-set-within-if
GH-1413-set-namespace-tuple
baserock/morph
bugfix/attribute-access
bugfix/inline-optmiize
dependabot/add-v2-config-file
dependabot/pip/pip-tools-5.2.0
dependabot/pip/pip-tools-6.3.0
dependabot/pip/pip-tools-6.4.0
dependabot/pip/pre-commit-2.10.0
dependabot/pip/pre-commit-2.14.1
dependabot/pip/pre-commit-2.15.0
dependabot/pip/pre-commit-2.16.0
dependabot/pip/pytest-5.4.3
dependabot/pip/pytest-6.2.2
dependabot/pip/pytest-6.2.5
dependabot/pip/requirements/3.0.x/sphinx-issues-2.0.0
dependabot/pip/requirements/3.0.x/tox-3.24.5
dependabot/pip/tox-3.15.2
dependabot/pip/tox-3.24.3
dependabot/pip/tox-3.24.4
docs
docs-globals
drop-python2
feature/async
feature/kill-stringdefs
feature/no-locals
feature/overlay-scopes
feature/pairs
inline-async
isinstance-tests
main
master
native-template-env
no-finalize-template-data
operator-tests
patch-traceback
pkgutil-loader
pre-commit-ci-update-config
pytest-cleanup
refactor-loop-context
remove-docs-dev
replace-easy-install-instructions-with-pip
revert-1121-the-great-rename
revert-rename
sphinx
sprint-branch
style
the-great-rename
tproxy
unify-decorators
unpin-pytest
urlize-speedup
website
github.com: mitsuhiko/jinja2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jinja2
/
bccache.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
use "Jinja" instead of "Jinja2"
David Lord
2019-10-23
1
-2
/
+2
*
Merge branch '2.10.x'
David Lord
2019-07-26
1
-3
/
+2
|
\
|
*
fix linkcheck issues
docs
David Lord
2019-07-26
1
-3
/
+2
*
|
Fix line length
Min ho Kim
2019-07-08
1
-1
/
+2
*
|
Apply suggestions
Min ho Kim
2019-07-07
1
-3
/
+2
*
|
Fix typo
Min ho Kim
2019-07-07
1
-1
/
+1
*
|
In documentation, prefer https over http when available
Jon Dufresne
2017-04-09
1
-1
/
+1
|
/
*
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
|
\
|
*
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
*
|
|
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
|
/
/
*
|
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
*
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. Al...
Armin Ronacher
2013-05-19
1
-4
/
+13
*
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
*
It's a new year
Armin Ronacher
2010-01-22
1
-1
/
+1
*
Started to work on Python 3 support.
Armin Ronacher
2009-08-05
1
-1
/
+1
*
Copyright switch to "The Jinja Team".
Armin Ronacher
2009-01-04
1
-1
/
+1
*
Various cleanups and added custom cycler.
Armin Ronacher
2008-10-05
1
-5
/
+4
*
Some typos.
Georg Brandl
2008-09-19
1
-1
/
+1
*
Fixed bytecode cache and added support for memcached (tests still missing)
Armin Ronacher
2008-09-18
1
-5
/
+66
*
moved os.remove import where it woudn't be noticed by GAE
Max Ischenko
2008-09-18
1
-1
/
+5
*
Fixed FileSystemBytecodeCache.clear
Armin Ronacher
2008-09-17
1
-1
/
+2
*
Improved bbcache and documented it.
Armin Ronacher
2008-09-17
1
-50
/
+109
*
Added experimental and undocumented bytecode cache support
Armin Ronacher
2008-09-17
1
-0
/
+156