summaryrefslogtreecommitdiff
path: root/docutils/io.py
Commit message (Expand)AuthorAgeFilesLines
* Do not close() sys.stdin, sys.stdout, or sys.stderr. milde2011-07-071-12/+11
* New sub-module and test suite for error reporting.milde2011-05-191-193/+14
* Fix IOError to unicode conversion and add a test case.milde2011-05-151-3/+3
* Robust error reporting: ErrorStringmilde2011-05-131-16/+85
* Use io.ErrorOutput in utils.Reportermilde2011-05-111-11/+27
* fix and re-organize error printing to sys.stderrmilde2011-05-101-36/+106
* Fix: failsafe encoding of unicode strings before writing to sys.stderrmilde2011-05-061-23/+28
* Fix input/output for py3k.milde2010-03-181-13/+31
* FileInput opens files as text files with universal newline supportmilde2009-10-251-2/+5
* Fix [ 2809965 ] Test suite failure on Windows (CR/LF incompatibility)milde2009-09-111-1/+1
* Fix [ 2781629 ] support non-ASCII chars in file names.milde2009-09-101-6/+6
* Options for "include" directive to select a range of lines.milde2009-09-031-0/+11
* Convert docutils to Python 3 (at least so that it runs the test suite.)gbrandl2009-04-011-30/+12
* Misc updates after initial checkindkuhlman2009-01-071-0/+18
* Prepare for python 3.0: minimize "types" module where possible (gbrandl).grubert2008-11-301-5/+4
* added support for IronPython 1.0 (thanks to Seo Sanghyeon);wiemann2006-09-161-5/+6
* added comment about compatibilitywiemann2006-05-251-0/+1
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* Added code to determine the input encoding from data: encoding declarations o...goodger2006-04-121-17/+56
* clarified assertion messagegoodger2005-07-031-1/+3
* added assertion and commentwiemann2005-07-031-2/+5
* added assertion and commentwiemann2005-07-031-2/+6
* encode Unicode strings only; wrapped a linegoodger2005-07-021-2/+4
* Added ``DocTreeInput`` class, for reprocessing existing documents.goodger2005-06-291-0/+15
* remove BOMs from input streamswiemann2005-03-271-1/+2
* provide better reporting of decoding errorsgoodger2005-02-251-3/+9
* Fixed ``Input.decode`` method to apply heuristics only if no encoding is expl...goodger2005-02-171-14/+17
* 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