summaryrefslogtreecommitdiff
path: root/test/test_dependencies.py
Commit message (Expand)AuthorAgeFilesLines
* 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 trunkabolish-userstring-haskey@5608strank2008-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