summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #1339 from mkrizek/issue-1335David Lord2021-01-282-0/+5
|\ \ | | | | | | native_concat: pass only strings to literal_eval
| * | native_concat: pass only strings to literal_evalMartin Krizek2021-01-282-0/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | If there is only single node and it is not a string, there is no point in passing it into ``literal_eval``, just return it immediately. One of the examples where passing a non-string node into ``literal_eval`` would actually cause problems is when the node is ``Undefined``. On Python 3.10 this would cause ``UndefinedError`` instead of just ``Undefined`` being returned. Fixes #1335
* | Fix "If" example in documentation (#1337)Adam Johnson2021-01-261-1/+1
| | | | | | Fix "If" example in documentation
* | add 'linetable' to the preserved CodeType attributes (#1334)Thomas Moschny2021-01-191-0/+1
| | | | | | | | | | add 'linetable' to the preserved CodeType attributes co_linetable replaces co_lnotab as part of PEP 626 in Python 3.10.
* | Merge pull request #1329 from pallets/dependabot/pip/pytest-6.2.1dependabot-preview[bot]2021-01-012-2/+2
|\ \
| * | Bump pytest from 6.1.2 to 6.2.1dependabot-preview[bot]2021-01-012-2/+2
|/ / | | | | | | | | | | | | | | Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.1.2 to 6.2.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/6.1.2...6.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #1330 from pallets/dependabot/pip/pre-commit-2.9.3dependabot-preview[bot]2021-01-011-1/+1
|\ \
| * | Bump pre-commit from 2.9.2 to 2.9.3dependabot-preview[bot]2021-01-011-1/+1
|/ / | | | | | | | | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.9.2 to 2.9.3. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.9.2...v2.9.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #1328 from pallets/dependabot/pip/pip-tools-5.5.0dependabot-preview[bot]2021-01-011-2/+2
|\ \
| * | Bump pip-tools from 5.4.0 to 5.5.0dependabot-preview[bot]2021-01-011-2/+2
|/ / | | | | | | | | | | | | | | Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/jazzband/pip-tools/compare/5.4.0...5.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Update templates.rst to fix small typo (#1327)Jonathan Berger2020-12-231-1/+1
| |
* | Merge pull request #1322 from pallets/dependabot/pip/pre-commit-2.9.2dependabot-preview[bot]2020-12-011-1/+1
|\ \
| * | Bump pre-commit from 2.8.2 to 2.9.2dependabot-preview[bot]2020-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.8.2 to 2.9.2. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.8.2...v2.9.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #1321 from pallets/dependabot/pip/babel-2.9.0dependabot-preview[bot]2020-12-011-1/+1
|\ \ \ | |/ / |/| |
| * | Bump babel from 2.8.0 to 2.9.0dependabot-preview[bot]2020-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [babel](https://github.com/python-babel/babel) from 2.8.0 to 2.9.0. - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES) - [Commits](https://github.com/python-babel/babel/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #1320 from pallets/dependabot/pip/pip-tools-5.4.0dependabot-preview[bot]2020-12-011-1/+1
|\ \ \ | |/ / |/| |
| * | Bump pip-tools from 5.3.1 to 5.4.0dependabot-preview[bot]2020-12-011-1/+1
|/ / | | | | | | | | | | | | | | Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 5.3.1 to 5.4.0. - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/jazzband/pip-tools/compare/5.3.1...5.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | reduce lock schedule to dailyDavid Lord2020-11-131-1/+1
| |
* | add lock threads workflowDavid Lord2020-11-131-0/+15
| |
* | Merge pull request #1306 from pallets/dependabot/pip/pre-commit-2.8.2dependabot-preview[bot]2020-11-011-1/+1
|\ \
| * | Bump pre-commit from 2.7.1 to 2.8.2dependabot-preview[bot]2020-11-011-1/+1
|/ / | | | | | | | | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.7.1 to 2.8.2. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.7.1...v2.8.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #1307 from pallets/dependabot/pip/pytest-6.1.2dependabot-preview[bot]2020-11-012-2/+2
|\ \
| * | Bump pytest from 6.1.0 to 6.1.2dependabot-preview[bot]2020-11-012-2/+2
|/ / | | | | | | | | | | | | | | Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.1.0 to 6.1.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/6.1.0...6.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #1305 from pallets/dependabot/pip/tox-3.20.1dependabot-preview[bot]2020-11-011-1/+1
|\ \
| * | Bump tox from 3.20.0 to 3.20.1dependabot-preview[bot]2020-11-011-1/+1
|/ / | | | | | | | | | | | | | | Bumps [tox](https://github.com/tox-dev/tox) from 3.20.0 to 3.20.1. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/3.20.0...3.20.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #1303 from gibson042/gh-1279-custom-async-filtersDavid Lord2020-10-313-4/+39
|\ \ | | | | | | Fix custom async filters
| * | detect custom async filters in as_constRichard Gibson2020-10-313-4/+39
|/ /
* | Merge pull request #1247 from MLH-Fellowship/type-hintsDavid Lord2020-10-2115-32/+72
|\ \ | | | | | | Setup mypy
| * | Setup mypyTeymour Aldridge2020-07-2815-32/+72
| | | | | | | | | | | | | | | * Add missing type hints (these are intended as an initial set of type hints, to be added upon and improved later) * Setup MyPy to run as a Github Action
* | | Merge pull request #1296 from pallets/dependabot/pip/pytest-6.1.0dependabot-preview[bot]2020-10-012-4/+2
|\ \ \
| * | | Bump pytest from 6.0.2 to 6.1.0dependabot-preview[bot]2020-10-012-4/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.0.2 to 6.1.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/6.0.2...6.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #1292 from pallets/dependabot/pip/pytest-6.0.2dependabot-preview[bot]2020-09-142-2/+2
|\ \ \
| * | | Bump pytest from 6.0.1 to 6.0.2dependabot-preview[bot]2020-09-142-2/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/6.0.1...6.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #1291 from pallets/dependabot/pip/tox-3.20.0dependabot-preview[bot]2020-09-071-1/+1
|\ \ \
| * | | Bump tox from 3.19.0 to 3.20.0dependabot-preview[bot]2020-09-071-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [tox](https://github.com/tox-dev/tox) from 3.19.0 to 3.20.0. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/3.19.0...3.20.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Add GitHub templates from Werkzeug (#1282)Peter Bittner2020-08-295-33/+79
| | |
* | | Merge pull request #1281 from pallets/dependabot/pip/pre-commit-2.7.1dependabot-preview[bot]2020-08-241-1/+1
|\ \ \
| * | | Bump pre-commit from 2.6.0 to 2.7.1dependabot-preview[bot]2020-08-241-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.6.0 to 2.7.1. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.6.0...v2.7.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #1277 from pallets/dependabot/pip/tox-3.19.0dependabot-preview[bot]2020-08-071-1/+1
|\ \ \
| * | | Bump tox from 3.18.1 to 3.19.0dependabot-preview[bot]2020-08-071-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [tox](https://github.com/tox-dev/tox) from 3.18.1 to 3.19.0. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/3.18.1...3.19.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #1274 from pallets/dependabot/pip/pip-tools-5.3.1dependabot-preview[bot]2020-08-031-1/+1
|\ \ \
| * | | Bump pip-tools from 5.3.0 to 5.3.1dependabot-preview[bot]2020-08-031-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 5.3.0 to 5.3.1. - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/jazzband/pip-tools/compare/5.3.0...5.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #1271 from pallets/dependabot/pip/pytest-6.0.1dependabot-preview[bot]2020-07-312-2/+2
|\ \ \
| * | | Bump pytest from 6.0.0 to 6.0.1dependabot-preview[bot]2020-07-312-2/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/6.0.0...6.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #1268 from pallets/dependabot/pip/tox-3.18.1dependabot-preview[bot]2020-07-291-1/+1
|\ \ \
| * | | Bump tox from 3.18.0 to 3.18.1dependabot-preview[bot]2020-07-291-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [tox](https://github.com/tox-dev/tox) from 3.18.0 to 3.18.1. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/3.18.0...3.18.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #1267 from pallets/dependabot/pip/pytest-6.0.0dependabot-preview[bot]2020-07-292-7/+8
|\ \ \
| * | | Bump pytest from 5.4.3 to 6.0.0dependabot-preview[bot]2020-07-292-7/+8
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.3 to 6.0.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/5.4.3...6.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #1266 from pallets/dependabot/pip/pip-tools-5.3.0dependabot-preview[bot]2020-07-271-1/+1
|\ \ \
| * | | Bump pip-tools from 5.2.1 to 5.3.0dependabot-preview[bot]2020-07-271-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 5.2.1 to 5.3.0. - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/jazzband/pip-tools/compare/5.2.1...5.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>