index
:
paramiko
main
py3compat
u2f
Pure-Python implementation of the SSHv2 protocol
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2015-11-02
Merge branch '1.13' into 1.14
Jeff Forcier
2015-11-02
Added test for str() of empty SFTPAttributes()
Ulrich Petri
2014-12-17
Merge branch '1.13' into 1.14
Jeff Forcier
2014-12-17
Refactoring
achapp
2014-12-17
new readline test passes
achapp
2014-12-17
Test update/Fix progress temp save
achapp
2014-11-12
Merge branch '1.13' into 1.14
Jeff Forcier
2014-11-12
Failing test proving #429
Jeff Forcier
2014-08-25
Merge branch '1.13' into 1.14
Jeff Forcier
2014-08-25
Rework re #239 to work off post-1.13 codebase. Closes #239
Jeff Forcier
2014-08-25
Merge branch '1.13' into 1.14
Jeff Forcier
2014-08-25
Support passing in "buffer" objects again where bytestrings are expected.
Jelmer Vernooij
2014-04-24
Merge branch '1.13'
Jeff Forcier
2014-04-24
Fix some trailing whitespace
Jeff Forcier
2014-04-24
Merge updated a01e449 from al-tonio
Jeff Forcier
2014-04-24
Merge branch '1.13'
Jeff Forcier
2014-04-17
BufferedFile.read() now returns byte strings instead of text strings
Antoine Brenner
2014-04-16
Merge branch '1.13'
Jeff Forcier
2014-04-16
Merge branch '1.12' into 1.13
Jeff Forcier
2014-04-16
Merge branch '1.11' into 1.12
Jeff Forcier
2014-04-16
Fix logging error in sftp_client for filenames containing the character.
Jeff Forcier
2014-04-14
Merge branch 'master' into use-urandom
Alex Gaynor
2014-03-29
Switch from using PyCrypto's Random to using os.urandom.
Alex Gaynor
2014-03-29
Switched hash functions from PyCrypto to hashlib.
Alex Gaynor
2014-03-07
Fix import * and a bunch of PEP8 formatting
Scott Maxwell
2014-03-07
Start in on star import eradication
Jeff Forcier
2014-03-07
Skip failing test on Py3
Jeff Forcier
2014-01-16
Fix new test for Py3 and start server in tests instead of in setUp so we can ...
Scott Maxwell
2014-01-16
Merge remote-tracking branch 'master/master' into py3-support-without-py25
Scott Maxwell
2014-01-16
Add getcwd test
Scott Maxwell
2014-01-08
Merge branch '1.11' into 1.12
Jeff Forcier
2014-01-08
Saner (to me) positive assertion
Jeff Forcier
2014-01-08
Small refactor
Jeff Forcier
2014-01-08
No need for 'self.tc' within a single test :)
Jeff Forcier
2014-01-08
Add a testcase for client.save_host_keys.
Martin Blumenstingl
2013-11-19
Remove byte conversions and unhexlify calls that we only needed for Py2.5 sup...
Scott Maxwell
2013-11-19
Remove `from __future__ import with_statement`
Scott Maxwell
2013-11-19
Remove unnecessary vars for open
Scott Maxwell
2013-11-19
Use 'with' for opening most file and SFTPFIle objects
Scott Maxwell
2013-11-19
Remove eval that was required for Py25 support
Scott Maxwell
2013-11-19
Change all exceptions to modern format (not Py2.5 compatible)
Scott Maxwell
2013-11-19
Change conditional from PY3 to PY2 to be better prepared for a possible Py4.
Scott Maxwell
2013-11-02
Fix message to handle long properly, even on Py3
Scott Maxwell
2013-11-02
Fix some deprecation and resource warnings
Scott Maxwell
2013-11-02
Make sftp.open handle binary and text, more type conversion
Scott Maxwell
2013-11-01
Changes inspired by the nischu7 branch
Scott Maxwell
2013-11-01
Have to use u'' format in test_sftp so this test won't run on Py3.2 unless we...
Scott Maxwell
2013-11-01
Fixes for Python 2.5 and Python 3.2 support
Scott Maxwell
2013-11-01
Eliminate all uses of b'' syntax to allow for Python 2.5 support
Scott Maxwell
2013-10-31
More type fixes
Scott Maxwell
[next]