summaryrefslogtreecommitdiff
path: root/sphinx/util/logging.py
Commit message (Expand)AuthorAgeFilesLines
* Don't add colours to messagelogAdam Turner2023-05-151-1/+0
* Resolve lint errors from Ruff 0.0.254Adam Turner2023-03-051-22/+19
* Fix COM812Adam Turner2023-02-181-2/+2
* Address SIM103 lints (#11052)danieleades2023-01-021-4/+1
* Run pyupgrade (#11070)Adam Turner2023-01-021-9/+9
* Use PEP 604 typesAdam Turner2023-01-011-4/+4
* Use PEP 595 typesAdam Turner2023-01-011-11/+11
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* remove blanket 'noqas'Daniel Eades2022-12-161-1/+3
* Merge branch '5.0.x' into 5.xTakeshi KOMIYA2022-07-231-2/+2
|\
| * Fix mypy violations (with mypy-0.971)Takeshi KOMIYA2022-07-231-2/+2
* | logging: always show source locations as absolute paths (#10460)Doug Hellmann2022-06-161-0/+3
* | Increase static typing strictness (#10530)Adam Turner2022-06-161-2/+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
* simplify some set comparisons (SIM109)Daniel Eades2022-01-101-6/+2
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* Fix #9979: Error level messages were displayed as warning messagesTakeshi KOMIYA2021-12-171-1/+8
* Fix mypy violations (with mypy-0.920)Takeshi KOMIYA2021-12-171-1/+1
* Fix a flake8 warningTakeshi KOMIYA2021-10-311-3/+4
* Merge pull request #9656 from sdhiscocks/suppress_warning_subtype_noneTakeshi KOMIYA2021-10-311-1/+2
|\
| * Fix issue with warnings without subtype being incorrectly suppressedSteven Hiscocks2021-09-201-1/+2
* | Closes #9733: Fix for logging handler flushing warnings in the middle of the ...gibsondan2021-10-251-0/+5
|/
* Improve sphinx.util.logging docstringsLouis Maddox2021-07-181-8/+8
* Merge branch '4.0.x' into 4.xTakeshi KOMIYA2021-06-131-3/+3
|\
| * Fix mypy violations (delete type: ignore ) (with mypy-0.900)Junya Fukuda2021-06-131-3/+3
* | refactor: Add Optional to type annotationsTakeshi KOMIYA2021-05-031-2/+2
|/
* refactor: Use PEP-526 based variable annotation (sphinx.util)Takeshi KOMIYA2021-03-101-7/+9
* Update type annotationsTakeshi KOMIYA2021-02-091-2/+4
* 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-2/+1
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-1/+2
* | Merge branch '3.x'Takeshi KOMIYA2020-05-041-2/+6
|\ \ | |/
| * Preserve exception info in raised SphinxWarning objectsEric Wieser2020-05-031-2/+6
* | Merge branch '3.x'Takeshi KOMIYA2020-04-131-1/+1
|\ \ | |/
| * Fix #7423: crashed when giving a non-string object to loggerTakeshi KOMIYA2020-04-091-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-03-231-10/+25
|\ \ | |/
| * Add "once" option to logger.warning()Takeshi KOMIYA2020-03-211-1/+22
| * refactor SphinxLoggerAdapterTakeshi KOMIYA2020-03-211-10/+4
* | Merge branch '3.x'Takeshi KOMIYA2020-03-211-5/+22
|\ \ | |/
| * Add suppress_logging()Takeshi KOMIYA2020-03-181-5/+22
* | Hello TYPE_CHECKING!Takeshi KOMIYA2020-03-071-2/+2
* | Deprecate codes for python 3.5Takeshi KOMIYA2020-03-071-2/+1
|/
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-2/+2
* Fix type annotation for python 3.5.1Takeshi KOMIYA2019-07-131-1/+2