summaryrefslogtreecommitdiff
path: root/pip
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1601 from Ivoz/editablesubdirMarcus Smith2014-03-101-5/+11
|\
| * Use subdirectory as cwd if specifiedMatthew Iversen2014-03-091-5/+11
* | Update docs to ref sorting order of list/freezeMatthew Iversen2014-03-092-2/+10
* | Freeze package listing in case insensitive orderMatthew Iversen2014-03-091-1/+1
|/
* Merge pull request #1413 from techtonik/patch-1Donald Stufft2014-03-071-2/+2
|\
| * util.py: quote failed command for readabilityanatoly techtonik2014-01-011-2/+2
* | Fix #1424 -- add support for SSL client certificateBruno ReniƩ2014-03-072-0/+14
* | Merge pull request #1444 from novel/retriesDonald Stufft2014-03-063-1/+18
|\ \
| * | Introduce 'retry' optionRoman Bogorodskiy2014-02-043-1/+18
* | | fixes #1615Daniele Procida2014-03-054-4/+4
* | | Merge pull request #1606 from qwcode/stdlib_pkg_filterMarcus Smith2014-03-044-15/+23
|\ \ \
| * | | pkg exclusions for pip list/freezeMarcus Smith2014-02-284-15/+23
* | | | Put a space around a comma for readability.Alex Gaynor2014-03-031-2/+2
* | | | Remove bootstrap function, simplify __main__Matthew Iversen2014-02-271-21/+5
|/ / /
* | | Remove dependency links support from pipDonald Stufft2014-02-2510-132/+5
* | | Turn on everything in flake8Donald Stufft2014-02-2410-34/+38
* | | Merge branch 'master' into developDonald Stufft2014-02-211-2/+3
|\ \ \
| * \ \ Merge branch '1.5.X'1.5.4Donald Stufft2014-02-212-3/+4
| |\ \ \
| | * | | Bump versionDonald Stufft2014-02-211-1/+1
| | * | | log deprecation for --build when value is different than defaultMarcus Smith2014-02-201-1/+3
| | * | | can't log deprecation for --build, since it's set alwaysMarcus Smith2014-02-201-1/+0
* | | | | Merge branch 'master' into developDonald Stufft2014-02-205-35/+276
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '1.5.X'1.5.3Donald Stufft2014-02-209-102/+504
| |\ \ \ \ | | |/ / /
| | * | | Bump version and mark release date in the changelogDonald Stufft2014-02-201-1/+1
| | * | | Upgrade six to 1.5.2Donald Stufft2014-02-202-30/+258
| | * | | Don't pass a unicode __file__ to setup.py on Python 2.xDonald Stufft2014-02-201-1/+5
| | * | | Ensure wheel-Version is compatible with pipMatthew Iversen2014-02-192-1/+55
| | * | | deprecate --build and --no-cleanMarcus Smith2014-02-161-2/+8
| | * | | cherry-pick fixesMarcus Smith2014-02-081-5/+6
| | * | | fixes for downloading wheels (Issue #1112)Marcus Smith2014-02-081-16/+27
| | * | | when file urls have hash fragments, check itMarcus Smith2014-02-081-8/+13
| | * | | 'pip wheel' should download wheels, when it finds themMarcus Smith2014-02-084-45/+135
| | * | | Special case os.devnull for PIP_CONFIG_FILE to mean 'no config file'Paul Moore2014-02-071-1/+4
| * | | | pip docs refactorMarcus Smith2014-02-111-3/+0
| |/ / /
* | | | Merge pull request #1569 from Ivoz/test-wheel-versionDonald Stufft2014-02-192-3/+57
|\ \ \ \
| * | | | Expand docstring for check_compatibilityMatthew Iversen2014-02-191-1/+8
| * | | | Fix test logic, tiny error / import cleanupMatthew Iversen2014-02-192-5/+3
| * | | | Remove commented lineMatthew Iversen2014-02-181-1/+0
| * | | | Use find_on_path, extract compatibility checkMatthew Iversen2014-02-182-25/+33
| * | | | Merge branch 'develop' of https://github.com/pypa/pip into test-wheel-versionMatthew Iversen2014-02-182-2/+8
| |\ \ \ \
| * | | | | Small cleanup, use email.parser.ParserMatthew Iversen2014-02-171-11/+8
| * | | | | Ensure wheel-Version is compatible with pipMatthew Iversen2014-02-152-0/+45
* | | | | | Added a comment explaining how __main__.py gets teh wheel namePaul Moore2014-02-191-0/+4
| |/ / / / |/| | | |
* | | | | Modify __main__.py to allow running from wheelPaul Moore2014-02-171-0/+8
* | | | | This is no longer in useDonald Stufft2014-02-161-2/+0
|/ / / /
* | | | Merge pull request #1556 from pypa/docs_refactorMarcus Smith2014-02-111-3/+0
|\ \ \ \
| * | | | pip docs refactorMarcus Smith2014-02-111-3/+0
| | |/ / | |/| |
* | | | rabble rabble rabbleMatthew Iversen2014-02-111-1/+2
* | | | Make main as simple as possible!Matthew Iversen2014-02-111-4/+4
* | | | Make main even simplerMatthew Iversen2014-02-071-14/+2