summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Refactoringachapp2014-12-171-4/+5
* new readline test passesachapp2014-12-171-0/+1
* Test update/Fix progress temp saveachapp2014-12-171-1/+3
* Failing test proving #429Jeff Forcier2014-11-121-2/+13
* Rework re #239 to work off post-1.13 codebase. Closes #239Jeff Forcier2014-08-251-0/+6
* Support passing in "buffer" objects again where bytestrings are expected.Jelmer Vernooij2014-08-251-0/+10
* Fix some trailing whitespaceJeff Forcier2014-04-241-2/+2
* Merge updated a01e449 from al-tonioJeff Forcier2014-04-241-1/+30
* BufferedFile.read() now returns byte strings instead of text stringsAntoine Brenner2014-04-173-27/+32
* Merge branch '1.12' into 1.13Jeff Forcier2014-04-161-0/+17
|\
| * Merge branch '1.11' into 1.12Jeff Forcier2014-04-161-0/+23
| |\
| | * Fix logging error in sftp_client for filenames containing the character.Jeff Forcier2014-04-161-0/+23
* | | Fix import * and a bunch of PEP8 formattingScott Maxwell2014-03-0712-35/+36
* | | Start in on star import eradicationJeff Forcier2014-03-078-8/+9
* | | Skip failing test on Py3Jeff Forcier2014-03-071-0/+5
* | | Fix new test for Py3 and start server in tests instead of in setUp so we can ...Scott Maxwell2014-01-161-9/+10
* | | Merge remote-tracking branch 'master/master' into py3-support-without-py25Scott Maxwell2014-01-161-2/+29
|\ \ \ | |/ /
| * | Merge branch '1.11' into 1.12Jeff Forcier2014-01-081-1/+30
| |\ \ | | |/
| | * Saner (to me) positive assertionJeff Forcier2014-01-081-1/+4
| | * Small refactorJeff Forcier2014-01-081-3/+5
| | * No need for 'self.tc' within a single test :)Jeff Forcier2014-01-081-6/+6
| | * Add a testcase for client.save_host_keys.Martin Blumenstingl2014-01-081-1/+25
* | | Add getcwd testScott Maxwell2014-01-161-2/+21
* | | Remove byte conversions and unhexlify calls that we only needed for Py2.5 sup...Scott Maxwell2013-11-1910-74/+72
* | | Remove `from __future__ import with_statement`Scott Maxwell2013-11-191-2/+0
* | | Remove unnecessary vars for openScott Maxwell2013-11-191-17/+9
* | | Use 'with' for opening most file and SFTPFIle objectsScott Maxwell2013-11-194-311/+259
* | | Remove eval that was required for Py25 supportScott Maxwell2013-11-191-1/+3
* | | Change all exceptions to modern format (not Py2.5 compatible)Scott Maxwell2013-11-193-33/+17
* | | Change conditional from PY3 to PY2 to be better prepared for a possible Py4.Scott Maxwell2013-11-192-3/+3
* | | Fix message to handle long properly, even on Py3Scott Maxwell2013-11-021-1/+1
* | | Fix some deprecation and resource warningsScott Maxwell2013-11-0213-328/+329
* | | Make sftp.open handle binary and text, more type conversionScott Maxwell2013-11-024-29/+33
* | | Changes inspired by the nischu7 branchScott Maxwell2013-11-014-11/+17
* | | Have to use u'' format in test_sftp so this test won't run on Py3.2 unless we...Scott Maxwell2013-11-011-1/+1
* | | Fixes for Python 2.5 and Python 3.2 supportScott Maxwell2013-11-016-17/+12
* | | Eliminate all uses of b'' syntax to allow for Python 2.5 supportScott Maxwell2013-11-014-32/+13
* | | More type fixesScott Maxwell2013-10-311-6/+6
* | | Fixes for test_sftpScott Maxwell2013-10-311-34/+38
* | | More type conversionScott Maxwell2013-10-313-9/+11
* | | More type fixupsScott Maxwell2013-10-311-2/+2
* | | Setup so we can run test_sftp_big independentlyScott Maxwell2013-10-311-0/+7
* | | Fix bytes/str type in more placesScott Maxwell2013-10-316-81/+104
* | | Convert and detect types properly, use helper constants, use StringIO and rangeScott Maxwell2013-10-309-58/+72
* | | Fix message sendingScott Maxwell2013-10-3010-71/+82
* | | Fix dict iters, sorts, exceptions, bytes renames and tuple argsScott Maxwell2013-10-303-23/+39
* | | Use test_path to avoid relative path issuesScott Maxwell2013-10-305-17/+23
* | | Fix importsScott Maxwell2013-10-3014-16/+26
* | | Add Py3.2 and Py3.3 to travisScott Maxwell2013-10-301-0/+0
|/ /
* | Merge branch '1.11'Jeff Forcier2013-09-2715-15/+15
|\ \ | |/