summaryrefslogtreecommitdiffhomepage
path: root/setup.py
AgeCommit message (Collapse)Author
2014-09-08Merge branch 'master' into 298-intJeff Forcier
Conflicts: setup.py
2014-08-25Consolidate version info. Closes #249Jeff Forcier
2014-08-25Merge branch '1.14'Jeff Forcier
2014-08-25Cut 1.14.1Jeff Forcier
2014-08-14Support py3.4.Olle Lundberg
2014-05-07Cut 1.14Jeff Forcier
2014-05-07Cut 1.13.1Jeff Forcier
2014-04-24FormattingJeff Forcier
2014-03-31Don't validate points in known_hosts ECDSA keysKieran Spear
Point validation is really expensive and apparently unnecessary when we already trust the keys in our known_hosts file. With my current known_hosts file of 657 keys, this reduces the time taken to complete a remote task in fabric from 24 seconds to 7 seconds. This requires python-ecdsa >= 0.11. Closes #270.
2014-03-21NO python 2.5 for 1.13+Jeff Forcier
2014-03-21Merge branch '1.12' into 1.13Jeff Forcier
2014-03-21Merge branch '1.11' into 1.12Jeff Forcier
2014-03-21Forgot python 2.5Jeff Forcier
2014-03-21Merge branch '1.12' into 1.13Jeff Forcier
Conflicts: setup.py
2014-03-21Merge branch '1.11' into 1.12Jeff Forcier
Conflicts: setup.py
2014-03-21Indent/order shuffle, no actionable changesJeff Forcier
2014-03-21Backport alex/patch-2, Python trove classifiersJeff Forcier
2014-03-13Cut 1.12.3Jeff Forcier
2014-03-13Merge branch '1.10' into 1.11.Jeff Forcier
Also bump versions like a dummy. Conflicts: paramiko/__init__.py setup.py
2014-03-13Cut 1.10.7Jeff Forcier
2014-02-14Cut 1.12.2Jeff Forcier
2014-02-14Cut 1.11.4Jeff Forcier
2014-02-14Cut 1.10.6Jeff Forcier
2014-01-08Cut 1.12.1Jeff Forcier
2014-01-08Cut 1.11.3Jeff Forcier
2014-01-08Cut 1.10.5Jeff Forcier
2013-11-02Bump version to 1.13.0Scott Maxwell
2013-09-27Merge branch '1.10' into 1.11Jeff Forcier
Updated versions for 1.11.2. Conflicts: paramiko/__init__.py setup.py
2013-09-27Update version for 1.10.4Jeff Forcier
2013-09-27Merge branch '1.11'Jeff Forcier
2013-09-27Merge branch '1.10' into 1.11Jeff Forcier
2013-09-27Merge branch '1.9' into 1.10Jeff Forcier
2013-09-27Merge branch '1.8' into 1.9Jeff Forcier
2013-09-27Fixed a typo in the license header of most filesJeff Forcier
Conflicts: paramiko/proxy.py
2013-09-27Merge branch '152-int' into 152-real-intJeff Forcier
Conflicts: paramiko/hostkeys.py requirements.txt
2013-09-27Bump version for devJeff Forcier
2013-09-20Versions: hard?Jeff Forcier
2013-09-20Not sure how this got updated :(Jeff Forcier
2013-04-28Bump dev versionJeff Forcier
2013-04-05Bump version to 1.10.1Jeff Forcier
2013-03-25Introduce ECDSAEthan Glasser-Camp
This just adds tests; hooking this up with paramiko comes in the next commit.
2012-11-28Bump dev version to 1.10Jeff Forcier
2012-11-06Cut 1.8.1Jeff Forcier
2012-11-06Bump to 1.9.0 for releaseJeff Forcier
2012-09-2580-col fixJeff Forcier
2012-09-25Correct dev-installation doc in package metadataJeff Forcier
2012-09-24Bump to 0.8.x due to nontrivial changesJeff Forcier
(cherry picked from commit d7def60c4784fed39fc8714753304a150da131c7) Conflicts: setup.py
2012-09-24add the url to github in the setup.py for pypiLaurent Peuch
(cherry picked from commit abfefc2f95c377cc134d9b0b71c8cdd692f321c8) Conflicts: setup.py
2012-09-23Bump to 1.7.14Jeff Forcier
(cherry picked from commit c3a7e9d587447afdc714b02412594b8d0a9fecfa) Conflicts: setup.py
2012-09-23Replace hard tabs with spacesBobby Impollonia
(cherry picked from commit c07eddb9e1b579fdaa335477680689d7b2865452)