summaryrefslogtreecommitdiff
path: root/test/test_parsers
Commit message (Expand)AuthorAgeFilesLines
* Tab expansion in literal inclusions, ``tab-width`` option of for "include"milde2009-09-212-0/+47
* Options for "include" directive to select a range of lines.milde2009-09-031-0/+33
* fix null-byte (wrong encoding) test conditionsgoodger2009-07-051-5/+6
* Allow legth and percentage values in "figwidth" argument and percent sign inmilde2009-05-191-1/+1
* Convert docutils to Python 3 (at least so that it runs the test suite.)gbrandl2009-04-018-73/+56
* added test & fix for matched openers & closers (inline markup recognition rul...goodger2008-09-051-0/+23
* allow more Unicode characters as openers & delimitersgoodger2008-09-051-27/+64
* [ 1994493 ] Patch to support all kinds of quotes in inline markupgrubert2008-08-251-0/+438
* Merged adjacent-citations branch to trunk.strank2008-07-291-0/+16
* Merged abolish-userstring-haskey r5609:5616 to trunk.strank2008-07-284-7/+60
* Allow ``+`` and ``:`` in reference names.grubert2008-02-151-0/+14
* Add test for ``.-_`` in citation labels.grubert2008-02-151-0/+31
* fix exception interpolationgoodger2008-01-141-2/+2
* adjusted name and email addresswiemann2007-05-315-5/+5
* reverted r5032; breaks Python 2.2 compatibilitywiemann2007-03-212-4/+4
* replaced 'raw_unicode_escape' with 'ascii', 'backslashreplace' so we don't ge...wiemann2007-03-212-4/+4
* merged include-after-until branch to trunk; deleted include-after-until branchwiemann2007-03-123-0/+120
* fixed bug with multi-line attributions in block quote directives (epigraph etc.)goodger2006-12-091-2/+4
* updated headerswiemann2006-08-075-20/+10
* merged directives branch to trunk (r4375:4666);wiemann2006-07-1217-115/+423
* use integer division to make it more explicit, and for Python 3000 compatibil...wiemann2006-07-041-3/+3
* Python 2.5 compatibility: dynamic exception matchinggoodger2006-06-223-8/+18
* added support for unicode bulletswiemann2006-06-041-0/+26
* fixed calls to docutils.parsers.rst.states.Body.block_quote (see r4522), and ...goodger2006-06-011-0/+104
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-2148-192/+96
* Added support for multiple attributions in a physical block quote (indented t...goodger2006-05-011-0/+113
* added pep_file_url_template setting; corrected PEP urls (removed .html); rest...goodger2006-03-231-1/+1
* updated tests for revision 4443 (support for new python.org and pep2pyramid.py)goodger2006-03-231-1/+1
* generalized test for 64-bit platformsgoodger2006-03-191-2/+9
* extracted over-complicated expressiongoodger2006-03-191-6/+8
* fixed "target beginning with underscore" bug;wiemann2006-01-221-0/+39
* added "date" directive, tests, & translationsgoodger2005-12-221-0/+53
* corrected pathgoodger2005-12-141-1/+1
* fixed import ordergoodger2005-12-141-1/+1
* tests for the "container" directive (forgot to add it a while back)goodger2005-12-081-0/+76
* merged branches/s5 changes r4011:4155 into trunk/docutilsgoodger2005-12-081-0/+64
* added East Asian double-width character support; thanks to Frank Bennett for ...goodger2005-12-071-0/+324
* Fixed bugs: list items with blank first lines; block quote attributions with ...goodger2005-12-062-0/+70
* allow escaped colons inside of fieldswiemann2005-11-191-2/+48
* test for non-breaking spacegoodger2005-10-281-2/+15
* disallow anonymous hyperlink references and auto-numbered footnoteswiemann2005-10-111-4/+24
* disallow targets inside substitution definitionswiemann2005-10-111-0/+15
* added SimpleTable buggoodger2005-10-031-0/+14
* Added ``serial_escape`` function; escapes string values that are elements of ...goodger2005-10-028-69/+69
* catch another case of malformed hyperlink targetwiemann2005-08-261-0/+7
* catch unescaped colon at end of hyperlink targetsgoodger2005-08-261-0/+17
* fixed bug with "image" directive "target" optiongoodger2005-08-241-3/+3
* removed superfluous error messagewiemann2005-08-172-12/+0
* fixed enumerated list bug (SF#1254145)goodger2005-08-101-0/+10
* fixed false assumption about pathgoodger2005-06-173-3/+3