Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-17 | Changelog re #459 | Jeff Forcier | |
2014-12-17 | Explicitly close agent connection in top level agent class. | Jeff Forcier | |
Fixes #459 | |||
2014-12-15 | Add a missing versionadded for get_banner | Jeff Forcier | |
2014-11-12 | Changelog re #429 | Jeff Forcier | |
2014-11-12 | Improve byte/string interactions in debug logging. | Jeff Forcier | |
Fixes #429 | |||
2014-11-12 | Failing test proving #429 | Jeff Forcier | |
2014-10-02 | Update documentation of lookup method. | Olle Lundberg | |
The documentation reflected pre #93 behaviour. | |||
2014-10-01 | Changelog re #320 | Jeff Forcier | |
Closes #409 | |||
2014-10-01 | Make sure we pass parameters as binary on windows. | Olle Lundberg | |
This fixes #320 (thanks @adamkerz). | |||
2014-09-18 | And moar | Jeff Forcier | |
2014-09-18 | Fix more missed epydoc syntax | Jeff Forcier | |
2014-09-18 | Make keys doc file easier to follow | Jeff Forcier | |
2014-09-18 | Missed some old spots re: ECDSA docs still being epydoc | Jeff Forcier | |
2014-09-18 | Remind user to update RTD after cutting a new release line | Jeff Forcier | |
2014-09-10 | Force PTY in test runner so Python 3's buffering behavior isn't frustrating | Jeff Forcier | |
2014-09-05 | Try skipping docs builds under Python 3.2 | Jeff Forcier | |
2014-09-05 | s/gittip/gratipay/ | Jeff Forcier | |
2014-09-05 | Nuke old comment | Jeff Forcier | |
2014-09-05 | No notices for travis irc notifications | Jeff Forcier | |
2014-08-26 | Consolidate version info. Closes #249 | Jeff Forcier | |
Conflicts: paramiko/__init__.py setup.py sites/www/changelog.rst | |||
2014-08-26 | Backport #378 to 1.13, closes #378 | Jeff Forcier | |
2014-08-26 | Forgot to mark one support-bug as backported | Jeff Forcier | |
2014-08-26 | Fix up release task | Jeff Forcier | |
2014-08-25 | Cut 1.13.2 | 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 | 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 | Rework re #239 to work off post-1.13 codebase. Closes #239 | 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 | 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-11 | We support 3.2 | Jeff Forcier | |
2014-05-07 | Need wheel to build wheels! | Jeff Forcier | |
2014-05-07 | Cut 1.13.1 | Jeff Forcier | |
2014-05-07 | Merge branch '1.12' into 1.13 | Jeff Forcier | |
Conflicts: paramiko/__init__.py setup.py sites/www/changelog.rst | |||
2014-05-07 | Cut 1.12.4 | Jeff Forcier | |
2014-05-07 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
Conflicts: paramiko/__init__.py setup.py | |||
2014-05-07 | Cut 1.11.6 | Jeff Forcier | |
2014-04-24 | Formatting | 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 | Use newer alabaster w/ showhidden in sidebar TOC | Jeff Forcier | |
Lets us not have 2x TOCs on landing page |