Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-22 | Test AuthFailure | Jeff Forcier | |
2023-05-22 | Test existing AuthSource class tree | Jeff Forcier | |
Includes relevant tweaks to assorted classes | |||
2023-05-22 | Start testing AuthStrategy | Jeff Forcier | |
Plus! - Document AuthStrategy and AuthHandler modules (latter never had docs? lol) - Minor tweaks to these modules' docstrings etc - Stop comparing to __all__ in __init__.py, ugh | |||
2023-01-16 | Nuke retry_on_signal, pointless on modern Py3 | Jeff Forcier | |
Additionally, other bits of code that retry EINTR can similarly just go away. | |||
2023-01-16 | flake8 | Jeff Forcier | |
2023-01-16 | Twiddle a test to not shadow hex builtin (and nuke %) | Jeff Forcier | |
2023-01-09 | Migrate some byte related helpers around | Jeff Forcier | |
I feel like we should be able to just nuke byte_chr and friends at this point, but it's not entirely obvious, so let's rock that boat later. | |||
2022-03-15 | Fix Free Software Foundation address | Paul Howarth | |
They moved from Temple Place to Franklin Street in 2005. | |||
2019-12-02 | Base case re #717 works now. | Jeff Forcier | |
Huge ass squashed commit because I was experimenting with "commit entire feature at once so you do not leave broken tests around to break bisecting". Not sure it's worth it, at least not for large-ish, overhauling-existing-code feature adds. Breaking the work up over months did not help either, L M A O | |||
2019-09-27 | Implement ssh_config hostname canonicalization (WIP) | Jeff Forcier | |
- Refactor DNS lookup related junk previously only relevant to %h - Refactor guts of lookup() so it can be done >1 time - Changelog/tests/implementation for canonicalization itself Closes #897 | |||
2019-09-26 | Sort top level import related junk | Jeff Forcier | |
2019-08-26 | Move all SSHConfig related tests to test_config.py | Jeff Forcier | |
Includes cleanup of unittest-isms and migrating recently added SSHConfigDict tests to a distinct class vs top-level funcs. | |||
2019-07-05 | Add SSHConfigDict to __init__ | Jeff Forcier | |
2019-06-14 | Merge branch '2.3' into 2.4 | Jeff Forcier | |
2019-06-14 | Update to modern pytest(-relaxed) | Jeff Forcier | |
Also fix some low hanging warnings fruit | |||
2019-06-08 | flake8 now applied to tests, huzzah | Jeff Forcier | |
2018-09-17 | Blacken 2.0 with black 18.6b4 | Jeff Forcier | |
2018-09-17 | Import cleanup, mostly focused on s/tests/./ | 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-10-23 | Import cleanup, mostly focused on s/tests/./ | Jeff Forcier | |
2017-10-16 | Dropped Python 2.6 so we can stop using u()/b() for literals. | Jeff Forcier | |
Sadly we (ab?)use them in many more places, but hey, every little bit counts | |||
2017-10-10 | Use set literals | Jeff Forcier | |
2017-10-10 | Use new(er)-style string formatting, {} instead of {0} | Jeff Forcier | |
2017-05-31 | Additional house style formatting tweaks, mostly re: removal of line ↵ | Jeff Forcier | |
continuations | |||
2016-12-05 | Just get rid of the frickin' numbers. | Jeff Forcier | |
Every other merge screws them up anyway. | |||
2016-12-05 | Add tests for ~ expansion inside proxycommand | qqo | |
2016-04-25 | Test & implementation for part 1 re: #670 | Jeff Forcier | |
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-08 | Update SSHConfig.parse to strip leading and trailing whitespace | Nick Pillitteri | |
Fixes #499 | |||
2014-12-17 | Added check for proxycommand none and associated test as per Paramiko Issue 415 | Sean Johnson | |
Conflicts: tests/test_util.py | |||
2014-11-12 | Merge branch '1.15' | Jeff Forcier | |
2014-11-12 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
Conflicts: tests/test_util.py | |||
2014-11-12 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2014-11-12 | Failing test proving #429 | Jeff Forcier | |
2014-09-19 | SSHConfig.get_hostnames: List literal hostnames from SSH config | Søren Løvborg | |
2014-09-08 | Merge branch 'master' into 372-int | Jeff Forcier | |
Conflicts: paramiko/channel.py tests/test_util.py | |||
2014-09-08 | Merge branch 'master' into 374-int | Jeff Forcier | |
2014-09-08 | Merge pull request #375 from ↵ | Jeff Forcier | |
lndbrg/lower-the-risk-of-editors-striping-whitespace Don't end a line with whitespace. | |||
2014-09-05 | Merge branch 'master' into 184-int | Jeff Forcier | |
Conflicts: paramiko/config.py tests/test_util.py | |||
2014-08-25 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2014-08-25 | Rework re #239 to work off post-1.13 codebase. Closes #239 | Jeff Forcier | |
2014-08-15 | Don't end a line with whitespace. | Olle Lundberg | |
This might be stripped by editors at will, which will make some tests brake. | |||
2014-08-15 | Remove all occurences of ParamikoTest. | Olle Lundberg | |
Sorry paramiko, it's time to put on the big boy pants. You no longer support old as hell versions of python. | |||
2014-08-14 | Add a utility method for value clamping. | Olle Lundberg | |
2014-04-22 | Moved get_hosts function into method. | Yan Kalchevksiy | |
2014-04-22 | Add support quoted values for SSHConfig (#157) | Yan Kalchevskiy | |
2014-04-14 | Merge branch 'master' into use-urandom | Alex Gaynor | |
Conflicts: paramiko/dsskey.py paramiko/ecdsakey.py paramiko/hostkeys.py paramiko/kex_gex.py paramiko/kex_group1.py paramiko/pkey.py paramiko/primes.py paramiko/rsakey.py tests/test_pkey.py |