Pradyun Gedam

Results 176 issues of Pradyun Gedam

This would help ensure that the Error Index page stays up to date with the errors declared in the codebase. - Check that all errors are listed in there. -...

type: task

This would serve as a drop-in replacement for certain use cases, but I’m not sure if it’s even tractable. If it is, it might make sense to show how, at...

The idea is basically to provide something akin to https://doc.rust-lang.org/stable/nightly-rustc/rustc_errors/snippet/index.html, making it possible to provide clearer messages around code.

enhancement

## Type of changes - [ ] Bug fix - [x] New feature - [ ] Documentation / docstrings - [ ] Tests - [ ] Other ## Checklist -...

## Type of changes - [ ] Bug fix - [ ] New feature - [ ] Documentation / docstrings - [x] Tests - [ ] Other ## Checklist -...

We should in some form link to this page from the landing page on https://pypa.io/ and how it is related to PyPA. /cc @theacodes @ncoghlan since they likely have the...

The following should not raise an `InvalidVersion` exception, and should return `False` instead. ```pytb ❯ python -c 'from packaging.specifiers import SpecifierSet; print(SpecifierSet("===foobar", prereleases=True).contains("foobar"))' Traceback (most recent call last): File "",...

bug
packaging.specifiers

x-ref https://discuss.python.org/t/place-for-a-direct-url-json-parser/26266 Corresponding code in pip: https://github.com/pypa/pip/blob/23.1.2/src/pip/_internal/models/direct_url.py

enhancement

https://docs.python.org/3/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build Since Python 3.8, the ABI of debug and release builds of CPython have the same ABI. This implies that we shouldn't be generating the `d` tags for those builds,...

enhancement
packaging.tags

This would make it easier for users to spot when a function is added to the API (eg: I had to spend an extra bit of effort and find the...

good first issue
documentation