Improved error message for undefineds
[jinja2.git] / jinja2 /
2009-02-19 Armin RonacherAdded a (ugly) hack to the exceptions so that they...
2009-02-19 Armin Ronacherjinja2.sandbox should not warn on 2.6 any more.
2009-02-19 Armin RonacherAdded proper super() support for scoped blocks.
2009-02-19 Armin RonacherAdded support for optional `scoped` modifier to blocks.
2009-02-11 Armin RonacherFixed a bug that caused internal errors if names where...
2009-02-08 Armin RonacherMade it possible to refer to names from outer scopes...
2009-02-05 Armin RonacherFixed a bug in the parser that made ``{{ foo[1, 2]...
2009-02-04 Armin RonacherImproved usage of string interning. This should fix...
2009-02-04 Armin RonacherFixed a bug that caused syntax errors when defining...
2009-02-04 Armin RonacherPriority of `not` raised. It's now possible to write...
2009-01-12 Armin RonacherFixed a threading issue with the LRUCache. Still not...
2009-01-05 Armin RonacherSame thing for extensions.
2009-01-05 Ali AfsharThis commit makes the parser and lexer use regular...
2009-01-04 Armin RonacherCopyright switch to "The Jinja Team".
2008-12-27 Armin RonacherInclude statements can now be marked with ``ignore...
2008-12-25 Armin RonacherFixed a translation error caused by looping over empty...
2008-12-08 Armin RonacherFixed a typo
2008-11-16 Armin RonacherFixed an escaping bug in urlize
2008-11-02 Armin RonacherAdded support for `Environment.compile_expression`.
2008-11-02 Armin RonacherFixed a small bug with the undefined object: the error...
2008-10-30 Armin RonacherFixed a macro scoping bug discovered by ckknight introd...
2008-10-13 Armin RonacherImplemented and documented "joiner"
2008-10-05 Armin RonacherVarious cleanups and added custom cycler.
2008-10-04 Armin Ronacherimports and includes "with context" are passed the...
2008-09-23 Armin RonacherThe hopefully final fix for the bug apollo13 spotted...
2008-09-21 Armin RonacherFixed a bug in constant folding of keyword arguments...
2008-09-21 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-09-20 Armin RonacherUnified some code in the super/template reference system.
2008-09-19 Georg BrandlSome typos.
2008-09-18 Armin RonacherIt's now possible to create weak references to template...
2008-09-18 Armin RonacherFixed bytecode cache and added support for memcached...
2008-09-18 Max Ischenkomoved os.remove import where it woudn't be noticed...
2008-09-17 Armin RonacherFixed FileSystemBytecodeCache.clear
2008-09-17 Armin RonacherImproved bbcache and documented it.
2008-09-17 Armin RonacherFixed a bug with the handling of empty statements in...
2008-09-17 Armin RonacherAdded experimental and undocumented bytecode cache...
2008-09-17 Armin RonacherImplemented a sort filter that sorts arbitrary sequences.
2008-09-15 Armin RonacherFixed a confusing edge case (thanks apollo13)
2008-09-13 Armin RonacherDisabled iron python support until new lexer is impleme...
2008-09-12 Armin RonacherFixed a bug in the subscript operation.
2008-09-10 Armin RonacherIt's now possible to use ``{{ foo.0.0 }}``
2008-09-08 Armin RonacherLinked from autoescape to markup
2008-09-08 Armin RonacherFixed a documentation bug.
2008-09-08 Armin RonacherFixed a typo
2008-09-06 Armin RonacherFixed a bug in the i18n extension that caused the expli...
2008-08-17 Armin RonacherMore work on the ironpython support
2008-08-14 Armin RonacherFixed a bug in the compiler that caused problems with...
2008-08-13 Armin Ronacherfixed a bug with nested loops and the special loop...
2008-08-13 Armin RonacherRemoved a few stdlib dependencies. This is the first...
2008-07-14 Armin Ronacherfixed a few broken license declarations. should have...
2008-07-14 Armin RonacherFixed bug in finalizer
2008-07-12 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-07-12 Armin RonacherAltered filesizeformat to support both MB and MiB,...
2008-07-10 Christopher GrebsAutomated merge with dev.pocoo.org/hg/jinja2-main/
2008-07-10 Christopher Grebsfixed attribute lookup error with old style classes
2008-07-04 Armin RonacherFixed a bug with the loop context of a for loop if...
2008-06-29 Armin RonacherSkip templates with syntax errors on babel extract
2008-06-27 Armin RonacherAdded non-babel output mode to extract_from_ast, integr...
2008-06-25 Armin RonacherFixed a link to the renamed section.
2008-06-25 Armin RonacherChanged all sentences with occurrences of subscribing...
2008-06-22 Armin Ronacheradded support for implicit string literal concatenation
2008-06-20 Armin RonacherFixed some minor glitches.
2008-06-17 Armin RonacherAdded `TemplateStream.dump`.
2008-06-14 Armin RonacherAdded example extension that uses the stream filtering...
2008-06-14 Armin RonacherAdded unittests for stream filtering and preprocessing...
2008-06-13 Armin Ronacheradded support for token stream filtering and preprocessing.
2008-06-12 Armin RonacherFixed a broken unittest and fixed a bug that required...
2008-06-12 Armin RonacherImproved attribute and item lookup by allowing template...
2008-06-09 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-06-09 Armin Ronachermade speedups c89 compatible.
2008-06-09 Benjamin WiegandAutomated merge with dev.pocoo.org/hg/jinja2-main
2008-06-09 Benjamin Wiegandfixed error in wordwrap filter
2008-06-09 Armin Ronachersmall fix for Python 2.4
2008-06-09 Armin Ronacherupdated documentation
2008-05-28 Armin Ronacherdata files are optional now
2008-05-28 Armin Ronachersome more documentation updates and minor code cleanups...
2008-05-26 Armin Ronacherimproved sandbox and updated setup.py
2008-05-26 Armin Ronacheradded attr filter
2008-05-26 Armin Ronacheritems have a higher priority than attributes now. ...
2008-05-26 Armin Ronacherfixed a bug in error reporting and some small documenta...
2008-05-25 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-25 Armin Ronacherupdated FAQ for performance numbers. I guess I should...
2008-05-25 Armin Ronachereven more tests, fixed severe bug with autoescaping.
2008-05-24 Armin Ronacherall calls are proxied by context.call now so that we...
2008-05-24 Armin Ronacheradded more unittests for various tasks
2008-05-24 Armin Ronachermore unittests
2008-05-24 Armin Ronacherfixed bug with static unicode strings and auto escaping
2008-05-23 Armin Ronacheradded unittest for Markup and let the markup constructo...
2008-05-23 Armin Ronachermoved environment defaults to jinja2.defaults
2008-05-23 Armin Ronacherend of line sequence is no configurable
2008-05-23 Armin RonacherEnvironment.lex returns unicode tokens now, even if...
2008-05-23 Armin Ronachermore unittests and updated documentation for extensions...
2008-05-23 Armin Ronacheradded loopcontrols extension and added unittests for it
2008-05-23 Armin Ronacherrefactored compiler and improved identifier handling...
2008-05-22 Armin Ronachervariables starting with one or more underscores are...
2008-05-22 Armin Ronacherlex includes whitespace now which makes it a lot more...
2008-05-22 Armin Ronachercall is now handled like a regular unnamed macro, refac...
2008-05-20 Armin Ronacherfixed babel entry point
2008-05-19 Armin Ronachermore thread safety in LRUCache
2008-05-19 Armin Ronacherimproved thread safety of the LRUCache and fixed a...
next