projects
/
jinja2.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
jinja2.git
2008-04-17
Priit Laes
fixed two typos
commit
|
commitdiff
|
tree
|
snapshot
2008-04-17
Armin Ronacher
improved undefined behavior
commit
|
commitdiff
|
tree
|
snapshot
2008-04-17
Armin Ronacher
simplified loader api and added builtin caching
commit
|
commitdiff
|
tree
|
snapshot
2008-04-17
Armin Ronacher
various docstring changes
commit
|
commitdiff
|
tree
|
snapshot
2008-04-17
Armin Ronacher
`TemplateData` -> `Markup`
commit
|
commitdiff
|
tree
|
snapshot
2008-04-17
Armin Ronacher
updated a few docstrings and removed contrib
commit
|
commitdiff
|
tree
|
snapshot
2008-04-17
Armin Ronacher
improved filters
commit
|
commitdiff
|
tree
|
snapshot
2008-04-17
Armin Ronacher
added autoescaping
commit
|
commitdiff
|
tree
|
snapshot
2008-04-16
Armin Ronacher
added broken example template for debugger testing
commit
|
commitdiff
|
tree
|
snapshot
2008-04-16
Armin Ronacher
debugger skips two internal frames now
commit
|
commitdiff
|
tree
|
snapshot
2008-04-16
Armin Ronacher
better debugging information. compiler knows about...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-16
Armin Ronacher
added new python only debug hack
commit
|
commitdiff
|
tree
|
snapshot
2008-04-16
Armin Ronacher
ported the tests
commit
|
commitdiff
|
tree
|
snapshot
2008-04-16
Armin Ronacher
updated a few filters and improved i18n
commit
|
commitdiff
|
tree
|
snapshot
2008-04-16
Armin Ronacher
reimplemented {% trans %}
commit
|
commitdiff
|
tree
|
snapshot
2008-04-15
Armin Ronacher
removed unusde __delitem__ for context
commit
|
commitdiff
|
tree
|
snapshot
2008-04-14
Armin Ronacher
Automated merge with ssh://team@pocoo.org/jinja2-main
commit
|
commitdiff
|
tree
|
snapshot
2008-04-14
Armin Ronacher
added sandbox and exchageable undefined objects
commit
|
commitdiff
|
tree
|
snapshot
2008-04-13
Christoph Hack
continued convertig filters
commit
|
commitdiff
|
tree
|
snapshot
2008-04-13
Armin Ronacher
hopefully fixed `Template`
commit
|
commitdiff
|
tree
|
snapshot
2008-04-13
Christoph Hack
Automated merge with ssh://dev.pocoo.org/jinja2-main
commit
|
commitdiff
|
tree
|
snapshot
2008-04-13
Christoph Hack
converted unit tests, started rewriting filters
commit
|
commitdiff
|
tree
|
snapshot
2008-04-13
Armin Ronacher
added super()
commit
|
commitdiff
|
tree
|
snapshot
2008-04-13
Armin Ronacher
added globals
commit
|
commitdiff
|
tree
|
snapshot
2008-04-13
Armin Ronacher
optimizer can optimize filtered for loops now
commit
|
commitdiff
|
tree
|
snapshot
2008-04-13
Armin Ronacher
moved example tests into a folder
commit
|
commitdiff
|
tree
|
snapshot
2008-04-13
Armin Ronacher
added loop filtering
commit
|
commitdiff
|
tree
|
snapshot
2008-04-12
Armin Ronacher
some more stuff for jinja2
commit
|
commitdiff
|
tree
|
snapshot
2008-04-12
Armin Ronacher
filter tag works now
commit
|
commitdiff
|
tree
|
snapshot
2008-04-12
Armin Ronacher
added support for new call statement
commit
|
commitdiff
|
tree
|
snapshot
2008-04-12
Armin Ronacher
added support for line statement prefixes (cheetah...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-11
Armin Ronacher
fixed include
commit
|
commitdiff
|
tree
|
snapshot
2008-04-11
Armin Ronacher
implemented includes
commit
|
commitdiff
|
tree
|
snapshot
2008-04-11
Armin Ronacher
basic inheritance works now
commit
|
commitdiff
|
tree
|
snapshot
2008-04-11
Armin Ronacher
fixed a bug in the compiler
commit
|
commitdiff
|
tree
|
snapshot
2008-04-11
Armin Ronacher
filters are always used as locals now and we don't...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-11
Armin Ronacher
w000t. first template
commit
|
commitdiff
|
tree
|
snapshot
2008-04-11
Armin Ronacher
work on tha runtime
commit
|
commitdiff
|
tree
|
snapshot
2008-04-11
Armin Ronacher
fixed a small bug
commit
|
commitdiff
|
tree
|
snapshot
2008-04-11
Armin Ronacher
*now* we have no overhead :)
commit
|
commitdiff
|
tree
|
snapshot
2008-04-11
Armin Ronacher
optimized child template code generation. we now have...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-10
Armin Ronacher
removed debug print
commit
|
commitdiff
|
tree
|
snapshot
2008-04-10
Armin Ronacher
assignments are traversed in the correct order now
commit
|
commitdiff
|
tree
|
snapshot
2008-04-10
Armin Ronacher
fixed one bug with blocks, one to go
commit
|
commitdiff
|
tree
|
snapshot
2008-04-09
Armin Ronacher
fixed deepcopy
commit
|
commitdiff
|
tree
|
snapshot
2008-04-09
Armin Ronacher
added broken copy method
commit
|
commitdiff
|
tree
|
snapshot
2008-04-09
Armin Ronacher
Automated merge with ssh://team@pocoo.org/jinja2-main
commit
|
commitdiff
|
tree
|
snapshot
2008-04-09
Armin Ronacher
nodes have access to environment now
commit
|
commitdiff
|
tree
|
snapshot
2008-04-09
Christoph Hack
render templates
commit
|
commitdiff
|
tree
|
snapshot
2008-04-09
Armin Ronacher
Automated merge with ssh://team@pocoo.org/jinja2-main
commit
|
commitdiff
|
tree
|
snapshot
2008-04-09
Armin Ronacher
simplified undefined behavior for better compile time...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-09
Armin Ronacher
improved loop unrolling
commit
|
commitdiff
|
tree
|
snapshot
2008-04-09
Christoph Hack
merged again
commit
|
commitdiff
|
tree
|
snapshot
2008-04-09
Christoph Hack
merged
commit
|
commitdiff
|
tree
|
snapshot
2008-04-09
Christoph Hack
converted some filters
commit
|
commitdiff
|
tree
|
snapshot
2008-04-09
Armin Ronacher
tuple unpacking at compile time is handled properly now
commit
|
commitdiff
|
tree
|
snapshot
2008-04-08
Armin Ronacher
improved static optimizer
commit
|
commitdiff
|
tree
|
snapshot
2008-04-08
Armin Ronacher
Automated merge with ssh://team@pocoo.org/jinja2-main
commit
|
commitdiff
|
tree
|
snapshot
2008-04-08
Christoph Hack
added subscribe-optimation
commit
|
commitdiff
|
tree
|
snapshot
2008-04-08
Christoph Hack
used the new nodetransformer to make mitsuhiko happy
commit
|
commitdiff
|
tree
|
snapshot
2008-04-08
Armin Ronacher
Automated merge with ssh://team@pocoo.org/jinja2-main
commit
|
commitdiff
|
tree
|
snapshot
2008-04-08
Armin Ronacher
removed unused import
commit
|
commitdiff
|
tree
|
snapshot
2008-04-08
Christoph Hack
loop unrolling
commit
|
commitdiff
|
tree
|
snapshot
2008-04-08
Christoph Hack
added optimizer
commit
|
commitdiff
|
tree
|
snapshot
2008-04-08
Armin Ronacher
updated macro stuff
commit
|
commitdiff
|
tree
|
snapshot
2008-04-08
Armin Ronacher
work on the macro stuff
commit
|
commitdiff
|
tree
|
snapshot
2008-04-08
Christoph Hack
merged
commit
|
commitdiff
|
tree
|
snapshot
2008-04-08
Christoph Hack
optimize filters on constant values
commit
|
commitdiff
|
tree
|
snapshot
2008-04-08
Christoph Hack
only import filters to the local namespace if they...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-08
Armin Ronacher
more compiler stuff
commit
|
commitdiff
|
tree
|
snapshot
2008-04-08
Christoph Hack
added environment, make filters available locally
commit
|
commitdiff
|
tree
|
snapshot
2008-04-07
Armin Ronacher
removed outdated todo list
commit
|
commitdiff
|
tree
|
snapshot
2008-04-07
Armin Ronacher
update setup.py so that setup.py develop works
commit
|
commitdiff
|
tree
|
snapshot
2008-04-07
Armin Ronacher
added first working pieces of compiler
commit
|
commitdiff
|
tree
|
snapshot
2008-03-31
Armin Ronacher
first version of new parser
commit
|
commitdiff
|
tree
|
snapshot
2008-03-31
Armin Ronacher
a clean restart
commit
|
commitdiff
|
tree
|
snapshot
2008-03-25
Armin Ronacher
jinja django support is py 2.3 compatible now
commit
|
commitdiff
|
tree
|
snapshot
2008-03-25
Armin Ronacher
Automated merge with ssh://team@pocoo.org/jinja-main
commit
|
commitdiff
|
tree
|
snapshot
2008-03-25
Armin Ronacher
merged
commit
|
commitdiff
|
tree
|
snapshot
2008-03-25
David Cramer
improved djangosupport
commit
|
commitdiff
|
tree
|
snapshot
2008-03-25
Armin Ronacher
improved unescaping a bit
commit
|
commitdiff
|
tree
|
snapshot
2008-02-11
Armin Ronacher
moved docstring into setup.py, this fixes #297
commit
|
commitdiff
|
tree
|
snapshot
2008-01-10
Lakin Wecker
Ticket #296 - Clean up the operators (minor code base...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-10
Lakin Wecker
Ticket #292 - [276:eed140e3c4ed] mistakenly switched...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-10
Lakin Wecker
Ticket #292 - Allow the results of subclasses of the...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-10
Lakin Wecker
Ticket #292 - Allow custom translator to be specified...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-07
Armin Ronacher
documented pylons' "strict_c".
commit
|
commitdiff
|
tree
|
snapshot
2007-12-24
Armin Ronacher
work around a pylons oddity
commit
|
commitdiff
|
tree
|
snapshot
2007-12-09
Armin Ronacher
improved python2.3 support
commit
|
commitdiff
|
tree
|
snapshot
2007-12-09
Armin Ronacher
improved path splitting for win32 systems
commit
|
commitdiff
|
tree
|
snapshot
2007-11-29
Armin Ronacher
moved code into bundle
commit
|
commitdiff
|
tree
|
snapshot
2007-11-29
Armin Ronacher
added jinja tm bundle
commit
|
commitdiff
|
tree
|
snapshot
2007-11-27
Armin Ronacher
added jinja.contrib to setup.py
commit
|
commitdiff
|
tree
|
snapshot
2007-11-25
Armin Ronacher
jinja loaders check now if a file is a file and not...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-18
Armin Ronacher
added entry for jinja 1.3 in CHANGES
commit
|
commitdiff
|
tree
|
snapshot
2007-11-18
Armin Ronacher
tip is now going towards 1.3
commit
|
commitdiff
|
tree
|
snapshot
2007-11-17
Armin Ronacher
Added tag 1.2 for changeset 64b6a67c58d1
commit
|
commitdiff
|
tree
|
snapshot
2007-11-17
Armin Ronacher
fixed awkward lexer bug in jinja that was yet untested
commit
|
commitdiff
|
tree
|
snapshot
2007-11-17
Armin Ronacher
fixed bug in parser, untagged 1.2 (ready for retagging)
commit
|
commitdiff
|
tree
|
snapshot
2007-11-17
Armin Ronacher
Added tag 1.2 for changeset 0a785edff693
commit
|
commitdiff
|
tree
|
snapshot
next