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

Attestations are not currently supported with ActiveState publishers. Sub-issue of #17001.

feature request

**Describe the bug** I get a CSRF error when logging into https://pypi.org/ when I log in after using "Remember this device for 30 days" for the 2FA authentication with a...

bug :bug:

Fixes: https://github.com/pypi/warehouse/issues/16460 For proper error in password field while reauthenticating, I made some changes in reauthenticate function, adding a renderer and returning HTTP status code 303 only in case if...

- IPython has recently been moved to Jupyter Org. - It now requires 2FA to publish. - I tried publishing with username password, got refused as I need token. Make...

bug :bug:
organizations

**What's the problem this feature will solve?** When you create an API token, you get the following instructions: > ### Using this token > > To use this API token:...

documentation
feature request
tokens

**What's the problem this feature will solve?** I could not find a link to the Warehouse or PyPI user documentation anywhere. There is an FAQ, but it did not answer...

HTML
documentation
feature request

**What's the problem this feature will solve?** While upgrading the `build` package to 1.2.2.post1, I've stumbled upon a deprecation notice on Trove license classifiers in pyproject.toml, however there is no...

good first issue
documentation

**What's the problem this feature will solve?** Right now if you want to delete a yanked release, you first have to un-yank that release to be able to delete it....

UX/UI
feature request

Fixes: https://github.com/pypi/warehouse/issues/17925 In this PR, I have added 2 columns -> normalized_email and domain (both of which are derived from email itself) So, made 2 helper functions to get the...