summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-03-221-1/+1
|/
* Merge pull request #1369 from pallets/pre-commit-ci-update-configDavid Lord2021-03-151-1/+1
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-03-151-1/+1
|/
* Merge pull request #1356 from BALaka-18/map-filter-defaultDavid Lord2021-02-243-1/+11
|\ | | | | Map filter can use False as default
| * map filter can use False as defaultBALaka-182021-02-243-1/+11
|/
* Merge pull request #1361 from pallets/consistencyDavid Lord2021-02-2416-52/+85
|\ | | | | various cleanup for consistency between projects
| * move version to setup.cfgDavid Lord2021-02-242-8/+2
| |
| * cache mypy in ciDavid Lord2021-02-241-0/+6
| |
| * consistent typing configDavid Lord2021-02-248-27/+29
| |
| * docs rename changelog to changes, add licenseDavid Lord2021-02-243-3/+8
| |
| * update project linksDavid Lord2021-02-243-11/+29
| |
| * use rtd to build docs for prsDavid Lord2021-02-162-3/+11
|/ | | | skip code tests when only docs change
* simplify dev install commandDavid Lord2021-02-081-3/+0
|
* Merge pull request #1351 from pallets/pre-commit-ci-update-configDavid Lord2021-02-081-1/+1
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-02-081-1/+1
|/
* Merge pull request #1350 from pallets/update-test-requirementsDavid Lord2021-02-0611-77/+172
|\ | | | | update requirements, test Python 3.9
| * update requirements, test Python 3.9David Lord2021-02-0611-77/+172
|/
* update building docs instructions in contributing guide (#1235)sixtyfathoms2021-02-041-0/+6
|
* update contributing guideDavid Lord2021-02-022-10/+14
|
* Merge pull request #1348 from pallets/json-docsDavid Lord2021-02-012-46/+46
|\ | | | | update tojson docs
| * update tojson docsDavid Lord2021-02-012-46/+46
|/
* [pre-commit.ci] pre-commit autoupdate (#1347)pre-commit-ci[bot]2021-02-011-1/+1
|
* Merge pull request #1346 from pallets/dependabot/pip/pytest-6.2.2dependabot-preview[bot]2021-02-012-10/+19
|\
| * Bump pytest from 6.2.1 to 6.2.2dependabot/pip/pytest-6.2.2dependabot-preview[bot]2021-02-012-10/+19
| | | | | | | | | | | | | | | | Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.1 to 6.2.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.2.1...6.2.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #1345 from pallets/dependabot/pip/pre-commit-2.10.0dependabot-preview[bot]2021-02-011-1/+1
|\ \ | |/ |/|
| * Bump pre-commit from 2.9.3 to 2.10.0dependabot/pip/pre-commit-2.10.0dependabot-preview[bot]2021-02-011-1/+1
|/ | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.9.3 to 2.10.0. - [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.3...v2.10.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #1344 from pallets/dependabot/pip/tox-3.21.3dependabot-preview[bot]2021-02-011-21/+58
|\
| * Bump tox from 3.20.1 to 3.21.3dependabot-preview[bot]2021-02-011-21/+58
|/ | | | | | | | Bumps [tox](https://github.com/tox-dev/tox) from 3.20.1 to 3.21.3. - [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.1...3.21.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge branch '2.11.x'David Lord2021-01-314-10/+15
|\
| * release version 2.11.32.11.32.11.xDavid Lord2021-01-312-2/+2
| |
| * Merge pull request #1343 from pallets/urlize-speedupDavid Lord2021-01-312-51/+66
| |\ | | | | | | backport urlize speedup
| | * speed up urlize matchingDavid Lord2021-01-312-51/+66
| |/
| * Merge pull request #1207 from mhansen/patch-1David Lord2020-05-161-1/+1
| |\ | | | | | | api.rst: bugfix in docs, import PackageLoader
| | * api.rst: bugfix in docs, import PackageLoaderMark Hansen2020-05-161-1/+1
| | | | | | | | | It's used two lines below.
| * | Merge pull request #1209 from mhansen/patch-3David Lord2020-05-161-4/+4
| |\ \ | | |/ | |/| do_dictsort: update example ready to copy/paste
| | * do_dictsort: update example ready to copy/pasteMark Hansen2020-05-161-4/+4
| |/ | | | | When iterating over a dict you usually want to pull out the keys and values.
* | Merge pull request #1310 from pallets/pre-commit-ci-update-configDavid Lord2021-01-308-27/+34
|\ \ | | | | | | [pre-commit.ci] pre-commit autoupdate
| * | fix new formatting issuesDavid Lord2021-01-307-21/+28
| | |
| * | [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-01-301-6/+6
|/ /
* | Merge pull request #1195 from bebleo/add_mailto_link_supportDavid Lord2021-01-307-72/+238
|\ \ | | | | | | Improve and extend urlize
| * | refactor urlize functionDavid Lord2021-01-302-67/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | don't try other url types if one already matched no-op function if trim is not enabled avoid backtracking when matching trailing punctuation match head and tail punctuation separately don't scan for unbalanced parentheses more than necessary ensure email domain starts and ends with a word character
| * | update urlize docs, clean up codeDavid Lord2021-01-306-76/+131
| | | | | | | | | | | | | | | | | | move regexes near implementation commented verbose regex for http pattern renamed extra_uri_schemes to extra_schemes
| * | Improve and extend urlizeBebleo2021-01-306-27/+129
| | |
* | | update docs on adding extensions (#1237)sixtyfathoms2021-01-301-2/+5
| | |
* | | Improve diction (amount -> number) (#1341)Roy Smith2021-01-301-1/+1
|/ /
* | update docs about required blocks (#1340)David Lord2021-01-302-21/+27
| |
* | Merge pull request #1243 from MLH-Fellowship/deprecate-extensionAmy Lei2021-01-294-16/+29
|\ \ | | | | | | deprecate 'autoescape' and 'with' extensions for removal in 3.1
| * | deprecate 'with' and 'autoescape' extensionsFawziyahAlebiosu2021-01-294-16/+29
|/ /
* | Merge pull request #1233 from MLH-Fellowship/required-blocksAmy Lei2021-01-297-4/+183
|\ \ | | | | | | add required attribute to blocks
| * | add required attribute to blocksAmy2021-01-297-4/+183
|/ / | | | | | | | | required blocks must be overridden at some point, although not necessarily by the direct child template