1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

13 commits

Author SHA1 Message Date
Carl Meyer ca9acb2626 make completion allow global options before subcommand 2010-03-09 16:30:04 -05:00
Carl Meyer 107835ec99 factor out get_installed_distributions utility function and add pip uninstall autocomplete; fixes #76 2010-03-09 14:39:48 -05:00
Ian Bicking 8ed9acae60 Factor out the requirement handling into pip.req, and most of the remaining utility functions into pip.util 2009-11-20 18:26:59 -06:00
Ian Bicking b0df48ad31 Factor out the PackageIndex code; move more stuff to pip.util 2009-11-20 17:39:44 -06:00
Ian Bicking dc6b8393eb Extracted the vcs support into a package/modules. Moved some routines from __init__ into pip.util 2009-11-20 15:03:40 -06:00
Ian Bicking 3e0f8fb780 Move all things pyflakes complains about into backwardcompat; extract the rmtree onerror logic into a separate function 2009-11-20 13:04:33 -06:00
Ian Bicking 3d32c196b5 Extract commands into their own modules; fix a few imports and dead functions that pyflakes found 2009-11-20 12:20:52 -06:00
Ian Bicking 47d9c03c06 Extracted the Command class (and helpers); fix -E now that pip is a package; extracted some virtualenv stuff; extracted exceptions; tweak tests 2009-11-20 02:47:28 -06:00
Ian Bicking 5c0d44fe5f Factor out the base option parser, and the file locations 2009-11-20 01:25:32 -06:00
Ian Bicking 493407a758 factor out any() 2009-11-20 01:10:46 -06:00
Ian Bicking 98358cde0c remove debugging code that was accidentally put in 2009-11-20 01:08:20 -06:00
Ian Bicking 01f80a25f3 Move log into another file 2009-11-20 01:06:11 -06:00
Ian Bicking ef63f2f48f Move pip into a package 2009-11-19 22:56:45 -06:00
Renamed from pip.py (Browse further)