| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix [ 348 ] Since Python 3.4, the 'U' universal newlines mode has been deprec... | grubert | 2018-09-09 | 1 | -2/+3 |
| * | Apply patch by Engelbert Gruber to fix encoding problem under Py3.6 on Windows. | milde | 2017-11-08 | 1 | -1/+1 |
| * | Drop 2.4 and 2.5 compatibility code, part 2. | milde | 2017-08-14 | 1 | -5/+4 |
| * | Drop compatibility code for Python 2.4 and 2.5. | milde | 2017-08-11 | 1 | -40/+38 |
| * | Documentation update: Dropped support for Python 2.4, 2.5, 3.1, and 3.2. | milde | 2017-08-10 | 1 | -1/+1 |
| * | FIX: apostrophe in string | grubert | 2017-06-27 | 1 | -1/+1 |
| * | add deprecation waring for io.FileInput() argument `handle_io_errors`. | milde | 2017-06-26 | 1 | -3/+12 |
| * | Apply patch by Neil Schemenauer to fix bad string escapes | milde | 2016-12-10 | 1 | -1/+1 |
| * | Revert removal of obsolete `handle_io_errors` arg. Still used by Sphinx. | milde | 2015-04-12 | 1 | -2/+4 |
| * | Remove deprecated features (long announced in RELEASE NOTES). | milde | 2015-03-15 | 1 | -4/+2 |
| * | Fix custom encoding under Python 3. | milde | 2015-02-16 | 1 | -2/+2 |
| * | Fix TypeError: Python 3 does no implicit conversion between bytes and unicode... | milde | 2013-01-25 | 1 | -1/+1 |
| * | Fix opening binary files under Py3k (thanks to Dominic Fitzpatrick). | milde | 2012-11-06 | 1 | -2/+2 |
| * | Fix Py3k error writing to stdout with encoding differing from default. | milde | 2012-10-11 | 1 | -25/+22 |
| * | io.FileInput/io.FileOutput: no system-exit on IOError. | milde | 2012-06-25 | 1 | -18/+5 |
| * | math, error_reporting, and urischemes moved to the utils package. | milde | 2012-06-25 | 1 | -1/+1 |
| * | Fixup: more save implementation of binary data output under Python 3. | milde | 2012-06-13 | 1 | -32/+44 |
| * | Fix output of bytes to sys.stdout under Python 3. | milde | 2012-06-11 | 1 | -11/+28 |
| * | Backwards-compatible fix for system-exit on IOError. | milde | 2012-03-19 | 1 | -13/+20 |
| * | `mode` argument for FileOutput avoids code replication in BinaryFileOutput. | milde | 2012-03-19 | 1 | -15/+19 |
| * | Revert "io.FileInput/io.FileOutput: No system-exit on IOError." | milde | 2012-01-27 | 1 | -14/+15 |
| * | io.FileInput/io.FileOutput: No system-exit on IOError. | milde | 2012-01-26 | 1 | -15/+14 |
| * | Work around encoding problems in Py3k. Fixes [ 3395948 ] | milde | 2011-10-20 | 1 | -22/+56 |
| * | Do not close() sys.stdin, sys.stdout, or sys.stderr. | milde | 2011-07-07 | 1 | -12/+11 |
| * | New sub-module and test suite for error reporting. | milde | 2011-05-19 | 1 | -193/+14 |
| * | Fix IOError to unicode conversion and add a test case. | milde | 2011-05-15 | 1 | -3/+3 |
| * | Robust error reporting: ErrorString | milde | 2011-05-13 | 1 | -16/+85 |
| * | Use io.ErrorOutput in utils.Reporter | milde | 2011-05-11 | 1 | -11/+27 |
| * | fix and re-organize error printing to sys.stderr | milde | 2011-05-10 | 1 | -36/+106 |
| * | Fix: failsafe encoding of unicode strings before writing to sys.stderr | milde | 2011-05-06 | 1 | -23/+28 |
| * | Fix input/output for py3k. | milde | 2010-03-18 | 1 | -13/+31 |
| * | FileInput opens files as text files with universal newline support | milde | 2009-10-25 | 1 | -2/+5 |
| * | Fix [ 2809965 ] Test suite failure on Windows (CR/LF incompatibility) | milde | 2009-09-11 | 1 | -1/+1 |
| * | Fix [ 2781629 ] support non-ASCII chars in file names. | milde | 2009-09-10 | 1 | -6/+6 |
| * | Options for "include" directive to select a range of lines. | milde | 2009-09-03 | 1 | -0/+11 |
| * | Convert docutils to Python 3 (at least so that it runs the test suite.) | gbrandl | 2009-04-01 | 1 | -30/+12 |
| * | Misc updates after initial checkin | dkuhlman | 2009-01-07 | 1 | -0/+18 |
| * | Prepare for python 3.0: minimize "types" module where possible (gbrandl). | grubert | 2008-11-30 | 1 | -5/+4 |
| * | added support for IronPython 1.0 (thanks to Seo Sanghyeon); | wiemann | 2006-09-16 | 1 | -5/+6 |
| * | added comment about compatibility | wiemann | 2006-05-25 | 1 | -0/+1 |
| * | use $Id$ instead of $Date$ and $Revision$; | wiemann | 2006-05-21 | 1 | -4/+2 |
| * | Added code to determine the input encoding from data: encoding declarations o... | goodger | 2006-04-12 | 1 | -17/+56 |
| * | clarified assertion message | goodger | 2005-07-03 | 1 | -1/+3 |
| * | added assertion and comment | wiemann | 2005-07-03 | 1 | -2/+5 |
| * | added assertion and comment | wiemann | 2005-07-03 | 1 | -2/+6 |
| * | encode Unicode strings only; wrapped a line | goodger | 2005-07-02 | 1 | -2/+4 |
| * | Added ``DocTreeInput`` class, for reprocessing existing documents. | goodger | 2005-06-29 | 1 | -0/+15 |
| * | remove BOMs from input streams | wiemann | 2005-03-27 | 1 | -1/+2 |
| * | provide better reporting of decoding errors | goodger | 2005-02-25 | 1 | -3/+9 |
| * | Fixed ``Input.decode`` method to apply heuristics only if no encoding is expl... | goodger | 2005-02-17 | 1 | -14/+17 |