summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2013-12-31Merge branch '1.8' into 1.9Jeff Forcier
2013-12-31Update travis settings to be similar to fab'sJeff Forcier
2013-12-31Merge branch '1.8' into 1.9Jeff Forcier
2013-12-31No more Python 2.5 on Travis :(Jeff Forcier
2013-10-16Merge branch '1.8' into 1.9Jeff Forcier
Conflicts: paramiko/__init__.py
2013-10-16Reintroduce __version_info__ variableMike Gabriel
At least one application (mysql-workbench) (used to) use(s) the __version_info__ that got removed by commit 99859b8b021a5d13ca067a3e79560d6121f9c52f. Breaking existing software with new versions of paramiko should be avoided. This pull-request reintroduces the __version_info__ var, but fills it from the __version__ var. No need to maintain multiple version strings. Conflicts: paramiko/__init__.py
2013-09-27Merge branch '1.8' into 1.9Jeff Forcier
2013-09-27Fixed a typo in the license header of most filesJeff Forcier
Conflicts: paramiko/proxy.py
2013-09-27Fix demo re #200Jeff Forcier
2013-09-27Merge branch '1.8' into 1.9Jeff Forcier
2013-09-27Fix demo re #200Jeff Forcier
2013-09-27Merge branch '1.8' into 1.9Jeff Forcier
2013-09-27Use verbose test output for travisJeff Forcier
2013-04-05Remove pointless & outdated version/release crap from READMEJeff Forcier
2013-02-03Merge branch '1.8' into 1.9Jeff Forcier
2013-02-03Update explicitly-stated Python version reqs to 2.5+Jeff Forcier
2012-12-31Merge branch '1.8' into 1.9Jeff Forcier
2012-12-31New yearJeff 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 "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-28Merge branch '1.8' into 1.9Jeff Forcier
2012-11-28Make docs target build whenever Paramiko files changeJeff 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
2012-11-05One more patch from @clarete's workJeff Forcier
2012-11-05Implement (& test for) ProxyCommand interpolation.Jeff Forcier
Forgot this earlier.
2012-11-05FormattingJeff Forcier
2012-11-05Bubble up ProxyCommandFailure in packetizerJeff Forcier
2012-11-05Post-import editsJeff Forcier
2012-11-05Import BadProxyCommandJeff Forcier
2012-11-05Post-import editsJeff Forcier