summaryrefslogtreecommitdiff
path: root/docutils/test/test_dependencies.py
Commit message (Expand)AuthorAgeFilesLines
* Fix IndexError when running individual test modules under Python <3.9milde2022-11-261-1/+1
* Make "record_dependecies" test independent of the working dir.milde2022-11-241-57/+60
* Fix running of individual test (first batch).milde2022-11-241-1/+8
* Make the tests agnostic to the working directoryaa-turner2022-11-101-9/+22
* Use the built-in ``open`` instead of ``FileInput``aa-turner2022-11-031-3/+2
* Do not import unused moduleaa-turner2022-10-281-1/+0
* Remove ``DocutilsTestSupport.DevNull``aa-turner2022-10-281-1/+3
* Clean up ``record.txt`` after testsaa-turner2022-10-211-0/+3
* Unify naming of the "utf-8" codec.milde2022-06-131-1/+1
* Avoid too long lines.milde2022-03-051-3/+5
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-041-0/+1
* Fix multiple spaces after ',' or ':'.milde2022-03-031-2/+2
* Fix code indentationmilde2022-01-291-5/+5
* Fix trailing whitespace (flake warning W291).milde2022-01-291-1/+1
* Drop string prefix "u".milde2022-01-261-5/+5
* Remove unused importsmilde2022-01-261-1/+0
* Fix/silence DeprecationWarnings and RessourceWarnings.milde2022-01-061-1/+1
* Drop special-casing for Python 2.x in tests and tools.milde2022-01-031-1/+1
* Add DeprecationWarnings and FutureWarnings for planned changes.milde2021-11-051-2/+7
* py3: Use 'sorted(foo)' instead of 'foo.sort()'milde2019-08-261-6/+3
* Remove legacy ImportError exception handlers (patch by Stephen Finucane).milde2019-08-211-8/+4
* Documentation update.milde2017-04-191-1/+1
* Drop support for Python 2.3.milde2012-06-221-10/+1
* Fix [ 3527842 ]. milde2012-06-041-3/+4
* python 2.3 keyword dict method update does not allow keyword argsgrubert2012-05-011-1/+10
* Replace deprecated aliases for assert methods with correct names.milde2012-02-031-4/+4
* Clean up record_dependencies feature.milde2011-12-141-50/+79
* The record file (test/data/dependencies.txt) is utf8-encoded.milde2011-12-051-1/+2
* Do not decode file content with sys.getfilesystemencoding().milde2011-12-051-2/+1
* DependencyList uses io.FileOutputmilde2011-11-111-4/+10
* fixed path buggoodger2008-10-311-5/+15
* fixed stylesheet dependency testgoodger2008-10-311-6/+7
* Merged abolish-userstring-haskey r5609:5616 to trunk.strank2008-07-281-1/+1
* undo accidental commit to trunkstrank2008-07-231-1/+1
* Replace all has_key with the in operator.strank2008-07-231-1/+1
* adjusted name and email addresswiemann2007-05-311-1/+1
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* docutils.utils.DependencyList records relative URLs, not platform paths, so u...goodger2006-04-261-8/+8
* comment explains the situationgoodger2006-03-311-1/+1
* Removed os.chdir call (setUp method), since that can mess up other tests. Its...goodger2006-03-301-16/+16
* corrected order of importsgoodger2005-12-031-1/+1
* made _stylesheet_required setting default to 0,wiemann2005-08-241-1/+0
* Added ``_stylesheet_required`` internal setting, docutils.transforms.html.Sty...goodger2005-06-281-0/+1
* fixed testswiemann2005-06-201-1/+1
* added DocutilsTestSupport.testrootwiemann2004-10-011-10/+7
* added test for dependency recorderwiemann2004-09-301-0/+81