Donald Stufft
Donald Stufft
## Basic requirements (all PEP Types) * [x] Read and followed [PEP 1](https://peps.python.org/1) & [PEP 12](https://peps.python.org/12) * [x] File created from the [latest PEP template](https://github.com/python/peps/blob/main/pep-0012/pep-NNNN.rst?plain=1) * [x] PEP has next...
Nothing is Tested, this needs fixed ASAP.
The documentation currently isn't the greatest in particular a better job could be done explaining behind the scenes what is going on to make it easier to understand. - I'm...
Our mirroring support currently assumes that the `journals.id` field is a monotonically increasing integer. However, the way that `SERIAL` is implemented in PostgreSQL, this isn't actually true. The fetching of...
Currently if I'm looking at a project on PyPI, it can be difficult to determine if it's "real" or not. I can look and see the user names that are...
Something I've been thinking lately is the developer experience of working on PyPI (not just Warehouse, but Warehouse and all the related services and libraries). # Background / Current State...
This PR removes (mostly) the hardcoded check for the upload permission, and instead moves it into a "Permission" caveat, the semantics of which is that the permission that is being...
This is still a work in progress, none of the tests are working/updated and there's still pending work to be done (see everything with a `FIXME` comment), opening this now...
Provides a mechanism to tag whether a *route* is an "API" route or not. The effects of tagging a route as an API route is that session basic authentication will...
@miketheman noticed that the file upload view was executing a query for every single existing version that the uploading project has ever released. For projects that have been around awhile,...