summaryrefslogtreecommitdiff
path: root/docutils/test/test__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Raise version to 0.20b.dev.milde2022-12-011-1/+1
* Fix IndexError when running individual test modules under Python <3.9milde2022-11-261-1/+1
* Fix import errors with ``python -m unittest``.milde2022-11-251-0/+8
* Remove unused imports.milde2022-03-051-1/+0
* Remove excess blank lines.milde2022-03-041-1/+0
* Fix multiple spaces before/after operatormilde2022-03-031-3/+3
* Fix code indentationmilde2022-01-291-1/+1
* Fix trailing whitespace (flake warning W291).milde2022-01-291-2/+2
* Drop string prefix "u".milde2022-01-261-3/+3
* Remove unused importsmilde2022-01-261-1/+0
* Use short contact mail addressmilde2022-01-201-1/+1
* Drop special-casing for Python 2.x in tests and tools.milde2022-01-031-6/+2
* Remove "coding:" slugmilde2022-01-031-2/+1
* VersionInfo fixesmilde2020-01-261-18/+88
* Formatting changes to facilitate integration of "py3" patchset.milde2019-08-271-1/+1
* Consistent Python 3 checks.milde2019-08-261-1/+1
* py3: Add aliases for removed symbolsmilde2019-08-261-0/+4
* Fix: assert serial is 0 grubert2019-07-201-1/+1
* 0.15.dev must not be used after 0.15b or 0.15rc.milde2017-08-181-0/+15
* Test __version_info__.releaselevel values.milde2017-08-151-8/+8
* * Consolidated version numbering documentation in docs/dev/policies.txt (move...goodger2017-08-141-8/+22
* Add test for __version_info__, fix output of optional __version_details__.milde2017-06-231-0/+10
* Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.milde2013-06-041-1/+1
* Replace deprecated aliases for assert methods with correct names.milde2012-02-031-2/+2
* Workaround for unicode messages in Exception instances with Python < 2.6.milde2011-04-121-0/+28