warehouse icon indicating copy to clipboard operation
warehouse copied to clipboard

The Python Package Index

Results 375 warehouse issues
Sort by recently updated
recently updated
newest added

In the event that the MX domain returned is not on the list, but the IP address of the MX server is the same as another one on our list,...

This adds `in_deletion_window` to the File, Release, and Project models. The three models currently compose in deletion semantics as follows: 1. A file is deletable iff it was uploaded within...

Documentation for our APIs and datasets currently lives in our developer-facing docs: https://warehouse.pypa.io/api-reference/index.html However, these are really end-user docs, and should live at https://docs.pypi.org/ instead.

documentation

This PR adds data about maintainers and their project role to the legacy json api. Fixes #9978.

PyPI has a long history of domains, and is now only hosted at https://pypi.org All other domain names should effectively be redirected, increasing overall latency, traffic handling, and incurs a...

CDN/network
meta

Handle broker_url parameters that celery only accepts as broker_transport_options. Incomplete, only handles `socket_timeout` as added by our `bin/redis-tls` wrapper.

We use mypy to help prevent some runtime errors for passing the wrong types of objects around. In a recent attempt to replace integer math with a timedelta duration, the...

testing
developer experience

**What's the problem this feature will solve?** Help identify trustworthy package uploaders. Currently, the package metadata API https://pypi.org/project/{package_name}/json returns the repository maintainers, but not the package maintainers. Accessing package uploader/maintainer...

help needed
feature request

**What's the problem this feature will solve?** After playing around with the new verified sections through trusted publishing, I noticed that GitLab pages will not be marked as verified. According...

feature request

The possibility to register a deleted package is bad for software supply chain security, see Revival Hijack – PyPI hijack technique exploited in the wild, puts 22K packages at risk...

requires triaging
bug :bug: