summaryrefslogtreecommitdiffhomepage
path: root/sites
AgeCommit message (Collapse)Author
2021-05-27Contact methods updateJeff Forcier
Relevant: http://bitprophet.org/blog/2021/05/27/goodbye-freenode/
2021-02-12Merge branch '2.6' into 2.7Jeff Forcier
2021-02-12Merge branch '2.5' into 2.6Jeff Forcier
2021-02-12Turns out our existing Cryptography install link had rotted too, gahJeff Forcier
2021-02-12Merge branch '2.6' into 2.7Jeff Forcier
2021-02-12Merge branch '2.5' into 2.6Jeff Forcier
2021-02-12Include Cryptography Rust requirement note/links in our install docsJeff Forcier
2020-08-30Cut 2.7.2Jeff Forcier
2020-08-30Mark recent support tickets as backportedJeff Forcier
2020-08-30Experiment with quick sdist-and-test checks in TravisJeff Forcier
Can't wait to move to Circle so I can do this testing locally
2020-08-30Changelog closes #1727Jeff Forcier
2020-08-30Changelog closes #1722Jeff Forcier
2020-08-30Newer flake8 for Python 3.8 CI compat, and related tweaksJeff Forcier
2020-08-27Changelog re #1723Jeff Forcier
2019-12-09Cut 2.7.1Jeff Forcier
2019-12-09Changelog re #1567Jeff Forcier
2019-12-09Changelog closes #1565Jeff Forcier
2019-12-03Cut 2.7.0Jeff Forcier
2019-12-03Missed a spot in changelog when renaming the 'everything' extras_require flavorJeff Forcier
2019-12-03Changelog re #602Jeff Forcier
2019-12-03Let's go with 'all' for the catchall endpoint, it is popularJeff Forcier
2019-12-03Beef up mentions of the need for Invoke, when using Match exec, in the docsJeff Forcier
2019-12-03Holy crap, never had a link back to www intersphinx from doc site???Jeff Forcier
2019-12-02Base 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-12-02versionadded for canonicalization directivesJeff Forcier
Decided not to 'backport' these for rest of directives, as most have been in for a very long time
2019-12-02Strip extraneous text/entries from ssh_config support docJeff Forcier
- Leave ONLY actual departures from OpenSSH, we were getting far too deep into repeating upstream docs for no gain, and doing it inconsistently - Remove the 'becomes a list' entries, they are not actually honored when parsing (they are irrelevant to it) and turning them into lists is the obvious, non surprising behavior so it's not that useful to document it
2019-12-02Alphabetize supported-ssh_config-keywords listJeff Forcier
2019-12-02Add additional setuptools extras_require flavorsJeff Forcier
2019-12-02Fix bug around subprocess import errorsJeff Forcier
2019-09-27Fix canonicalization doc updates.Jeff Forcier
I blame not copying my pre-push hooks to my work machine :D
2019-09-27Implement 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-08-26Explicitly document what ssh_config directives Paramiko itself understandsJeff Forcier
2019-08-26Add new SSHConfig constructorsJeff Forcier
2019-06-23Mention new setuptools extras in changelogJeff Forcier
2019-06-23Cut 2.6.0Jeff Forcier
2019-06-23Merge branch '2.5'Jeff Forcier
2019-06-23Cut 2.5.1Jeff Forcier
2019-06-23Merge branch '2.4' into 2.5Jeff Forcier
2019-06-23Cut 2.4.3Jeff Forcier
2019-06-21Rename to disableD_algorithms everywhere for consistencyJeff Forcier
Having it feel verb-y isn't that much better than the alternative, and consistency is a nice hobgoblin
2019-06-21DDD changelogJeff Forcier
2019-06-21Merge branch '2.5'Jeff Forcier
2019-06-21Merge branch '2.4' into 2.5Jeff Forcier
2019-06-21Merge branch '2.3' into 2.4Jeff Forcier
2019-06-21Merge branch '2.2' into 2.3Jeff Forcier
2019-06-21Changelog re #1306Jeff Forcier
2019-06-21Changelog re #1460, re #1440Jeff Forcier
2019-06-21Merge branch 'master' into 1311-intJeff Forcier
2019-06-21Use setuptools extras_require to offer paramiko[gssapi]Jeff Forcier
2019-06-21As @ploxiln notes, pyasn1 is needed for both platform familiesJeff Forcier