summaryrefslogtreecommitdiff
path: root/sphinx/util/logging.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Migrate to py3 style type annotation: sphinx.util.loggingTakeshi KOMIYA2019-06-031-76/+40
* Clean up import for annotationsTakeshi KOMIYA2019-03-061-1/+0
* Merge branch '1.8'Takeshi KOMIYA2019-01-181-1/+1
|\
| * Fix mypy violationsTakeshi KOMIYA2019-01-171-1/+1
* | Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Merge pull request #5509 from stephenfin/remove-future-importsTakeshi KOMIYA2018-12-171-1/+0
|\ \
| * | py3: Remove (most) __future__ importsStephen Finucane2018-12-171-1/+0
* | | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
|/ /
* | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-10/+10
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-15/+14
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-2/+2
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | logging: Add prefixed_warnings() helperTakeshi KOMIYA2018-10-171-0/+62
* | Merge branch '1.8'Takeshi KOMIYA2018-10-161-2/+3
|\ \ | |/
| * Fix mypy violationsTakeshi KOMIYA2018-10-161-2/+3
* | Merge branch 'master' into HEADTakeshi KOMIYA2018-09-221-30/+2
|\ \
| * | refactoring: Drop PY2 and PY3 flagsTakeshi KOMIYA2018-09-221-30/+2
| |/
* | Remove unnecessary object from class definitionsJon Dufresne2018-09-111-3/+3
|/
* Close #4976: ``SphinxLoggerAdapter.info()`` now supports ``location`` parameterTakeshi KOMIYA2018-06-261-10/+34
* Merge branch 1.7shimizukawa2018-05-251-1/+1
|\
| * Fix #5007: sphinx-build crashes when error log contains a "%" characterTakeshi KOMIYA2018-05-241-1/+1