Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-19 | Fix bug in handling multiple interactive queries | Dennis Kaarsemaker | |
If repeated interaction is needed, check_auth_interactive_response returns an InteractiveQuery object. Unfortunately a bug caused it not to be recognized, causing autheintication to fail. This fixes said bug by properly looking at the type of the returned object. | |||
2017-02-03 | Update .travis.yml | Kalle Møller | |
3.6 is now released | |||
2017-01-25 | Added bytes as type to write | Kalle Møller | |
Small change so that my IDE stops telling me, that this function doesn't understand bytes :) | |||
2017-01-24 | untie agian! | james mike dupont | |
2017-01-18 | Update channel.py | James Michael DuPont | |
2017-01-01 | Merge branch '1.18' into 2.0 | Jeff Forcier | |
2017-01-01 | Merge branch '1.17' into 1.18 | Jeff Forcier | |
2017-01-01 | Happy New Year | Jeff Forcier | |
2016-12-19 | Merge branch '1.18' into 2.0 | Jeff Forcier | |
# Conflicts: # sites/www/changelog.rst # tox-requirements.txt # tox.ini | |||
2016-12-19 | Merge branch '1.17' into 1.18 | Jeff Forcier | |
# Conflicts: # sites/www/changelog.rst | |||
2016-12-19 | Changelog closes #866, closes #838 | Jeff Forcier | |
2016-12-19 | remove broken tox testing config | Pierce Lopez | |
2016-12-19 | also test with pypy on Travis CI | Pierce Lopez | |
2016-12-12 | Cut 2.0.4 | Jeff Forcier | |
2016-12-12 | Merge branch '1.18' into 2.0 | Jeff Forcier | |
2016-12-12 | Cut 1.18.1 | Jeff Forcier | |
2016-12-12 | Merge branch '1.18' into 2.0 | Jeff Forcier | |
2016-12-12 | Meh | Jeff Forcier | |
2016-12-12 | See if this works | Jeff Forcier | |
2016-12-12 | Changelog re d4a5806d23e95cc386d88a361956d0e0c1df9fb6 | Jeff Forcier | |
2016-12-12 | Remove code re #398 from 2.0 branch, as it's feature work | Jeff Forcier | |
2016-12-12 | Revert "Add timeout to Transport.start_client()" | Jeff Forcier | |
This reverts commit 5c7f30be9737f73fd024a23f5db0b6a7578026b6. | |||
2016-12-12 | Changelog re #859, re #860 | Jeff Forcier | |
2016-12-12 | Fixing invoke_shell reference to obsolete update_environment_variables | Kirk Byers | |
2016-12-09 | Cut 2.0.3 | Jeff Forcier | |
2016-12-09 | Merge branch '1.18' into 2.0 | Jeff Forcier | |
2016-12-09 | Cut 1.18.0 | Jeff Forcier | |
2016-12-09 | Merge branch '1.17' into 1.18 | Jeff Forcier | |
2016-12-09 | Cut 1.17.3 | Jeff Forcier | |
2016-12-09 | Weave in newer release invocations tasks | Jeff Forcier | |
2016-12-05 | Merge branch '1.18' into 2.0 | Jeff Forcier | |
2016-12-05 | Merge branch '1.17' into 1.18 | Jeff Forcier | |
2016-12-05 | Looks like skipIf was added in 2.7? Dies on 2.6 | Jeff Forcier | |
2016-12-05 | Merge branch '1.18' into 2.0 | Jeff Forcier | |
2016-12-05 | Merge branch '1.17' into 1.18 | Jeff Forcier | |
2016-12-05 | Make changelog re #802, re #802 more meaningful for us downstream folks | Jeff Forcier | |
2016-12-05 | Update GlobalAlloc argtypes per jaraco.windows 3.6.2. Fixes #802. | Jason R. Coombs | |
2016-12-05 | Merge branch '1.18' into 2.0 | Jeff Forcier | |
2016-12-05 | Merge branch '1.17' into 1.18 | Jeff Forcier | |
2016-12-05 | Changelog re #824 | Jeff Forcier | |
2016-12-05 | open() function does not support setting file permissions | John 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-05 | Merge branch '1.18' into 2.0 | Jeff Forcier | |
2016-12-05 | Merge branch '1.17' into 1.18 | Jeff Forcier | |
2016-12-05 | Changelog re #801 | Jeff Forcier | |
2016-12-05 | skip test on windows - no SIGALRM. | Gabi Davar | |
2016-12-05 | Merge branch '1.18' into 2.0 | Jeff Forcier | |
2016-12-05 | Merge branch '1.17' into 1.18 | Jeff Forcier | |
2016-12-05 | Changelog re #792 | Jeff Forcier | |
2016-12-05 | Update README.rst | Alan Yee | |
Revising wording | |||
2016-12-05 | Update README.rst | Alan Yee | |
Minor styling to highlight the key |