summaryrefslogtreecommitdiff
path: root/pip
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #683 from qwcode/link_sortMarcus Smith2012-09-282-16/+36
|\
| * fix finder version sorting with Inf objectMarcus Smith2012-09-251-12/+15
| * Inf py3x compatibility and testsMarcus Smith2012-09-231-4/+21
* | Log URL that we're downloading from at info level (-v) rather than debugMarc Abramowitz2012-09-281-1/+1
|/
* Add dependencies information to 'show' command.Carl Meyer2012-09-211-5/+6
* don't add local dirs that are not findlinks to url listMarcus Smith2012-09-161-1/+1
* file:// urls could have hash fragmentsMarcus Smith2012-09-161-1/+2
* index file:// urls that are dirs should not have listdir run against themMarcus Smith2012-09-161-16/+21
* Rename 'status' command 'show'.Carl Meyer2012-09-121-5/+5
* Make optional the full file listing.Rafael Caricio2012-09-111-8/+15
* Enable listing all the installed files.Rafael Caricio2012-09-111-4/+1
* Merge pull request #671 from pfmoore/developCarl Meyer2012-09-101-0/+15
|\
| * Code changes for fix to issue 670Paul Moore2012-09-101-0/+15
* | _get_md5_from_file -> _get_hash_from_fileAndrey Bulgakov2012-09-101-1/+1
* | fixed typo: md5_hash -> hashandreiko2012-09-101-1/+1
* | check if file was already downloadedAndrey Bulgakov2012-09-101-2/+15
* | Merge pull request #659 from lanxenet/patch-1Carl Meyer2012-09-101-1/+1
|\ \
| * | 修复配置PATHEXT最后一个字符如果是分号的情况。enoch2012-09-051-1/+1
* | | Allow --no-index and --find-links relative path in reqs file.Carl Meyer2012-09-102-12/+19
| |/ |/|
* | Support local file paths in --find-links argumentsPaul Moore2012-09-091-1/+5
* | Minor cleanup.Carl Meyer2012-09-081-1/+1
* | Little refactory.Rafael Caricio2012-09-071-3/+3
* | Only print some files.Rafael Caricio2012-09-071-3/+8
* | Refactory and support to package name in any case.Rafael Caricio2012-09-071-18/+35
* | Remove blank spaces in the end of the line.Rafael Caricio2012-09-071-1/+1
* | Added the patch code sent by @vbabiy.Rafael Caricio2012-09-071-0/+51
* | Bump develop branch to a post-release version.Carl Meyer2012-09-071-1/+1
* | Bumped up the version a notch and updated changelog.Jannis Leidel2012-09-061-2/+2
* | Fixing import error for tempfileGarry Polley2012-09-051-0/+1
|/
* just log warning and return when no paths, don't raiseMarcus Smith2012-09-031-2/+3
* Simplified get_prog to not trigger any exception.Jannis Leidel2012-09-011-5/+5
* Safeguard against sys.argv not existing.Jannis Leidel2012-09-011-1/+4
* Trying to fix a werid test failure.Jannis Leidel2012-09-011-1/+1
* 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-016-16/+30
* Moved __main__.py to correct location.Jannis Leidel2012-09-011-0/+7
* Added a pip.__version__ variable that is used in the setup.py and the docs' c...Jannis Leidel2012-09-011-3/+7
* Merge branch 'develop' of github.com:pypa/pip into developJannis Leidel2012-09-011-11/+2
|\
| * Merge pull request #436 from kennethreitz/feature/eqdevJannis Leidel2012-09-011-10/+1
| |\
| | * Only warn for mis-versioned packages.Kenneth Reitz2012-01-191-11/+2
| * | Merge pull request #600 from mjtamlyn/patch-1Jannis Leidel2012-09-011-1/+1
| |\ \
| | * | Minor tweak to handle not passing options to parse_requirements. Marc Tamlyn2012-07-131-1/+1
* | | | build/ IS a good name.Jannis Leidel2012-09-011-3/+3
|/ / /
* | | Merge pull request #646 from qwcode/issue_638Jannis Leidel2012-08-273-10/+11
|\ \ \
| * | | handle __pycache__ file removalMarcus Smith2012-08-183-10/+11
* | | | Fix typos in documentationPhil Freo2012-08-181-3/+3
|/ / /
* | | Fix issue #632 - IOError in zip command with --path optionMiCHiLU2012-08-131-1/+1
* | | workaround for pip issue #626Marcus Smith2012-08-042-1/+11
* | | pypy home scheme fixMarcus Smith2012-08-042-1/+11
* | | Merge pull request #612 from qwcode/issue_420Paul Nasrat2012-07-291-2/+4
|\ \ \