summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2017-06-05Changelog because I deserve itJeff Forcier
2017-06-05Move to 'inv sites' style doc nitpicking.Jeff Forcier
Existing just-warnings setup was old and not as rigorous as my usual. Required a lot of stupid little changes, but now same tooling for all projects, toot toot.
2017-06-05Changelog closes #911, closes #900Jeff Forcier
2017-06-05Transport: prefer ecdsa server host keys over rsaPierce Lopez
openssh client seems to prefer ecdsa server host keys (even over ssh-ed25519)
2017-06-05Overhaul changelog re #981. Closes #794.Jeff Forcier
2017-06-05changelog: update for #794Pierce Lopez
2017-06-05transport: _key_info for ecdsa-sha2-nistp384 and -nistp521Pierce Lopez
To support host keys of these key types, which are already in _preferred_keys!
2017-06-05test transport security options can be set to defaultsPierce Lopez
ensures all defaults key/cipher/digest etc types are supported
2017-06-01Missed a spotJeff Forcier
2017-06-01Wasn't technically a bug but flake8 pointed out how dumb it wasJeff Forcier
2017-06-01Flake8 rest of transport.py!Jeff Forcier
2017-06-01Address an unused variable bit.Jeff Forcier
Had to spelunk to make sure this wasn't a recent brokenness
2017-06-01Python 2.6 compat formatstringsJeff Forcier
2017-06-01Remove useless/wrong return statementJeff Forcier
2017-06-01Test & impl for truly functional HostKeys.__delitem__Jeff Forcier
2017-06-01Refactor HostKeys' scan-for-entry codeJeff Forcier
2017-06-01Move implicit string concat to a noqaJeff Forcier
2017-06-01Reinstate removed m.get_string(), for compatibility/safety.Jeff Forcier
Such methods mutate the Message object involved.
2017-06-01Remove unused value from demo/test.Jeff Forcier
Honestly not sure WTF
2017-05-31Need some flake8 greater than 2.4 to fix some overlooked noqa commentsJeff Forcier
2017-05-31Downgrade to a Python 2.6 compat flake8, for nowJeff Forcier
2017-05-31Changelog closes #974Jeff Forcier
2017-05-31flake8 on travis!Jeff Forcier
2017-05-31Remove some Invoke-isms from the flake8 configJeff Forcier
2017-05-31This previous tweak was overzealous.Jeff Forcier
These backslashes are OK!
2017-05-31Even moar parentheses over backslashesJeff Forcier
2017-05-31More death to line continuationsJeff Forcier
2017-05-31Seriously, folks? Refactor some silly crap.Jeff Forcier
2017-05-31Additional house style formatting tweaks, mostly re: removal of line ↵Jeff Forcier
continuations
2017-05-31flake8 fixes for 2.0 branchJeff Forcier
2017-05-31Fix documentation build failure.Dorian Pula
2017-05-31Fix documentation build failure.Dorian Pula
2017-05-31Fix failing tests and explain the unusual code.Dorian Pula
2017-05-31Final paramiko flake8 fix.Dorian Pula
2017-05-31Final paramiko flake8 fix.Dorian Pula
2017-05-31Additional PEP8 fixes.Dorian Pula
2017-05-31Additional PEP8 fixes.Dorian Pula
2017-05-31Additional PEP8 fixes.Dorian Pula
2017-05-31Flake8 improvements for more of paramiko.Dorian Pula
2017-05-31Even more flake8.Dorian Pula
2017-05-31More flake8 fixes and fix tests.Dorian Pula
2017-05-31More flake8 fixes and skip some modules.Dorian Pula
2017-05-31More flake8 fixes.Dorian Pula
2017-05-31Lots of flake8 fix.Dorian Pula
2017-05-31Fix flake8 for top-level modules.Dorian Pula
2017-05-31Add Flake8 definitions and as a dependency.Dorian Pula
2017-02-23update changelog for fixing #683Pierce Lopez
2017-02-23log_to_file() should append instead of replacePierce Lopez
2017-02-20This doesn't affect 2.x lines, wupsJeff Forcier
2017-02-20Main release module configures the tasks to hide stdout, undo thatJeff Forcier