1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
The Python package installer https://pip.pypa.io/
Go to file
Armin Ronacher 792a2775de Make install --editable work for multiple matches of .egg-info
directories.

In case it finds more than one, it will pick the toplevel one.  This fixes
problems caused when for example someone extracts a tarball in a dist
folder for testing purposes.
2010-07-26 02:15:53 +02:00
docs doc updates; consolidate easy_install comparison, remove note about not working on Windows 2010-07-15 13:41:13 -04:00
pip Make install --editable work for multiple matches of .egg-info 2010-07-26 02:15:53 +02:00
scripts set nonzero exit code on failure (fixes #33) 2009-12-04 13:43:31 -05:00
tests removed get_env duplication; removed _find_package_path and download_and_extract_bz2_file_to_here functions, because they were not being used; 2010-07-23 20:46:25 -03:00
.hgignore added mock to .hgignore 2010-07-19 08:52:31 -03:00
.hgsigs Added signature for changeset 624327302f10 2009-04-20 19:17:05 +02:00
MANIFEST.in factor out get_installed_distributions utility function and add pip uninstall autocomplete; fixes #76 2010-03-09 14:39:48 -05:00
regen-docs doc uploading updates 2010-04-22 03:12:33 -05:00
setup.cfg bugfix: closed ticket #132 - Bazaar backend does not show bzr+file:// in freeze command 2010-06-09 00:34:44 -03:00
setup.py removed webob, wsgiproxy and wsgi_intercept as dependencies - now the tests use our own cache 2010-07-06 22:56:47 -03:00