summaryrefslogtreecommitdiff
path: root/test/test_io.py
Commit message (Expand)AuthorAgeFilesLines
* Fix [ 348 ] Since Python 3.4, the 'U' universal newlines mode has been deprec...grubert2018-09-091-0/+15
* Drop 2.4 and 2.5 compatibility code, part 2.milde2017-08-141-10/+9
* Drop compatibility code for Python 2.4 and 2.5.milde2017-08-111-1/+1
* Fix [ 318 ] false positive in test_heuristics_no_utf8.milde2017-05-311-3/+10
* Fix test under Py3k.milde2013-03-041-2/+2
* Test case for io.Input.decode with "unicode" data. Cf. bug [ 3606659 ].milde2013-03-041-1/+9
* Fix Py3k error writing to stdout with encoding differing from default.milde2012-10-111-14/+16
* math, error_reporting, and urischemes moved to the utils package. milde2012-06-251-1/+1
* Drop support for Python 2.3.milde2012-06-221-4/+0
* Fixup: more save implementation of binary data output under Python 3.milde2012-06-131-6/+100
* python 2.3 alias unittest.TestCase.assertTrue (possibly reverted on next rele...grubert2012-05-011-0/+4
* Fix false positive with non-UTF8, non-latin1 locale encodings.milde2011-12-061-4/+9
* Tests for encoding problemsmilde2011-11-081-8/+27
* New sub-module and test suite for error reporting.milde2011-05-191-153/+0
* in Python 3, the name for the exception instance is local to the except clausemilde2011-05-161-8/+8
* Fix IOError to unicode conversion and add a test case.milde2011-05-151-2/+37
* Robust error reporting: ErrorStringmilde2011-05-131-13/+57
* Test and use robust the error printingmilde2011-05-111-1/+75
* Convert docutils to Python 3 (at least so that it runs the test suite.)gbrandl2009-04-011-7/+8
* adjusted name and email addresswiemann2007-05-311-1/+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-0/+36
* corrected order of importsgoodger2005-12-031-0/+1
* test that BOMs aren't removed when input data is Unicodewiemann2005-03-271-0/+4
* remove BOMs from input streamswiemann2005-03-271-0/+27