Paul Moore

Results 1026 comments of Paul Moore

> For starters, I don't think anyone assumed pyproject would be as popular as it is now On the contrary, `pyproject.toml` was defined as the standard for project metadata, so...

I use powershell, but I've never used the completion scripts from pip. So I don't have any direct experience with this (and I'm not familiar with the powershell completion APIs)....

I created #13593 because this PR doesn't work for me as it registers completions for the wrong command, but that's a more general issue. I don't have time right now...

Technically, it's only PyPI that has deprecated the API needed for `pip search` to work. The command is still perfectly valid for use on other index servers that support the...

I'm willing to cover the January release if no-one else is, but like others, I have very little spare time right now. So if I do end up doing it,...

Following the link to #10978, where [this comment](https://github.com/pypa/pip/issues/10978#issuecomment-1215618884) links to a Discourse thread. That thread doesn't appear to have come to any conclusion, so I don't think it's reasonable for...

I'm happy if you can get the svn tests to work again, but I agree with @ichard26 that subversion and Bazaar might be reaching a point where the work involved...

TBH, I have no view. My knowledge of C is very out of date, so I wouldn't trust anything I might say anyway...

I agree, I really like the look of this. Unfortunately, I don't have the time myself to review it, so I'll have to limit myself to being +1 on the...

I do not see any real benefit in this - as you note, you can already do `python -m pip list --exclude argcomplete --exclude cffi`. Why do we need two...