Paul Moore

Results 701 comments of Paul Moore

This definitely should *not* be the default. Entry point wrappers are built with absolute paths to the interpreter so that the *wrapper* can be copied or symlinked to other locations,...

I'm confused as to what's happening here. I could test, but I have limited time right now so if someone can explain, I'd be grateful. If I `uv pip install`...

Better named `--uploaded-before`?

Hang on, does this only look at files uploaded *before* or *after* the provided date? My understanding of #6257 was that if you provided 1st January as the date, pip...

Beyond "we didn't think of it"? Probably not... Ah, it's what `uv` uses, that makes sense.

I think the question of whether we should try to maintain option equivalence with `uv` is a bigger one, but one we should consider. I remain uncomfortable with the way...

The difficulty with the `call_subprocess` case(s) is that we don't actually have any way of knowing the correct encoding. It's usually UTF-8, especially on Unix, but it may not be....

I see no issues with the UI proposal, but I'd want parallel installs to be a separate feature. I can imagine pathological cases where things could break when installing in...

With pip 25.0.1 ``` ❯❯ pip list Package Version ------- ------- pip 25.0.1 ❯❯ hyperfine -p "python -m pip uninstall -y numpy" "python -m pip install numpy" Benchmark 1: python...

If the data is available on PyPI, then a small front-end that wraps PyPI in a service that only returns packages that were available on a particular date should be...