summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2016-12-09Cut 1.18.0Jeff Forcier
2016-12-09Merge branch '1.17' into 1.18Jeff Forcier
2016-12-09Cut 1.17.3Jeff Forcier
2016-12-09Weave in newer release invocations tasksJeff Forcier
2016-12-05Merge branch '1.17' into 1.18Jeff Forcier
2016-12-05Looks like skipIf was added in 2.7? Dies on 2.6Jeff Forcier
2016-12-05Merge branch '1.17' into 1.18Jeff Forcier
2016-12-05Make changelog re #802, re #802 more meaningful for us downstream folksJeff Forcier
2016-12-05Update GlobalAlloc argtypes per jaraco.windows 3.6.2. Fixes #802.Jason R. Coombs
2016-12-05Merge branch '1.17' into 1.18Jeff Forcier
2016-12-05Changelog re #824Jeff Forcier
2016-12-05open() function does not support setting file permissionsJohn L. Villalovos
The open() function does not support setting file permissions[1]. The code was setting the buffer to 0o600. Remove the attempted file permission value. [1] https://docs.python.org/2/library/functions.html#open Change-Id: I582e226f8bc76e877c7da686f36e2efa33f0d24f
2016-12-05Merge branch '1.17' into 1.18Jeff Forcier
2016-12-05Changelog re #801Jeff Forcier
2016-12-05skip test on windows - no SIGALRM.Gabi Davar
2016-12-05Merge branch '1.17' into 1.18Jeff Forcier
2016-12-05Changelog re #792Jeff Forcier
2016-12-05Update README.rstAlan Yee
Revising wording
2016-12-05Update README.rstAlan Yee
Minor styling to highlight the key
2016-12-05Update demo_server.pyAlan Yee
Updating base64 code in comments
2016-12-05Update README.rstAlan Yee
Removing deprecated alias. Updating demo script in the README.
2016-12-05Merge branch '1.17' into 1.18Jeff Forcier
2016-12-05Changelog re #789Jeff Forcier
2016-12-05Merge branch '1.17' into proxycommand-closed-fix-789Jeff Forcier
2016-12-05Changelog re #780 / #799Jeff Forcier
2016-12-05Add timeout to Transport.start_client()Mark Hirota
2016-12-05Merge branch '1.17' into 1.18Jeff Forcier
2016-12-05These are old and crusty and folks who care can find 'em in gitJeff Forcier
2016-12-05Just get rid of the frickin' numbers.Jeff Forcier
Every other merge screws them up anyway.
2016-12-05Add tests for ~ expansion inside proxycommandqqo
2016-12-05allow ~ expansion inside proxycommandqqo
2016-12-05Don't expect reply to env-setting messages.Jeff Forcier
Re #398
2016-12-05Add some warnings about AcceptEnv to env var setting bits.Jeff Forcier
Re #398
2016-12-05Cleanup / rename / doc updates / changelog, re #398Jeff Forcier
2016-12-05Support transmission of environment variablesPhilip Lorenz
The SSH protocol allows the client to transmit environment variables to the server. This is particularly useful if the user wants to modify the environment of an executed command without having to reexecute the actual command from a shell. This patch extends the Client and Channel interface to allow the transmission of environment variables to the server side. In order to use this feature the SSH server must accept environment variables from the client (e.g. the AcceptEnv configuration directive of OpenSSH). FROM BITPROPHET: backport cherry-pick to 1.x line
2016-12-05Changelog re #334, close #334Jeff Forcier
2016-12-05Tweak subprocess importing so it still ImportErrors, just lazily.Jeff Forcier
This feels better than raising our own custom error of whatever class when popen is None. Only obvious downside is it's 'bad style' but I defer to Zen of Python number 9 Re #334
2016-12-05Fixes to work on Google App EngineShinya Okano
2016-12-05Fix #854Jeff Forcier
2016-12-05We never added a changelog entry re #681!Jeff Forcier
2016-12-05Merge branch '1.16' into 1.17Jeff Forcier
2016-12-05Merge branch '1.15' into 1.16Jeff Forcier
2016-12-05Tighten up sphinx reqJeff Forcier
2016-09-21Merge branch '1.16' into 1.17Jeff Forcier
2016-09-21Merge branch '1.15' into 1.16Jeff Forcier
2016-09-21Changelog entry noting how #819 was a thingJeff Forcier
2016-09-21Merge branch '1.16' into 1.17Jeff Forcier
2016-09-21Merge branch '1.15' into 1.16Jeff Forcier
2016-09-21I'm still mad re #819. Here, have some docs.Jeff Forcier
2016-09-15Merge branch '1.16' into 1.17Jeff Forcier