summaryrefslogtreecommitdiff
path: root/packaging/language/pip.py
Commit message (Expand)AuthorAgeFilesLines
* Refreshed metadata for core modulesToshio Kuratomi2016-12-061-0/+4
* Unquote urls in YAML - packaging (#5793)Fabio Alessandro Locati2016-12-021-4/+4
* Change example syntax on pip moduleSam Doran2016-11-151-14/+41
* Need to locate a pip inside a venv when venv is specifiedToshio Kuratomi2016-11-011-22/+36
* On Ubuntu16, virtualenv always tries to use python2 even when python2 is not ...Toshio Kuratomi2016-10-201-1/+9
* Make pip module use pip3 on python 3Michael Scherer2016-10-171-2/+12
* Fix pip freeze workaround with virtualenv (#4951)Toshio Kuratomi2016-09-201-31/+47
* pip list isn't available on pip less than 1.3 so make a fallback (#4947)Toshio Kuratomi2016-09-201-2/+27
* Fix parsing of pip outputToshio Kuratomi2016-09-201-16/+19
* Pip: use 'pip list' when available for package list (#4644)Rob Cutmore2016-09-201-16/+38
* We've decided that pythn 3.5 is the minimum python3 version (#4572)Toshio Kuratomi2016-08-311-1/+1
* pip: Fix uninitialized variable during check_mode (#4379)Evan2016-08-101-0/+1
* name was the issue, not pkgBrian Coca2016-07-051-3/+3
* protect another portion against None nameBrian Coca2016-07-051-5/+6
* another fix for None in nameBrian Coca2016-07-051-4/+5
* avoid traceback when name is NoneBrian Coca2016-07-051-2/+3
* allow pip to take a list of names (#4056)Brian Coca2016-07-021-21/+31
* Make explicit that virtualenv is created if needed for pip module. (#3731)james-prior2016-05-241-2/+8
* typo in pip moduleRaphaƫl Dubigny2016-03-171-1/+1
* pip module should call exit_json for absent as well (indentation error)Matt Martz2016-03-071-3/+3
* Merge pull request #3074 from stefano-m/develBrian Coca2016-03-031-2/+4
|\
| * 'executable' and 'virtualenv' mutually exclusiveStefano Mazzucco2016-02-191-2/+4
* | Add umask option to pip moduleJoel Thompson2016-01-131-107/+143
|/
* made note about choice availability in ansible verBrian Coca2016-01-111-0/+1
* Merge pull request #2600 from cinerama70/pip-force-reinstallBrian Coca2016-01-111-2/+6
|\
| * Add support for pip force-reinstallstephane2015-12-011-2/+6
* | Add more precise documentation on the requirements parameterMichael Scherer2015-12-221-1/+2
* | Detect unchanged pip runs when using a vcs url in nameDaniele Varrazzo2015-11-031-14/+12
* | Use 'pip freeze' output to detect changes with requirement specifiedDaniele Varrazzo2015-11-031-1/+11
|/
* re-implements #226Felix Engelmann2015-11-031-9/+20
* added comment explaining chdir defaultsBrian Coca2015-10-071-0/+1
* default chdir to tmpdir to avoid virtualenv issuesBrian Coca2015-10-071-0/+3
* make chdir a path so it resolves shell aliasesBrian Coca2015-10-071-10/+5
* Checking pip uninstall output in both stdout and stderrYuhui Huang2015-07-211-2/+3
* added versionadded to new option in pip moduleBrian Coca2015-07-201-1/+1
* Merge pull request #629 from wbolster/issue-586-virtualenv-python-versionBrian Coca2015-07-201-14/+28
|\
| * Add a virtualenv_python argument to the pip moduleWouter Bolsterlee2015-01-281-8/+21
| * A few coding style cleanupsWouter Bolsterlee2015-01-281-5/+6
| * Fix typo in `version_added` field.Wouter Bolsterlee2015-01-281-1/+1
* | Merge pull request #413 from JimPatterson/412_pip_check_venvBrian Coca2015-06-291-1/+1
|\ \
| * | Correct check mode for pip in virtualenv.Jim Patterson2014-11-301-1/+1
* | | Proper author info for all remaining modulesGreg DeKoenigsberg2015-06-151-1/+1
* | | Added os.path.expanduser when searching for pip executable.Florian Apolloner2015-03-291-0/+1
* | | Added pip example installing from local tarballgiovtorres2015-02-101-0/+3
| |/ |/|
* | Don't fial if virtualenv is not installed and we do not need to initialize th...Toshio Kuratomi2015-01-221-7/+9
|/
* Some more module categorization.Michael DeHaan2014-11-041-0/+356