]> git.ipfire.org Git - thirdparty/jinja.git/log
thirdparty/jinja.git
12 years agoPython 3 exceptions can handle unicode messages 222/head
Alex Morega [Sat, 18 May 2013 12:35:46 +0000 (15:35 +0300)] 
Python 3 exceptions can handle unicode messages

12 years agoxrange -> range_type for consistency
Armin Ronacher [Sat, 18 May 2013 12:05:01 +0000 (13:05 +0100)] 
xrange -> range_type for consistency

12 years agoAdded 3.3
Armin Ronacher [Sat, 18 May 2013 11:58:29 +0000 (12:58 +0100)] 
Added 3.3

12 years agoRemoved 2.5 for travis on the new branch
Armin Ronacher [Sat, 18 May 2013 11:45:13 +0000 (12:45 +0100)] 
Removed 2.5 for travis on the new branch

12 years agoMerge branch 'master' into sprint-branch
Armin Ronacher [Sat, 18 May 2013 11:44:48 +0000 (12:44 +0100)] 
Merge branch 'master' into sprint-branch

12 years agoFixed MethodType being wrong on 3.x
Armin Ronacher [Sat, 18 May 2013 11:44:03 +0000 (12:44 +0100)] 
Fixed MethodType being wrong on 3.x

12 years agoMerge pull request #219 from sharoonthomas/master
Armin Ronacher [Sat, 18 May 2013 11:41:10 +0000 (04:41 -0700)] 
Merge pull request #219 from sharoonthomas/master

Add Travis CI for master

12 years agoMerge remote-tracking branch 'mgax/test-for-58d458d' into sprint-branch
Armin Ronacher [Sat, 18 May 2013 11:27:45 +0000 (12:27 +0100)] 
Merge remote-tracking branch 'mgax/test-for-58d458d' into sprint-branch

12 years agoAdd Travis CI 219/head
Sharoon Thomas [Sat, 18 May 2013 11:26:10 +0000 (16:56 +0530)] 
Add Travis CI

12 years agoFixed a type in a module name.
Armin Ronacher [Sat, 18 May 2013 11:25:16 +0000 (12:25 +0100)] 
Fixed a type in a module name.

12 years agounit test for dumping as utf-8 to a file 218/head
Alex Morega [Sat, 18 May 2013 11:22:30 +0000 (14:22 +0300)] 
unit test for dumping as utf-8 to a file

12 years agoMerge remote-tracking branch 'ThomasWaldmann/sprint-branch' into sprint-branch
Armin Ronacher [Sat, 18 May 2013 11:23:30 +0000 (12:23 +0100)] 
Merge remote-tracking branch 'ThomasWaldmann/sprint-branch' into sprint-branch

12 years agostuff missing from previous commit, thanks git
Thomas Waldmann [Sat, 18 May 2013 11:14:14 +0000 (13:14 +0200)] 
stuff missing from previous commit, thanks git

12 years agoMerge branch 'master' into sprint-branch
Armin Ronacher [Sat, 18 May 2013 11:11:05 +0000 (12:11 +0100)] 
Merge branch 'master' into sprint-branch

12 years agoMerge pull request #163 from kuyan/patch-1
Armin Ronacher [Sat, 18 May 2013 11:10:52 +0000 (04:10 -0700)] 
Merge pull request #163 from kuyan/patch-1

Fixed typo

12 years agoMerge pull request #188 from lemonad/master
Armin Ronacher [Sat, 18 May 2013 11:10:40 +0000 (04:10 -0700)] 
Merge pull request #188 from lemonad/master

Fixed typos: overriden to overridden

12 years agonew jinja2._compat module for stuff not yet in six 1.3.0
Thomas Waldmann [Sat, 18 May 2013 11:08:53 +0000 (13:08 +0200)] 
new jinja2._compat module for stuff not yet in six 1.3.0

12 years agoMerge branch 'master' into sprint-branch
Armin Ronacher [Sat, 18 May 2013 11:07:34 +0000 (12:07 +0100)] 
Merge branch 'master' into sprint-branch

12 years agoAdded missing versionadded and changelog entry
Armin Ronacher [Sat, 18 May 2013 11:07:27 +0000 (12:07 +0100)] 
Added missing versionadded and changelog entry

12 years agoMerge branch 'master' of github.com:mitsuhiko/jinja2
Armin Ronacher [Sat, 18 May 2013 11:06:06 +0000 (12:06 +0100)] 
Merge branch 'master' of github.com:mitsuhiko/jinja2

12 years agoMerge pull request #206 from johnmcdonnell/wordwrap
Armin Ronacher [Sat, 18 May 2013 11:05:57 +0000 (04:05 -0700)] 
Merge pull request #206 from johnmcdonnell/wordwrap

Allow choice of wrap string in wordwrap filter.

12 years agoMerge branch 'sprint-branch' of github.com:mitsuhiko/jinja2 into sprint-branch
Armin Ronacher [Sat, 18 May 2013 11:04:23 +0000 (12:04 +0100)] 
Merge branch 'sprint-branch' of github.com:mitsuhiko/jinja2 into sprint-branch

12 years agoMerge branch 'master' into sprint-branch
Armin Ronacher [Sat, 18 May 2013 11:04:19 +0000 (12:04 +0100)] 
Merge branch 'master' into sprint-branch

12 years agoMerge pull request #216 from Lukasa/luk-sprint-branch
Armin Ronacher [Sat, 18 May 2013 11:03:40 +0000 (04:03 -0700)] 
Merge pull request #216 from Lukasa/luk-sprint-branch

Sprint: Not supporting Python 2.4 is a blessing

12 years agoWhitespace cleanup
Armin Ronacher [Sat, 18 May 2013 11:02:11 +0000 (12:02 +0100)] 
Whitespace cleanup

12 years agoPython 2.6+ supports conditional expressions. 216/head
Cory Benfield [Sat, 18 May 2013 10:58:57 +0000 (11:58 +0100)] 
Python 2.6+ supports conditional expressions.

12 years agoBytesIO from six.
Cory Benfield [Sat, 18 May 2013 10:58:18 +0000 (11:58 +0100)] 
BytesIO from six.

12 years agoMerge branch 'master' into sprint-branch
Armin Ronacher [Sat, 18 May 2013 10:59:23 +0000 (11:59 +0100)] 
Merge branch 'master' into sprint-branch

12 years agoMerge pull request #202 from Necoro/master
Armin Ronacher [Sat, 18 May 2013 10:59:01 +0000 (03:59 -0700)] 
Merge pull request #202 from Necoro/master

Fix vim syntax: filters

12 years agoMerge branch 'master' into sprint-branch
Armin Ronacher [Sat, 18 May 2013 10:58:37 +0000 (11:58 +0100)] 
Merge branch 'master' into sprint-branch

12 years agoCleanup and changelog entry for new contextfunction behavior
Armin Ronacher [Sat, 18 May 2013 10:58:12 +0000 (11:58 +0100)] 
Cleanup and changelog entry for new contextfunction behavior

12 years agoMerge pull request #200 from Naddiseo/callable_class_contextfunction
Armin Ronacher [Sat, 18 May 2013 10:55:48 +0000 (03:55 -0700)] 
Merge pull request #200 from Naddiseo/callable_class_contextfunction

Callable class contextfunction, closes #180

12 years agoMerge pull request #215 from DasIch/remove-unused-imports
Armin Ronacher [Sat, 18 May 2013 10:53:55 +0000 (03:53 -0700)] 
Merge pull request #215 from DasIch/remove-unused-imports

Remove unused imports

12 years agoRemove unused imports 215/head
Daniel Neuhäuser [Sat, 18 May 2013 10:52:40 +0000 (12:52 +0200)] 
Remove unused imports

12 years agoMerge pull request #214 from Lukasa/luk-sprint-branch
Armin Ronacher [Sat, 18 May 2013 10:49:17 +0000 (03:49 -0700)] 
Merge pull request #214 from Lukasa/luk-sprint-branch

Sprint: More misc fixes

12 years agoMake dump() work Python 3.3
Armin Ronacher [Sat, 18 May 2013 10:46:35 +0000 (11:46 +0100)] 
Make dump() work Python 3.3

12 years agofile -> open for 3.x support. This fixes #152
Armin Ronacher [Sat, 18 May 2013 10:44:49 +0000 (11:44 +0100)] 
file -> open for 3.x support.  This fixes #152

12 years agoDon't assign the range type each time. 214/head
Cory Benfield [Sat, 18 May 2013 10:41:24 +0000 (11:41 +0100)] 
Don't assign the range type each time.

12 years agoCorrectly compare version type.
Cory Benfield [Sat, 18 May 2013 10:40:52 +0000 (11:40 +0100)] 
Correctly compare version type.

12 years agoCleanup up some imports
Armin Ronacher [Sat, 18 May 2013 10:38:34 +0000 (11:38 +0100)] 
Cleanup up some imports

12 years agoMerge pull request #213 from Lukasa/luk-sprint-branch
Armin Ronacher [Sat, 18 May 2013 10:37:18 +0000 (03:37 -0700)] 
Merge pull request #213 from Lukasa/luk-sprint-branch

Sprint: Misc fixes.

12 years agoFixed a check that broke pypy
Armin Ronacher [Sat, 18 May 2013 10:36:32 +0000 (11:36 +0100)] 
Fixed a check that broke pypy

12 years agoAdded .tox to .gitignore
Armin Ronacher [Sat, 18 May 2013 10:36:26 +0000 (11:36 +0100)] 
Added .tox to .gitignore

12 years agoMerge pull request #212 from DasIch/add-tox
Armin Ronacher [Sat, 18 May 2013 10:32:21 +0000 (03:32 -0700)] 
Merge pull request #212 from DasIch/add-tox

Add tox configuration

12 years agoNo need for tuple comparisons. 213/head
Cory Benfield [Sat, 18 May 2013 09:54:29 +0000 (10:54 +0100)] 
No need for tuple comparisons.

12 years agoWe don't support 2.4 anymore.
Cory Benfield [Sat, 18 May 2013 09:53:48 +0000 (10:53 +0100)] 
We don't support 2.4 anymore.

12 years agoAdd tox configuration 212/head
Daniel Neuhäuser [Sat, 18 May 2013 10:29:58 +0000 (12:29 +0200)] 
Add tox configuration

12 years agoA bit of cleanup in the environment
Armin Ronacher [Sat, 18 May 2013 10:18:57 +0000 (11:18 +0100)] 
A bit of cleanup in the environment

12 years agoMerge pull request #207 from ekalinin/patch-1
Armin Ronacher [Sat, 18 May 2013 10:13:17 +0000 (03:13 -0700)] 
Merge pull request #207 from ekalinin/patch-1

Fixed improperly closed tag in menu example in tricks.rst

12 years agoAdd myself. 211/head
Cory Benfield [Sat, 18 May 2013 09:39:12 +0000 (10:39 +0100)] 
Add myself.

12 years agoTrash debugsupport.
Cory Benfield [Sat, 18 May 2013 09:35:04 +0000 (10:35 +0100)] 
Trash debugsupport.

12 years agosetup.py: add "six" library to install_requires 210/head
Thomas Waldmann [Fri, 17 May 2013 23:16:18 +0000 (01:16 +0200)] 
setup.py: add "six" library to install_requires

12 years agoupdate docs / changelog about python requirement, add myself to AUTHORS
Thomas Waldmann [Fri, 17 May 2013 23:07:52 +0000 (01:07 +0200)] 
update docs / changelog about python requirement, add myself to AUTHORS

also added 2 FIXMEs to intro.rst about the debugsupport for python 2.4
that needs to get removed

12 years agoutils: remove some old py compat code
Thomas Waldmann [Fri, 17 May 2013 22:47:41 +0000 (00:47 +0200)] 
utils: remove some old py compat code

12 years ago_markupsafe: remove some py2.4/2.5 compat code
Thomas Waldmann [Fri, 17 May 2013 22:24:05 +0000 (00:24 +0200)] 
_markupsafe: remove some py2.4/2.5 compat code

12 years agopython 3 port: manual fixes, remove 2to3 from setup.py, remove fixers
Thomas Waldmann [Fri, 17 May 2013 22:06:22 +0000 (00:06 +0200)] 
python 3 port: manual fixes, remove 2to3 from setup.py, remove fixers

12 years agopython 3 port: automated changes by a slightly modified python-modernize
Thomas Waldmann [Fri, 17 May 2013 21:52:14 +0000 (23:52 +0200)] 
python 3 port: automated changes by a slightly modified python-modernize

(replacing unicode with six.text_type, but not replacing u"" by six.u(""))

12 years agoFixed improperly closed tag in menu example in tricks.rst 207/head
Eugene Kalinin [Tue, 14 May 2013 02:59:53 +0000 (06:59 +0400)] 
Fixed improperly closed tag in menu example in tricks.rst

12 years agoAllow choice of wrap string in wordwrap filter. 206/head
John McDonnell [Sun, 2 Oct 2011 07:17:57 +0000 (03:17 -0400)] 
Allow choice of wrap string in wordwrap filter.

12 years agoFix vim syntax: Correctly highlight filters. 202/head
René Neumann [Tue, 23 Apr 2013 12:50:51 +0000 (14:50 +0200)] 
Fix vim syntax: Correctly highlight filters.

`skipwhite` makes only sense in combination with `nextgroup`.
Now filters are correctly highlighted independent of spaces after the
'|'.

12 years ago- Allow callable classes to have contextfunction and the like 200/head
Richard Eames [Tue, 16 Apr 2013 05:49:02 +0000 (23:49 -0600)] 
- Allow callable classes to have contextfunction and the like

12 years ago- Testcase
Richard Eames [Tue, 16 Apr 2013 05:48:48 +0000 (23:48 -0600)] 
- Testcase

12 years agoMerge pull request #177 from sakti/patch-1
Armin Ronacher [Fri, 12 Apr 2013 23:39:51 +0000 (16:39 -0700)] 
Merge pull request #177 from sakti/patch-1

fix typo swtich -> switch

12 years agoMerge pull request #171 from mgorny/master
Armin Ronacher [Fri, 12 Apr 2013 23:39:34 +0000 (16:39 -0700)] 
Merge pull request #171 from mgorny/master

Fix jinjaext compatibility with Python 3

12 years agoPessimistic locking for LRU cache. This fixes #8
Armin Ronacher [Fri, 12 Apr 2013 23:38:27 +0000 (00:38 +0100)] 
Pessimistic locking for LRU cache.  This fixes #8

12 years agoMerge pull request #187 from jet-sun/patch-1
Armin Ronacher [Fri, 12 Apr 2013 23:19:27 +0000 (16:19 -0700)] 
Merge pull request #187 from jet-sun/patch-1

correct typo

12 years agoMerge pull request #193 from mozillazg/patch-1
Armin Ronacher [Fri, 12 Apr 2013 23:18:49 +0000 (16:18 -0700)] 
Merge pull request #193 from mozillazg/patch-1

Fixed an issue about urlize function

12 years agoMerge pull request #195 from vergenzt/master
Armin Ronacher [Fri, 12 Apr 2013 23:18:03 +0000 (16:18 -0700)] 
Merge pull request #195 from vergenzt/master

Correct typo in dictsort filter documentation

12 years agoCorrect typo in dictsort filter documentation 195/head
Tim Vergenz [Thu, 28 Mar 2013 20:41:35 +0000 (13:41 -0700)] 
Correct typo in dictsort filter documentation

12 years agoFixed an issue about urlize function 193/head
mozillazg [Mon, 18 Mar 2013 06:27:54 +0000 (14:27 +0800)] 
Fixed an issue about urlize function

When URL startswith 'https://', the return is wrong.
Before:

    >>> urlize('https://github.com/')
    u'<a href="http://https://github.com/">https://github.com/</a>'
After:

    >>> urlize('https://github.com/')
    u'<a href="https://github.com/">https://github.com/</a>'

12 years agoFixed typos: overriden to overridden 188/head
Jonas Nockert [Sat, 23 Feb 2013 19:34:47 +0000 (20:34 +0100)] 
Fixed typos: overriden to overridden

12 years agocorrect typo 187/head
Jet Sun [Wed, 20 Feb 2013 23:30:16 +0000 (15:30 -0800)] 
correct typo

12 years agofix typo swtich -> switch 177/head
Sakti Dwi Cahyono [Fri, 15 Feb 2013 07:08:45 +0000 (14:08 +0700)] 
fix typo swtich -> switch

12 years agoFix jinjaext compatibility with Python 3. 171/head
Michał Górny [Sun, 13 Jan 2013 21:58:30 +0000 (22:58 +0100)] 
Fix jinjaext compatibility with Python 3.

Patch by Arfrever.

Fixes: https://github.com/mitsuhiko/jinja2/issues/115
12 years agoFixed typo 163/head
Natan L [Thu, 22 Nov 2012 08:10:41 +0000 (00:10 -0800)] 
Fixed typo

'ore' > 'or'

12 years agoFixed an unicode error after 2to3
Armin Ronacher [Sat, 15 Sep 2012 23:30:50 +0000 (08:30 +0900)] 
Fixed an unicode error after 2to3

12 years agoAdded filesize part to the module compiler. This fixes #131 for 3.3 and later
Armin Ronacher [Sat, 15 Sep 2012 23:26:31 +0000 (08:26 +0900)] 
Added filesize part to the module compiler.  This fixes #131 for 3.3 and later

13 years agoMerge pull request #137 from PaulMcMillan/improve_whitespace_docs
Armin Ronacher [Thu, 5 Jul 2012 07:39:32 +0000 (00:39 -0700)] 
Merge pull request #137 from PaulMcMillan/improve_whitespace_docs

Improve whitespace docs to reflect reality.

13 years agoImprove whitespace docs to reflect reality. 137/head
Paul McMillan [Wed, 4 Jul 2012 18:57:37 +0000 (11:57 -0700)] 
Improve whitespace docs to reflect reality.

See also:
https://groups.google.com/d/msg/pocoo-libs/6DylMqq1voI/GXTbZJ1Tr-sJ

13 years agoFix typos.
Christoph Zwerschke [Sun, 23 Oct 2011 16:23:58 +0000 (18:23 +0200)] 
Fix typos.

13 years agoMerge pull request #103 from njl/fix-issue-93
Ron DuPlain [Tue, 13 Mar 2012 23:50:27 +0000 (16:50 -0700)] 
Merge pull request #103 from njl/fix-issue-93

Fix to #93, this time respecting whitespace

13 years agoDistinguish ext folder from ext namespace.
Ron DuPlain [Tue, 13 Mar 2012 21:53:15 +0000 (14:53 -0700)] 
Distinguish ext folder from ext namespace.

13 years agoFix to #93, this time respecting whitespace 103/head
Ned Jackson Lovely [Tue, 13 Mar 2012 00:38:06 +0000 (20:38 -0400)] 
Fix to #93, this time respecting whitespace

Rejigger of title split to respect whitespace, also capitalize follow-on
hyphenated words.

13 years agoMerge pull request #78 from SimonSapin/patch-2
Ron DuPlain [Fri, 9 Mar 2012 22:29:09 +0000 (14:29 -0800)] 
Merge pull request #78 from SimonSapin/patch-2

Typo fix

13 years agoMerge pull request #81 from obeattie/docs-fix
Ron DuPlain [Fri, 9 Mar 2012 22:26:26 +0000 (14:26 -0800)] 
Merge pull request #81 from obeattie/docs-fix

Small typo fix to extension docs

13 years agoMerge pull request #95 from florentx/patch-2
Ron DuPlain [Fri, 9 Mar 2012 22:23:22 +0000 (14:23 -0800)] 
Merge pull request #95 from florentx/patch-2

Few typos in jinja2.utils

13 years agoFew typos in jinja2.utils 95/head
Florent Xicluna [Sun, 5 Feb 2012 12:09:15 +0000 (13:09 +0100)] 
Few typos in jinja2.utils

13 years agoAdded changelog entry for #92 and changed LoopContext.End to _last_iteration
Armin Ronacher [Tue, 24 Jan 2012 23:42:54 +0000 (00:42 +0100)] 
Added changelog entry for #92 and changed LoopContext.End to _last_iteration

13 years agoMerge pull request #92 from jasonkotenko/master
Armin Ronacher [Tue, 24 Jan 2012 23:40:38 +0000 (15:40 -0800)] 
Merge pull request #92 from jasonkotenko/master

Fix loop.last memory issue

13 years agoFixed loop.last to not consume the entire iterator to determine if this is 92/head
Jason Kotenko [Tue, 24 Jan 2012 22:19:08 +0000 (14:19 -0800)] 
Fixed loop.last to not consume the entire iterator to determine if this is
the last iteration of the loop.

13 years agoRenamed urlescape to urlencode
Armin Ronacher [Sat, 7 Jan 2012 16:47:56 +0000 (17:47 +0100)] 
Renamed urlescape to urlencode

13 years agoReworked implementation of the urlescape filter, made it Python3 compatible, document...
Armin Ronacher [Sat, 7 Jan 2012 16:46:40 +0000 (17:46 +0100)] 
Reworked implementation of the urlescape filter, made it Python3 compatible, documented it.

13 years agoNormalize to styleguide
Armin Ronacher [Sat, 7 Jan 2012 16:28:28 +0000 (17:28 +0100)] 
Normalize to styleguide

13 years agolive up to @mitsuhiko's ridiculous expectations 85/head
Aaron Swartz [Sat, 7 Jan 2012 01:25:57 +0000 (20:25 -0500)] 
live up to @mitsuhiko's ridiculous expectations

13 years agoAdd urlescape to default filters.
Aaron Swartz [Fri, 6 Jan 2012 15:27:36 +0000 (10:27 -0500)] 
Add urlescape to default filters.

13 years agoMerge branch 'master' of github.com:mitsuhiko/jinja2
Armin Ronacher [Thu, 15 Dec 2011 10:50:59 +0000 (11:50 +0100)] 
Merge branch 'master' of github.com:mitsuhiko/jinja2

13 years agoFixed a bug in the i18n extraction option handling and added a silent option.
Armin Ronacher [Thu, 15 Dec 2011 10:50:27 +0000 (11:50 +0100)] 
Fixed a bug in the i18n extraction option handling and added a silent option.

13 years agoSmall typo fix to extension docs 81/head
Oliver Beattie [Thu, 15 Dec 2011 09:47:34 +0000 (09:47 +0000)] 
Small typo fix to extension docs

13 years agoMerge pull request #80 from joshmoore/master
Armin Ronacher [Wed, 14 Dec 2011 16:17:27 +0000 (08:17 -0800)] 
Merge pull request #80 from joshmoore/master

Minor typo fix under docs/

13 years agoMinor type: s/of/or/ 80/head
jmoore [Wed, 14 Dec 2011 16:09:29 +0000 (17:09 +0100)] 
Minor type: s/of/or/