summaryrefslogtreecommitdiff
path: root/sphinx/util/logging.py
Commit message (Expand)AuthorAgeFilesLines
* Preserve exception info in raised SphinxWarning objectsEric Wieser2020-05-031-2/+6
* Fix #7423: crashed when giving a non-string object to loggerTakeshi KOMIYA2020-04-091-1/+1
* Add "once" option to logger.warning()Takeshi KOMIYA2020-03-211-1/+22
* refactor SphinxLoggerAdapterTakeshi KOMIYA2020-03-211-10/+4
* Add suppress_logging()Takeshi KOMIYA2020-03-181-5/+22
* 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
* | move ``get_full_module_name`` and ``repr_domxml`` functions from logging to n...shimizukawa2018-05-041-32/+2
* | add debug log for patching/extracting i18n nodes (#4918)Takayuki SHIMIZUKAWA2018-05-021-2/+32
* | Fix typos in a docstring (refs: #4901)jfbu2018-04-251-3/+3
* | 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
* | Merge branch '1.7-release'Takeshi KOMIYA2018-01-311-2/+2
|\ \ | |/
| * Use flake8-import-orderTakeshi KOMIYA2018-01-281-2/+2
* | doc: Move sphinx.logging API docs to codeStephen Finucane2018-01-201-5/+24
|/
* Fix #4081: Warnings and errors colored the same when buildingTakeshi KOMIYA2018-01-081-1/+1
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Fix mypy violationsTakeshi KOMIYA2017-12-161-2/+2
* Fix mypy violationTakeshi KOMIYA2017-12-121-1/+1
* Fix #4279: Sphinx crashes with pickling error when run with multiple processe...Takeshi KOMIYA2017-12-101-9/+18
* Fix #3919: become silent if logging settings are clearedTakeshi KOMIYA2017-10-231-7/+19
* Fix mypy violationsTakeshi KOMIYA2017-10-071-3/+3
* Fix #4070, #4111: crashes when the warning message contains format strings (a...Takeshi KOMIYA2017-10-051-3/+7
* Fix #4070: crashes when the warning message contains format stringsTakeshi KOMIYA2017-09-241-2/+3
* Fix #3926: Add ``autodoc_warningiserror`` to suppress the behavior of ``-W`` ...Takeshi KOMIYA2017-07-151-1/+34