Commit Graph

852 Commits

Author SHA1 Message Date
Dorian bec140c933 [Python 3]: Migration path for raw_input to input in demos. 2013-10-28 07:44:04 -04:00
Dorian 3cb91a0e9e [Python 3]: Added fix for bytestring instead of unicode string decoding in Python 3. 2013-10-25 17:29:32 -04:00
Dorian 9ffd9efb20 [Python 3]: Added fix for enabling proper adding of integers under both Python 2 and 3. 2013-10-25 17:28:54 -04:00
Dorian 3c33c763a7 [Python 3]: Wrapped unicode and string type checks in six's type definitions. Absolute import fixes for Windows agents. 2013-10-25 07:47:01 -04:00
Dorian 387f243c1d [Python 3]: Workaround epydoc exceptions hack, since epydoc does not work on Python 3. 2013-10-24 20:00:36 -04:00
Dorian 2c538bd5fe [Python 3]: Hack around __slots__ and properties conflict. 2013-10-24 19:59:57 -04:00
Dorian 5a9fc81ad9 [Python 3]: Migration for UserDict.DictMixins for Python 3. 2013-10-24 18:26:02 -04:00
Dorian cc2dd9c0f4 [Python 3]: Workaround for long values in Python 3's unified integer types. paramiko.message not worked around for now. 2013-10-24 08:35:38 -04:00
Dorian 1022eec17a [Python 3]: Fixes for StringIO and removed semi-colons. 2013-10-24 08:15:10 -04:00
Dorian b94fce4df9 [Python 3]: Added workaround for unified integer and long types in Python 3. 2013-10-24 01:07:04 -04:00
Dorian b2f74c1291 [Python 3]: Migration path for imports. Using absolute imports. 2013-10-23 07:34:55 -04:00
Dorian a77054d632 [Python 3]: Removed deprecated tuple unpacking. 2013-10-23 07:34:55 -04:00
Dorian 3bad2a13be [Python 3]: Fix for builtins using six. 2013-10-23 07:34:55 -04:00
Dorian 86fe372a2c [Python 3]: New octal syntax. 2013-08-13 17:32:30 -04:00
Dorian b1e235d820 [Python 3]: New except syntax. 2013-08-13 17:32:30 -04:00
Dorian 0847ac780b [Python 3]: Migrated to print functions. 2013-08-13 17:32:21 -04:00
Jeff Forcier e06b0f597e Tag nag 2013-08-01 11:50:46 -07:00
Jeff Forcier 2a08a48dd2 Version bump/dumb-fix 2013-07-26 15:07:33 -07:00
Jeff Forcier d2c71ed999 Merge branch '1.10'
Conflicts:
	NEWS
	setup.py
2013-07-26 15:06:58 -07:00
Jeff Forcier 965d00dee9 Version bump 2013-07-26 15:05:35 -07:00
Jeff Forcier c8b75a489c Update changelog for release 2013-07-26 15:04:16 -07:00
Jeff Forcier caf94786ca Update doc upload task w/ static hostname 2013-07-07 15:40:38 -07:00
Jeff Forcier ba3ce80c14 Add ML link to docs 'index'
Fixes #48
2013-06-28 13:07:19 -07:00
Jeff Forcier 993ecb31d2 Port Makefile contents into fabfile 2013-06-28 13:07:06 -07:00
Jeff Forcier 4ee577abc5 Move reqs.txt to dev-reqs.txt, solidify tox req 2013-06-26 09:02:48 -07:00
Jeff Forcier d77a4d6421 Merge branch '1.10' 2013-05-05 13:59:41 -07:00
Jeff Forcier 3c2f01c91f Flip bad known_hosts line to INFO from WARN re #153 2013-05-05 13:59:34 -07:00
Jeff Forcier 777d1576ca Bump dev version 2013-04-28 19:01:40 -07:00
Jeff Forcier d0c7a5d884 Merge branch 'master' of github.com:paramiko/paramiko 2013-04-28 18:50:37 -07:00
Jeff Forcier b33d9c7bca Merge branch '1.10' 2013-04-28 18:41:15 -07:00
Jeff Forcier b2b8d5d0a6 Add explicit link to updated API docs. Fixes #160 2013-04-28 18:41:10 -07:00
Jeff Forcier 0b9393b063 Merge pull request #155 from Baconator507/patch-1
Update demo.py
2013-04-28 18:38:27 -07:00
Jeff Forcier f00f87c9be Merge branch '1.10' 2013-04-28 18:10:15 -07:00
Ethan Glasser-Camp 8c7f120c2c Warn on parse failure when reading known_hosts 2013-04-28 18:10:02 -07:00
Jeff Forcier 675d79d743 Merge pull request #153 from glasserc/log_bad_hostkeys
Warn on parse failure when reading known_hosts
2013-04-28 18:08:55 -07:00
Ethan Glasser-Camp aee2355d24 Warn on parse failure when reading known_hosts 2013-04-28 14:21:05 -04:00
Jeff Forcier a1fa1ba9cc Merge branch '1.10'
Conflicts:
	NEWS
2013-04-27 22:15:07 -07:00
Jeff Forcier 3966ac103c Changelog re #146 (also start 10.10.2 section) 2013-04-27 22:12:24 -07:00
Abhinav Upadhyay e6c23f23f4 Fix indentation at few places. 2013-04-27 22:08:50 -07:00
Jeff Forcier f861c2ff48 Back out broken but non-required hostname hash change 2013-04-27 20:55:50 -07:00
Jeff Forcier 6747d9944a Changelog re #87 2013-04-27 20:50:29 -07:00
Mike Gabriel 1b928df15e do not write ,,garbage'' to known_hosts file(s) 2013-04-27 20:36:45 -07:00
Mike Gabriel 81f87f1d5e Load host entries from the known_hosts file(s) before writing the file from RAM to disk. Avoids loss of host entries in case other SSH clients have written to the known_hosts file(s) meanwhile. 2013-04-27 20:36:45 -07:00
Mike Gabriel 080bece258 Assure that host entries in known_hosts files do not duplicate endlessly if keys from known_hosts are loaded via HostKeys.load() more than once (e.g. for refreshing the list of known hosts during runtime). 2013-04-27 20:36:45 -07:00
Mike Gabriel 4f481a57a2 Store hostname hashes in memory rathen than the non-hashed host entries. Also assures that the host entries in known_hosts get saved in hashed format as it is currently standard in OpenSSH. 2013-04-27 20:36:45 -07:00
Ivan Barria b96e7e4132 Update demo.py
why import threading?
2013-04-09 02:14:51 -03:00
Jeff Forcier b329512636 Merge branch '1.10'
Conflicts:
	NEWS
2013-04-05 13:02:11 -07:00
Jeff Forcier 02d071be07 Bump version to 1.10.1 2013-04-05 13:00:19 -07:00
Jeff Forcier 1d494eb0db Changelog re #154 2013-04-05 12:58:44 -07:00
Kevin Tegtmeier 2e2a915807 Fix bug that leaves fds in select after EOF received 2013-04-05 11:54:48 -07:00