summaryrefslogtreecommitdiff
path: root/pip/commands
Commit message (Expand)AuthorAgeFilesLines
* Issue #482 search raises exception.Paul Nasrat2012-03-181-0/+2
* --target-dir implies --ignore-installed.Stavros Korokithakis2012-02-071-0/+1
* Fix shutil.move and test.Carl Meyer2012-02-031-1/+4
* Remove temporary directory, reduce option parameters.Stavros Korokithakis2012-02-031-1/+2
* Add target directory option.Stavros Korokithakis2012-02-031-1/+21
* clean up temporary source codeQiangning Hong2012-02-011-1/+1
* Fix issue #22 - pip search should set and return a userful shell status codeHugo Lopes Tavares2011-12-292-10/+12
|\
| * Merge branch develop from pypa/pip into hugobr/issue-22-search-should-set-use...Hugo Lopes Tavares2011-12-043-19/+37
| |\
| * | Move status codes to a module and import from thereHugo Lopes Tavares2011-12-041-3/+1
| * | Moved SUCCESS and ERROR to basecommand.py, and added a FIXME, explaining why ...Hugo Lopes Tavares2011-08-022-7/+4
| * | Changed HelpCommand to raise CommandError instead of InstalationError, when n...Hugo Lopes Tavares2011-08-021-4/+8
| * | Changed SearchCommand.run to return SUCCESS or NO_MATCHES_FOUND (0 and 23) fo...Hugo Lopes Tavares2011-08-021-2/+7
* | | Fixes #391: "pip freeze -r" ValueError if requirements file contains --find-l...Herbert Pfennig2011-12-031-1/+3
| |/ |/|
* | Handle option defaults better in bundle command; fixes failing test introduce...Carl Meyer2011-10-241-4/+9
* | Merge pull request #340 from iguananaut/fix-install-defaultsCarl Meyer2011-10-221-8/+4
|\ \
| * | Display correct defaults (incorporating defaults from pip.conf) for src_dir a...Erik Bray2011-08-221-8/+4
* | | Merge branch 'fix-issue-49' into developCarl Meyer2011-10-221-1/+8
|\ \ \
| * | | Fix --upgrade to leave already up-to-date packages alone. Add --force-reinst...Erik Bray2011-08-241-1/+8
| |/ /
* | | Allowing empty requirements.txt to be specified as valid dependency list by s...Craig Kerstiens2011-09-131-6/+9
|/ /
* | Merge remote branch 'pnasrat/260-py3k-comparison-issue' into developPaul Nasrat2011-08-141-0/+7
|\ \
| * | Work around failing test due to distutils.version issuePaul Nasrat2011-04-161-0/+7
* | | Fix pep8Paul Nasrat2011-08-041-0/+2
| |/ |/|
* | "search" command reports error via exceptionAlex Morega2011-07-201-2/+4
* | Fix whitespace, etc for pep8 compliancePaul Nasrat2011-05-042-1/+3
* | Use pypi query list to support multiple cli searches Issue #44Paul Nasrat2011-04-171-1/+1
|/
* Port to Python3Vinay Sajip2011-03-154-7/+6
* Completely use our rmtree instead of shutil.rmtree direct.Jannis Leidel2010-11-221-2/+2
* Also bail in the uninstall command, if no requirement is given.Jannis Leidel2010-08-312-5/+7
* Fixed issue #151 -- When running the install command, bail early if no requir...Jannis Leidel2010-08-311-2/+9
* nicer error for --user on pre-2.6 PythonsCarl Meyer2010-08-191-1/+6
* fix missing InstallationError importCarl Meyer2010-08-191-0/+1
* implement and test early error-out on setuptools for install --user --editableRonny Pfannschmidt2010-08-191-0/+9
* merge "--user alias" to mainRonny Pfannschmidt2010-08-191-2/+18
|\
| * Added support for mirrors as defined in PEP 381. This feature is disabled by ...Jannis Leidel2010-08-161-2/+18
* | add a --user alias for --install-opt=--userRonny Pfannschmidt2010-08-181-0/+8
|/
* using custom xmlrpclib.Transport (testability purposes)Hugo Lopes Tavares2010-07-021-1/+2
* merge installcommand/finder subclass hooksCarl Meyer2010-06-041-3/+11
|\
| * Hooks for ryppl. The following are now encapsulated in overridable methods:Dave Abrahams2010-05-271-3/+11
* | some adapts to pep8Hugo Lopes Tavares2010-06-031-2/+1
* | add support for global distutils optionsRonny Pfannschmidt2010-05-301-1/+10
* | merged changes related to PEP 8 from hltbra's forkHugo Lopes Tavares2010-06-029-5/+24
|/
* On Windows, .pth files must be saved in binary mode ('wb')Dave Abrahams2010-05-021-2/+2
* Use portable path manipulations for Windows portabilityDave Abrahams2010-04-241-3/+3
* centralized clean up code in one placeAlexandre Conrad2010-04-172-6/+7
* Remove build directories after commands. Fixes #57Alexandre Conrad2010-04-161-1/+2
* changed error to go to stderrHugo Lopes Tavares2010-04-151-2/+8
* removed unused codeHugo Lopes Tavares2010-04-151-5/+2
* Fix some pyflakes warnings. Thanks Simon Cross.Carl Meyer2010-04-151-3/+1
* Add search for source folders if not downloading files (--no-download tests s...Simon Cross2010-04-151-0/+2
* Add option to not download anything (and just use what was downloaded earlier.).Simon Cross2010-04-151-1/+8