Age | Commit message (Collapse) | Author | |
---|---|---|---|
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? | |||
2017-02-20 | Changelog re #713, re #714, re #889 | Jeff Forcier | |
2017-02-19 | Changelog re #895, closes #895 | Jeff Forcier | |
2017-02-19 | Fix bug in handling multiple interactive queries | Dennis Kaarsemaker | |
If repeated interaction is needed, check_auth_interactive_response returns an InteractiveQuery object. Unfortunately a bug caused it not to be recognized, causing autheintication to fail. This fixes said bug by properly looking at the type of the returned object. | |||
2017-02-03 | Update .travis.yml | Kalle Møller | |
3.6 is now released | |||
2017-01-25 | Added bytes as type to write | Kalle Møller | |
Small change so that my IDE stops telling me, that this function doesn't understand bytes :) | |||
2017-01-24 | untie agian! | james mike dupont | |
2017-01-18 | Update channel.py | James Michael DuPont | |
2017-01-01 | Merge branch '1.18' into 2.0 | Jeff Forcier | |
2017-01-01 | Merge branch '1.17' into 1.18 | Jeff Forcier | |
2017-01-01 | Happy New Year | Jeff Forcier | |
2016-12-19 | Merge branch '1.18' into 2.0 | Jeff Forcier | |
# Conflicts: # sites/www/changelog.rst # tox-requirements.txt # tox.ini | |||
2016-12-19 | Merge branch '1.17' into 1.18 | Jeff Forcier | |
# Conflicts: # sites/www/changelog.rst | |||
2016-12-19 | Changelog closes #866, closes #838 | Jeff Forcier | |
2016-12-19 | remove broken tox testing config | Pierce Lopez | |
2016-12-19 | also test with pypy on Travis CI | Pierce Lopez | |