Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-28 | Update some backported support tickets as 1.15+ | Jeff Forcier | |
Including 612 which should've been marked backported but was not. | |||
2016-04-28 | Really hope this date sticks | Jeff Forcier | |
2016-04-28 | Update releases/semantic_version dependencies re: major version work | Jeff Forcier | |
2016-04-25 | Changelog closes #670 | Jeff Forcier | |
2016-04-25 | Test & implementation for part 1 re: #670 | Jeff Forcier | |
2016-04-25 | Neglected to mark a bug 1.15+. | Jeff Forcier | |
Was showing up in 1.13, 1.14 releases | |||
2016-04-25 | Reinstate release line for 1.15.5 | Jeff Forcier | |
2016-04-24 | Undo release line pending #730 | Jeff Forcier | |
2016-04-24 | Cut 1.15.5 | Jeff Forcier | |
2016-04-24 | Changelog closes #578 | Jeff Forcier | |
2016-04-24 | don't use has_key() | Stephen C. Pope | |
2016-04-24 | fix sftp stalls | Stephen C. Pope | |
2016-04-24 | Enabling caching of pip downloads and wheels | Alex Gaynor | |
2016-04-24 | Changelog closes #729 | Jeff Forcier | |
2016-04-24 | Simplify setup.py by always relying on setuptools | Alex Gaynor | |
It is installed everywhere now, there is no practical way to use python without it. | |||
2016-04-24 | Attempt clarification of `set_missing_host_key_policy` param. | Jeff Forcier | |
This trips up lots of users. Re #45 | |||
2016-04-24 | Expose some effectively-public Channel attributes in API docs. | Jeff Forcier | |
Closes #621 | |||
2016-04-23 | Meh | Jeff Forcier | |
2016-04-23 | Refactor because ugh. | Jeff Forcier | |
Original contributor probably meant to patch both of these...BUT. Fuck copy-pasting. Fuck iiiiiit | |||
2016-04-23 | Update existing test to prove #632 | Jeff Forcier | |
2016-04-23 | Changelog closes #632 | Jeff Forcier | |
2016-04-23 | Update sftp_client.py | Abhinav | |
2016-04-23 | Fix broken changelog doc link | Jeff Forcier | |
2016-04-22 | Hack in a sleep() to avoid race conditions during timeout test. | Jeff Forcier | |
(HOPEFULLY) closes #612 | |||
2016-02-27 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
2016-02-27 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2016-02-27 | Changelog re #697 | Jeff Forcier | |
2016-02-27 | Remove whitespace in install_requires to avoid potential setuptools bugs | Jeff Forcier | |
Fixes #697 | |||
2016-01-19 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
2016-01-19 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2016-01-19 | Changelog re #499, re #656 | Jeff Forcier | |
Closes #499 | |||
2016-01-19 | Merge pull request #656 from 56quarters/bugfix/499 | Jeff Forcier | |
Update SSHConfig.parse to strip leading and trailing whitespace | |||
2016-01-08 | Update SSHConfig.parse to strip leading and trailing whitespace | Nick Pillitteri | |
Fixes #499 | |||
2016-01-01 | Changelog re #652 | Jeff Forcier | |
2016-01-01 | Gracefully fail gss-with-mic to allow fallback to next authentication | JimC | |
method | |||
2015-12-17 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2015-12-17 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
2015-12-17 | Removed an out of date paragraph from the README | Alex Gaynor | |
It dates to 6ea60572afe6bb2fc30b197946ea653451fc240e and I'm quite certain it's no longer relevant. I've never heard of such an error in my professional life. | |||
2015-12-10 | Fix ambiguous API refs causing sphinx to fart | Jeff Forcier | |
2015-12-10 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2015-12-10 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
2015-12-10 | Changelog re #636 | Jeff Forcier | |
2015-12-10 | ECDSA module req is 0.11 as of Paramiko 1.15+ | Jeff Forcier | |
2015-12-10 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
2015-12-10 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2015-12-10 | Update and prettify README, add Travis & Coveralls badges | Lucas Mehl | |
2015-12-06 | Add warning to Channel.recv_exit_status re: call order. | Jeff Forcier | |
Closes #448...kinda | |||
2015-12-06 | 80-col tweak | Jeff Forcier | |
2015-11-06 | Docstring reformat | Jeff Forcier | |
2015-11-06 | Hacky cleanup of non-gc'd clients in a loopy test. | Jeff Forcier | |
Re #612 |