summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cut 2.0.92.0.9Jeff Forcier2018-09-182-1/+2
* Almost left the 1.17+ marker in the changelog.Jeff Forcier2018-09-181-4/+3
* Fix a Python 2.6 oopsJeff Forcier2018-09-181-1/+1
* FormattingJeff Forcier2018-09-181-5/+3
* Fix and changelog re #1283Jeff Forcier2018-09-183-5/+94
* Fix a pseudo-bug re: responding to MSG_UNIMPLEMENTED w/ itselfJeff Forcier2018-09-184-5/+49
* Merge branch 'crypto-1.5-agnostisicm' into 2.0Jeff Forcier2018-09-185-22/+79
|\
| * Backport support for newer cryptography sign/verify APIs.crypto-1.5-agnostisicmJeff Forcier2018-09-184-22/+61
| * Try testing against different cryptography.io versionsJeff Forcier2018-09-181-0/+18
* | Missing verbose/color for 2.6/3.3 backported pytest setupJeff Forcier2018-09-181-1/+1
|/
* Throwing a bone to 2.0-2.3 python-2.6 supportJeff Forcier2018-09-172-2/+2
* Crummy workaround for 2.6/3.3 support.Jeff Forcier2018-09-171-10/+13
* pytest-xdist doesn't support Python 2.6Jeff Forcier2018-09-171-2/+0
* Blacken 2.0 with black 18.6b4Jeff Forcier2018-09-1776-3326/+4452
* Partial cherry pick of 57201d2de9cd4080480cfed2fe2572fa1c908acbJeff Forcier2018-09-171-1/+2
* Modernize travis/dev-reqs/etc re: blackeningJeff Forcier2018-09-174-5/+18
* Modern pypy no longer seems to sporadically fail?Jeff Forcier2018-09-171-1/+0
* lolJeff Forcier2018-09-171-1/+1
* Ignore E721 because it isn't tagged in 2.6.2, but is in 2.4.0Chris Rose2018-09-171-1/+1
* Test and dev dependencies cleanup and sync with FabricChris Rose2018-09-173-39/+67
* Pass through index option for release taskJeff Forcier2018-09-171-2/+4
* May have goofed up a cherry-pick earlier?Jeff Forcier2018-09-171-1/+1
* Non-git cherry-pick of modern pytest hints.Jeff Forcier2018-09-171-0/+7
* Update custom test task to encompass recent updates to invocations.pytestJeff Forcier2018-09-171-3/+30
* Changelog re #1291Jeff Forcier2018-09-171-0/+4
* Stars to dashesJeff Forcier2018-09-171-233/+233
* Make sure to use the coverage task on travis so it gets slow tests tooJeff Forcier2018-09-171-2/+2
* Mark known slow tests as 'slow' pytest marker, and skip them by defaultJeff Forcier2018-09-177-6/+28
* Tighten up verbose flagJeff Forcier2018-09-171-1/+1
* Move commentJeff Forcier2018-09-171-3/+3
* Try turning off session scope for sftp_server fixture.Jeff Forcier2018-09-171-1/+1
* Allow disabling loggingJeff Forcier2018-09-171-7/+10
* Realizing no, this is only really useful for debugging.Jeff Forcier2018-09-172-8/+0
* Better test dir cleanupJeff Forcier2018-09-172-11/+5
* Comment tweakJeff Forcier2018-09-171-1/+1
* NahJeff Forcier2018-09-171-2/+2
* Test-related ignore updatesJeff Forcier2018-09-171-1/+1
* Use pytest-timeout, configured via pytest.iniJeff Forcier2018-09-173-0/+9
* Why were these +x?Jeff Forcier2018-09-172-0/+0
* Naturally, more tests I found that do not pass/fail correctly. Skip for nowJeff Forcier2018-09-171-12/+5
* Was missing another needs_gssapiJeff Forcier2018-09-171-0/+3
* Tidy up tempdir creation for now. FuckitJeff Forcier2018-09-171-10/+21
* Whoops, most uses of skipif REQUIRE reason=Jeff Forcier2018-09-171-1/+2
* Replace rest of unittest-style self-asserts in sftp testsJeff Forcier2018-09-171-41/+23
* Start overhauling regular SFTP suite.Jeff Forcier2018-09-173-311/+288
* Remove old Python 3.2 codeHugo2018-09-171-3/+1
* Tweak test-level logging format to include timestampsJeff Forcier2018-09-171-0/+11
* Scope SFTP client/server fixture to be session-level for nowJeff Forcier2018-09-171-1/+1
* Get big sftp tests passing w/ the sftp client + folder crap being a fixtureJeff Forcier2018-09-173-114/+131
* Get sftp-big tests apparently passing.Jeff Forcier2018-09-172-119/+78