summaryrefslogtreecommitdiff
path: root/docutils/parsers/rst/directives/tables.py
Commit message (Expand)AuthorAgeFilesLines
* io.FileInput/io.FileOutput: no system-exit on IOError.milde2012-06-251-5/+4
* math, error_reporting, and urischemes moved to the utils package. milde2012-06-251-1/+1
* Revert "io.FileInput/io.FileOutput: No system-exit on IOError."milde2012-01-271-4/+4
* io.FileInput/io.FileOutput: No system-exit on IOError.milde2012-01-261-4/+4
* Common directive options:milde2011-07-061-1/+0
* New "name" directive option attaching a reference name.milde2011-06-301-2/+8
* New sub-module and test suite for error reporting.milde2011-05-191-4/+6
* remove 2.4-style decorator syntaxgoodger2009-08-311-4/+2
* make CSVTable.encode_for_csv/.decode_from_csv static methods, for API usegoodger2009-07-051-4/+8
* Convert docutils to Python 3 (at least so that it runs the test suite.)gbrandl2009-04-011-45/+46
* Merged abolish-userstring-haskey r5609:5616 to trunk.strank2008-07-281-12/+12
* merged directives branch to trunk (r4375:4666);wiemann2006-07-121-403/+404
* use integer division to make it more explicit, and for Python 3000 compatibil...wiemann2006-07-041-1/+1
* for compatibility with Python2.5b1goodger2006-06-221-1/+2
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* added clarifying comment; thanks to Anthony Baxter for pointing this outgoodger2005-09-241-0/+3
* more precise error messagewiemann2005-07-151-2/+2
* added "stub-columns" options to "csv-table" and "list-table" directives, plus...goodger2005-04-051-9/+34
* removed nodes.Element.set_class() method;wiemann2005-04-021-6/+3
* added csv-table directive support for the file_insertion_enabled settinggoodger2005-03-221-1/+8
* differentiate between paths and URIsgoodger2005-03-151-1/+1
* removed redundant get_children();wiemann2005-03-141-1/+1
* removed direct references to Element.children attribute outside nodes.pywiemann2005-03-041-1/+1
* Caught empty CSV table buggoodger2005-02-221-1/+6
* Added "list-table" directive.goodger2005-02-111-1/+102
* use new DependencyList (in settings.record_dependencies)wiemann2004-09-251-2/+2
* added --dependency-file optionwiemann2004-09-191-1/+2
* added input_encoding_error_handler to external file processing (include, raw,...goodger2004-09-131-4/+7
* Added "encoding" directive to "csv-table" directive. Added workaround for lac...goodger2004-09-121-10/+17
* reverted rev1.3 (Unicode check for CSV table)goodger2004-09-121-9/+0
* fixed non-ASCII-character bug with csv-table directivewiemann2004-09-111-0/+9
* added checks for cvs.py module (Python 2.3+), and table dimensions; added gua...goodger2004-06-191-36/+62
* table-related directivesgoodger2004-06-181-0/+269