Commit Graph

45 Commits

Author SHA1 Message Date
David Lord
0cc6ff9051
drop end of life python versions 2025-05-28 11:13:57 -07:00
David Lord
fcd3d3bbf3
drop support for Python 3.7 2024-04-23 12:22:59 -07:00
David Lord
5308c9588d
drop Python 3.6 2021-11-08 08:07:29 -08:00
nabbisen
8cef6b89c5 replace http with https in docs 2021-08-28 09:12:38 -04:00
David Lord
1932ce3dc4
async support doesn't require patching 2021-04-10 16:12:25 -07:00
David Lord
f28b25ea62
remove Python 2 from docs 2020-02-05 08:37:40 -08:00
David Lord
4a59ac9514
Revert "rename imports to jinja"
This reverts commit 1167525b73.
2020-01-26 21:12:52 -08:00
David Lord
1167525b73
rename imports to jinja 2020-01-10 15:30:16 -08:00
David Lord
57626a000a
use "Jinja" instead of "Jinja2" 2019-10-23 12:35:53 -07:00
David Lord
9550dc85ff
Merge branch '2.10.x' 2019-07-26 15:21:16 -07:00
David Lord
06696563d7
fix linkcheck issues 2019-07-26 12:12:41 -07:00
Jon Dufresne
d2ab8ac459 Remove reference to deprecated easy_install; use pip instead
easy_install is deprecated and its use is discouraged by PyPA:

https://setuptools.readthedocs.io/en/latest/easy_install.html

> Warning: Easy Install is deprecated. Do not use it. Instead use pip.

Follow upstream advice and only recommended supported tools. Replace
with pip.
2018-11-02 06:52:07 -07:00
Jon Dufresne
148b6fb3c5 Trim trailing white space throughout the project
Many editors clean up trailing white space on save. By removing it all
in one go, it helps keep future diffs cleaner by avoiding spurious white
space changes on unrelated lines.
2018-08-29 20:58:03 -07:00
Florian Bruhin
5425921899 Also drop Python 2.6 2018-06-27 21:48:02 +02:00
Florian Bruhin
d1fb22fd45 Drop Python 3.3 support
It's currently broken on Travis (as it was dropped in 'wheel'), so continuing to
support it is probably not worth the pain.
2018-06-27 16:13:52 +02:00
Jon Dufresne
453f81d84f Update all pypi.python.org URLs to pypi.org
For details on the new PyPI, see the blog post:

https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
2018-04-18 19:35:29 -07:00
Godefroid Chapelle
c0c3b7879e Remove old statement about Python 3 (#803)
There is now Python 3 support...
2018-01-30 12:02:33 -08:00
Jon Dufresne
3b1ddea8ac In documentation, prefer https over http when available 2017-04-09 15:21:05 -07:00
Raphael Boidol
e064e0e895 Remove sudo command from documentation (fixes #543).
Installations should be in a virtualenv.
2016-05-01 14:13:40 +02:00
José Carlos García
c5a860c741 change from @mitsuhiko to pallets project 2016-04-03 16:21:39 -07:00
Carl A Dunham
d546358cf5 fixed some typos and clarifying 2014-01-18 15:26:10 -06:00
Armin Ronacher
d76b8da0d2 Clarified some text in the intro 2013-05-20 12:15:50 +01:00
Armin Ronacher
cd7bf5b00f Removed mention of speedup module and rewrote docs for markupsafe dependency 2013-05-19 13:51:47 +01:00
Armin Ronacher
fe63b44889 Merge remote-tracking branch 'Talksum/distribute_required' 2013-05-19 12:29:55 +01:00
Cory Benfield
447d3d2799 Trash debugsupport. 2013-05-18 10:35:54 +01:00
Thomas Waldmann
50f6965f2e 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
2013-05-18 01:07:52 +02:00
Mike Chesnut
d329a3e32f adding explicit mention of distribute prerequisite at runtime 2012-12-18 13:52:07 -08:00
Armin Ronacher
d6a2003752 Documentation update. Documentation will become the new Jinja2 website 2010-10-17 16:30:15 +02:00
Armin Ronacher
54a13bce8f Fixed link to git 2010-10-17 16:07:38 +02:00
Armin Ronacher
d811ab5dc7 Changed links to github 2010-10-17 16:07:08 +02:00
Armin Ronacher
10c34da7df Documented switch to MarkupSafe
--HG--
branch : trunk
2010-08-17 12:10:27 +02:00
Armin Ronacher
eb43b12f81 Added Python 3 section to the documentation.
--HG--
branch : trunk
2010-02-10 02:10:48 +01:00
Armin Ronacher
0045216c9e Documentation recommends distribute now.
--HG--
branch : trunk
2010-02-10 02:06:06 +01:00
Armin Ronacher
656d5e7c31 Some tiny documentation fixes (unicode -> Unicode)
--HG--
branch : trunk
2010-02-09 01:31:47 +01:00
Georg Brandl
79cc8d1640 Fix typo.
--HG--
branch : trunk
2009-10-19 21:17:53 +02:00
Armin Ronacher
237f01be58 Fixed the install docs.
--HG--
branch : trunk
2009-09-13 10:35:54 -07:00
Armin Ronacher
9ebc45718c Disabled speedups by default.
--HG--
branch : trunk
2009-09-13 00:30:06 -07:00
Armin Ronacher
86b5cb531d (codename Kong, released on September 12th 2009)
--HG--
branch : trunk
2009-09-13 00:23:27 -07:00
Armin Ronacher
0aa0f58aae Applied documentation patches by Clemens Hermann.
--HG--
branch : trunk
2009-03-18 01:01:36 +01:00
Armin Ronacher
56d0107805 Updated documentation to reflect the new speedups installation behavior.
--HG--
branch : trunk
2008-11-23 13:25:51 +01:00
Armin Ronacher
4dcc237b2b fixed linking in jinja docs for the intro
--HG--
branch : trunk
2008-05-26 13:59:26 +02:00
Armin Ronacher
61a5a24a51 fixed a bug in error reporting and some small documentation updates
--HG--
branch : trunk
2008-05-26 12:07:44 +02:00
Armin Ronacher
bbbe062c7b fixed an embarrassing mistake in the documentation
--HG--
branch : trunk
2008-05-19 00:23:37 +02:00
Armin Ronacher
ed98cac76e some documentation updates
--HG--
branch : trunk
2008-05-07 08:42:11 +02:00
Armin Ronacher
3c8b7ade4a first version of the jinja2 docs
--HG--
branch : trunk
2008-04-28 13:52:21 +02:00