Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve static typing in ``intersphinx`` et al | Adam Turner | 2023-03-17 | 1 | -3/+3 |
* | Use ``re`` flags | Adam Turner | 2023-01-02 | 1 | -2/+2 |
* | Run pyupgrade (#11070) | Adam Turner | 2023-01-02 | 1 | -1/+1 |
* | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 1 | -0/+2 |
* | Collapse single line docstrings | Adam Turner | 2022-02-20 | 1 | -2/+1 |
* | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 1 | -3/+0 |
* | Fix module docstring indentation | Adam Turner | 2022-02-20 | 1 | -2/+2 |
* | Fix module docstring first line | Adam Turner | 2022-02-20 | 1 | -2/+1 |
* | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 1 | -3/+0 |
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
* | Docstring improvement to sphinx.util.inventory | Louis Maddox | 2021-07-18 | 1 | -1/+1 |
* | refactor: Use PEP-526 based variable annotation (sphinx.util) | Takeshi KOMIYA | 2021-03-10 | 1 | -2/+2 |
* | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-12 | 1 | -3/+1 |
|\ \ | |/ | |||||
| * | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -2/+1 |
* | | Merge branch '3.x' into master | Takeshi KOMIYA | 2020-10-03 | 1 | -1/+6 |
|\ \ | |/ | |||||
| * | Fix #8175: intersphinx: Potential of regex denial of service by inventory | Takeshi KOMIYA | 2020-09-28 | 1 | -1/+6 |
* | | Hello TYPE_CHECKING! | Takeshi KOMIYA | 2020-03-07 | 1 | -2/+2 |
|/ | |||||
* | Fix #7095: dirhtml: Cross references are broken via intersphinx and :doc: | Takeshi KOMIYA | 2020-02-07 | 1 | -1/+1 |
* | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
* | Migrate to py3 style type annotation: sphinx.util.inventory | Takeshi KOMIYA | 2019-06-03 | 1 | -29/+18 |
* | Clean up import for annotations | Takeshi KOMIYA | 2019-03-06 | 1 | -1/+1 |
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-02-01 | 1 | -5/+5 |
|\ | |||||
| * | Fix flake8 violations | Takeshi KOMIYA | 2019-02-01 | 1 | -5/+5 |
* | | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
* | | Merge pull request #5817 from jdufresne/inventory-typing | Takeshi KOMIYA | 2018-12-17 | 1 | -4/+1 |
|\ \ | |||||
| * | | Define a common Inventory type for reuse across modules | Jon Dufresne | 2018-12-16 | 1 | -4/+1 |
* | | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -1/+0 |
|/ / | |||||
* | | refactor: Remove u-prefix from strings | Takeshi KOMIYA | 2018-12-16 | 1 | -7/+7 |
* | | Avoid respecifying default encoding for .encode()/.decode() calls | Jon Dufresne | 2018-12-15 | 1 | -5/+5 |
* | | Replace all "unicode" type by "str" | Takeshi KOMIYA | 2018-12-15 | 1 | -9/+8 |
* | | Add sphinx.util.typing:unicode to help mypy-3 migration | Takeshi KOMIYA | 2018-11-24 | 1 | -0/+1 |
* | | Merge branch 'master' into HEAD | Takeshi KOMIYA | 2018-09-22 | 1 | -5/+2 |
|\ \ | |||||
| * | | refactoring: Drop PY2 and PY3 flags | Takeshi KOMIYA | 2018-09-22 | 1 | -5/+2 |
| |/ | |||||
* | | Remove unnecessary object from class definitions | Jon Dufresne | 2018-09-11 | 1 | -2/+2 |
|/ | |||||
* | Revert "Use typing.TYPE_CHECKING for typehints" | Takeshi KOMIYA | 2018-03-13 | 1 | -4/+2 |
* | Use typing.TYPE_CHECKING for typehints | Takeshi KOMIYA | 2018-02-14 | 1 | -2/+4 |
* | Use flake8-import-order | Takeshi KOMIYA | 2018-01-28 | 1 | -1/+1 |
* | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
* | Fix type mismatching | Takeshi KOMIYA | 2017-04-14 | 1 | -1/+1 |
* | Fix #3624: sphinx.ext.intersphinx couldn't load inventories compressed with gzip | Takeshi KOMIYA | 2017-04-14 | 1 | -27/+54 |
* | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
* | Fix for py3 | Takeshi KOMIYA | 2017-03-04 | 1 | -5/+7 |
* | Fix mypy violation | Takeshi KOMIYA | 2017-03-04 | 1 | -0/+2 |
* | Add InventoryFile.dump() | Takeshi KOMIYA | 2017-03-02 | 1 | -0/+37 |
* | Move InventoryFile class to sphinx.util.inventory | Takeshi KOMIYA | 2017-03-02 | 1 | -0/+123 |