Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-14 | Hook API doc into index/toctree | Jeff Forcier | |
2014-01-23 | Epydoc -> Sphinx. | Olle Lundberg | |
2014-01-22 | Nuke extraneous colons, add 'major' notes | Jeff Forcier | |
2014-01-22 | Migrate 1.10.x NEWS entries to Sphinx changelog | Jeff Forcier | |
2014-01-22 | Blog only used/exists in www, don't import it in docs site | Jeff Forcier | |
2014-01-21 | Rename 'main' doctree to 'www'; refactor sphinx task conf | Jeff Forcier | |
2014-01-21 | Use new behavior from newer Invoke | Jeff Forcier | |
2014-01-21 | Start fleshing out two-site setup | Jeff Forcier | |
2014-01-21 | Meta prep work (reqs.txt, tasks.py) | Jeff Forcier | |
2014-01-21 | Import paramiko.org repository @ 3ac370054ef10fb060fe75fff25fe3a70ecc02c0 | Jeff Forcier | |
2014-01-21 | Add coveralls. | Olle Lundberg | |
2014-01-21 | Clean up thread ident import/exec a bit. | Jeff Forcier | |
2014-01-21 | Add NEWS entry re #193 and friends | Jeff Forcier | |
2014-01-21 | Try Py2.5 compatibility as last fallback for thread identity. | Aarni Koskela | |
2014-01-21 | Support Py2.5 to Py3.4 for thread identity (thanks @lndbrg) | Aarni Koskela | |
2014-01-21 | Fix agent auth on Windows/Python 2.5) (with thanks to @lndbrg) | Aarni Koskela | |
2014-01-21 | Fix #193 (use RtlMoveMemory instead of msvcrt.memcpy) | Aarni Koskela | |
2014-01-08 | Cut 1.10.5 | Jeff Forcier | |
2014-01-08 | Changelog, fixes #176 | Jeff Forcier | |
2014-01-08 | ditto | Nathan Scowcroft | |
2014-01-08 | Check correct stored hosts filename. | Nathan Scowcroft | |
2014-01-08 | Saner (to me) positive assertion | Jeff Forcier | |
2014-01-08 | Small refactor | Jeff Forcier | |
2014-01-08 | No need for 'self.tc' within a single test :) | Jeff Forcier | |
2014-01-08 | Add a testcase for client.save_host_keys. | Martin Blumenstingl | |
2013-12-31 | Merge branch '1.9' into 1.10 | Jeff Forcier | |
2013-12-31 | Merge branch '1.8' into 1.9 | Jeff Forcier | |
2013-12-31 | Update travis settings to be similar to fab's | Jeff Forcier | |
2013-12-31 | Merge branch '1.9' into 1.10 | Jeff Forcier | |
2013-12-31 | Merge branch '1.8' into 1.9 | Jeff Forcier | |
2013-12-31 | No more Python 2.5 on Travis :( | Jeff Forcier | |
2013-10-16 | Merge branch '1.9' into 1.10 | Jeff Forcier | |
Conflicts: paramiko/__init__.py | |||
2013-10-16 | Merge branch '1.8' into 1.9 | Jeff Forcier | |
Conflicts: paramiko/__init__.py | |||
2013-10-16 | Reintroduce __version_info__ variable | Mike 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-27 | Update version for 1.10.4 | Jeff Forcier | |
2013-09-27 | Changelog re #199, fixes #199 | Jeff Forcier | |
2013-09-27 | Merge branch '1.9' into 1.10 | Jeff Forcier | |
2013-09-27 | Merge branch '1.8' into 1.9 | Jeff Forcier | |
2013-09-27 | Fixed a typo in the license header of most files | Jeff Forcier | |
Conflicts: paramiko/proxy.py | |||
2013-09-27 | Fix demo re #200 | Jeff Forcier | |
2013-09-27 | Changelog re #200 | Jeff Forcier | |
2013-09-27 | Merge branch '1.9' into 1.10 | Jeff Forcier | |
2013-09-27 | Merge branch '1.8' into 1.9 | Jeff Forcier | |
2013-09-27 | Fix demo re #200 | Jeff Forcier | |
2013-09-27 | Merge branch '1.9' into 1.10 | Jeff Forcier | |
2013-09-27 | Merge branch '1.8' into 1.9 | Jeff Forcier | |
2013-09-27 | Use verbose test output for travis | Jeff Forcier | |
2013-09-27 | Changelog re #179 | Jeff Forcier | |
2013-09-27 | Fix #179 - missing host variable in fqdn evaluation | Jeff Forcier | |
2013-09-20 | Not sure how this got updated :( | Jeff Forcier | |