ianb / pip (http://pip.openplans.org/)

Pip Installs Packages. For Python.

Clone this repository (size: 659.8 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/ianb/pip/

Shortlog (showing r470:eaef503377fb (tip) → r446:74b7ae822ec6)

Age Author Message A M D «
10 days jezdez jezdez Automated merge with ssh://hg@bitbucket.org/ianb/pip/ 1
10 days jezdez jezdez Further clarifications for the change of the default log file location 1
10 days carljm carljm news for some previous changesets 1
10 days jezdez jezdez Fixed a few things in the news I added yesterday 1
10 days jezdez jezdez Added news for the last couple of changesets. 1
10 days jezdez jezdez Expand the download cache dir path. 1
10 days jezdez jezdez Fixed small regression introduced in 3a470ce67a51. 1
10 days jezdez jezdez Fixed #41 - Handle ssh+svn URLs of editables correctly. 2
10 days jezdez jezdez Fixed #32 - Don't force a checkout after cloning a Git repository if the detecte… 1
10 days jezdez jezdez Fixed #43 - Make sure we can install from directories directly (e.g. pip… 1
10 days jezdez jezdez Overwrite the local log file in ~/.pip/pip.log instead of appending to prevent… 2
11 days jezdez jezdez Fixed #47 - Use ~/.pip/pip.log as the default location of log files. 3
11 days jezdez jezdez Be a little quieter when using an already activated virtualenv to be able to hav… 1
11 days jezdez jezdez Expand ~ in the logfile path. 1
11 days jezdez jezdez Fixed #66 - Don't create a working copy after cloning a Mercurial repo because… 1
11 days jezdez jezdez Automated merge with http://bitbucket.org/dholth/pip/
11 days dholth dholth Don't raise_on_returncode for git tag -l. Improved compatibiliy with older… 1
3 weeks dholth dholth use 'git tag -l' instead of 'git tag' to work with older versions of git. 1
12 days carljm carljm install headers in saner locations (still not sure what to do in virtualenv);… 2
12 days carljm carljm move logging setup earlier in main() to avoid raw prints; fixes #75 2
12 days carljm carljm make completion allow global options before subcommand 1
12 days carljm carljm factor out get_installed_distributions utility function and add pip uninstall… 5
12 days carljm carljm complete removal of doctest harness 1
13 days carljm carljm remove doctest harness 1
2 weeks pnasrat pnasrat Add initial basic tests for download option 1