paramiko/tests
Antoine Brenner 3fce8abf68 BufferedFile.read() now returns byte strings instead of text strings
It is the right thing to do since we have no idea what encoding the file
is in, or even if the file is text data. BufferedFile.readline() is
unchanged and returns text strings assuming the file is utf-8 encoded.
This should fix the following issue:
http://comments.gmane.org/gmane.comp.sysutils.backup.obnam/252

Antoine Brenner

Conflicts:
	sites/www/changelog.rst
2014-04-17 17:52:34 -04:00
..
__init__.py Add Py3.2 and Py3.3 to travis 2013-10-30 16:02:01 -07:00
loop.py Start in on star import eradication 2014-03-07 16:17:19 -08:00
stub_sftp.py Fix import * and a bunch of PEP8 formatting 2014-03-07 20:45:26 -08:00
test_auth.py Fix import * and a bunch of PEP8 formatting 2014-03-07 20:45:26 -08:00
test_buffered_pipe.py Fix import * and a bunch of PEP8 formatting 2014-03-07 20:45:26 -08:00
test_client.py Fix import * and a bunch of PEP8 formatting 2014-03-07 20:45:26 -08:00
test_dss.key [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-92] 2004-09-25 22:07:59 +00:00
test_dss_password.key [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-19] 2005-06-28 07:24:10 +00:00
test_ecdsa.key Introduce ECDSA 2013-03-25 12:19:21 -04:00
test_ecdsa_password.key Introduce ECDSA 2013-03-25 12:19:21 -04:00
test_file.py BufferedFile.read() now returns byte strings instead of text strings 2014-04-17 17:52:34 -04:00
test_hostkeys.py Fix import * and a bunch of PEP8 formatting 2014-03-07 20:45:26 -08:00
test_kex.py Fix import * and a bunch of PEP8 formatting 2014-03-07 20:45:26 -08:00
test_message.py Start in on star import eradication 2014-03-07 16:17:19 -08:00
test_packetizer.py Fix import * and a bunch of PEP8 formatting 2014-03-07 20:45:26 -08:00
test_pkey.py Fix import * and a bunch of PEP8 formatting 2014-03-07 20:45:26 -08:00
test_rsa.key [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-92] 2004-09-25 22:07:59 +00:00
test_rsa_password.key [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-19] 2005-06-28 07:24:10 +00:00
test_sftp.py BufferedFile.read() now returns byte strings instead of text strings 2014-04-17 17:52:34 -04:00
test_sftp_big.py BufferedFile.read() now returns byte strings instead of text strings 2014-04-17 17:52:34 -04:00
test_transport.py Fix import * and a bunch of PEP8 formatting 2014-03-07 20:45:26 -08:00
test_util.py Fix import * and a bunch of PEP8 formatting 2014-03-07 20:45:26 -08:00
util.py Use test_path to avoid relative path issues 2013-10-30 16:22:52 -07:00