| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | Merge pull request #1051 from vstinner/tb_next_py37 | David Lord | 2019-09-04 | 2 | -5/+13 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | Fix TracebackFrameProxy.set_next() on Python 3.7 | |||||
| | | * | | | | | Fix TracebackFrameProxy.set_next() on Python 3.7 | Victor Stinner | 2019-09-04 | 2 | -5/+13 | |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | | | | Merge pull request #1045 from yuriks/patch-1 | Joshua Bronson | 2019-08-08 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Update PyPI link to point to Jinja2 instead of 1 | |||||
| | * | | | | | | Update PyPI link to point to Jinja2 instead of 1 | Yuri Kunde Schlesner | 2019-08-08 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch '2.10.x' | David Lord | 2019-07-26 | 36 | -1638/+618 | |
| |\ \ \ \ \ \ | |/ / / / / | ||||||
| | * | | | | | fix tox docs build | David Lord | 2019-07-26 | 1 | -0/+1 | |
| | | | | | | | ||||||
| | * | | | | | Merge branch '2.9.x' into docs | David Lord | 2019-07-26 | 32 | -1592/+577 | |
| | |\ \ \ \ \ | ||||||
| | | * \ \ \ \ | Merge pull request #1042 from pallets/docs2.9.x | David Lord | 2019-07-26 | 35 | -1694/+732 | |
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | modernize docs, 2.9.x branch | |||||
| | | | * | | | | | reformat readme | David Lord | 2019-07-26 | 1 | -400/+446 | |
| | | | | | | | | | ||||||
| | | | * | | | | | fix linkcheck issuesdocs | David Lord | 2019-07-26 | 7 | -25/+24 | |
| | | | | | | | | | ||||||
| | | | * | | | | | modernize docs config, use pallets-sphinx-themes | David Lord | 2019-07-26 | 30 | -1149/+142 | |
| | | |/ / / / / | ||||||
| | * | | | | | | Merge pull request #981 from pwlandoll/2.10.x | David Lord | 2019-07-22 | 1 | -0/+11 | |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add Links section to README | |||||
| | | * | | | | | | Add Links section to README | Peter Landoll | 2019-05-06 | 1 | -0/+11 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Merge pull request #986 from pbjr23/fix-safe-range-memory | David Lord | 2019-07-22 | 3 | -7/+23 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix memory usage bug in Python 2 by using correct version of range | |||||
| | | * | | | | | | | sandbox uses xrange on Python 2 | Prakhar Bhandari | 2019-07-22 | 3 | -7/+23 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Fix typo | Min ho Kim | 2019-07-25 | 1 | -1/+1 | |
| | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #1035 from utoddl/stable-sort-doc | David Lord | 2019-07-23 | 1 | -15/+27 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | document that sort is stable | |||||
| | * | | | | | | | clean up sort filter docs | David Lord | 2019-07-23 | 1 | -21/+22 | |
| | | | | | | | | | ||||||
| | * | | | | | | | document that sort is stable | Todd Lewis | 2019-07-23 | 1 | -2/+13 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #956 from revelt/patch-1 | David Lord | 2019-07-23 | 1 | -26/+23 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Tweak docs grouper chapter | |||||
| | * | | | | | | | clean up groupby filter docs | David Lord | 2019-07-23 | 1 | -26/+23 | |
| | | | | | | | | | ||||||
| | * | | | | | | | clarify groupby behavior in docs | Roy Revelt | 2019-07-23 | 1 | -4/+4 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #923 from CleoQc/feature/long_integer_with_underscores | David Lord | 2019-07-23 | 5 | -41/+82 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Feature/long integer with underscores | |||||
| | * | | | | | | | clean up numeric underscore support | David Lord | 2019-07-23 | 4 | -42/+70 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add changelog clean up docs parametrize tests explain float regex | |||||
| | * | | | | | | | support underscore in int and float | CleoQc | 2019-07-23 | 3 | -11/+24 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #922 from CleoQc/feature/support_scientific_notation | David Lord | 2019-07-23 | 5 | -12/+46 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Feature/support scientific notation | |||||
| | * | | | | | | | clean up scientific notation support | David Lord | 2019-07-23 | 4 | -22/+41 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add changelog clean up docs parametrize tests | |||||
| | * | | | | | | | support scientific notation | CleoQc | 2019-07-22 | 3 | -6/+21 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #961 from JulienPalard/TemplateNotFound | David Lord | 2019-07-22 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Better repr for TemplateNotFound. | |||||
| | * | | | | | | | Better repr for TemplateNotFound. | Julien Palard | 2019-03-18 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #994 from bkiu/931-undeclared-variables | David Lord | 2019-07-22 | 3 | -1/+7 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | exclude globals from find_undeclared_variables | |||||
| | * | | | | | | | | exclude globals from find_undeclared_variables | Brendan | 2019-07-22 | 3 | -1/+7 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #985 from bkiu/557-map-default | David Lord | 2019-07-22 | 2 | -6/+5 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Adding a default parameter to builtin map filter | |||||
| | * \ \ \ \ \ \ \ | Merge branch 'master' into 557-map-default | David Lord | 2019-07-22 | 31 | -215/+581 | |
| | |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #990 from tbnorth/vim_syntax_tweak | David Lord | 2019-07-22 | 1 | -0/+3 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | This is the correct thing to do, vim-wise, although whether | |||||
| | * | | | | | | | | | This is the correct thing to do, vim-wise, although whether | Terry N. Brown | 2019-05-06 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it has any impact depends on how the user has folding set up in vim. I confirmed that with the change, a folding setup that uses these variables works, whereas without the change, the same setup doesn't work. Change only effects a file that has to be manually copied to the user's ~/.vim/syntax folder, so it won't impact jinja execution in any way. | |||||
| * | | | | | | | | | | Merge pull request #1018 from kbiggers/jinja/557 | David Lord | 2019-07-22 | 3 | -6/+47 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | add default to map filter | |||||
| | * | | | | | | | | | | add default to map filter | Kevin | 2019-07-22 | 3 | -6/+47 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #1014 from markroth8/mroth/fix/748 | David Lord | 2019-07-20 | 3 | -17/+39 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Allow '{%+' to be valid syntax (but NOP) when lstrip_blocks == False. Fixes #748 | |||||
| | * | | | | | | | | | | Allow '{%+' to be valid syntax (but NOP) when lstrip_blocks == False. Fixes ↵ | Mark Roth | 2019-07-20 | 3 | -17/+39 | |
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #748. | |||||
| * | | | | | | | | | | Merge pull request #1022 from jdufresne/hl | David Lord | 2019-07-20 | 1 | -3/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Correct syntax highlighting of jinja block in docs | |||||
| | * | | | | | | | | | | Correct syntax highlighting of jinja block in docs | Jon Dufresne | 2019-07-20 | 1 | -3/+1 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge branch '2.10.x' | David Lord | 2019-07-20 | 11 | -110/+171 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | | Merge pull request #1030 from rillian/PytestUnknownMarkWarning | David Lord | 2019-07-20 | 2 | -2/+44 | |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix pytest unknown mark warnings | |||||
| | | * | | | | | | | | | warnings are errors during tests | David Lord | 2019-07-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | Register custom test category markers. | Ralph Giles | 2019-07-20 | 1 | -1/+43 | |
| | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since around pytest 3.6 it's been possible to register custom markers, and since version 4.5.0 pytest warns about any which are not registered. Register a list of such markers, extracted from those warnings, so they don't clutter the test output. | |||||
| | * | | | | | | | | | ignore coverage parse errors | David Lord | 2019-07-20 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Azure has Python 2.7.15 and Python 3.5.5, which can't parse async code. Later patch versions can parse it fine, so this can be removed if Azure updates. | |||||
| | * | | | | | | | | | switch tests to azure pipelines | David Lord | 2019-07-20 | 6 | -104/+91 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Merge pull request #1019 from ↵ | David Lord | 2019-06-18 | 7 | -26/+26 | |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jbarreneche/backport-python3.7-collections-warning-fix Backport python3.7 collections warning fix | |||||
| | | * | | | | | | | | | Add python 3.7 deprecation warning fix to changelog | Juan Barreneche | 2019-06-18 | 1 | -0/+7 | |
| | | | | | | | | | | | | ||||||
