summaryrefslogtreecommitdiff
path: root/sphinx/builders/changes.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)...James Addison2023-04-231-4/+4
* Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)James Addison2023-04-071-4/+4
* Fix COM812Adam Turner2023-02-181-1/+1
* Run pyupgrade (#11070)Adam Turner2023-01-021-9/+7
* Use PEP 595 typesAdam Turner2023-01-011-5/+5
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* Improve static typing strictness (#10569)danieleades2022-07-181-1/+1
* 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
* simplify some set comparisons (SIM109)Daniel Eades2022-01-101-1/+1
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* refactor: Use PEP-526 based variable annotation (sphinx.builders)Takeshi KOMIYA2021-03-131-3/+3
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* Sort imports with isortFrançois Freitag2020-11-111-3/+1
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-1/+1
* Migrate to py3 style type annotation: sphinx.builders.changesTakeshi KOMIYA2019-06-101-19/+9
* Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-171-2/+2
* Merge branch '1.8' into 2.0Takeshi KOMIYA2019-03-091-2/+1
|\
| * Fix UnboundLocalError when building changesMartin Packman2019-03-081-2/+1
* | Make info messages more translatableTakeshi KOMIYA2019-01-091-1/+1
* | Remove use of deprecated APIsTakeshi KOMIYA2019-01-031-2/+4
* | Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Replace pycompat.htmlescape() by html.escape()Takeshi KOMIYA2018-12-161-3/+3
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-9/+8
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-6/+4
* | Simplify open() call by removing default modeJon Dufresne2018-12-111-1/+1
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Merge branch 'master' into drop-iteritemsTakeshi KOMIYA2018-09-221-6/+7
|\ \
| * | Prefer builtin open() over io.open() and codecs.open()Jon Dufresne2018-09-111-6/+7
| |/
* | Remove use of six.iteritems()Jon Dufresne2018-09-111-5/+3
|/
* refactor: Move repository of changesets to domain from envTakeshi KOMIYA2018-08-021-15/+19
* Merge branch '1.7'Takeshi KOMIYA2018-03-181-2/+2
|\
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+2
* | Make console and warning messages translatableTakeshi KOMIYA2018-03-031-5/+5
|/
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-2/+2
* builders: Add 'Builder.epilog' optionStephen Finucane2018-01-111-0/+1
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* | Remove impossible conditionRobin Neatherway2017-07-191-2/+0
|/
* Add HTMLThemeFactory classTakeshi KOMIYA2017-04-201-3/+3
* Split theme manager and theme instance classTakeshi KOMIYA2017-04-201-1/+1
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1