summaryrefslogtreecommitdiff
path: root/docutils/io.py
Commit message (Expand)AuthorAgeFilesLines
* Fix [ 348 ] Since Python 3.4, the 'U' universal newlines mode has been deprec...grubert2018-09-091-2/+3
* Apply patch by Engelbert Gruber to fix encoding problem under Py3.6 on Windows.milde2017-11-081-1/+1
* Drop 2.4 and 2.5 compatibility code, part 2.milde2017-08-141-5/+4
* Drop compatibility code for Python 2.4 and 2.5.milde2017-08-111-40/+38
* Documentation update: Dropped support for Python 2.4, 2.5, 3.1, and 3.2.milde2017-08-101-1/+1
* FIX: apostrophe in stringgrubert2017-06-271-1/+1
* add deprecation waring for io.FileInput() argument `handle_io_errors`.milde2017-06-261-3/+12
* Apply patch by Neil Schemenauer to fix bad string escapesmilde2016-12-101-1/+1
* Revert removal of obsolete `handle_io_errors` arg. Still used by Sphinx.milde2015-04-121-2/+4
* Remove deprecated features (long announced in RELEASE NOTES).milde2015-03-151-4/+2
* Fix custom encoding under Python 3.milde2015-02-161-2/+2
* 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