Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
* Don't email me, I'll see it on IRC if I'm online * Ping #paramiko, not #fabric, as it now exists | |||
2012-11-29 | Revert "Make send() and recv() fail when channel is closed" | Jeff Forcier | |
This reverts commit 23f3099b6f7808934400b96b707e122ed2dd302c. | |||
2012-11-29 | Revert "Forgot to import errno" | Jeff Forcier | |
This reverts commit 668870aa83e095c81371ffce8d69404ac29e536f. | |||
2012-11-29 | Merge branch '1.9' | Jeff Forcier | |
2012-11-29 | Revert "Forgot to import errno" | Jeff Forcier | |
This reverts commit 203c7379ac1211cc393d127ab83be774faa0f913. | |||
2012-11-29 | Revert "Make send() and recv() fail when channel is closed" | Jeff Forcier | |
This reverts commit 8496eff0b7afc07675e1f42815f83633d87097ee. | |||
2012-11-29 | Merge branch '1.8' into 1.9 | Jeff Forcier | |
2012-11-29 | Revert "Forgot to import errno" | Jeff Forcier | |
This reverts commit 537f95dbb36c578e65cfd9cbc1a1eabc03f38428. | |||
2012-11-29 | Revert "Make send() and recv() fail when channel is closed" | Jeff Forcier | |
This reverts commit bc3674d0f0c61b5c7af9cfbc9248cf574d0998b0. | |||
2012-11-29 | Forgot to import errno | Tomer Filiba | |
2012-11-29 | Make send() and recv() fail when channel is closed | Tomer Filiba | |
``sendall()`` was checking if the channel has been closed, and failed accordingly, but ``send()`` and ``recv()`` did not. This meant that ``chan.send("foo")`` when the channel was already closed, just blocked forever. | |||
2012-11-29 | Forgot to import errno | Tomer Filiba | |
2012-11-29 | Make send() and recv() fail when channel is closed | Tomer Filiba | |
``sendall()`` was checking if the channel has been closed, and failed accordingly, but ``send()`` and ``recv()`` did not. This meant that ``chan.send("foo")`` when the channel was already closed, just blocked forever. | |||
2012-11-29 | Merge pull request #99 from tomerfiliba/patch-1 | Jeff Forcier | |
Make send() and recv() fail when channel is closed | |||
2012-11-29 | Changelog re #80, fixes #80 | Jeff Forcier | |
2012-11-29 | Merge pull request #95 from Bockit/master | Jeff Forcier | |
Add a closed property to BufferedFile | |||
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 ↵ | Jason R. Coombs | |
(rather than the default) to avoid permissions failures when the client and the agent run in different UAC contexts. Fixes #98. | |||
2012-11-23 | Use MemoryMap from jaraco.windows in lieu of mmap.mmap. | Jason R. Coombs | |
2012-11-23 | Simplify pageant implementation by using an anonymous mmap instead of an ↵ | Jason R. Coombs | |
explicit file. Requires Python 2.5. | |||
2012-11-06 | Git ignore built docs dir | Jeff Forcier | |
2012-11-06 | Git ignore built docs dir | Jeff Forcier | |
2012-11-06 | Git ignore built docs dir | Jeff Forcier | |
2012-11-06 | Merge branch '1.8' into 1.9 | Jeff Forcier | |
2012-11-06 | Tweak travis config | Jeff Forcier | |
2012-11-06 | Update changelog date for 1.9.0 | Jeff Forcier | |
2012-11-06 | Merge branch '1.8' | Jeff Forcier | |
Conflicts: NEWS paramiko/__init__.py setup.py | |||
2012-11-06 | Cut 1.8.1 | Jeff Forcier | |
2012-11-06 | Bump to 1.9.0 for release | Jeff Forcier | |
2012-11-05 | Python 2.5 compat | Jeff Forcier | |
2012-11-05 | Fix broken import | Jeff Forcier | |
2012-11-05 | Add ProxyCommand classes to top level API | Jeff Forcier | |
2012-11-05 | Changelog re #97 | Jeff Forcier | |