Age | Commit message (Expand) | Author |
2019-06-21 | Rename to disableD_algorithms everywhere for consistency | Jeff Forcier |
2019-06-21 | Client->Transport for disable_algorithms | Jeff Forcier |
2019-06-21 | Old code sucks | Jeff Forcier |
2019-06-14 | Implement #322 - new ChannelFile subclass for stdin that calls shutdown_write... | Jeff Forcier |
2019-06-14 | Basic tests proving Client.exec_command returns ChannelFile instances | Jeff Forcier |
2019-06-14 | Merge branch '2.3' into 2.4 | Jeff Forcier |
2019-06-14 | Merge branch '2.2' into 2.3 | Jeff Forcier |
2019-06-14 | Merge branch '2.1' into 2.2 | Jeff Forcier |
2019-06-14 | Merge branch '2.0' into 2.1 | Jeff Forcier |
2019-06-14 | Update to modern pytest(-relaxed) | Jeff Forcier |
2019-06-08 | Some additional badly named tests that I guess weren't in master? | Jeff Forcier |
2019-06-08 | flake8 now applied to tests, huzzah | Jeff Forcier |
2019-06-08 | Clean up shitty old test names of form test_[9-0A-Z]+_.* | Jeff Forcier |
2018-09-17 | Blacken, 2.3 edition | Jeff Forcier |
2018-09-17 | s/test_path/_support/g | Jeff Forcier |
2018-09-17 | Merge branch '2.2' into 2.3 | Jeff Forcier |
2018-09-17 | Blacken, 2.2 edition | Jeff Forcier |
2018-09-17 | Test-level fixes for pytest & friends, 2.2 edition | Jeff Forcier |
2018-09-17 | Missed a spot | Jeff Forcier |
2018-09-17 | Merge branch '2.1' into 2.2 | Jeff Forcier |
2018-09-17 | One change overlooked by merge, as it's new | Jeff Forcier |
2018-09-17 | Blacken 2.1 branch | Jeff Forcier |
2018-09-17 | Merge branch '2.0' into 2.1 | Jeff Forcier |
2018-09-17 | Throwing a bone to 2.0-2.3 python-2.6 support | Jeff Forcier |
2018-09-17 | Blacken 2.0 with black 18.6b4 | Jeff Forcier |
2018-09-17 | Mark known slow tests as 'slow' pytest marker, and skip them by default | Jeff Forcier |
2018-09-17 | Import cleanup, mostly focused on s/tests/./ | Jeff Forcier |
2018-09-17 | Rename util func that trips pytest's default discovery. | Jeff Forcier |
2018-08-22 | Bump black up to 18.6b4 | Jeff Forcier |
2018-05-29 | Blacken under black 18.5b0 | Jeff Forcier |
2018-05-17 | Blacken Paramiko on 2.4 | Chris Rose |
2017-11-09 | Not sure how this got past me | Jeff Forcier |
2017-11-09 | Derp, some stuff runs this method w/o run_kwargs | Jeff Forcier |
2017-11-09 | Implement new passphrase kwarg for SSHClient.connect() | Jeff Forcier |
2017-11-09 | LOL whoops this was a duplicate | Jeff Forcier |
2017-11-09 | Write new test subsuite proving lack of connect(passphrase=) | Jeff Forcier |
2017-11-09 | Tidy up previous change by ensuring cleaner shutdown. | Jeff Forcier |
2017-11-09 | Prevent test suite hangs | Jeff Forcier |
2017-11-09 | Split out setup/teardown bits of client tests into its own class. | Jeff Forcier |
2017-10-25 | Mark known slow tests as 'slow' pytest marker, and skip them by default | Jeff Forcier |
2017-10-23 | Import cleanup, mostly focused on s/tests/./ | Jeff Forcier |
2017-10-23 | Rename util func that trips pytest's default discovery. | Jeff Forcier |
2017-10-10 | Update docs, metadata, test references to 2.6/3.3 | Jeff Forcier |
2017-10-10 | Skip the now-split-out failure test, since we actually do intend to exit sile... | Jeff Forcier |
2017-10-10 | Split out env-set failure test | Jeff Forcier |
2017-10-10 | Update still-failing client test to use contextmanager assertRaises style | Jeff Forcier |
2017-10-10 | This has been broken since it went in :( the test would never normally pass o... | Jeff Forcier |
2017-10-10 | Use new(er)-style string formatting, {} instead of {0} | Jeff Forcier |
2017-09-22 | Move cert tests & copies of related keys into separate folder. | Jeff Forcier |
2017-09-12 | Merge branch '2.2' | Jeff Forcier |