summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix test.feature/install-targetCarl Meyer2012-02-031-2/+1
* Remove test error.Stavros Korokithakis2012-02-031-1/+0
* Add test for --target option.Stavros Korokithakis2012-02-031-0/+13
* Remove temporary directory, reduce option parameters.Stavros Korokithakis2012-02-031-1/+2
* Add target directory option.Stavros Korokithakis2012-02-031-1/+21
* Update changelog.Carl Meyer2012-02-021-0/+3
* Merge branch 'subversion-auth' into developCarl Meyer2012-02-022-3/+54
|\
| * support Python 3Qiangning Hong2012-02-021-2/+2
| * support Python 2.4Qiangning Hong2012-02-021-4/+19
| * let subversion export support auth and revisionQiangning Hong2012-01-312-12/+29
| * make subversion understand http://username:password@svn.example.com/ urlQiangning Hong2012-01-312-0/+19
* | Updated changelog.Carl Meyer2012-02-011-0/+3
* | Merge branch 'deep-download' into developCarl Meyer2012-02-014-13/+35
|\ \
| * | Import any from pip.backwardcompat, for 2.4 support.Carl Meyer2012-02-011-0/+2
| * | clean up temporary source codeQiangning Hong2012-02-013-3/+8
| * | download dependencies. (breaks existing test cases)Qiangning Hong2012-01-313-12/+27
* | | Update AUTHORS and changelog.Carl Meyer2012-02-012-0/+4
* | | Merge pull request #445 from akaihola/developCarl Meyer2012-02-011-4/+4
|\ \ \ | |_|/ |/| |
| * | Show the subdirectory where a VCS operation failed (helps in debugging issue ...Antti Kaihola2012-02-011-4/+4
|/ /
* | Merge pull request #441 from pnasrat/pep8Paul Nasrat2012-01-2912-6/+20
|\ \ | |/ |/|
| * Fix pep8 CI build.Paul Nasrat2012-01-3012-6/+20
|/
* Added link to canonical Python docs for user installation scheme; updated AUT...Carl Meyer2012-01-222-1/+4
* Merge pull request #433 from qwcode/developCarl Meyer2012-01-221-0/+19
|\
| * update to use pip's --user option; link to python.org docs for site.USER_BASE...Marcus Smith2012-01-161-11/+7
| * raise awareness of 'user scheme' and 'PYTHONUSERBASE'Marcus Smith2012-01-151-0/+23
* | Fixed tests on Python 3.Carl Meyer2012-01-201-0/+2
* | Minor name nitpicking and a fix for subcommands.Jannis Leidel2012-01-208-33/+48
* | Merge branch 'scripting' of https://github.com/pvanderlinden/pip into pvander...Jannis Leidel2012-01-206-6/+33
|\ \
| * | path exists actionPaul van der Linden2011-10-046-6/+30
| * | fix no-inputPaul van der Linden2011-10-041-0/+3
* | | Updated AUTHORS and changelog.Carl Meyer2012-01-182-0/+6
* | | Cleaned up test venv creation and a setuptools-dependent test.Carl Meyer2012-01-182-19/+11
* | | Be a bit more tolerant in the svn freeze test so it can work with Subversion ...Carl Meyer2012-01-181-2/+2
* | | use `svn info --xml` to get revisionQiangning Hong2012-01-191-32/+29
| |/ |/|
* | Merge pull request #432 from pjdelport/patch-1Carl Meyer2012-01-131-2/+2
|\ \
| * | (fix transposed issue numbers)Piet Delport2012-01-131-2/+2
|/ /
* | Merge pull request #431 from alex/patch-1Carl Meyer2012-01-111-1/+1
|\ \
| * | Update to reflect the forward passage of time.Alex Gaynor2012-01-111-1/+1
|/ /
* | Add note about not supporting subrepos.Carl Meyer2012-01-041-0/+8
* | Tweak extras documentation, add Paul Oswald to AUTHORS file.Carl Meyer2012-01-033-12/+11
* | Merge pull request #424 from poswald/patch-1Carl Meyer2012-01-031-2/+13
|\ \
| * | Adding documentation about the `extras_require` option for selecting addition...Paul Oswald2012-01-041-2/+13
|/ /
* | Merge pull request #423 from rbbratta/developJannis Leidel2012-01-021-1/+1
|\ \
| * | pip/download.py: use proxy for httpsRoss Brattain2012-01-021-1/+1
|/ /
* | Add issue #22 fix to docs/news.txtHugo Lopes Tavares2011-12-291-0/+2
* | Fix issue #22 - pip search should set and return a userful shell status codeHugo Lopes Tavares2011-12-296-23/+137
|\ \
| * | Change imports to right placeHugo Lopes Tavares2011-12-041-3/+2
| * | Merge branch develop from pypa/pip into hugobr/issue-22-search-should-set-use...Hugo Lopes Tavares2011-12-0424-451/+660
| |\ \
| * | | Move status codes to a module and import from thereHugo Lopes Tavares2011-12-043-8/+8
| * | | Changed magic status code numbers to named onesHugo Lopes Tavares2011-08-021-8/+9