summaryrefslogtreecommitdiffhomepage
path: root/sites
AgeCommit message (Collapse)Author
2018-09-19Add compatibility with new "gssapi" packageTanja Huthmacher
Detect if "python-gssapi" or "gssapi" is installed at import time and use the appropriate API
2018-09-18Merge branch '2.3' into 2.4Jeff Forcier
2018-09-18Merge branch '2.2' into 2.3Jeff Forcier
2018-09-18Merge branch '2.1' into 2.2Jeff Forcier
2018-09-18Merge branch '2.4'Jeff Forcier
2018-09-18Merge branch '2.0' into 2.1Jeff Forcier
2018-09-18MehJeff Forcier
2018-09-18Merge branch '2.4'Jeff Forcier
2018-09-18Cut 2.4.2Jeff Forcier
2018-09-18Merge branch '2.3' into 2.4Jeff Forcier
2018-09-18Cut 2.3.3Jeff Forcier
2018-09-18Merge branch '2.2' into 2.3Jeff Forcier
2018-09-18Cut 2.2.4Jeff Forcier
2018-09-18Merge branch '2.2' into 2.3Jeff Forcier
2018-09-18Merge branch '2.1' into 2.2Jeff Forcier
2018-09-18Cut 2.1.6Jeff Forcier
2018-09-18Merge branch '2.0' into 2.1Jeff Forcier
2018-09-18Cut 2.0.9Jeff Forcier
2018-09-18Almost left the 1.17+ marker in the changelog.Jeff Forcier
Would not necessarily have caused issues but hey
2018-09-18Merge branch '2.4'Jeff Forcier
2018-09-18Merge branch '2.3' into 2.4Jeff Forcier
2018-09-18Merge branch '2.2' into 2.3Jeff Forcier
2018-09-18Merge branch '2.1' into 2.2Jeff Forcier
2018-09-18Merge branch '2.0' into 2.1Jeff Forcier
2018-09-18Fix and changelog re #1283Jeff Forcier
2018-09-18Fix a pseudo-bug re: responding to MSG_UNIMPLEMENTED w/ itselfJeff Forcier
2018-09-18Merge branch '2.4'Jeff Forcier
2018-09-18Merge branch '2.3' into 2.4Jeff Forcier
2018-09-18Stars to dashes, master editionJeff Forcier
2018-09-18Stars to dashes, 2.4 editionJeff Forcier
2018-09-18Pull in changelog re #1292Jeff Forcier
Rest of merge was resolved with '-s ours' to keep those changes back on the old branches only.
2018-09-18Merge branch '2.1' into 2.2Jeff Forcier
2018-09-18Merge branch '2.0' into 2.1Jeff Forcier
2018-09-18Backport support for newer cryptography sign/verify APIs.Jeff Forcier
Implements #1292.
2018-09-17Merge branch '2.2' into 2.3Jeff Forcier
2018-09-17Merge branch '2.1' into 2.2Jeff Forcier
Foregoes a handful of unblackened bits to make the merge easier; will blacken next anyways
2018-09-17Merge branch '2.0' into 2.1Jeff Forcier
2018-09-17Blacken 2.0 with black 18.6b4Jeff Forcier
2018-09-17Changelog re #1291Jeff Forcier
2018-09-17Stars to dashesJeff Forcier
2018-08-22Merge branch '2.4'Jeff Forcier
2018-08-22Merge branch '2.3' into 2.4Jeff Forcier
2018-08-22Changelog re #1262, closes #1262Jeff Forcier
2018-06-14Changelog re #1212Jeff Forcier
2018-05-29Merge branch '2.4'Jeff Forcier
2018-05-29Blacken under black 18.5b0Jeff Forcier
2018-04-19Merge branch 'master' of github.com:paramiko/paramikoJeff Forcier
2018-04-19Changelog, closes #1191Jeff Forcier
2018-04-19Add explicit mention of bcrypt and pynacl to 2.x installation docs.Jeff Forcier
Re #1191
2018-04-18Migrate to new PyPI websiteEric Brown
According to [1], the PyPI website of pypi.python.org has changed to https://pypi.org. This patch updates all references to the legacy site. [1] https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html Signed-off-by: Eric Brown browne@vmware.com