summaryrefslogtreecommitdiff
path: root/tests/test_util_logging.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #7423: crashed when giving a non-string object to loggerTakeshi KOMIYA2020-04-091-0/+8
* Add "once" option to logger.warning()Takeshi KOMIYA2020-03-211-0/+11
* Add suppress_logging()Takeshi KOMIYA2020-03-181-0/+14
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Fix #6803: Disable parallel build on macOS and py38+Takeshi KOMIYA2019-12-011-0/+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
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-1/+1
* | Remove print_function featureTakeshi KOMIYA2018-12-151-1/+0
* | logging: Add prefixed_warnings() helperTakeshi KOMIYA2018-10-171-1/+20
|/
* Close #4976: ``SphinxLoggerAdapter.info()`` now supports ``location`` parameterTakeshi KOMIYA2018-06-261-0/+31
* Fix flake8 violationsTakeshi KOMIYA2018-02-191-5/+4
* Fix #4081: Warnings and errors colored the same when buildingTakeshi KOMIYA2018-01-081-3/+3
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Fix #4070, #4111: crashes when the warning message contains format strings (a...Takeshi KOMIYA2017-10-051-1/+5
* Fix #3926: Add ``autodoc_warningiserror`` to suppress the behavior of ``-W`` ...Takeshi KOMIYA2017-07-151-0/+24
* Mark tests as xfail/skip to allow successful runAndy Neebel2017-06-141-0/+3
* Update testcase for #3858Takeshi KOMIYA2017-06-101-1/+1
* refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa2017-05-141-1/+1
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Drop debug2() (refs: #3304)Takeshi KOMIYA2017-01-071-37/+17
* | pytest: remove deprecated test util functionsshimizukawa2017-01-071-12/+4
* | logger.warning() supports node as location parameterTakeshi KOMIYA2017-01-021-15/+9
* | Use loggersTakeshi KOMIYA2017-01-021-1/+2
* | Add sphinx.util.logging.SafeEncodingWriterTakeshi KOMIYA2017-01-021-0/+16
* | Add sphinx.util.logging.pending_warnings()Takeshi KOMIYA2017-01-021-2/+2
* | sphinx.util.parallel supports logging in child workersTakeshi KOMIYA2017-01-021-0/+17
* | sphinx.util.logging supports colorized logTakeshi KOMIYA2017-01-021-0/+31
* | logging.info() supports verbosity filter by app.verbosityTakeshi KOMIYA2017-01-021-0/+64
* | Now sphinx.util.logging supports info and other logsTakeshi KOMIYA2017-01-021-0/+38
* | Add testcase for sphinx.util.loggingTakeshi KOMIYA2017-01-021-0/+112
|/
* Add :confval:`suppress_warnings` to supress arbitrary warning messageTakeshi KOMIYA2016-02-231-0/+26