summaryrefslogtreecommitdiff
path: root/Doc/tools/extensions/suspicious.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-36853: Fix suspicious.py to actually print the unused rules (#13579)Anthony Sottile2019-09-021-11/+14
| | | | | | * Fix suspicious.py to actually print the unused rules * Fix the other `self.warn` calls
* bpo-37363: Add audit events for a range of modules (GH-14301)Steve Dower2019-06-241-5/+5
|
* bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024)Xtreak2018-10-211-1/+0
| | | | Previous to commit ee171a2 the logline was working because of self.info() (now deprecated) defaults to an empty message.
* Stop using deprecated logging API in Sphinx suspicious checker (GH-9875)Pablo Galindo2018-10-151-4/+6
|
* Fix spelling errors in code commentsMartin Panter2016-06-201-1/+1
|
* Move Sphinx extensions to their own subdir.Georg Brandl2014-10-291-0/+274