summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* In autodoc, allow customizing the signature of an object via autodoc-process-...Georg Brandl2010-02-211-2/+3
* Make the ``start-after`` and ``end-before`` options to the ``literalinclude``...Georg Brandl2010-01-302-1/+6
* Improve the handling of non-Unicode strings in the configuration:Georg Brandl2010-01-121-1/+18
* Add tests for todo extension.Georg Brandl2010-01-032-0/+23
* #310: support exception messages in the ``testoutput`` blocks of the ``doctes...Georg Brandl2010-01-024-1/+146
* Happy new year!Georg Brandl2010-01-0114-14/+14
* #303: ``html_context`` values given on the command line via ``-A``Georg Brandl2009-12-313-1/+6
* #308: allow "double" as alias for "pair" in index entries.Georg Brandl2009-12-301-0/+1
* Remove option added in docutils 0.6.Georg Brandl2009-12-281-1/+0
* #299: Fix the mangling of quotes in "include:: :literal:" blocks.Georg Brandl2009-12-243-0/+12
* Fix "fixed" descriptor handling, and add tests.Georg Brandl2009-10-251-0/+18
* #196: Add a warning if an extension module doesn't have a ``setup()`` function.Georg Brandl2009-06-151-0/+10
* When highlighting Python code, ignore extra indentation beforeGeorg Brandl2009-06-042-6/+15
* #191: Don't escape the tilde in URIs in LaTeX.Georg Brandl2009-06-041-0/+3
* Don't consider contents of source comments for the search index.Georg Brandl2009-05-311-0/+39
* Set the default encoding to ``utf-8-sig`` to handle files with aGeorg Brandl2009-05-313-1/+10
* #178: apply ``add_function_parentheses`` config value to C functions as promi...Georg Brandl2009-05-222-0/+6
* #173: Respect the docutils ``title`` directive.Georg Brandl2009-05-172-0/+3
* #157: fix make check.Georg Brandl2009-05-101-1/+2
* Bring some more sanity into quickstart validators.Georg Brandl2009-04-291-2/+2
* Fix test suite failures when Pygments is not available.Georg Brandl2009-04-071-2/+4
* Fix the fix of #127 to actually work.Georg Brandl2009-03-241-3/+3
* Restore 2.4 compatibility and fix removing the generated file properly.Georg Brandl2009-03-166-13/+4
* Do proper cleanup of generated files.Georg Brandl2009-03-163-0/+9
* Fix test_env.Georg Brandl2009-03-1631-379/+2096
|\
| * Fix test_env.Georg Brandl2009-03-161-1/+1
| * Fix autosummary test suite.Georg Brandl2009-03-1631-379/+2096
| |\
| | * Autodoc can now exclude single members from documentationGeorg Brandl2009-03-151-1/+5
| | * Fix test.gbrandl2009-03-151-2/+4
| | * Fix test_env after update() API change.gbrandl2009-03-151-4/+2
| | * Add autosummary to tests.gbrandl2009-03-153-1/+10
| | * Make WARNING the default warning prefix.Georg Brandl2009-03-052-10/+10
| | * #114: Added an ``abbr`` role to markup abbreviations and acronyms.Georg Brandl2009-03-051-0/+1
| | * Use standard ``file:line: warning: message`` format for warning messages.Georg Brandl2009-03-054-15/+16
| | * Paths to literal include files and download files can now be absolute too.Georg Brandl2009-02-244-0/+20
| | * Add makefile target for easy test coverage checking.Georg Brandl2009-02-221-0/+1163
| | * #10: implement HTML section numbering.Georg Brandl2009-02-222-7/+11
| | * Fix the serializing and changes builders, and really test them.Georg Brandl2009-02-213-4/+17
| | * More generator tests.Georg Brandl2009-02-211-11/+11
| | * The new ``latex_additional_files`` config value can be used toGeorg Brandl2009-02-202-0/+4
| | * Forgot ifconfig.Georg Brandl2009-02-201-0/+1
| | * Fix #103: add all (usable) builtin extensions to quickstart.Georg Brandl2009-02-201-0/+4
| | * Make "make check" happy.Georg Brandl2009-02-191-1/+2
| | * Fix a bug in FilenameUniqDict that led to test failures.Georg Brandl2009-02-192-9/+11
| | * Make the HTML xpath tests generator tests.Georg Brandl2009-02-192-20/+41
| | * Added an ``only`` directive that can selectively include textGeorg Brandl2009-02-194-4/+32
| | * Test add_description_unit in test suite.Georg Brandl2009-02-183-3/+27
| | * Add more stuff to the autodoc test document, and fix two bugs.Georg Brandl2009-02-181-0/+21
| | * SVG images are now supported in HTML (via ``<object>`` and ``<embed>`` tags).Georg Brandl2009-02-185-9/+172
| | * Add a test for a new documenter.Georg Brandl2009-02-181-4/+33