summaryrefslogtreecommitdiff
path: root/docutils/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* tox.ini changedir to directory ``test`` to avoid path problems.grubert2023-04-191-1/+2
* replace: whitelist_externals renamed to allowlist_externalsgrubert2022-12-091-1/+1
* add python 3.11 to setup.py and tox.ini. Patch by hugovk.grubert2022-11-021-1/+1
* Move all flake8 configuration to ``.flake8`` filesaa-turner2022-10-201-71/+0
* Ignore flake8 ``E262`` error in ``tex2unichar.py``aa-turner2022-10-201-1/+1
* Cleanup.milde2022-07-281-3/+0
* Finish round of code cleanup.milde2022-03-051-4/+2
* Remove unused local variablesmilde2022-03-051-2/+1
* Remove unused imports.milde2022-03-051-1/+0
* Fix invalid escape sequences.milde2022-03-051-1/+0
* Avoid line break after binary operator.milde2022-03-051-1/+2
* Avoid ambiguous variable name l (may be mixed up with 1).milde2022-03-051-3/+1
* Do not use bare 'except'.milde2022-03-051-4/+3
* Avoid multiple statements on one line. Fix redundant backslashmilde2022-03-051-6/+9
* Avoid too long lines.milde2022-03-051-12/+13
* Fix imports.milde2022-03-051-2/+0
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-041-2/+0
* Remove excess blank lines.milde2022-03-041-1/+0
* Fix (some) missing blank linesmilde2022-03-041-2/+0
* Fix multiple spaces after keywordmilde2022-03-041-1/+0
* Ensure comments start with '# 'milde2022-03-041-6/+3
* Ensure at least two spaces before inline comment.milde2022-03-041-4/+7
* Fix unexpected spaces around equals indicating keyword arguments.milde2022-03-031-1/+0
* Fix multiple spaces after ',' or ':'.milde2022-03-031-3/+8
* Fix missing whitespace after ',' or ':'.milde2022-03-031-1/+1
* Fix missing whitespace around operator.milde2022-03-031-3/+5
* Fix multiple spaces before/after operatormilde2022-03-031-2/+2
* Fix whitespace before/after delimiters and colon.milde2022-03-031-4/+0
* Fix trailing whitespace (non-Python files).milde2022-01-291-4/+4
* Fix code indentationmilde2022-01-291-81/+74
* Fix trailing whitespace (flake warnings W293, W391).milde2022-01-291-4/+2
* Fix trailing whitespace (flake warning W291).milde2022-01-291-2/+8
* Docutils 0.19 requires Python 3.7 or later.milde2022-01-031-1/+1
* version 0.18grubert2021-10-261-1/+1
* add 3.10grubert2021-04-171-1/+1
* add python 3.8 and 3.9grubert2021-02-101-1/+1
* tox: Remove distutils hacksmilde2020-02-061-9/+0
* Remove autoconversion code.milde2019-08-271-8/+0
* py3: Resolve some additional undefined symbolsmilde2019-08-261-0/+5
* tox: Integrate 'style' checkmilde2019-08-261-0/+87
* tox: Run 'python setup.py build, install'milde2019-08-261-3/+4
* tox: Run 'python setup.py install'milde2019-08-261-0/+1
* Drop support for Python 3.4milde2019-08-261-1/+1
* tox: Run 'python setup.py install'milde2019-08-261-1/+21
* Drop support for Python 3.3milde2019-08-261-1/+1
* Update tox.ini to actually supported versions.milde2019-07-231-1/+1
* Add tox.ini support for testing multiple versions. Update release notes and d...gitpull2015-04-161-0/+5