summaryrefslogtreecommitdiffhomepage
path: root/tests
AgeCommit message (Expand)Author
2016-04-24Merge branch 'master' into 394-intJeff Forcier
2016-04-24Merge branch '1.16'Jeff Forcier
2016-04-24Python 2.6 fix re: assertInJeff Forcier
2016-04-24Improve NoValidConnectionsError formattingMarius Gedminas
2016-04-24Make NoValidConnectionsError picklable correctlyMarius Gedminas
2016-04-23Merge branch '1.16'Jeff Forcier
2016-04-23Merge branch '1.15' into 1.16Jeff Forcier
2016-04-23Update existing test to prove #632Jeff Forcier
2016-04-23Merge branch 'master' into switch-to-cryptographyAlex Gaynor
2016-04-23Add regression test protecting against an issue found in #394.Jeff Forcier
2016-04-23Set look_for_keys=False in client tests to avoid loading real user keys.Jeff Forcier
2016-04-23Merge branch 'master' into switch-to-cryptographyAlex Gaynor
2016-04-22Merge branch '1.15' into 1.16Jeff Forcier
2016-04-22Merge branch '1.16'Jeff Forcier
2016-04-22Hack in a sleep() to avoid race conditions during timeout test.Jeff Forcier
2016-02-27Merge branch 'master' into switch-to-cryptographyAlex Gaynor
2016-01-19Merge branch '1.15' into 1.16Jeff Forcier
2016-01-19Merge branch '1.16'Jeff Forcier
2016-01-19Merge branch '1.14' into 1.15Jeff Forcier
2016-01-19Merge branch '1.13' into 1.14Jeff Forcier
2016-01-08Update SSHConfig.parse to strip leading and trailing whitespaceNick Pillitteri
2015-12-18Merge branch 'master' into switch-to-cryptographyAlex Gaynor
2015-12-17Merge branch 'master' of github.com:paramiko/paramikoAdam Meily
2015-12-04Merge branch 'master' into switch-to-cryptographyAlex Gaynor
2015-11-06Merge branch '1.15' into 1.16Jeff Forcier
2015-11-06Hacky cleanup of non-gc'd clients in a loopy test.Jeff Forcier
2015-11-06Hacky cleanup of non-gc'd clients in a loopy test.Jeff Forcier
2015-11-04Merge branch 'master' into 562-intJeff Forcier
2015-11-04Merge branch 'master' into switch-to-cryptographyAlex Gaynor
2015-11-03Merge branch 'master' into 502-intJeff Forcier
2015-11-02Merge branch '1.15'Jeff Forcier
2015-11-02Merge branch '1.14' into 1.15Jeff Forcier
2015-11-02Merge branch '1.13' into 1.14Jeff Forcier
2015-11-02Added test for str() of empty SFTPAttributes()Ulrich Petri
2015-10-30Merge branch 'master' into 596-intJeff Forcier
2015-09-30Merge branch '1.15' into 491-intJeff Forcier
2015-09-30Silently ignore invalid keys in HostKeys.load()Martin Topholm
2015-09-24add unit tests for file-like object methods and update changelog and docsAdam Meily
2015-07-23prefetch now requires file_size to be passed in as a parameterTorkil Gustavsen
2015-03-20Commit 838e02ab42 changed the type of the exec command string on python3Anselm Kruis
2015-03-20According to RFC 4254 sec 6.5 the "command" string of an "exec" channelAnselm Kruis
2015-03-18Fixed tests.Alex Gaynor
2015-03-18dohAlex Gaynor
2015-02-24Expose handshake timeout in the transport API.Olle Lundberg
2015-01-26Revert add_int and get_int to strictly 32-bits and add adaptive versionsScott Maxwell
2014-12-18Merge branch 'master' into switch-to-cryptographyAlex Gaynor
2014-12-17Suggest a MIN_WINDOW_SIZE and MIN_PACKET_SIZEJeff Quast
2014-12-17Merge branch '1.14' into 1.15Jeff Forcier
2014-12-17Merge branch '1.13' into 1.14Jeff Forcier
2014-12-17Refactoringachapp