Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-01 | Refactor HostKeys' scan-for-entry code | Jeff Forcier | |
2017-06-01 | Move implicit string concat to a noqa | Jeff Forcier | |
2017-06-01 | Reinstate removed m.get_string(), for compatibility/safety. | Jeff Forcier | |
Such methods mutate the Message object involved. | |||
2017-06-01 | Remove unused value from demo/test. | Jeff Forcier | |
Honestly not sure WTF | |||
2017-05-31 | Need some flake8 greater than 2.4 to fix some overlooked noqa comments | Jeff Forcier | |
2017-05-31 | Downgrade to a Python 2.6 compat flake8, for now | Jeff Forcier | |
2017-05-31 | Changelog closes #974 | Jeff Forcier | |
2017-05-31 | flake8 on travis! | Jeff Forcier | |
2017-05-31 | Remove some Invoke-isms from the flake8 config | Jeff Forcier | |
2017-05-31 | This previous tweak was overzealous. | Jeff Forcier | |
These backslashes are OK! | |||
2017-05-31 | Even moar parentheses over backslashes | Jeff Forcier | |
2017-05-31 | More death to line continuations | Jeff Forcier | |
2017-05-31 | Seriously, folks? Refactor some silly crap. | Jeff Forcier | |
2017-05-31 | Additional house style formatting tweaks, mostly re: removal of line ↵ | Jeff Forcier | |
continuations | |||
2017-05-31 | flake8 fixes for 2.0 branch | Jeff Forcier | |
2017-05-31 | Fix documentation build failure. | Dorian Pula | |
2017-05-31 | Fix documentation build failure. | Dorian Pula | |
2017-05-31 | Fix failing tests and explain the unusual code. | Dorian Pula | |
2017-05-31 | Final paramiko flake8 fix. | Dorian Pula | |
2017-05-31 | Final paramiko flake8 fix. | Dorian Pula | |
2017-05-31 | Additional PEP8 fixes. | Dorian Pula | |
2017-05-31 | Additional PEP8 fixes. | Dorian Pula | |
2017-05-31 | Additional PEP8 fixes. | Dorian Pula | |
2017-05-31 | Flake8 improvements for more of paramiko. | Dorian Pula | |
2017-05-31 | Even more flake8. | Dorian Pula | |
2017-05-31 | More flake8 fixes and fix tests. | Dorian Pula | |
2017-05-31 | More flake8 fixes and skip some modules. | Dorian Pula | |
2017-05-31 | More flake8 fixes. | Dorian Pula | |
2017-05-31 | Lots of flake8 fix. | Dorian Pula | |
2017-05-31 | Fix flake8 for top-level modules. | Dorian Pula | |
2017-05-31 | Add Flake8 definitions and as a dependency. | Dorian Pula | |
2017-02-23 | update changelog for fixing #683 | Pierce Lopez | |
2017-02-23 | log_to_file() should append instead of replace | Pierce Lopez | |
2017-02-20 | This doesn't affect 2.x lines, wups | Jeff Forcier | |
2017-02-20 | Main release module configures the tasks to hide stdout, undo that | Jeff Forcier | |
2017-02-20 | Cut 2.0.5 | Jeff Forcier | |
2017-02-20 | Cut 1.18.2 | Jeff Forcier | |
2017-02-20 | Cut 1.17.4 | Jeff Forcier | |
2017-02-20 | Changelog closes #853 | Jeff Forcier | |
2017-02-20 | This is awful and I hate my life | Jeff Forcier | |
2017-02-20 | Test proving #853, fails on Python 3 but not 2 | Jeff Forcier | |
2017-02-20 | Formatting | Jeff Forcier | |
2017-02-20 | Changelog closes #863 | Jeff Forcier | |
2017-02-20 | Avoid PacketizerTest.test_closed_3 to fail on platforms where errno.ETIME | Sofian Brabez | |
is not defined This changes define the proper Timer expired error message instead of raising AttributeError when errno.ETIME is not available on the platform. fixes #862 | |||
2017-02-20 | Sigh | Jeff Forcier | |
2017-02-20 | Changelog closes #44, closes #891 | Jeff Forcier | |
2017-02-20 | Add back-reference from Transport to the SSHClient that created it | Omer Anson | |
In some cases, the SSH client is created, the command is executed, the streams are extracted, and the explicit reference to SSHClient is then discarded (since it was e.g. created in a function that only returns the streams). In this case, the SHSClient may be garbage collected, and the connection's state is undefined. This fix adds a reference from Transport to the SSHClient that created it. The streams have a reference to the Channel, which references the Transport. Now that the Transport references the SSHClient, it won't be garbage collected until it is closed. Closes-Bug: #44 Related-Bug: #344 | |||
2017-02-20 | let's be consistent | Jeff Forcier | |
2017-02-20 | Not sure how this got overlooked in the cherrypicking, ugh @ myself | Jeff Forcier | |
2017-02-20 | Update a whole bunch of changelog entries lacking proper version statements =/ | Jeff Forcier | |
Grump, for now support types need both 'backported' and version spec? |