summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2021-10-09Classify bug as major in case I don't cut a bugfix for 2.7Jeff Forcier
2021-10-09For some reason :rfc: blows up where :rfc-reference: does notJeff Forcier
Only when running as part of my fullstack release task, specifically when I load up sphinx+releases to parse the changelog. Makes no sense at all but no time to really dig more...
2021-10-09Massage upstream 'release.all' task too re: custom publishJeff Forcier
2021-10-08Less confusing name of overriding task pleaseJeff Forcier
2021-10-08TODOJeff Forcier
2021-10-08Released orb versionJeff Forcier
2021-10-08bye felicia^WtravisJeff Forcier
2021-10-08Use new orb docs jobJeff Forcier
2021-10-08Port tests-folder-in-sdist safety check from TravisJeff Forcier
This isn't as much of a thing in my other projects so not in the orb for now
2021-10-08Try getting Kerberos working on CircleJeff Forcier
Sadly it fails. Unclear whether I'm missing something, or if this represents a diff between the Ubuntu versions Travis last used and what Circle's images are on. I did get the tests themselves truly running, and while I trimmed back the deps a bit vs Travis, it's only as some of them were redundant/required by other packages we install here. Leaving it defined but not actually used in the workflow.
2021-10-08Shift 'full' extras install to our self-install in dev-reqsJeff Forcier
Makes sure the extras function ok, removes need to do it within CI. anyone using dev-reqs is implicitly dev'ing and wanting the full package
2021-10-08bump test/ci related sleep :(Jeff Forcier
2021-10-08Moar orb debuggeryJeff Forcier
2021-10-08Add some older crypto versions to new 2nd py3.6 test stepJeff Forcier
(no coverage for this one tho)
2021-10-08Expand an old slightly confusing commentJeff Forcier
2021-10-01Coverage tweaksJeff Forcier
- our customized test runner needed to stop using cli flag now that rcfile is in use, lol. NOW tests are shown. - add coverage files to gitignore
2021-10-01Codecov supportJeff Forcier
2021-10-01Can now rely on black for 3.6+ CIJeff Forcier
2021-10-01Copy/paste/modify invocations' circleci configJeff Forcier
2021-10-01Add Py3.9 to classifiersJeff Forcier
2021-10-01Split out some setup.cfg sectionsJeff Forcier
2021-10-01setup.py URL updatesJeff Forcier
2021-10-01Badges? We do need some stinkin' badges!Jeff Forcier
2021-10-01README / www-index overhaulJeff Forcier
- Nuke old README in its entirety: - We don't want people using demos if possible, stop advertising them - Nix a bunch of bits that will now be replaced by standard PyPI sidebar links (docs, tests etc) - Ditto the 'headers', most of that stuff is either PyPI metadata or the about to be added shields.io badges - Some stuff deleted was also just old, eg IRC is no longer a support channel and I think librelist is dead too - Rip out www site index for use as README and inject back in via include - Rewrite a bunch of that too for clarity - Leverage it in long_description too
2021-10-01Changelog re: administrivia overhaulJeff Forcier
2021-10-01Use README for long description like other projectsJeff Forcier
2021-10-01Modern invoke/invocationsJeff Forcier
Including nuking pointless old pins of wheel/twine, new invocations sets those for release task stuff itself
2021-09-24Link to new roadmap on BPOJeff Forcier
2021-09-24Merge branch '2.7' into masterJeff Forcier
2021-09-24Merge branch '2.6' into 2.7Jeff Forcier
2021-09-24Merge branch '2.5' into 2.6Jeff Forcier
2021-09-24Tweak changelog re: correct credit for bugfixJeff Forcier
2021-07-23Merge branch '2.7' into masterJeff Forcier
2021-07-23Merge branch '2.6' into 2.7Jeff Forcier
2021-07-23Merge branch '2.5' into 2.6Jeff Forcier
2021-07-23noqa long lineJeff Forcier
2021-07-23Merge branch '2.7' into masterJeff Forcier
2021-07-23Merge branch '2.6' into 2.7Jeff Forcier
2021-07-23Merge branch '2.5' into 2.6Jeff Forcier
2021-07-23Changelog closes #1882, closes #1883Jeff Forcier
2021-07-23Add some tests for server-mode Diffie-Hellman key exchange.Benno Rice
Tests existed for diffie-hellman-group1-sha1 in both client and server modes but tests for diffie-hellman-group14-sha256 and diffie-hellman-group16-sha512 were missing in server mode.
2021-07-23Don't force all algorithms to use sha1 if they don't want to.Benno Rice
Fixes #1882
2021-06-06BlackenJeff Forcier
2021-06-06Changelog and docstring tweaks re #1846Jeff Forcier
2021-06-06Merge branch 'master' into 1846-intJeff Forcier
2021-05-27Contact methods updateJeff Forcier
Relevant: http://bitprophet.org/blog/2021/05/27/goodbye-freenode/
2021-04-30Fixup readability: Add Test for get() without using prefetchTim Stolarski
2021-04-28Add Test fpr get() without using prefetchTim Stolarski
2021-04-26Make prefetching optional in get() and getfo()h3ll0r
In some cases prefetching can lead to problems when downloading larger files. The connection to the SFTP server is disconnected due to the query behavior. Proprietary implementations in particular tend to behave that way. Switching off prefetching is a slow but resilient solution to this problem.
2021-02-12Git is still hard I guessJeff Forcier