Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-05 | Merge branch 'master' into 218-int | Jeff Forcier | |
2014-09-05 | Changelog re #335 | Jeff Forcier | |
2014-09-05 | Merge branch 'master' into 335-int | Jeff Forcier | |
2014-09-05 | Add a (failing :() test re: ECDSA private keys | Jeff Forcier | |
Re #218 | |||
2014-09-05 | Merge branch 'master' into 218-int | Jeff Forcier | |
2014-09-05 | Changelog re #184 | Jeff Forcier | |
2014-09-05 | Merge branch 'master' into 184-int | Jeff Forcier | |
Conflicts: paramiko/config.py tests/test_util.py | |||
2014-09-05 | Fix an oversight re: py3 & strings in listdir_iter | Jeff Forcier | |
2014-09-05 | Changelog re #131 | Jeff Forcier | |
2014-09-05 | Make read ahead kwarg a bit less verbose | Jeff Forcier | |
2014-09-05 | Merge branch 'master' into 131-int | Jeff Forcier | |
2014-09-05 | Merge branch '1.14' | Jeff Forcier | |
2014-09-05 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2014-09-05 | Try skipping docs builds under Python 3.2 | Jeff Forcier | |
2014-09-05 | Add quick test re #131 | Jeff Forcier | |
2014-09-05 | 80-col tweaks | Jeff Forcier | |
2014-09-05 | Update docstring for listdir_iter | Jeff Forcier | |
2014-09-05 | Merge branch 'master' into 131-int | Jeff Forcier | |
2014-09-05 | Merge branch '1.14' | Jeff Forcier | |
2014-09-05 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
Conflicts: dev-requirements.txt | |||
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 | Merge branch '1.14' | Jeff Forcier | |
Conflicts: paramiko/_version.py | |||
2014-08-26 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
Conflicts: paramiko/__init__.py setup.py sites/www/changelog.rst | |||
2014-08-26 | Consolidate version info. Closes #249 | Jeff Forcier | |
Conflicts: paramiko/__init__.py setup.py sites/www/changelog.rst | |||
2014-08-26 | Merge branch '1.14' | Jeff Forcier | |
Conflicts: sites/www/changelog.rst | |||
2014-08-26 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
Conflicts: sites/www/changelog.rst | |||
2014-08-26 | Backport #378 to 1.13, closes #378 | Jeff Forcier | |
2014-08-26 | Merge branch '1.14' | Jeff Forcier | |
2014-08-26 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2014-08-26 | Forgot to mark one support-bug as backported | Jeff Forcier | |
2014-08-26 | Merge branch '1.14' | Jeff Forcier | |
2014-08-26 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2014-08-26 | Fix up release task | Jeff Forcier | |
2014-08-25 | Consolidate version info. Closes #249 | Jeff Forcier | |
2014-08-25 | Merge branch '1.14' | Jeff Forcier | |
2014-08-25 | Cut 1.14.1 | Jeff Forcier | |
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 Ⅳ | |