summaryrefslogtreecommitdiff
path: root/docutils/utils/code_analyzer.py
Commit message (Expand)AuthorAgeFilesLines
* Fix "shebang on non-executable files".milde2022-11-161-5/+3
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-041-0/+2
* Ensure at least two spaces before inline comment.milde2022-03-041-5/+5
* Fix code indentationmilde2022-01-291-2/+2
* New style classes no longer need to inherit from `object`.milde2022-01-261-2/+2
* Remove redundant parenthesesmilde2022-01-261-8/+8
* Remove "coding:" slugmilde2022-01-031-2/+1
* Fix spellingmilde2021-10-221-1/+1
* Update pygments integration.milde2021-01-031-6/+1
* Don't drop "code" directive content if Warnings are silenced.milde2020-12-161-2/+2
* py3: Replace 'foo.next()' with 'next(foo)'milde2019-08-261-1/+1
* Drop support for Python 3.3milde2019-08-261-1/+1
* Fix code_analyzer problem under Python 3.3.milde2018-01-161-1/+6
* Drop compatibility code for Python 2.4 and 2.5.milde2017-08-111-5/+8
* Safe import of "pygments": syntax errors with Py 3.1 and 3.2.milde2015-04-201-1/+1
* docutils.utils is now a package (providing a place for sub-modules)milde2011-12-201-0/+134