summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-08-26Merge branch '1.13' into 1.14Jeff Forcier
Conflicts: paramiko/__init__.py setup.py sites/www/changelog.rst
2014-08-26Consolidate version info. Closes #249Jeff Forcier
Conflicts: paramiko/__init__.py setup.py sites/www/changelog.rst
2014-08-26Merge branch '1.13' into 1.14Jeff Forcier
Conflicts: sites/www/changelog.rst
2014-08-26Backport #378 to 1.13, closes #378Jeff Forcier
2014-08-26Merge branch '1.13' into 1.14Jeff Forcier
2014-08-26Forgot to mark one support-bug as backportedJeff Forcier
2014-08-26Merge branch '1.13' into 1.14Jeff Forcier
2014-08-26Fix up release taskJeff Forcier
2014-08-25Cut 1.14.1Jeff Forcier
2014-08-25Merge branch '1.13' into 1.14Jeff Forcier
Conflicts: paramiko/__init__.py setup.py
2014-08-25Cut 1.13.2Jeff Forcier
2014-08-25Merge branch '1.13' into 1.14Jeff Forcier
2014-08-25Changelog re #376, closes #376Jeff Forcier
2014-08-25Don'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-25Merge branch '1.13' into 1.14Jeff Forcier
2014-08-25Updating doco for sftp_client.put()w3iBStime
Adding a note to indicate that the remotepath should include a filename.
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
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-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.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.13' into 1.14Jeff Forcier
Conflicts: sites/www/changelog.rst
2014-08-25Changelog re #285, re #352Jeff Forcier
Conflicts: sites/www/changelog.rst
2014-08-25Support passing in "buffer" objects again where bytestrings are expected.Jelmer Vernooij
This fixes bzr's use of paramiko. Fixes issue #343/#285.
2014-08-11We support 3.2Jeff Forcier
2014-05-07Cut 1.14Jeff Forcier
2014-05-07Bump alabaster for things like travis_buttonJeff Forcier
2014-05-07Merge branch '1.13'Jeff Forcier
2014-05-07Need wheel to build wheels!Jeff Forcier
2014-05-07Merge branch '1.13'Jeff Forcier
2014-05-07Cut 1.13.1Jeff Forcier
2014-05-07Merge branch '1.12' into 1.13Jeff Forcier
Conflicts: paramiko/__init__.py setup.py sites/www/changelog.rst
2014-05-07Cut 1.12.4Jeff Forcier
2014-05-07Merge branch '1.11' into 1.12Jeff Forcier
Conflicts: paramiko/__init__.py setup.py
2014-05-07Cut 1.11.6Jeff Forcier
2014-04-24Merge branch 'master' of github.com:paramiko/paramikoJeff Forcier
2014-04-24Merge branch '1.13'Jeff Forcier
2014-04-24FormattingJeff Forcier
2014-04-24Fix some trailing whitespaceJeff Forcier
2014-04-24Merge updated a01e449 from al-tonioJeff Forcier
2014-04-24Merge branch '1.13'Jeff Forcier
2014-04-24Use newer alabaster w/ showhidden in sidebar TOCJeff Forcier
Lets us not have 2x TOCs on landing page
2014-04-24README py3 updateJeff Forcier