David Lord
71133493b5
Merge pull request #1040 from minho42/Simplify-import-split
...
Simplify splitting import_name in import_string()
2019-10-04 07:42:43 -07:00
Joshua Bronson
cc89256326
Merge pull request #1065 from alexwlchan/add-pypi-links
...
Add docs, code and issue tracker links to setup.py
2019-09-22 15:29:08 -04:00
Alex Chan
beb1fc6dbc
Add docs, code and issue tracker links to setup.py
2019-09-22 09:52:15 +01:00
Joshua Bronson
31d48f3e48
Merge pull request #1063 from PikachuEXE/fix/manifest
...
Fix MANIFEST.in to include renamed license file
2019-09-19 22:28:44 -04:00
PikachuEXE
d7f892c1ed
Fix MANIFEST.in to include renamed license file
2019-09-20 10:16:11 +08:00
Tim Gates
91a404073a
Fix simple typo: problemtic -> problematic ( #1059 )
...
Plus rephrase the comment for greater clarity.
2019-09-04 18:12:07 -04:00
David Lord
436f00b776
Merge branch '2.10.x'
2019-09-04 08:25:09 -07:00
David Lord
72fffe41a2
Merge pull request #1051 from vstinner/tb_next_py37
...
Fix TracebackFrameProxy.set_next() on Python 3.7
2019-09-04 07:48:06 -07:00
Victor Stinner
3a86ef3d72
Fix TracebackFrameProxy.set_next() on Python 3.7
...
Fix issue #1050 : fix a crash in TracebackFrameProxy.set_next() on
Python 3.7 and newer, when Python is build in debug mode.
Since Python 3.7, traceback.tb_next field can be modified: ctypes is
no longer needed.
2019-09-04 07:40:52 -07:00
Joshua Bronson
274eff178d
Merge pull request #1045 from yuriks/patch-1
...
Update PyPI link to point to Jinja2 instead of 1
2019-08-08 22:49:09 -04:00
Yuri Kunde Schlesner
2231a5fffe
Update PyPI link to point to Jinja2 instead of 1
2019-08-08 17:14:03 -07:00
David Lord
9550dc85ff
Merge branch '2.10.x'
2019-07-26 15:21:16 -07:00
David Lord
d601b3f496
fix tox docs build
2019-07-26 15:17:58 -07:00
David Lord
288dd42f57
Merge branch '2.9.x' into docs
2019-07-26 15:01:03 -07:00
David Lord
908726cd81
Merge pull request #1042 from pallets/docs
...
modernize docs, 2.9.x branch
2019-07-26 14:39:59 -07:00
David Lord
90756da7b6
reformat readme
2019-07-26 14:36:55 -07:00
David Lord
06696563d7
fix linkcheck issues
2019-07-26 12:12:41 -07:00
David Lord
f77b09d998
modernize docs config, use pallets-sphinx-themes
2019-07-26 11:41:08 -07:00
Min ho Kim
0209b0fc62
Fix typo
2019-07-25 15:29:57 +02:00
Min ho Kim
486a2f4afa
Simplify splitting import_name in import_string()
2019-07-24 09:55:04 +10:00
David Lord
9a877fa6c7
Merge pull request #1035 from utoddl/stable-sort-doc
...
document that sort is stable
2019-07-23 15:23:03 -07:00
David Lord
8a4a13d456
clean up sort filter docs
2019-07-23 15:20:07 -07:00
Todd Lewis
996bcadc3e
document that sort is stable
2019-07-23 14:56:49 -07:00
David Lord
47e5c95dbb
Merge pull request #956 from revelt/patch-1
...
Tweak docs grouper chapter
2019-07-23 14:54:57 -07:00
David Lord
d8f1eb1cf6
clean up groupby filter docs
2019-07-23 14:49:06 -07:00
Roy Revelt
523be83aec
clarify groupby behavior in docs
2019-07-23 14:49:06 -07:00
David Lord
8e3c0e7739
Merge pull request #923 from CleoQc/feature/long_integer_with_underscores
...
Feature/long integer with underscores
2019-07-23 11:11:28 -07:00
David Lord
733851eda0
clean up numeric underscore support
...
add changelog
clean up docs
parametrize tests
explain float regex
2019-07-23 11:07:09 -07:00
CleoQc
1fea4b65f9
support underscore in int and float
2019-07-23 09:25:16 -07:00
David Lord
278a0574f7
Merge pull request #922 from CleoQc/feature/support_scientific_notation
...
Feature/support scientific notation
2019-07-23 08:35:15 -07:00
David Lord
483b62eec2
clean up scientific notation support
...
add changelog
clean up docs
parametrize tests
2019-07-23 08:19:51 -07:00
CleoQc
fd00805ca7
support scientific notation
2019-07-22 12:27:56 -07:00
David Lord
626bdd08d4
Merge pull request #961 from JulienPalard/TemplateNotFound
...
Better repr for TemplateNotFound.
2019-07-22 10:50:37 -07:00
David Lord
5b2b7cab37
Merge pull request #981 from pwlandoll/2.10.x
...
Add Links section to README
2019-07-22 10:47:32 -07:00
David Lord
2e950f0f5f
Merge pull request #994 from bkiu/931-undeclared-variables
...
exclude globals from find_undeclared_variables
2019-07-22 10:46:50 -07:00
Brendan
f7b110cbd0
exclude globals from find_undeclared_variables
2019-07-22 10:43:47 -07:00
David Lord
c5f1fd328b
Merge pull request #985 from bkiu/557-map-default
...
Adding a default parameter to builtin map filter
2019-07-22 10:39:23 -07:00
David Lord
81783615ea
Merge branch 'master' into 557-map-default
2019-07-22 10:30:10 -07:00
Brendan
8b09b03aa0
Adding a default parameter to builtin map filter
2019-07-22 09:43:13 -07:00
David Lord
219b8a33b1
Merge pull request #986 from pbjr23/fix-safe-range-memory
...
Fix memory usage bug in Python 2 by using correct version of range
2019-07-22 08:34:09 -07:00
Prakhar Bhandari
35fcd9fef2
sandbox uses xrange on Python 2
2019-07-22 08:30:22 -07:00
David Lord
04cc41ea1e
Merge pull request #990 from tbnorth/vim_syntax_tweak
...
This is the correct thing to do, vim-wise, although whether
2019-07-22 07:55:11 -07:00
David Lord
52c45df292
Merge pull request #1018 from kbiggers/jinja/557
...
add default to map filter
2019-07-22 07:42:04 -07:00
Kevin
2319cd5409
add default to map filter
2019-07-22 07:38:50 -07:00
David Lord
f76c3edf2b
Merge pull request #1014 from markroth8/mroth/fix/748
...
Allow '{%+' to be valid syntax (but NOP) when lstrip_blocks == False. Fixes #748
2019-07-20 14:23:53 -07:00
Mark Roth
1e71e31512
Allow '{%+' to be valid syntax (but NOP) when lstrip_blocks == False. Fixes #748 .
2019-07-20 14:18:56 -07:00
David Lord
55cb0e73e6
Merge pull request #1022 from jdufresne/hl
...
Correct syntax highlighting of jinja block in docs
2019-07-20 14:14:41 -07:00
Jon Dufresne
01af178323
Correct syntax highlighting of jinja block in docs
2019-07-20 14:10:02 -07:00
David Lord
13cc9f410c
Merge branch '2.10.x'
2019-07-20 14:03:04 -07:00
David Lord
e74640b5f3
Merge pull request #1030 from rillian/PytestUnknownMarkWarning
...
Fix pytest unknown mark warnings
2019-07-20 13:58:04 -07:00