summaryrefslogtreecommitdiff
path: root/sphinx/events.py
Commit message (Expand)AuthorAgeFilesLines
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* refactor: Use PEP-526 based variable annotationTakeshi KOMIYA2021-04-081-1/+1
* Merge branch '3.x'Takeshi KOMIYA2021-02-071-1/+3
|\
| * Close #8813: Show what extension caused it on errors on event handlerTakeshi KOMIYA2021-02-041-1/+3
* | 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-12-141-2/+0
|\ \ | |/
| * refactor: Register events for HTML builders in the HTML builder moduleTakeshi KOMIYA2020-11-291-2/+0
| * Sort imports with isortFrançois Freitag2020-11-111-0/+1
* | Do isortTakeshi KOMIYA2020-11-121-2/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-11-051-0/+1
|\ \ | |/
| * Fix #6914: Emit a detailed warning when failed to resolve :ref:Takeshi KOMIYA2020-11-031-0/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-07-241-1/+1
|\ \ | |/
| * Propagate original extension errorDavid Stansby2020-07-111-1/+1
* | refactor: namedtuples with PEP 526Takeshi KOMIYA2020-07-161-3/+5
* | Merge branch '3.x'Takeshi KOMIYA2020-06-041-4/+9
|\ \ | |/
| * Add allowed_exceptions parameter to Sphinx.emit() (refs: #7683)Takeshi KOMIYA2020-05-171-4/+10
* | Merge branch '3.x'Takeshi KOMIYA2020-05-171-2/+8
|\ \ | |/
| * Fix: handle errors on event handlers (refs: #7629)Takeshi KOMIYA2020-05-161-6/+12
* | Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-291-11/+2
* | Hello TYPE_CHECKING!Takeshi KOMIYA2020-03-071-2/+2
|/
* Support priority of event handlersTakeshi KOMIYA2020-01-161-10/+18
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-2/+2
* Migrate to py3 style type annotation: sphinx.eventsTakeshi KOMIYA2019-12-251-14/+9
* refactor: Make app argument for EventManager optional to keep compatibilityTakeshi KOMIYA2019-04-161-2/+11
* Make EventManager portableTakeshi KOMIYA2019-04-161-3/+25
* 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 all "unicode" type by "str"Takeshi KOMIYA2018-12-151-7/+6
* | Remove print_function featureTakeshi KOMIYA2018-12-151-1/+0
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Replace all six.itervalues()/.iteritems() with .values()/.items()Jon Dufresne2018-09-231-4/+2
* | Remove unnecessary object from class definitionsJon Dufresne2018-09-111-1/+1
|/
* Merge branch '1.7'Takeshi KOMIYA2018-03-181-2/+2
|\
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+2
* | Merge branch '1.7'Takeshi KOMIYA2018-02-181-2/+2
|\ \ | |/
| * Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
* | Add config-inited eventTakeshi KOMIYA2018-01-201-0/+1
|/
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Fix #3833: command line messages are translated unintentionallyTakeshi KOMIYA2017-06-251-3/+3
* Fix #3633: misdetect unreferenced citationsTakeshi KOMIYA2017-04-291-0/+1
* Fix event handlers should be called back by installed orderTakeshi KOMIYA2017-03-261-2/+2
* Year++Takeshi KOMIYA2017-03-261-1/+1
* Add EventManagerTakeshi KOMIYA2017-03-111-0/+86