summaryrefslogtreecommitdiff
path: root/docutils/io.py
Commit message (Expand)AuthorAgeFilesLines
* Fix TypeError: Python 3 does no implicit conversion between bytes and unicode...milde2013-01-251-1/+1
* Fix opening binary files under Py3k (thanks to Dominic Fitzpatrick).milde2012-11-061-2/+2
* Fix Py3k error writing to stdout with encoding differing from default.milde2012-10-111-25/+22
* io.FileInput/io.FileOutput: no system-exit on IOError.milde2012-06-251-18/+5
* math, error_reporting, and urischemes moved to the utils package. milde2012-06-251-1/+1
* Fixup: more save implementation of binary data output under Python 3.milde2012-06-131-32/+44
* Fix output of bytes to sys.stdout under Python 3.milde2012-06-111-11/+28
* Backwards-compatible fix for system-exit on IOError.milde2012-03-191-13/+20
* `mode` argument for FileOutput avoids code replication in BinaryFileOutput.milde2012-03-191-15/+19
* Revert "io.FileInput/io.FileOutput: No system-exit on IOError."milde2012-01-271-14/+15
* io.FileInput/io.FileOutput: No system-exit on IOError.milde2012-01-261-15/+14
* Work around encoding problems in Py3k. Fixes [ 3395948 ]milde2011-10-201-22/+56
* 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