Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git mv setup.py pyproject.toml | Adam Turner | 2022-09-13 | 1 | -123/+0 |
| | |||||
* | Remove Pygments compatability code (#10812) | Adam Turner | 2022-09-09 | 1 | -1/+1 |
| | |||||
* | Bump dependency versions | Adam Turner | 2022-09-09 | 1 | -8/+8 |
| | |||||
* | Specify `colorama` dependency with an environment marker | Adam Turner | 2022-09-09 | 1 | -3/+1 |
| | |||||
* | Refactor setup.py | Adam Turner | 2022-09-09 | 1 | -47/+43 |
| | |||||
* | Clean setup.py | Adam Turner | 2022-09-09 | 1 | -7/+0 |
| | |||||
* | Merge branch '5.0.x' into 5.x | Takeshi KOMIYA | 2022-07-23 | 1 | -1/+1 |
|\ | |||||
| * | Fix mypy violations (with mypy-0.971) | Takeshi KOMIYA | 2022-07-23 | 1 | -1/+1 |
| | | |||||
* | | Lint with `flake8-bugbear` (#10602) | danieleades | 2022-07-12 | 1 | -0/+1 |
| | | | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
* | | Support Docutils 0.19 (#10656) | Adam Turner | 2022-07-12 | 1 | -1/+1 |
| | | |||||
* | | Use the `flake8-comprehensions` lint plugin (#10601) | danieleades | 2022-06-26 | 1 | -0/+1 |
| | | |||||
* | | Replace doclinter with sphinx-lint (#10389) | Julien Palard | 2022-06-16 | 1 | -0/+1 |
| | | | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
* | | Add Changelog to project_urls | Adam Johnson | 2022-06-04 | 1 | -0/+1 |
|/ | |||||
* | Split out coverage | Adam Turner | 2022-05-02 | 1 | -2/+1 |
| | |||||
* | Merge branch '5.x' into fix-warnings | Adam Turner | 2022-05-02 | 1 | -2/+2 |
|\ | | | | | | | | | # Conflicts: # tests/test_search.py | ||||
| * | Merge pull request #10164 from AA-Turner/bump-docutils | Takeshi KOMIYA | 2022-05-03 | 1 | -1/+1 |
| |\ | | | | | | | Bump Docutils dependency | ||||
| | * | Bump Docutils dependency | Adam Turner | 2022-04-19 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch '4.x' into 5.x | Takeshi KOMIYA | 2022-04-30 | 1 | -1/+1 |
| |\ \ | | |/ | |/| | |||||
| | * | Fix mypy violations (with mypy-0.950) | Takeshi KOMIYA | 2022-04-30 | 1 | -1/+1 |
| | | | |||||
* | | | Specify encoding | Adam Turner | 2022-04-22 | 1 | -1/+1 |
|/ / | |||||
* | | Move `compile_catalog_plusjs` to `utils/` | Adam Turner | 2022-04-16 | 1 | -117/+0 |
|/ | |||||
* | Merge branch '4.3.x' into 4.x | Takeshi KOMIYA | 2022-01-09 | 1 | -1/+1 |
|\ | |||||
| * | Fix mypy violations (with mypy-0.931) | Takeshi KOMIYA | 2022-01-09 | 1 | -1/+1 |
| | | |||||
* | | refactor: Reduce usages of distutils (refs: #9820) | Takeshi KOMIYA | 2022-01-01 | 1 | -3/+2 |
| | | | | | | | | | | distutils module is now deprecated and will be removed since Python 3.12. So this reduces the usages of the module. | ||||
* | | Merge remote-tracking branch 'origin/4.x' into importlib-metadata | Thomas Kluyver | 2021-12-24 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix mypy violations (with mypy-0.930) | Takeshi KOMIYA | 2021-12-24 | 1 | -1/+1 |
| | | |||||
* | | Replace pkg_resources with importlib.metadata | Thomas Kluyver | 2021-12-22 | 1 | -2/+1 |
|/ | |||||
* | Fix mypy violations (with mypy-0.920) | Takeshi KOMIYA | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | Support Python 3.10 | Takeshi KOMIYA | 2021-10-07 | 1 | -0/+1 |
| | |||||
* | setup.py: Fix broken url on the PyPI page | Christian Clauss | 2021-09-07 | 1 | -1/+1 |
| | |||||
* | Fix #9434: Update dependencies for bundled builders | Takeshi KOMIYA | 2021-07-15 | 1 | -2/+2 |
| | |||||
* | Merge branch '4.0.x' into 4.x | Takeshi KOMIYA | 2021-06-13 | 1 | -1/+4 |
|\ | |||||
| * | Fix mypy violations (Third-party Library Stubs) (with mypy-0.900) | Junya Fukuda | 2021-06-13 | 1 | -1/+4 |
| | | |||||
| * | Close #9216: Support jinja2-3.0 | Takeshi KOMIYA | 2021-05-19 | 1 | -2/+1 |
| | | |||||
| * | Update dependency: jinja2 < 3.0 and MarkupSafe < 2.0 | Takeshi KOMIYA | 2021-05-03 | 1 | -1/+2 |
| | | | | | | | | | | | | | | Jinja2 and MarkupSafe have a plan to major release in the near future. And it will introduce some changes for its APIs. To lessen the noise of the DeprecationWarnings, this pins the versions to current stable release. | ||||
* | | doc: Upgraded some of sphinx-doc.org links to HTTPS | igo95862 | 2021-05-16 | 1 | -1/+1 |
| | | | | | | | | | | Seems like that link is used in some tests and code so upgrading it outside documentation might break something | ||||
* | | Support jinja2-3.0 | Takeshi KOMIYA | 2021-05-04 | 1 | -2/+1 |
| | | | | | | | | | | | | Since jinja2-3.0, some utility functions like contextfunction and environmentfilter are renamed to new name. This follows the updates to support jinja2-3.0 or above. | ||||
* | | Update dependency: jinja2 < 3.0 and MarkupSafe < 2.0 | Takeshi KOMIYA | 2021-05-03 | 1 | -1/+2 |
|/ | | | | | | | Jinja2 and MarkupSafe have a plan to major release in the near future. And it will introduce some changes for its APIs. To lessen the noise of the DeprecationWarnings, this pins the versions to current stable release. | ||||
* | Support docutils-0.17 | Takeshi KOMIYA | 2021-04-22 | 1 | -1/+1 |
| | |||||
* | Merge branch '3.x' | Takeshi KOMIYA | 2021-04-11 | 1 | -1/+1 |
|\ | |||||
| * | Pin Sphinx 3.x to docutils <0.17 | Eric Holscher | 2021-04-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | This will address the issues that the latest docutils release caused. I think thi si a good practice in general to make sure we have a defined range of docutils versions, given that they might change in the future. Having this defined will mean that 3.x versions of Sphinx will always work, even when docutils has advanced with additional backwards incompatible features. Refs #9065 #9063 #9061 #9051 | ||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-22 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix mypy violations (with mypy-0.800) | Takeshi KOMIYA | 2021-01-22 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-12-14 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Don't require typed_ast in [test] with Python 3.8+ | Miro Hrončok | 2020-11-23 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-12 | 1 | -3/+4 |
|\ \ | |/ | |||||
| * | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | Keep imports alphabetically sorted and their order homogeneous across Python source files. The isort project has more feature and is more active than the flake8-import-order plugin. Most issues caught were simply import ordering from the same module. Where imports were purposefully placed out of order, tag with isort:skip. | ||||
| * | test: Do test with py39 | Takeshi KOMIYA | 2020-11-05 | 1 | -0/+1 |
| | | |||||
* | | Remove additional mentions of Python 3.5 | François Freitag | 2020-11-07 | 1 | -1/+1 |
| | | |||||
* | | Test and document support for Python 3.9 release | Jon Dufresne | 2020-11-01 | 1 | -0/+1 |
| | |