summaryrefslogtreecommitdiff
path: root/paramiko/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Free Software Foundation addressPaul Howarth2022-03-151-1/+1
* Add support for RSA SHA2 host and public keysJeff Forcier2021-12-231-0/+1
* Base case re #717 works now.Jeff Forcier2019-12-021-0/+2
* Implement ssh_config hostname canonicalization (WIP)Jeff Forcier2019-09-271-0/+2
* Sort top level import related junkJeff Forcier2019-09-261-4/+4
* Add SSHConfigDict to __init__Jeff Forcier2019-07-051-1/+2
* flake8, blackenJeff Forcier2019-06-141-1/+6
* Implement #322 - new ChannelFile subclass for stdin that calls shutdown_write...Jeff Forcier2019-06-141-1/+1
* Merge branch '2.4' into 2.5Jeff Forcier2019-06-141-1/+1
|\
| * Add some basic tests for Channel(Stderr)FileJeff Forcier2019-06-141-1/+1
* | Merge branch '2.4'Jeff Forcier2018-05-291-8/+26
|\ \ | |/
| * Sort __all__Jeff Forcier2018-05-291-23/+23
| * Blacken Paramiko on 2.4Chris Rose2018-05-171-45/+63
* | Sort and double-quote __all__ to help an upcoming mergeJeff Forcier2018-05-291-39/+39
* | Add ECDSAKey to __all__.Jeff Forcier2018-02-221-0/+1
* | Added Ed25519Key to __all__patriksevallius2018-02-211-0/+1
|/
* This explicit Python interpreter version check predates me.Jeff Forcier2017-10-101-9/+4
* Merge branch '2.2'Jeff Forcier2017-09-121-1/+1
|\
| * Merge branch '2.1' into 2.2Jeff Forcier2017-09-121-1/+1
| |\
| | * Added paramiko.GSS_EXCEPTIONS: exception types used by GSSAPIAnselm Kruis2017-08-041-1/+1
* | | Generic certificate supportPaul Kapp2017-08-221-2/+2
|/ /
* | Support decrypting keysAlex Gaynor2017-06-031-0/+1
|/
* Additional house style formatting tweaks, mostly re: removal of line continua...Jeff Forcier2017-05-311-12/+19
* Final paramiko flake8 fix.Dorian Pula2017-05-311-0/+1
* Lots of flake8 fix.Dorian Pula2017-05-311-43/+48
* Merge branch 'master' into 267-intJeff Forcier2014-09-081-2/+1
|\
| * Consolidate version info. Closes #249Jeff Forcier2014-08-251-2/+1
| * Cut 1.14.1v1.14.11.14.1Jeff Forcier2014-08-251-1/+1
* | Merge branch 'master' into gssapi-py3-supportAnselm Kruis2014-05-281-1/+1
|\ \ | |/
| * Cut 1.14v1.14.01.14.0baserock/morphJeff Forcier2014-05-071-1/+1
| * Cut 1.13.1v1.13.11.13.1Jeff Forcier2014-05-071-1/+1
* | Merge branch 'master' into gssapi-py3-supportSebastian Deiss2014-03-261-42/+1
|\ \ | |/
| * Some whitespacey bitsJeff Forcier2014-03-071-3/+3
| * Merge remote-tracking branch 'scottkmaxwell/py3-support-without-py25' into py...Jeff Forcier2014-03-051-30/+30
| |\
| | * Bump version to 1.13.0 in initScott Maxwell2013-11-191-1/+1
| | * Remove Python 2.5 from travis and fix minimum required version in init and RE...Scott Maxwell2013-11-191-3/+3
| | * Fix dict iters, sorts, exceptions, bytes renames and tuple argsScott Maxwell2013-10-301-1/+1
| | * Fix importsScott Maxwell2013-10-301-6/+6
| | * Fix importsScott Maxwell2013-10-301-24/+24
| * | Merge branch '1.11' into 1.12Jeff Forcier2014-03-041-42/+1
| |\ \
| | * \ Merge branch '1.10' into 1.11Jeff Forcier2014-03-031-42/+1
| | |\ \
| | | * | s/python/Python/, c'mon son!Jeff Forcier2014-02-211-1/+1
| | | * | Move module level docstring into Sphinx docsJeff Forcier2014-02-211-32/+0
| | | * | Don't actually need :class: anywhere nowJeff Forcier2014-02-211-3/+3
| | | * | Replace accidental class-refs on local method-refsJeff Forcier2014-02-211-2/+2
| | | * | Mass SnR of class refs with dotted ones.Jeff Forcier2014-02-211-2/+2
| | | * | This handily explains why everything was really confusing in autodocJeff Forcier2014-02-141-7/+0
| | | * | Merge branch '1.10' into sphinx-256Jeff Forcier2014-02-141-1/+1
| | | |\ \
| | | | * | Cut 1.10.6v1.10.61.10.6Jeff Forcier2014-02-141-1/+1
| | | * | | Epydoc -> Sphinx.Olle Lundberg2014-01-231-11/+11
| | | |/ /