Donald Stufft

Results 53 issues of Donald Stufft

Hello, Figured i'd mention this here. I'm partially colorblind and the steps on http://djangolint.com/ are nearly impossible for me to read. Specifically http://cld.e.vilgeni.us/083h1n101W3x0W0J082N but the example url under the box...

- [ ] `.pypirc` - link to the comprehensive documentation at https://docs.python.org/3/distutils/packageindex.html#pypirc and say, for instance, your `.pypirc` file needs a `[pypi]` section, and per #118, the documentation should discuss...

bug
documentation

Update on Oct 7 2022: Once `setup.py install` and `setup.py develop` code paths are killed, there is no reason for pip to use the legacy setup.py-based builds by default, other...

type: enhancement
UX
C: build logic

Currently, people are regularly running into problems over confusion about which particular Python a particular invocation of pip is going to manage. There are many cases where what Python a...

kind: backwards incompatible
type: maintenance
C: cli

It would be easier to verify that I haven't modified the bundled libsodium if it was a tarball instead of it being unpacked.

Unless I'm missing it there's no dictlike interface to headers in treq either. At best it appears there is a twisted Headers class which requires me to do something like...

enhancement

When using treq i've noticed that often times it is unable to get the length of the response. Reproducible Using: ``` python import requests import treq def done(response): print(response.length) reactor.stop()...

It looks like the `aiopg.sa` module relies on reimplementing some of the lower level parts of SQLAlchemy and providing alternatives which use a similar API. I wonder if this could...

Adds a member value ``cliArgumentName`` that can be used to override what the automatically generated name on the CLI is. This includes validation that the property is of the right...

automation-exempt
needs-review