summaryrefslogtreecommitdiff
path: root/sphinx/util/inventory.py
Commit message (Expand)AuthorAgeFilesLines
* Improve static typing in ``intersphinx`` et alAdam Turner2023-03-171-3/+3
* Use ``re`` flagsAdam Turner2023-01-021-2/+2
* Run pyupgrade (#11070)Adam Turner2023-01-021-1/+1
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* Collapse single line docstringsAdam Turner2022-02-201-2/+1
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
* Fix module docstring indentationAdam Turner2022-02-201-2/+2
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* Docstring improvement to sphinx.util.inventoryLouis Maddox2021-07-181-1/+1
* refactor: Use PEP-526 based variable annotation (sphinx.util)Takeshi KOMIYA2021-03-101-2/+2
* Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-11-121-3/+1
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-2/+1
* | Merge branch '3.x' into masterTakeshi KOMIYA2020-10-031-1/+6
|\ \ | |/
| * Fix #8175: intersphinx: Potential of regex denial of service by inventoryTakeshi KOMIYA2020-09-281-1/+6
* | Hello TYPE_CHECKING!Takeshi KOMIYA2020-03-071-2/+2
|/
* Fix #7095: dirhtml: Cross references are broken via intersphinx and :doc:Takeshi KOMIYA2020-02-071-1/+1
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Migrate to py3 style type annotation: sphinx.util.inventoryTakeshi KOMIYA2019-06-031-29/+18
* Clean up import for annotationsTakeshi KOMIYA2019-03-061-1/+1
* Merge branch '1.8'Takeshi KOMIYA2019-02-011-5/+5
|\
| * Fix flake8 violationsTakeshi KOMIYA2019-02-011-5/+5
* | Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Merge pull request #5817 from jdufresne/inventory-typingTakeshi KOMIYA2018-12-171-4/+1
|\ \
| * | Define a common Inventory type for reuse across modulesJon Dufresne2018-12-161-4/+1
* | | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
|/ /
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-7/+7
* | Avoid respecifying default encoding for .encode()/.decode() callsJon Dufresne2018-12-151-5/+5
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-9/+8
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Merge branch 'master' into HEADTakeshi KOMIYA2018-09-221-5/+2
|\ \
| * | refactoring: Drop PY2 and PY3 flagsTakeshi KOMIYA2018-09-221-5/+2
| |/
* | Remove unnecessary object from class definitionsJon Dufresne2018-09-111-2/+2
|/
* Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-4/+2
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+4
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-1/+1
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Fix type mismatchingTakeshi KOMIYA2017-04-141-1/+1
* Fix #3624: sphinx.ext.intersphinx couldn't load inventories compressed with gzipTakeshi KOMIYA2017-04-141-27/+54
* Year++Takeshi KOMIYA2017-03-261-1/+1
* Fix for py3Takeshi KOMIYA2017-03-041-5/+7
* Fix mypy violationTakeshi KOMIYA2017-03-041-0/+2
* Add InventoryFile.dump()Takeshi KOMIYA2017-03-021-0/+37
* Move InventoryFile class to sphinx.util.inventoryTakeshi KOMIYA2017-03-021-0/+123