pip completion results for install/uninstall were returning the entire list of installed packages in a given python install no matter the contents of the completion prefix. Now the results are filtered by a `startswith(prefix)`