Paul Moore

Results 69 issues of Paul Moore

Where a filename is being completed as an argument of a command, the initial './' is not necessary and can be distracting. An option to omit the ./ would be...

**What is the current situation/context?** PEPs 643 and 658 have been agreed but are not yet implemented in key projects. **What ought to be fixed, made, or implemented?** Implementing these...

bentomaker install creates packages in site-packages without the standard .egg-info (or the newer .dist-info) directories. This metadata needs to be present to allow interoperability with other tools such as pip.

Currently, if sinks want to colorize their output, then unless they can use a string with ANSI escape codes included directly, they have to do this entirely "by hand", building...

enhancement

Just as a point of information, the `--target` option to pip doesn't work with `--upgrade`, so `piploc -U` won't work as expected. Demonstration: ``` >py -m pip install -t xxx...

Is there any way to allow an app to have different install options? Specifically, I want to install busybox (from the main archive) but I *only* want the busybox executable,...

wontfix

Behaviour of keyboard input is corrupted on Windows if you alt-Tab out of the console window you are using and then back. To reproduce: * Start usql * Once the...

I have a plugin that searches Python PEPs. If I type PEP 8, the first search hit is PEP 801, with PEP 8 being the second result. Is there a...

When defining a custom command, it's often useful to have it start in a particular directory, rather than in the directory of the application executable. Could the configuration be enhanced...

kind/enhancement
area/packages
contrib-appreciated