summaryrefslogtreecommitdiff
path: root/jinja2
Commit message (Expand)AuthorAgeFilesLines
* Add `keep_trailing_newline` to configure final endline strippingW. Trevor King2013-01-115-5/+40
* Fixed an unicode error after 2to3Armin Ronacher2012-09-161-1/+1
* Added filesize part to the module compiler. This fixes #131 for 3.3 and laterArmin Ronacher2012-09-161-0/+4
* Fix typos.Christoph Zwerschke2012-03-131-1/+1
* Fix to #93, this time respecting whitespaceNed Jackson Lovely2012-03-122-1/+16
* Merge pull request #78 from SimonSapin/patch-2Ron DuPlain2012-03-091-1/+1
|\
| * Typo fixSimon Sapin2011-12-031-1/+1
* | Few typos in jinja2.utilsFlorent Xicluna2012-02-051-7/+7
* | Added changelog entry for #92 and changed LoopContext.End to _last_iterationArmin Ronacher2012-01-251-5/+6
* | Fixed loop.last to not consume the entire iterator to determine if this isJason Kotenko2012-01-241-2/+14
* | Renamed urlescape to urlencodeArmin Ronacher2012-01-073-10/+10
* | Reworked implementation of the urlescape filter, made it Python3 compatible, ...Armin Ronacher2012-01-073-18/+40
* | Normalize to styleguideArmin Ronacher2012-01-071-5/+7
* | live up to @mitsuhiko's ridiculous expectationsAaron Swartz2012-01-062-7/+24
* | Add urlescape to default filters.Aaron Swartz2012-01-062-2/+14
* | Fixed a bug in the i18n extraction option handling and added a silent option.Armin Ronacher2011-12-151-1/+9
|/
* Fixed do_filesizeformat to actually calculate correctly, fixes #59Christopher Grebs2011-10-072-5/+23
* Fixed filesizeformatArmin Ronacher2011-10-052-19/+19
* unused codeDmitry Jemerov2011-09-261-1/+0
* fix matching typo in tests, restore missing assertDmitry Jemerov2011-09-261-3/+3
* fix typo in test nameDmitry Jemerov2011-09-261-1/+1
* couple of typos in commentsDmitry Jemerov2011-09-263-10/+10
* Fixed a typo.Armin Ronacher2011-09-261-1/+1
* Improved choice and prefix loaders.Armin Ronacher2011-09-132-1/+52
* master is 2.7-devArmin Ronacher2011-07-241-1/+1
* version is now staticArmin Ronacher2011-07-241-5/+1
* Fixed a bug causing "NameError: global name 'code' is not defined".Marcin Mincer2011-07-121-1/+1
* Merge pull request #39 from failberg/masterArmin Ronacher2011-06-161-2/+1
|\
| * Fix list_modules for PackageLoaderBryan Berg2011-06-131-2/+1
* | Fixed groupby bare integer. This fixes #40Armin Ronacher2011-06-172-1/+8
|/
* Various tweaks to support bccache on Python 3. This fixes #34Armin Ronacher2011-05-241-14/+26
* Merge branch 'master' of github.com:mitsuhiko/jinja2Armin Ronacher2011-05-242-5/+3
|\
| * Merge pull request #30 from sevas/wordwrap-newlineArmin Ronacher2011-05-071-3/+3
| |\
| | * wordwrap filter should use the newline_sequence defined in current Environmen...sevas2011-05-011-3/+3
| * | Removed dead code.jason kirtland2011-04-251-2/+0
| |/
* | Added test for mappings. This fixes #35Armin Ronacher2011-05-242-2/+23
|/
* Catch down errors caused by tb_set_next. This fixes #22Armin Ronacher2011-04-181-1/+7
* Fixed a test caseArmin Ronacher2011-03-132-11/+8
* Fixed filesizeformat filter. It should now conform to the official SI prefixe...Alan Plum2011-02-171-12/+24
* Another referenceArmin Ronacher2011-01-291-0/+2
* Reference to compile_templatesArmin Ronacher2011-01-291-0/+2
* Damn you SphinxArmin Ronacher2011-01-242-3/+6
* join now also accepts parametersArmin Ronacher2011-01-244-2/+21
* Improved documentation for sumArmin Ronacher2011-01-241-2/+10
* sort now also accepts an attributeArmin Ronacher2011-01-242-1/+28
* The sum filter can now sum up attributesArmin Ronacher2011-01-242-13/+51
* Grammar.Armin Ronacher2011-01-151-1/+1
* No longer segfault on new versions. This fixes #4Armin Ronacher2011-01-111-2/+11
* Fixed imports with scoped blocksArmin Ronacher2010-12-222-0/+24
* groupby now supports attributes of attributes. This fixes #10Armin Ronacher2010-12-213-2/+38