summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* close 0.7.X branch0.7.XCarl Meyer2010-09-070-0/+0
* add support for global distutils optionsRonny Pfannschmidt2010-05-303-7/+35
* Added tag 0.7.2 for changeset d0ff803f606cIan Bicking2010-05-270-0/+0
* update versions for release0.7.2Ian Bicking2010-05-272-1/+7
* backport zip_safe=FalseCarl Meyer2010-05-271-17/+4
* put current pip on sys.path for tests; fixes #98; thanks Dave AbrahamsCarl Meyer2010-04-262-2/+5
* doc uploading updatesIan Bicking2010-04-222-3/+6
* title changesIan Bicking2010-04-222-5/+9
* note ScriptTest version requirement in newsIan Bicking2010-04-221-0/+2
* Added tag 0.7.1 for changeset be6a59b56a67Ian Bicking2010-04-220-0/+0
* update version for release0.7.1Ian Bicking2010-04-223-6/+3
* add news for temp file fixesIan Bicking2010-04-221-0/+3
* Get rid of a couple temporary directories that were being left aroundIan Bicking2010-04-221-44/+48
* formattingIan Bicking2010-04-221-8/+7
* Automated merge with http://bitbucket.org/aconrad/pip/Ian Bicking2010-04-224-8/+32
|\
| * update tests to check temp filesIan Bicking2010-04-221-3/+3
| * Automated merge with ssh://hg@bitbucket.org/ianb/pipIan Bicking2010-04-204-3/+27
| |\
| | * update test runner to work with ScriptTest 1.0.2 (no _find_exe)Carl Meyer2010-04-191-3/+2
| | * fix logfile with no dirname; fixes #90Carl Meyer2010-04-193-0/+18
| | * Automated merge with file:///home/simon/hg/pip-ianbSimon Cross2010-04-184-11/+22
| | |\
| | * | Add check that after creating scratch venv calling python runs the right python.Simon Cross2010-04-171-1/+8
| * | | new place to publish docs toIan Bicking2010-04-201-2/+3
| | |/ | |/|
* | | Resolve dirname given a log filename like 'foo.log'. Fixes #90.Alexandre Conrad2010-04-191-0/+1
* | | added tests for clean up operationsAlexandre Conrad2010-04-181-0/+72
* | | centralized clean up code in one placeAlexandre Conrad2010-04-175-38/+23
* | | mergeAlexandre Conrad2010-04-174-5/+38
|\ \ \ | |/ / |/| |
| * | Remove build directories after commands. Fixes #57Alexandre Conrad2010-04-164-5/+38
* | | Removed tag 0.8Ian Bicking2010-04-160-0/+0
* | | Added tag 0.7 for changeset 63fe6ef7d9cbIan Bicking2010-04-160-0/+0
* | | Added tag 0.8 for changeset 6a46f3ea7d6e0.7Ian Bicking2010-04-160-0/+0
* | | undo version update because release was wrongIan Bicking2010-04-162-6/+1
* | | Automated merge with ssh://hg@bitbucket.org/ianb/pipIan Bicking2010-04-162-4/+8
|\ \ \ | |/ / |/| |
| * | update versions for devIan Bicking2010-04-162-1/+6
| * | Added tag 0.7 for changeset b1871863cdd6Ian Bicking2010-04-160-0/+0
| * | update versions for releaseIan Bicking2010-04-162-6/+5
* | | news update for last commitCarl Meyer2010-04-161-0/+2
* | | ignore -f, -i, etc when uninstalling from reqs fileCarl Meyer2010-04-162-5/+15
| |/ |/|
* | removed unused importsHugo Lopes Tavares2010-04-151-2/+1
* | changed error to go to stderrHugo Lopes Tavares2010-04-151-2/+8
* | added test for completing snippets and added test to cover completion cmd aloneHugo Lopes Tavares2010-04-151-2/+47
* | removed unused codeHugo Lopes Tavares2010-04-151-5/+2
* | added tests for unknown shellHugo Lopes Tavares2010-04-151-2/+13
* | added tests for `completion` command (for bash and zsh)Hugo Lopes Tavares2010-04-151-0/+42
* | fixed installation problems and changed pypi index page to get package names ...Hugo Lopes Tavares2010-04-151-6/+15
|/
* Fix some pyflakes warnings. Thanks Simon Cross.Carl Meyer2010-04-154-9/+3
* merge from Simon CrossCarl Meyer2010-04-154-1/+99
|\
| * Raise an InstallationError while using --no-download if it looks like a sourc...Simon Cross2010-04-151-0/+7
| * Add test that checks for a sensible error message on encountering missing sou...Simon Cross2010-04-151-0/+10
| * Add FIXME to factor out common code from locate_files and install_files.Simon Cross2010-04-151-0/+2
| * Add search for source folders if not downloading files (--no-download tests s...Simon Cross2010-04-152-0/+30