Age | Commit message (Expand) | Author |
2013-02-03 | Merge pull request #115 from mvanderkolff/master | Jeff Forcier |
2013-02-03 | Merge remote-tracking branch 'origin/master' | Jeff Forcier |
2013-02-03 | Merge branch '1.9' | Jeff Forcier |
2013-02-03 | Merge branch '1.8' into 1.9 | Jeff Forcier |
2013-02-03 | Update explicitly-stated Python version reqs to 2.5+ | Jeff Forcier |
2013-02-03 | Merge pull request #105 from clarete/master | Jeff Forcier |
2013-01-05 | Replace useless version check with import from __future__ | Michael Williamson |
2013-01-05 | Verify Python version >= 2.6 before running context manager test | Michael Williamson |
2013-01-04 | Turn SFTPFile into a context manager | Michael Williamson |
2012-12-31 | Merge branch '1.9' | Jeff Forcier |
2012-12-31 | Merge branch '1.8' into 1.9 | Jeff Forcier |
2012-12-31 | New year | Jeff Forcier |
2012-12-02 | Add NEWS entry | Jason R. Coombs |
2012-12-02 | Merge changes from no_pywin32 | Jason R. Coombs |
2012-12-02 | Updated NEWS | Jason R. Coombs |
2012-12-02 | Merge with master | Jason R. Coombs |
2012-11-30 | Restore Python 2.5 compatibility w.r.t with statement. | Jason R. Coombs |
2012-11-30 | Limit memory allocation of get_bytes to 1MB | Maarten |
2012-11-30 | Add support for get_pty to SSHClient.exec_command() | Michael van der Kolff |
2012-11-29 | Changelog re #71 | Jeff Forcier |
2012-11-29 | Apply put() version of #90 | Jeff Forcier |
2012-11-29 | allow uploading of files from an open file object | Eric Buehl |
2012-11-29 | Merge branch '1.9' | Jeff Forcier |
2012-11-29 | Merge branch '1.8' into 1.9 | Jeff Forcier |
2012-11-29 | Update Travis settings: | Jeff Forcier |
2012-11-29 | Revert "Make send() and recv() fail when channel is closed" | Jeff Forcier |
2012-11-29 | Revert "Forgot to import errno" | Jeff Forcier |
2012-11-29 | Merge branch '1.9' | Jeff Forcier |
2012-11-29 | Revert "Forgot to import errno" | Jeff Forcier |
2012-11-29 | Revert "Make send() and recv() fail when channel is closed" | Jeff Forcier |
2012-11-29 | Merge branch '1.8' into 1.9 | Jeff Forcier |
2012-11-29 | Revert "Forgot to import errno" | Jeff Forcier |
2012-11-29 | Revert "Make send() and recv() fail when channel is closed" | Jeff Forcier |
2012-11-29 | Forgot to import errno | Tomer Filiba |
2012-11-29 | Make send() and recv() fail when channel is closed | Tomer Filiba |
2012-11-29 | Forgot to import errno | Tomer Filiba |
2012-11-29 | Make send() and recv() fail when channel is closed | Tomer Filiba |
2012-11-29 | Merge pull request #99 from tomerfiliba/patch-1 | Jeff Forcier |
2012-11-29 | Changelog re #80, fixes #80 | Jeff Forcier |
2012-11-29 | Merge pull request #95 from Bockit/master | Jeff Forcier |
2012-11-29 | Fix #94 | Jeff Forcier |
2012-11-28 | Merge branch '1.9' | Jeff Forcier |
2012-11-28 | Merge branch '1.8' into 1.9 | Jeff Forcier |
2012-11-28 | Make docs target build whenever Paramiko files change | Jeff Forcier |
2012-11-28 | Fix #113: add timeout passthru to exec_command | Jeff Forcier |
2012-11-28 | Bump dev version to 1.10 | Jeff Forcier |
2012-11-28 | Make docs target build whenever Paramiko files change | Jeff Forcier |
2012-11-23 | Copied code from jaraco.windows rather than requiring it as a dependency. | Jason R. Coombs |
2012-11-23 | Create the memory map with the security attributes for the current user (rath... | Jason R. Coombs |
2012-11-23 | Use MemoryMap from jaraco.windows in lieu of mmap.mmap. | Jason R. Coombs |