Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-09 | Classify bug as major in case I don't cut a bugfix for 2.7 | Jeff Forcier | |
2021-10-09 | For some reason :rfc: blows up where :rfc-reference: does not | Jeff 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-09 | Massage upstream 'release.all' task too re: custom publish | Jeff Forcier | |
2021-10-08 | Less confusing name of overriding task please | Jeff Forcier | |
2021-10-08 | TODO | Jeff Forcier | |
2021-10-08 | Released orb version | Jeff Forcier | |
2021-10-08 | bye felicia^Wtravis | Jeff Forcier | |
2021-10-08 | Use new orb docs job | Jeff Forcier | |
2021-10-08 | Port tests-folder-in-sdist safety check from Travis | Jeff Forcier | |
This isn't as much of a thing in my other projects so not in the orb for now | |||
2021-10-08 | Try getting Kerberos working on Circle | Jeff 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-08 | Shift 'full' extras install to our self-install in dev-reqs | Jeff 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-08 | bump test/ci related sleep :( | Jeff Forcier | |
2021-10-08 | Moar orb debuggery | Jeff Forcier | |
2021-10-08 | Add some older crypto versions to new 2nd py3.6 test step | Jeff Forcier | |
(no coverage for this one tho) | |||
2021-10-08 | Expand an old slightly confusing comment | Jeff Forcier | |
2021-10-01 | Coverage tweaks | Jeff 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-01 | Codecov support | Jeff Forcier | |
2021-10-01 | Can now rely on black for 3.6+ CI | Jeff Forcier | |
2021-10-01 | Copy/paste/modify invocations' circleci config | Jeff Forcier | |
2021-10-01 | Add Py3.9 to classifiers | Jeff Forcier | |
2021-10-01 | Split out some setup.cfg sections | Jeff Forcier | |
2021-10-01 | setup.py URL updates | Jeff Forcier | |
2021-10-01 | Badges? We do need some stinkin' badges! | Jeff Forcier | |
2021-10-01 | README / www-index overhaul | Jeff 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-01 | Changelog re: administrivia overhaul | Jeff Forcier | |
2021-10-01 | Use README for long description like other projects | Jeff Forcier | |
2021-10-01 | Modern invoke/invocations | Jeff Forcier | |
Including nuking pointless old pins of wheel/twine, new invocations sets those for release task stuff itself | |||
2021-09-24 | Link to new roadmap on BPO | Jeff Forcier | |
2021-09-24 | Merge branch '2.7' into master | Jeff Forcier | |
2021-09-24 | Merge branch '2.6' into 2.7 | Jeff Forcier | |
2021-09-24 | Merge branch '2.5' into 2.6 | Jeff Forcier | |
2021-09-24 | Tweak changelog re: correct credit for bugfix | Jeff Forcier | |
2021-07-23 | Merge branch '2.7' into master | Jeff Forcier | |
2021-07-23 | Merge branch '2.6' into 2.7 | Jeff Forcier | |
2021-07-23 | Merge branch '2.5' into 2.6 | Jeff Forcier | |
2021-07-23 | noqa long line | Jeff Forcier | |
2021-07-23 | Merge branch '2.7' into master | Jeff Forcier | |
2021-07-23 | Merge branch '2.6' into 2.7 | Jeff Forcier | |
2021-07-23 | Merge branch '2.5' into 2.6 | Jeff Forcier | |
2021-07-23 | Changelog closes #1882, closes #1883 | Jeff Forcier | |
2021-07-23 | Add 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-23 | Don't force all algorithms to use sha1 if they don't want to. | Benno Rice | |
Fixes #1882 | |||
2021-06-06 | Blacken | Jeff Forcier | |
2021-06-06 | Changelog and docstring tweaks re #1846 | Jeff Forcier | |
2021-06-06 | Merge branch 'master' into 1846-int | Jeff Forcier | |
2021-05-27 | Contact methods update | Jeff Forcier | |
Relevant: http://bitprophet.org/blog/2021/05/27/goodbye-freenode/ | |||
2021-04-30 | Fixup readability: Add Test for get() without using prefetch | Tim Stolarski | |
2021-04-28 | Add Test fpr get() without using prefetch | Tim Stolarski | |
2021-04-26 | Make 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-12 | Git is still hard I guess | Jeff Forcier | |