summaryrefslogtreecommitdiff
path: root/docutils/test
Commit message (Expand)AuthorAgeFilesLines
* reverted last check-in; it was committed to "transforms" branchwiemann2005-09-182-182/+182
* changed DanglingReferences priority back to 850wiemann2005-09-182-182/+182
* incorporated David's suggestions for the transforms branchwiemann2005-09-172-10/+121
* Turned components.Filter into components.WriterFilter. When thewiemann2005-08-202-121/+10
* removed superfluous error messagewiemann2005-08-172-12/+0
* committed too early; sorrywiemann2005-08-151-25/+0
* made Null writer "support" all formatswiemann2005-08-151-0/+25
* restored a bug (removed in r3807) which lingers; added a commented-out test c...goodger2005-08-151-0/+45
* removed bug with indirect substitutions; seems to be fixedwiemann2005-08-141-0/+25
* fixed enumerated list bug (SF#1254145)goodger2005-08-101-0/+10
* fixed test case (no settings_spec)wiemann2005-07-151-2/+3
* more precise error messagewiemann2005-07-151-2/+2
* Added simple use case test for publishing document as parts.blais2005-07-081-1/+7
* do not return parts dictionary in publish_from_doctree;wiemann2005-07-081-5/+3
* separated default (universal) transforms into two stages so that nowiemann2005-07-071-18/+60
* moved comparison methods up to StandardTestCasewiemann2005-07-061-23/+23
* renamed universal.FinalChecks to references.DanglingReferences;wiemann2005-07-054-263/+230
* moved expose_internals logic out of FinalChecks into awiemann2005-07-052-1/+42
* moved transition transform logic from universal.FinalChecks towiemann2005-07-052-282/+308
* revert docutils.writers.null.Writer.output to None, now with docutils.io.Outp...goodger2005-07-022-9/+14
* improved cloaking mechanismwiemann2005-07-011-1/+1
* removed duplicate tests; wrapped lineswiemann2005-06-301-11/+6
* Py21 compatibility fixwiemann2005-06-301-2/+2
* Fixed bug introduced in doctree reader, added pickle test back in.blais2005-06-301-1/+47
* removed document.internal_targets and document.external_targets;wiemann2005-06-291-0/+18
* implemented units for image widths; implemented language-support (e.g. for hy...wiemann2005-06-291-1/+2
* updatedgoodger2005-06-291-8/+4
* added test for publish_from_doctreewiemann2005-06-291-2/+11
* converted to real multi-line literal strings for readabilitygoodger2005-06-291-3/+28
* move metadata title into document['title']wiemann2005-06-294-24/+21
* Added ``_stylesheet_required`` internal setting, docutils.transforms.html.Sty...goodger2005-06-284-1/+5
* added assert to make sure the kwargs get passed to apply()wiemann2005-06-271-1/+1
* moved & renamed to remove overlap between file & directory/packagegoodger2005-06-271-0/+0
* Pythonicized kwargs --dump-transformsgoodger2005-06-271-5/+4
* added assert to get a helpful error message when passing thingswiemann2005-06-271-0/+2
* pass kwargs as single parameter to add_transform;wiemann2005-06-271-3/+5
* added note about slowdownwiemann2005-06-271-1/+4
* renamed test_publish_doctree.py to more generic test_publisher.py; polishedwiemann2005-06-271-6/+9
* replaced data argument to Transform constructor with **kwargs;wiemann2005-06-271-0/+39
* publish_doctree now returns only the doctree, not an empty (useless)wiemann2005-06-261-2/+1
* oh, publish_doctree was not a duplicate... 8-)wiemann2005-06-261-2/+2
* removed duplicate publish_doctree method;wiemann2005-06-261-3/+3
* merge trunk/docutils@3525 branches/blais_interrupt_render/docutils@HEAD trunk...wiemann2005-06-261-0/+50
* executablegoodger2005-06-241-0/+0
* separated different types of testsgoodger2005-06-232-20/+37
* moved import to guarded areagoodger2005-06-231-1/+1
* removed docutils.frontend._globally_deactivate_config_files (reverting much o...goodger2005-06-233-11/+13
* again a broken test; I should really rerun the test suite before committing c...wiemann2005-06-211-1/+1
* issue a warning rather than an error when no stylesheet is given;wiemann2005-06-211-1/+1
* fixed testswiemann2005-06-202-1/+2