aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-23fix docs requirements pathDavid Lord
2020-06-15Merge pull request #130 from pallets/dependabot/pip/sphinx-3.1.1dependabot-preview[bot]
2020-06-15Bump sphinx from 3.1.0 to 3.1.1dependabot-preview[bot]
2020-06-10Merge pull request #129 from pallets/dependabot/pip/pre-commit-2.5.1dependabot-preview[bot]
2020-06-10Bump pre-commit from 2.5.0 to 2.5.1dependabot-preview[bot]
2020-06-10Merge pull request #128 from pallets/dependabot/pip/pip-tools-5.2.1dependabot-preview[bot]
2020-06-10Bump pip-tools from 5.2.0 to 5.2.1dependabot-preview[bot]
2020-06-09Merge pull request #127 from pallets/dependabot/pip/sphinx-3.1.0dependabot-preview[bot]
2020-06-09Merge pull request #126 from pallets/dependabot/pip/pre-commit-2.5.0dependabot-preview[bot]
2020-06-09Bump sphinx from 3.0.4 to 3.1.0dependabot-preview[bot]
2020-06-09Bump pre-commit from 2.4.0 to 2.5.0dependabot-preview[bot]
2020-06-08Merge pull request #125 from pallets/dependabot/pip/tox-3.15.2dependabot-preview[bot]
2020-06-08Bump tox from 3.15.1 to 3.15.2dependabot-preview[bot]
2020-06-03Merge pull request #124 from pallets/dependabot/pip/pytest-5.4.3dependabot-preview[bot]
2020-06-03Bump pytest from 5.4.2 to 5.4.3dependabot-preview[bot]
2020-05-28Merge pull request #123 from pallets/dependabot/pip/pip-tools-5.2.0David Lord
2020-05-28Bump pip-tools from 5.1.2 to 5.2.0dependabot-preview[bot]
2020-05-27Bump sphinx from 3.0.3 to 3.0.4 (#122)dependabot-preview[bot]
2020-05-23Merge pull request #121 from pallets/github-actionsDavid Lord
2020-05-23use GitHub Actions for CIDavid Lord
2020-05-23Merge pull request #120 from pallets/requirementsDavid Lord
2020-05-23use pip-compile to pin dev requirementsDavid Lord
2020-04-12remove u prefix, split up example sectionsDavid Lord
2020-04-10exclude pypy2.7 from cibuildwheelDavid Lord
2020-04-09move metadata to setup.cfgDavid Lord
2020-04-09Merge pull request #117 from pallets/html-unescapeDavid Lord
2020-04-09use html.unescapeDavid Lord
2020-04-09remove __all__ testDavid Lord
2020-04-09remove __all__David Lord
2020-04-09Merge branch '1.1.x'David Lord
2020-04-09update docs configDavid Lord
2020-04-08remove unused module docstringsDavid Lord
2020-01-30Merge pull request #115 from pallets/drop-python2David Lord
2020-01-29use _mod fixture in more testsDavid Lord
2020-01-29add soft_str to speedupsDavid Lord
2020-01-29apply pyupgradeDavid Lord
2020-01-29remove compat codeDavid Lord
2020-01-29drop Python 2.7, 3.4, 3.5 supportDavid Lord
2020-01-29remove Python 2 from docsDavid Lord
2020-01-29start version 2.0.0David Lord
2020-01-26Merge branch '1.1.x'David Lord
2020-01-26Merge pull request #114 from pallets/azure-build-py35David Lord
2020-01-26use older image for building Python 3.5David Lord
2020-01-26update test status linkDavid Lord
2020-01-26Merge branch '1.1.x'David Lord
2020-01-26Merge pull request #113 from davidism/azure-pipelinesDavid Lord
2020-01-26finish Azure Pipelines configDavid Lord
2020-01-26initial Azure Pipelines configMatt Cooper
2020-01-25Merge pull request #112 from cclauss/patch-1David Lord
2019-10-28Travis CI: Add Python 3.8 and the current pypy3Christian Clauss