summaryrefslogtreecommitdiff
path: root/docutils/parsers/rst/tableparser.py
Commit message (Expand)AuthorAgeFilesLines
* Delete old 0.4 maintenance branch.docutils-0.4milde2017-06-221-527/+0
* added East Asian double-width character support; thanks to Frank Bennett for ...goodger2005-12-071-0/+5
* fixed table cell line sync problem ("include" directive in cells)goodger2003-07-051-2/+4
* reworked for ``StringList``, to support "include" directives in table cellsgoodger2003-07-051-63/+53
* updatedgoodger2002-11-081-2/+2
* Detect bad column spans in "simple" tables.goodger2002-10-241-6/+11
* Fixed a bug that was producing unwanted empty rows in "simple" tables.goodger2002-09-191-11/+20
* Simple tables bug fix.goodger2002-07-251-0/+3
* - Changed ``TableParser`` to ``GridTableParser``.goodger2002-07-181-73/+272
* updatedgoodger2002-05-051-1/+2
* Initial revisiongoodger2002-04-201-0/+313