summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2014-08-25Merge branch '1.14'Jeff Forcier
2014-08-25Merge branch '1.13' into 1.14Jeff Forcier
2014-08-25Updating doco for sftp_client.put()w3iBStime
2014-08-25Changelog re #324, closes #324Jeff Forcier
2014-08-25Fix some minor typos.Roy Wellington Ⅳ
2014-08-25Changelog re #312, closes #312Jeff Forcier
2014-08-25Set Transport.active to False early in Transport.__init__.Simon Percivall
2014-08-25Changelog re #272Jeff Forcier
2014-08-25Don't hash the input hostname when checking a host key if the input hostname ...Sigmund Augdal
2014-08-25Merge branch '1.14'Jeff Forcier
2014-08-25Merge branch '1.13' into 1.14Jeff Forcier
2014-08-25Rework re #239 to work off post-1.13 codebase. Closes #239Jeff Forcier
2014-08-25Merge branch '1.14'Jeff Forcier
2014-08-25Merge branch '1.13' into 1.14Jeff Forcier
2014-08-25Fix docstrings re: addition of `getfo`/`putfo`, closes #229Jeff Forcier
2014-08-25Changelog re #169Jeff Forcier
2014-08-25Minor refactor, re #169Jeff Forcier
2014-08-25Merge branch '1.14'Jeff Forcier
2014-08-25Merge branch '1.13' into 1.14Jeff Forcier
2014-08-25Changelog re #285, re #352Jeff Forcier
2014-08-25Support passing in "buffer" objects again where bytestrings are expected.Jelmer Vernooij
2014-08-25Changelog re #285, re #352Jeff Forcier
2014-08-25Merge branch 'master' into 352-intJeff Forcier
2014-08-25Changelog re #371Jeff Forcier
2014-08-25Add a plus to our 3.3 support to denote 3.4 and onJeff Forcier
2014-08-25Merge branch 'master' into 371-intJeff Forcier
2014-08-25reorder key exchange methods to increase securitySebastian Deiss
2014-08-25Merge branch 'master' into gssapi-py3-supportSebastian Deiss
2014-08-21Use the new decorator and remove repeated code.Olle Lundberg
2014-08-21Add a decorator for checking channel openness.Olle Lundberg
2014-08-21More tweaks - don't make it sound like we routinely support >3, we don'tJeff Forcier
2014-08-21This isn't worth having and then always forgetting aboutJeff Forcier
2014-08-18Sphinx conf cleanupJeff Forcier
2014-08-15Remove raising of socket excpetions from sendall*.Olle Lundberg
2014-08-15Use new _send method.Olle Lundberg
2014-08-15Add new _send method to reduce code duplication.Olle Lundberg
2014-08-15Whitespace fixes.Olle Lundberg
2014-08-15Let packetizer handle 0-length sends from channel.Olle Lundberg
2014-08-15Don't end a line with whitespace.Olle Lundberg
2014-08-15Remove all occurences of ParamikoTest.Olle Lundberg
2014-08-15Strip whitespace.Olle Lundberg
2014-08-15Strip whitespace.Olle Lundberg
2014-08-15Document potential brokeness.Olle Lundberg
2014-08-15Document what is breaking in the client tests.Olle Lundberg
2014-08-15Don't try to join() if we are the current thread.Olle Lundberg
2014-08-14Use a shorter timeout in banner timeout test.Cory Benfield
2014-08-14Test banner timeout.Cory Benfield
2014-08-14Use the new packet sanitize method in channel.Olle Lundberg
2014-08-14Move window and packet constants.Olle Lundberg
2014-08-14Add sanitation methods for window and packet size.Olle Lundberg