summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2012-12-02Add NEWS entryJason R. Coombs
2012-12-02Merge changes from no_pywin32Jason R. Coombs
2012-12-02Updated NEWSJason R. Coombs
2012-12-02Merge with masterJason R. Coombs
2012-11-30Restore Python 2.5 compatibility w.r.t with statement.Jason R. Coombs
2012-11-29Changelog re #71Jeff Forcier
2012-11-29Apply put() version of #90Jeff Forcier
2012-11-29allow uploading of files from an open file objectEric Buehl
2012-11-29Merge branch '1.9'Jeff Forcier
2012-11-29Merge branch '1.8' into 1.9Jeff Forcier
2012-11-29Update 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-29Revert "Make send() and recv() fail when channel is closed"Jeff Forcier
This reverts commit 23f3099b6f7808934400b96b707e122ed2dd302c.
2012-11-29Revert "Forgot to import errno"Jeff Forcier
This reverts commit 668870aa83e095c81371ffce8d69404ac29e536f.
2012-11-29Merge branch '1.9'Jeff Forcier
2012-11-29Revert "Forgot to import errno"Jeff Forcier
This reverts commit 203c7379ac1211cc393d127ab83be774faa0f913.
2012-11-29Revert "Make send() and recv() fail when channel is closed"Jeff Forcier
This reverts commit 8496eff0b7afc07675e1f42815f83633d87097ee.
2012-11-29Merge branch '1.8' into 1.9Jeff Forcier
2012-11-29Revert "Forgot to import errno"Jeff Forcier
This reverts commit 537f95dbb36c578e65cfd9cbc1a1eabc03f38428.
2012-11-29Revert "Make send() and recv() fail when channel is closed"Jeff Forcier
This reverts commit bc3674d0f0c61b5c7af9cfbc9248cf574d0998b0.
2012-11-29Forgot to import errnoTomer Filiba
2012-11-29Make send() and recv() fail when channel is closedTomer 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-29Forgot to import errnoTomer Filiba
2012-11-29Make send() and recv() fail when channel is closedTomer 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-29Merge pull request #99 from tomerfiliba/patch-1Jeff Forcier
Make send() and recv() fail when channel is closed
2012-11-29Changelog re #80, fixes #80Jeff Forcier
2012-11-29Merge pull request #95 from Bockit/masterJeff Forcier
Add a closed property to BufferedFile
2012-11-29Fix #94Jeff Forcier
2012-11-28Merge branch '1.9'Jeff Forcier
2012-11-28Merge branch '1.8' into 1.9Jeff Forcier
2012-11-28Make docs target build whenever Paramiko files changeJeff Forcier
2012-11-28Fix #113: add timeout passthru to exec_commandJeff Forcier
2012-11-28Bump dev version to 1.10Jeff Forcier
2012-11-28Make docs target build whenever Paramiko files changeJeff Forcier
2012-11-23Copied code from jaraco.windows rather than requiring it as a dependency.Jason R. Coombs
2012-11-23Create 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-23Use MemoryMap from jaraco.windows in lieu of mmap.mmap.Jason R. Coombs
2012-11-23Simplify pageant implementation by using an anonymous mmap instead of an ↵Jason R. Coombs
explicit file. Requires Python 2.5.
2012-11-06Git ignore built docs dirJeff Forcier
2012-11-06Git ignore built docs dirJeff Forcier
2012-11-06Git ignore built docs dirJeff Forcier
2012-11-06Merge branch '1.8' into 1.9Jeff Forcier
2012-11-06Tweak travis configJeff Forcier
2012-11-06Update changelog date for 1.9.0Jeff Forcier
2012-11-06Merge branch '1.8'Jeff Forcier
Conflicts: NEWS paramiko/__init__.py setup.py
2012-11-06Cut 1.8.1Jeff Forcier
2012-11-06Bump to 1.9.0 for releaseJeff Forcier
2012-11-05Python 2.5 compatJeff Forcier
2012-11-05Fix broken importJeff Forcier
2012-11-05Add ProxyCommand classes to top level APIJeff Forcier
2012-11-05Changelog re #97Jeff Forcier