Few typos in jinja2.utils
[jinja2.git] / jinja2 / utils.py
2012-02-05 Florent XiclunaFew typos in jinja2.utils
2012-01-07 Armin RonacherRenamed urlescape to urlencode
2012-01-07 Armin RonacherReworked implementation of the urlescape filter, made...
2010-11-07 Ian LewisChanged naked except statements to catch only subclasse...
2010-08-17 Armin RonacherMerged in ronny's fixes for round filter
2010-08-17 Armin RonacherMarkupSafe is now used for the Jinja2 speedups
2010-04-20 Armin RonacherDifferent name for builtins in Python 3
2010-04-20 Armin Ronacherfixed an error reporting bug for undefineds. 2.4.1
2010-04-12 Armin RonacherImproved error message for undefineds
2010-03-15 Armin RonacherDocumented autoescaping behavior and eval contexts.
2010-03-14 Armin RonacherBiggest change to Jinja since the 1.x migration: added...
2010-02-10 Armin RonacherDown to 7 failures for Python 3. We're onto something.
2010-02-09 Armin RonacherApproaching python3 compatibility
2010-02-09 Armin RonacherPropably delaying release for better python 3 support...
2010-01-22 Armin RonacherIt's a new year
2009-11-22 Georg BrandlFix typos and one extra import.
2009-10-25 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2009-10-25 Armin RonacherFixed a scoping bug that was introduced in the developm...
2009-09-14 Armin RonacherMade the lru cache more robust.
2009-08-05 Armin RonacherMore Python 3 support.
2009-08-05 Armin RonacherStarted to work on Python 3 support.
2009-02-24 Armin RonacherImproved Jinja's debugging support by introducing ...
2009-01-12 Armin RonacherFixed a threading issue with the LRUCache. Still not...
2009-01-04 Armin RonacherCopyright switch to "The Jinja Team".
2008-11-16 Armin RonacherFixed an escaping bug in urlize
2008-11-02 Armin RonacherAdded support for `Environment.compile_expression`.
2008-10-13 Armin RonacherImplemented and documented "joiner"
2008-10-05 Armin RonacherVarious cleanups and added custom cycler.
2008-09-08 Armin RonacherFixed a documentation bug.
2008-08-13 Armin RonacherRemoved a few stdlib dependencies. This is the first...
2008-06-09 Benjamin WiegandAutomated merge with dev.pocoo.org/hg/jinja2-main
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-25 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-24 Armin Ronacherall calls are proxied by context.call now so that we...
2008-05-23 Armin Ronacheradded unittest for Markup and let the markup constructo...
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...
2008-05-14 Armin Ronacherthe two escape implementations work the same now, updat...
2008-05-06 Armin Ronachersome documentation improvements, jinja escapes " and...
2008-05-05 Armin Ronacheradded macro for char* to Py_UNICODE conversion
2008-05-04 Armin Ronacherimproved sandbox, added proper striptags and updated...
2008-05-03 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-03 Benjamin Wiegandadded missing import
2008-05-03 Armin Ronacherupdated filters: wordwraps uses the wordwrap module...
2008-05-03 Armin Ronachermoved concat to utils, fixed a few docstrings, fixed...
2008-05-01 Armin Ronachermade LRUCache thread safe -.-
2008-05-01 Lukas MeuserFixed typos in documentation
2008-05-01 Armin Ronacheradded cache_clear function
2008-04-30 Armin Ronachermoved caching from loaders to environment and added...
2008-04-29 Armin Ronacheragain documentation updates fixed another python 2...
2008-04-28 Armin Ronacherfixed another python2.4 bug
2008-04-28 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-04-28 Armin Ronacherpython2.4 compatibility and doc updates
2008-04-28 Benjamin Wiegandsmall improvement
2008-04-28 Benjamin Wiegandfixed some NameErrors
2008-04-24 Armin Ronacherinheritance uses a less awkward hack for contexts now...
2008-04-22 Armin Ronacherfixed more unittests
2008-04-20 Armin Ronacheradded first code for parser extensions and moved some...
2008-04-18 Armin Ronacherfixed a few bugs from the unittests
2008-04-18 Armin Ronacheradded C escape and tb_set_next functions
2008-04-17 Armin Ronachersimplified loader api and added builtin caching
2008-04-17 Armin Ronachervarious docstring changes
2008-04-17 Armin Ronacherimproved filters
2008-04-17 Armin Ronacheradded autoescaping
2008-04-14 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-04-13 Christoph Hackcontinued convertig filters
2008-04-13 Christoph HackAutomated merge with ssh://dev.pocoo.org/jinja2-main
2008-04-13 Christoph Hackconverted unit tests, started rewriting filters
2008-04-11 Armin Ronacherfixed a bug in the compiler
2008-04-10 Armin Ronacherfixed one bug with blocks, one to go
2008-03-31 Armin Ronachera clean restart