Run `./2to3.py -w jinja2`
[jinja2.git] / jinja2 /
2012-12-11 W. Trevor KingRun `./2to3.py -w jinja2` master python3
2012-09-15 Armin RonacherFixed an unicode error after 2to3
2012-09-15 Armin RonacherAdded filesize part to the module compiler. This fixes...
2012-03-13 Christoph ZwerschkeFix typos.
2012-03-13 Ron DuPlainMerge pull request #103 from njl/fix-issue-93
2012-03-13 Ned Jackson LovelyFix to #93, this time respecting whitespace
2012-03-09 Ron DuPlainMerge pull request #78 from SimonSapin/patch-2
2012-03-09 Ron DuPlainMerge pull request #81 from obeattie/docs-fix
2012-03-09 Ron DuPlainMerge pull request #95 from florentx/patch-2
2012-02-05 Florent XiclunaFew typos in jinja2.utils
2012-01-24 Armin RonacherAdded changelog entry for #92 and changed LoopContext...
2012-01-24 Armin RonacherMerge pull request #92 from jasonkotenko/master
2012-01-24 Jason KotenkoFixed loop.last to not consume the entire iterator...
2012-01-07 Armin RonacherRenamed urlescape to urlencode
2012-01-07 Armin RonacherReworked implementation of the urlescape filter, made...
2012-01-07 Armin RonacherNormalize to styleguide
2012-01-07 Aaron Swartzlive up to @mitsuhiko's ridiculous expectations
2012-01-06 Aaron SwartzAdd urlescape to default filters.
2011-12-15 Armin RonacherMerge branch 'master' of github.com:mitsuhiko/jinja2
2011-12-15 Armin RonacherFixed a bug in the i18n extraction option handling...
2011-12-03 Simon SapinTypo fix
2011-10-07 Christopher GrebsFixed do_filesizeformat to actually calculate correctly...
2011-10-05 Armin RonacherFixed filesizeformat
2011-09-26 Dmitry Jemerovunused code
2011-09-26 Dmitry Jemerovfix matching typo in tests, restore missing assert
2011-09-26 Dmitry Jemerovfix typo in test name
2011-09-26 Dmitry Jemerovcouple of typos in comments
2011-09-26 Armin RonacherFixed a typo.
2011-09-13 Armin RonacherMerge branch 'master' of github.com:mitsuhiko/jinja2
2011-09-13 Armin RonacherImproved choice and prefix loaders.
2011-07-24 Armin Ronachermaster is 2.7-dev
2011-07-24 Armin Ronacherversion is now static
2011-07-12 Armin RonacherMerge pull request #48 from ymirpl/master
2011-07-12 Marcin MincerFixed a bug causing "NameError: global name 'code'...
2011-07-07 Armin RonacherMerge branch 'master' of github.com:mitsuhiko/jinja2
2011-06-17 Armin RonacherMerge pull request #39 from failberg/master
2011-06-17 Armin RonacherFixed groupby bare integer. This fixes #40
2011-06-14 Bryan BergFix list_modules for PackageLoader
2011-05-24 Armin RonacherMerge pull request #33 from razamatan/master
2011-05-24 Armin RonacherVarious tweaks to support bccache on Python 3. This...
2011-05-24 Armin RonacherMerge branch 'master' of github.com:mitsuhiko/jinja2
2011-05-24 Armin RonacherAdded test for mappings. This fixes #35
2011-05-07 Armin RonacherMerge pull request #30 from sevas/wordwrap-newline
2011-05-07 Armin RonacherMerge pull request #26 from jek/master
2011-05-01 sevaswordwrap filter should use the newline_sequence defined...
2011-04-25 jason kirtlandRemoved dead code.
2011-04-18 Armin RonacherCatch down errors caused by tb_set_next. This fixes #22
2011-03-13 Armin RonacherFixed a test case
2011-02-17 Alan PlumFixed filesizeformat filter. It should now conform...
2011-01-29 Armin RonacherAnother reference
2011-01-29 Armin RonacherReference to compile_templates
2011-01-24 Armin RonacherDamn you Sphinx
2011-01-24 Armin Ronacherjoin now also accepts parameters
2011-01-24 Armin RonacherImproved documentation for sum
2011-01-24 Armin Ronachersort now also accepts an attribute
2011-01-23 Armin RonacherThe sum filter can now sum up attributes
2011-01-15 Armin RonacherGrammar.
2011-01-11 Armin RonacherNo longer segfault on new versions. This fixes #4
2010-12-22 Armin RonacherFixed imports with scoped blocks
2010-12-20 Armin Ronachergroupby now supports attributes of attributes. This...
2010-11-29 Armin RonacherUpdated documentation for operator intercepting
2010-11-29 Armin RonacherImplemented operator intercepting
2010-11-29 Armin RonacherRemoved more imports
2010-11-29 Armin RonacherRemoved unnecessary imports
2010-11-29 Armin RonacherFixed a typo and removed a useless backslash
2010-11-29 Armin RonacherRemoved unused import
2010-11-29 Armin RonacherTraceback hack now works for pypy
2010-11-29 Armin RonacherShould work for cpython and pypy now (if the latter...
2010-11-29 Armin RonacherWe cannot fake the descriptor on a tproxy so we have...
2010-11-29 Armin RonacherStarted work on support for transparent proxies for...
2010-11-19 Armin RonacherUndefineds now support attribute errors for special...
2010-11-07 Ian LewisChanged naked except statements to catch only subclasse...
2010-10-17 Armin RonacherMerge branch '2.5-maintenance'
2010-10-17 Armin RonacherFinally fixed the 64bit segfault on big-endian architec...
2010-10-17 Armin RonacherFixed extensions not loading properly with overlays
2010-10-17 Armin Ronacherfixed an operator precedence error introduced in 2... 2.5.3
2010-08-18 Armin RonacherMerged in fix for Python 3 regarding precisions
2010-08-17 Ronny Pfannschmidtround filter: remove the special case for precission...
2010-08-17 Armin Ronacherfixed an issue with unary operators having the wrong... 2.5.1
2010-08-17 Armin RonacherMerged in ronny's fixes for round filter
2010-08-17 Armin RonacherDocumented switch to MarkupSafe
2010-08-17 Armin RonacherPulled in code from markupsafe
2010-08-17 Armin RonacherMarkupSafe is now used for the Jinja2 speedups
2010-08-17 Ronny Pfannschmidtfix the abs filter test
2010-08-17 Ronny Pfannschmidtround filter support+test negative precission in the...
2010-07-06 Armin RonacherAdded anothe test
2010-07-06 Armin RonacherAdded new testcase
2010-07-01 Armin Ronacherbabel extraction can now properly extract newstyle...
2010-07-01 Armin RonacherWe will have a 2.5.1 release
2010-06-06 Armin RonacherFixed the profile.py file and removed a useless newline...
2010-06-05 Armin RonacherCommitted fix for raw testcase.
2010-06-05 Armin RonacherAdded failing testcase for raw.
2010-06-05 Armin RonacherCalls to functions in templates are now intercepted...
2010-05-29 Armin RonacherAdded a small improvement for the code generation of...
2010-05-29 Armin RonacherAdded a testcase for add_extension
2010-05-29 Armin RonacherFixed a bug in add_extension
2010-05-29 Armin RonacherAdded hooks for compilation and generation. This fixes...
2010-05-29 Armin RonacherNext try for a Python 3 fix
2010-05-29 Armin RonacherFixed a Python 3 bug.
2010-05-29 Armin RonacherRemoved debug print
next