bennr01

Results 6 issues of bennr01

Hello, this PR renames the `_grant_types` attribute of the `MetadataEndpoint` to `_grant_types_supported`. Initially introduced in https://github.com/oauthlib/oauthlib/pull/624/commits/6bd865b36dc64caaa8aab9788742c9d54ce81c4d, the `_grant_types` attribute (type `list`) collides with the `_grant_types ` attribute (type `dict`) of...

**Describe the bug** **Disclaimer:** I am not entirely sure if this is a bug in oauthlib or if I messed something up in my test cases, but my code analysis...

Bug
Contributor Friendly
OAuth2-Provider

I finally found time to complete the rewrite of `distributed.py`. This PR replaces the usage of the `multiprocessing.managers` module with the `socket` module. Here are some advantages of this change:...

**Description:** In 330018 and the previous beta, `View.close()` does not work in py2 when the view is presented using `.present("sidebar")`. The same code works when the view is presented with...

Hi everyone, as most of the long-term watchers of this repo and/or the forum have probably noticed, we are getting a lot of repeated issues regarding `pip`, especially the installation...

I haven't yet had the chance to test this out (need to get a working pythonista app again first), but these changes should add a guard to prevent py2 users...