Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-25 | Merge branch '1.14' | Jeff Forcier | |
2014-08-25 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
Conflicts: paramiko/__init__.py setup.py | |||
2014-08-25 | Cut 1.13.2 | Jeff Forcier | |
2014-08-25 | Merge branch '1.14' | Jeff Forcier | |
2014-08-25 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2014-08-25 | Changelog re #376, closes #376 | Jeff Forcier | |
2014-08-25 | Don't make unnecessary calls to LazyFqdn.__str__. | Olle Lundberg | |
Before this patch we always tried to expand variables in the config even if they weren't present. This meant that we made an expensive call to LazyFqdn.__str__ the first iteration of the expand loop, stealing precious cpu and user time. We now check that the expansion actually exists in the config before expanding it, this will speed up the case where %l is not used. This fixes #338 | |||
2014-08-25 | Merge branch '1.14' | Jeff Forcier | |
2014-08-25 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2014-08-25 | Updating doco for sftp_client.put() | w3iBStime | |
Adding a note to indicate that the remotepath should include a filename. | |||
2014-08-25 | Changelog re #324, closes #324 | Jeff Forcier | |
2014-08-25 | Fix some minor typos. | Roy Wellington Ⅳ | |
2014-08-25 | Changelog re #312, closes #312 | Jeff Forcier | |
2014-08-25 | Set Transport.active to False early in Transport.__init__. | Simon Percivall | |
2014-08-25 | Changelog re #272 | Jeff Forcier | |
2014-08-25 | Don't hash the input hostname when checking a host key if the input hostname ↵ | Sigmund Augdal | |
is already hashed This happens in the loop checking if a hostkey is already loaded when loading host key files. This reduces time to load host keys file with about two seconds for me | |||
2014-08-25 | Merge branch '1.14' | 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.14' | Jeff Forcier | |
2014-08-25 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2014-08-25 | Fix docstrings re: addition of `getfo`/`putfo`, closes #229 | Jeff Forcier | |
2014-08-25 | Changelog re #169 | Jeff Forcier | |
2014-08-25 | Minor refactor, re #169 | Jeff Forcier | |
2014-08-25 | Merge branch '1.14' | Jeff Forcier | |
Conflicts: sites/www/changelog.rst | |||
2014-08-25 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
Conflicts: sites/www/changelog.rst | |||
2014-08-25 | Changelog re #285, re #352 | Jeff Forcier | |
Conflicts: sites/www/changelog.rst | |||
2014-08-25 | Support passing in "buffer" objects again where bytestrings are expected. | Jelmer Vernooij | |
This fixes bzr's use of paramiko. Fixes issue #343/#285. | |||
2014-08-25 | Changelog re #285, re #352 | Jeff Forcier | |
2014-08-25 | Merge branch 'master' into 352-int | Jeff Forcier | |
2014-08-25 | Changelog re #371 | Jeff Forcier | |
2014-08-25 | Add a plus to our 3.3 support to denote 3.4 and on | Jeff Forcier | |
2014-08-25 | Merge branch 'master' into 371-int | Jeff Forcier | |
2014-08-21 | More tweaks - don't make it sound like we routinely support >3, we don't | Jeff Forcier | |
2014-08-21 | This isn't worth having and then always forgetting about | Jeff Forcier | |
2014-08-18 | Sphinx conf cleanup | Jeff Forcier | |
2014-08-14 | Support py3.4. | Olle Lundberg | |
2014-08-14 | Join the threads with a low timeout. | Olle Lundberg | |
Instead of using private methods on the threading class, let the thread join, but with a low timeout. | |||
2014-08-11 | We support 3.2 | Jeff Forcier | |
2014-08-11 | Clarify FAQ | Jeff Forcier | |
2014-08-11 | Make links to Github more explicit | Jeff Forcier | |
2014-08-11 | Add FAQ about nonstandard SSH implementations | Jeff Forcier | |
2014-07-09 | Support passing in "buffer" objects again where bytestrings are expected. | Jelmer Vernooij | |
This fixes bzr's use of paramiko. Fixes issue #343/#285. | |||
2014-05-25 | We support 3.2 | Jeff Forcier | |
2014-05-07 | Cut 1.14 | Jeff Forcier | |
2014-05-07 | Bump alabaster for things like travis_button | Jeff Forcier | |
2014-05-07 | Merge branch '1.13' | Jeff Forcier | |
2014-05-07 | Need wheel to build wheels! | Jeff Forcier | |
2014-05-07 | Merge branch '1.13' | Jeff Forcier | |
2014-05-07 | Cut 1.13.1 | Jeff Forcier | |