index
:
paramiko
main
py3compat
u2f
Pure-Python implementation of the SSHv2 protocol
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-09-27
Fixed a typo in the license header of most files
Jeff Forcier
2013-09-27
Fix demo re #200
Jeff Forcier
2013-09-27
Use verbose test output for travis
Jeff Forcier
2013-02-03
Update explicitly-stated Python version reqs to 2.5+
Jeff Forcier
2012-12-31
New year
Jeff Forcier
2012-11-29
Update Travis settings:
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-28
Make docs target build whenever Paramiko files change
Jeff Forcier
2012-11-06
Git ignore built docs dir
Jeff Forcier
2012-11-06
Tweak travis config
Jeff Forcier
2012-11-06
Cut 1.8.1
Jeff Forcier
2012-10-15
Refactoring: it's a thing. Re #85
Jeff Forcier
2012-10-15
Only override unittest assertions when absolutely necessary.
Jeff Forcier
2012-10-14
Move SFTPClient.get() termination condition to loop end.
Jeff Forcier
2012-10-14
Meh fabfile for docs uploading
Jeff Forcier
2012-10-14
Set up 1.8.1 chunk in NEWS
Jeff Forcier
2012-10-14
Add missing release date to NEWS for 1.8.0
Jeff Forcier
2012-09-25
80-col fix
Jeff Forcier
2012-09-25
Fix module import in tests
Jeff Forcier
2012-09-25
Correct dev-installation doc in package metadata
Jeff Forcier
2012-09-25
Whitespace + lang tweak
Jeff Forcier
2012-09-25
Init header update
Jeff Forcier
2012-09-24
Nuke old copy of original README
Jeff Forcier
2012-09-24
Transition back to Paramiko's readme; update to be currently accurate
Jeff Forcier
2012-09-24
Remove extraneous changelog lines from 'ssh'
Jeff Forcier
2012-09-24
Namespace issue numbers appropriately
Jeff Forcier
2012-09-24
For now, merge ssh CHANGES file into paramiko NEWS
Jeff Forcier
2012-09-24
Bump to 0.8.x due to nontrivial changes
Jeff Forcier
2012-09-24
Fix #28: hide interpreter-death threading exceptions
Jeff Forcier
2012-09-24
Changelog re #40
Jeff Forcier
2012-09-24
Travis integration
Jeff Forcier
2012-09-24
Exit correctly so test.py can be used in CI
Jeff Forcier
2012-09-24
Fixes to failing-test teardowns to avoid more exceptions or hangs
Jeff Forcier
2012-09-24
Whitespace
Jeff Forcier
2012-09-24
Changelog re #11
Jeff Forcier
2012-09-24
Improve unknown-server exception language
Jeff Forcier
2012-09-24
Handle/fix handling of EINTR errors in a few places.
Douglas Turk
2012-09-24
Fix unbound local variable exception
Jeff Forcier
2012-09-24
add the url to github in the setup.py for pypi
Laurent Peuch
2012-09-24
Changelog re #36
Jeff Forcier
2012-09-24
- make sure we honor 2-factor for all auth_pkey blocks
Andrew
2012-09-23
make sure to break out of key auth loop on success when doing 2-factor
Andrew
2012-09-23
add support for 2 factor authentication (key+password)
Andrew
2012-09-23
Attribution re: #33
Jeff Forcier
2012-09-23
Attribution re #32
Jeff Forcier
2012-09-23
show us the offending host key
Thomas Vander Stichele
2012-09-23
re #33 - fix typo, be more pythonic
Jan Brauer
[next]