- 01 Oct, 2012 1 commit
-
-
Jan-Piet Mens committed
-
- 29 Sep, 2012 2 commits
-
-
Marco Vito Moscaritolo committed
-
Marco Vito Moscaritolo committed
-
- 30 Aug, 2012 2 commits
-
-
Added required as optional argument to get_bin_path(). It defaults to false. Updated following modules to use required=True when calling get_bin_path(): apt_repository, easy_install, group, pip, supervisorctl, and user. Also removed _find_supervisorctl() from supervisorctl module and updated _is_running() to not need it.
Stephen Fromm committed -
* Migraed easy_install, pip, service, setup, and user. * Updated fail_json message in apt_repository * Fixed easy_install to not hardcode location of virtualenv in /usr/local/bin/. * Made handling of virtualenv more consistent between easy_install and pip.
Stephen Fromm committed
-
- 17 Aug, 2012 2 commits
-
-
Retrieve the pip path after creating a non-existent virtualenv. Prevents the problem of using the wrong pip if virtualenv doesn't exist yet.
Lorin Hochstein committed -
pip failure message sometimes (always?) go to standard out. Return both standard out and standard error when there's a failure.
Lorin Hochstein committed
-
- 11 Aug, 2012 1 commit
-
-
Add module common code to allow it to be easier to indicate whether arguments are mutually exclusive, required in conjunction, or whether one of a list of arguments is required. This simplifies writing Python modules.
Michael DeHaan committed
-
- 10 Aug, 2012 1 commit
-
-
Sébastien Bocahu committed
-
- 09 Aug, 2012 2 commits
-
-
The `val if something else something-else` syntax does not work prior to 2.5.
Sundar Raman committed -
The `val if something else something-else` syntax does not work prior to 2.5
Sundar Raman committed
-
- 08 Aug, 2012 1 commit
-
-
Matt Wright committed
-
- 07 Aug, 2012 1 commit
-
-
Matt Wright committed
-