summaryrefslogtreecommitdiff
path: root/pip/baseparser.py
Commit message (Expand)AuthorAgeFilesLines
* Special case os.devnull for PIP_CONFIG_FILE to mean 'no config file'Paul Moore2014-02-071-1/+4
* Switch to importing the vendored pkg_resourcesDonald Stufft2014-01-071-1/+2
* have --version report the version of pip that's running, not installedMarcus Smith2013-09-171-9/+0
* define options once, but don't globally instantiateMarcus Smith2013-09-161-120/+1
* 1) have `create_main_parser` construct the parser description.Marcus Smith2013-09-151-23/+0
* When action is 'append', let's check value by value.Marcus Smith2013-09-151-10/+13
* fix a typoYu Jian2013-09-051-1/+1
* remove python 2.5 logicMarcus Smith2013-04-171-9/+1
* from --allow-no-ssl to --insecureMarcus Smith2013-02-171-2/+2
* from --cert-path to --certMarcus Smith2013-02-171-2/+2
* merge with developMarcus Smith2013-02-161-8/+14
|\
| * cli help formatting fixesMarcus Smith2013-02-161-3/+9
| * Fixed a whole bunch of cosmetic problems, mostly to adhere to PEP8.Jannis Leidel2013-02-161-5/+5
* | merge with developMarcus Smith2013-02-151-1/+1
|\ \ | |/
| * Corrected a few typosJonas Nockert2013-02-141-1/+1
* | only show --allow-no-ssl when no sslMarcus Smith2013-02-101-8/+9
* | use the more common phrase 'CA bundle'Marcus Smith2013-02-101-1/+1
* | shorter metavar for --cert-pathMarcus Smith2013-02-081-0/+1
* | --cert-path and --no-ssl optionsMarcus Smith2013-02-061-0/+15
|/
* improved docs and cli helpMarcus Smith2013-01-181-23/+28
* fix command completionGeorgi Valkov2012-12-141-0/+9
* move command options before general optionsGeorgi Valkov2012-12-121-2/+13
* fix '-h,--help' option for commandsGeorgi Valkov2012-12-111-1/+1
* s/makeopt/optparse.make_optionGeorgi Valkov2012-12-111-15/+14
* set indent_increment to 1Georgi Valkov2012-12-101-1/+1
* add baseparser options to the 'General Options' groupGeorgi Valkov2012-12-101-31/+49
* ensure that there is a newline between usage and optionsGeorgi Valkov2012-12-101-5/+3
* align command list with optionsGeorgi Valkov2012-12-071-2/+3
* replace global OptionParser and refactor main()Georgi Valkov2012-11-101-2/+0
* add create_main_parser() and the '-V --version' optionGeorgi Valkov2012-11-101-106/+121
* Use our own terminal size util.Jannis Leidel2012-09-011-26/+24
* Added a get_prog util to correctly show the name of the program when using py...Jannis Leidel2012-09-011-2/+9
* Fix typos in documentationPhil Freo2012-08-181-3/+3
* Style and consistency fixes as suggested by reviewersGeorgi Valkov2012-05-151-7/+11
* Use a prettier/less verbose help formatterGeorgi Valkov2012-03-021-1/+65
* Minor name nitpicking and a fix for subcommands.Jannis Leidel2012-01-201-7/+5
* Merge branch 'scripting' of https://github.com/pvanderlinden/pip into pvander...Jannis Leidel2012-01-201-0/+16
|\
| * path exists actionPaul van der Linden2011-10-041-0/+16
* | Removed unused imports and trailing whitespace.Carl Meyer2011-12-121-1/+1
* | Fix for subtle config override bugDavid Evans2011-12-071-5/+14
|/
* Removed broken and no-longer-useful -E and PIP_RESPECT_VIRTUALENV options.Carl Meyer2011-05-181-29/+0
* Port to Python3Vinay Sajip2011-03-151-6/+7
* Added option to disable prompting for input. Also added ability to interactiv...Jannis Leidel2010-08-311-0/+7
* merged changes related to PEP 8 from hltbra's forkHugo Lopes Tavares2010-06-021-0/+1
* Overwrite the local log file in ~/.pip/pip.log instead of appending to preven...Jannis Leidel2010-03-111-2/+2
* fix missing importIan Bicking2009-11-201-0/+1
* Factor out the base option parser, and the file locationsIan Bicking2009-11-201-0/+222