summaryrefslogtreecommitdiff
path: root/docutils/io.py
Commit message (Expand)AuthorAgeFilesLines
* removed dependency magic in FileInput,wiemann2004-09-251-11/+1
* added --dependency-file optionwiemann2004-09-191-1/+11
* Added support for input encoding error handler.goodger2004-09-121-11/+28
* Using feature sniffing instead of hexversion.wiemann2004-07-261-6/+12
* simplify xmlcharrefreplace emulationgoodger2004-07-241-8/+8
* xmlcharrefreplace backportwiemann2004-07-241-0/+12
* updatedgoodger2004-06-201-1/+4
* moved locale imports into try blocks, for Jython compatibilityorutherfurd2004-03-281-1/+4
* bugfixgoodger2003-12-111-2/+2
* Added ``handle_io_errors`` parameter to ``FileInput`` & ``FileOutput`` to ena...goodger2003-07-041-2/+9
* Catch IOErrors when opening source & destination files, report & exit without...goodger2003-06-301-2/+17
* pass along error_handler parametergoodger2003-06-171-1/+2
* Removed dependency on runtime settings; pass encoding directly.goodger2003-06-161-28/+6
* updatedgoodger2003-06-081-5/+3
* Added support for output encoding error handlers.goodger2003-06-031-3/+8
* Remove unnecessary local variable.fdrake2003-03-311-2/+1
* recognize unicode strings don't need decodinggoodger2003-03-311-1/+3
* Deprecated reliance on runtime settings; pass encoding directly. "settings" ...goodger2002-11-281-19/+39
* Removed unnecessary parameter from ``read()`` methods.goodger2002-11-191-4/+4
* updatedgoodger2002-10-241-2/+7
* Made special "unicode" encoding general (but it will only work for strings or...goodger2002-10-181-13/+15
* Fixed string I/O encoding bug; updated.goodger2002-10-181-15/+17
* Allow for Unicode string I/O with explicit "unicode" encoding (*not* ``None``).goodger2002-10-171-2/+2
* Allow for Unicode string I/O: don't decode/encode if ``options.input_encoding...goodger2002-10-111-2/+8
* changed docstring field lists into commentsgoodger2002-10-091-7/+5
* Added defaults for source & destination paths.goodger2002-08-231-0/+18
* Try to get path/stream name automatically in ``FileInput`` & ``FileOutput``.goodger2002-08-211-0/+10
* ``FileOutput.write()`` now returns the encoded output string.goodger2002-08-151-2/+3
* - Split ``IO`` classes into subclasses of ``Input`` and ``Output``.goodger2002-08-091-36/+103
* docstringgoodger2002-08-011-0/+5
* docstringgoodger2002-07-191-1/+2
* Added "latin-1" as final fallback encoding.goodger2002-07-181-0/+1
* Added ``NullIO`` class. Added docstrings. Simplified.goodger2002-07-131-23/+21
* Modified ``IO.decode()`` encoding order and prepared for failure.goodger2002-07-061-5/+13
* Added ``source_path`` & ``destination_path`` for later reference.goodger2002-07-041-33/+40
* docstringsgoodger2002-06-291-0/+2
* Added to project; uniform API for a variety of input & output mechanisms.goodger2002-06-281-0/+140