summaryrefslogtreecommitdiff
path: root/test/alltests.py
Commit message (Expand)AuthorAgeFilesLines
* Add encoding arguments when opening files.milde2022-06-151-1/+2
* Avoid too long lines.milde2022-03-051-6/+6
* Fix imports.milde2022-03-051-7/+7
* New style classes no longer need to inherit from `object`.milde2022-01-261-1/+1
* Drop special-casing for Python 2.x in tests and tools.milde2022-01-031-5/+2
* Remove 2.7-compatibility __future__ imports.milde2022-01-031-1/+0
* Fix encoding problem in test output.milde2021-05-171-8/+10
* py3: Switch to print functionsmilde2019-08-261-16/+16
* py3: Use new style classesmilde2019-08-261-1/+1
* Fix [ 377 ] ResourceWarning: unclosed file python3.8: close alltests.out atexitgrubert2019-08-201-3/+12
* remove docutils.__version_details__ from outputgoodger2017-06-231-3/+2
* Add platform identification info to alltests.py output.goodger2017-04-261-0/+4
* Fix [ 3525847 ] UnicodeEncodeError with locale == C milde2012-05-111-2/+7
* class Tee: use getattr to fetch encoding of stream grubert2011-06-051-1/+1
* Add encoding to class Tee.grubert2011-06-041-0/+1
* simplify returning of test result (by Arfrever Frehtes Taifersar Arahesis)milde2010-06-021-5/+1
* exit test suite with zero if no problems found (fixes bug 2976941)milde2010-03-271-1/+5
* Apply [ 2029251 ] return nonzero when tests fail.milde2009-09-031-1/+2
* reverted r3253, incompatible with Python 2.5goodger2006-06-221-11/+0
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* path fixesgoodger2005-12-151-1/+2
* added working directory and docutils package directory to outputgoodger2005-12-131-0/+2
* corrected order of importsgoodger2005-12-031-0/+1
* make alltests runnable with "unittestgui.py alltests.suite"wiemann2005-11-131-15/+17
* tweaked headergoodger2005-06-031-1/+1
* docutils.__version_details__ renamed from .__version_suffix__goodger2005-06-011-2/+3
* str(Exception) doesn't work for anything but ASCII Exception texts, sowiemann2005-04-251-0/+11
* pass on parameterswiemann2005-02-191-1/+1
* run alltests.py with unbuffered stdout and stderrwiemann2005-02-191-1/+3
* Gee; again an accidental checkin.wiemann2004-12-241-1/+1
* changed release day; added history entries for David's patchwiemann2004-12-241-1/+1
* reverted accidentally committed files; sorrywiemann2004-12-231-1/+1
* added text about using the unicode directive for en and em dasheswiemann2004-12-231-1/+1
* reverted erroneously checked-in changeswiemann2004-11-131-1/+1
* added entries about newly added class="docutils"wiemann2004-11-131-1/+1
* added date & time to header; flush output early for feedbackgoodger2004-06-261-2/+6
* added version infogoodger2003-07-311-0/+4
* Consolidated script.goodger2002-11-161-13/+13
* changed docstring field lists into commentsgoodger2002-10-091-6/+6
* Don't need to encode output any more; DocutilsTestSupport does it now.goodger2002-08-161-1/+0
* Added ``Tee.flush()`` method.goodger2002-08-101-0/+5
* updatedgoodger2002-05-301-1/+2
* updatedgoodger2002-04-251-3/+27
* Initial revisiongoodger2002-04-201-0/+41