1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

1018 commits

Author SHA1 Message Date
Craig Kerstiens
b99427d94e Allowing empty requirements.txt to be specified as valid dependency list by stopping to raise an InstallationError if the requirements set is empty. Closes #345. 2011-09-13 16:25:20 +02:00
Paul Nasrat
2a5e21b41f Merge remote branch 'pnasrat/260-py3k-comparison-issue' into develop 2011-08-14 14:45:36 +01:00
Paul Nasrat
29f907236f Merge pull request #331 from pnasrat/pep8
Fix pep8
2011-08-04 08:10:34 -07:00
Paul Nasrat
09bba5b4aa Fix pep8 2011-08-04 16:09:38 +01:00
Jannis Leidel
459ca4c094 Merge pull request #322 from alex-morega/skip-setuptools-test
Skip setuptools test if we have distribute
2011-07-27 07:53:22 -07:00
Jannis Leidel
6f77168e4e Merge pull request #323 from alex-morega/command-error
Handle exceptions better and return a meaningful shell status code if needed.
2011-07-27 07:52:42 -07:00
Alex Morega
a58839e194 "search" command reports error via exception 2011-07-20 22:14:56 +03:00
Cristian Sorinel
d8b0ab4233 Test for "search" - missing arguments 2011-07-20 22:14:56 +03:00
Alex Morega
575d63450d Skip setuptools test if we have distribute 2011-07-20 21:05:08 +03:00
Jannis Leidel
bc45ecbb4a Merge branch 'hotfix/1.0.2' into develop 2011-07-16 16:49:43 +02:00
Jannis Leidel
de1ed16d55 Updated news again. 2011-07-16 16:49:25 +02:00
Jannis Leidel
c6870b6f96 Handle exception on Python 3 correctly. Fixed #314. 2011-07-16 16:48:13 +02:00
Jannis Leidel
4abc4c6a22 Strip = character from --editable lines in requirements files. Fixes #320. 2011-07-16 16:48:05 +02:00
Jannis Leidel
0137830f9f Merge branch 'hotfix/1.0.2' into develop
Conflicts:
	docs/news.txt
	tests/test_upgrade.py
2011-07-16 16:46:13 +02:00
Jannis Leidel
00ae70f19b Merge branch 'hotfix/1.0.2' 2011-07-16 16:45:01 +02:00
Jannis Leidel
4d7a6fe730 Bumped version to 1.0.2. 2011-07-16 16:37:40 +02:00
Jannis Leidel
5ffc066946 Updated news. 2011-07-16 16:37:33 +02:00
Carl Meyer
b9450c7704 Fix another instance of github raw link. 2011-07-16 16:28:13 +02:00
Carl Meyer
cae9f92c50 Fixed #302 -- Updated github raw links for get-pip.py. 2011-07-16 16:27:59 +02:00
Jannis Leidel
5250e1c945 Use absolute path to docs dir. Fixes issue #279. 2011-07-16 16:27:42 +02:00
Hugo Lopes Tavares
046c3df22c Fixed issue #283 and did some refactorings on git vcs backend 2011-07-16 16:27:35 +02:00
Paul Nasrat
a97abb165c Fix for #295 install -I when package installed
Add simple test and fix to ensure install() runs with -I.

Tests run clean on 2.4, 2.7, 3.2
2011-07-16 16:27:10 +02:00
Carl Meyer
aca0ec6801 Added link to virtualenv. 2011-07-16 16:26:07 +02:00
Carl Meyer
b0d2fc1d86 Fixed setup.py long-description to account for sphinx index.html changes. 2011-07-16 16:25:45 +02:00
Patrick Dubroy
3227bca5bb Clean up doc to (hopefully) make it easier to understand 2011-07-16 16:25:33 +02:00
Jannis Leidel
4cac29036f Handle exception on Python 3 correctly. Fixed #314. 2011-07-16 16:17:24 +02:00
Jannis Leidel
f29445b045 Strip = character from --editable lines in requirements files. Fixes #320. 2011-07-16 16:15:41 +02:00
Carl Meyer
49dcd263d9 Fix another instance of github raw link. 2011-06-14 13:37:44 -05:00
Paul Nasrat
2b7489fbb4 Merge pull request #303 from pnasrat/pep8
Fix whitespace for pep8 compat
2011-06-08 14:50:00 -07:00
Paul Nasrat
ea1d4c1af9 Fix whitespace for pep8 compat 2011-06-08 22:48:38 +01:00
Carl Meyer
d20b894ab2 Fixed #302 -- Updated github raw links for get-pip.py. 2011-06-07 09:26:25 -05:00
Carl Meyer
490fa217f0 Merge pull request #299 from pnasrat/297-handle-content-encoding
Fix #297 adding deflate and gzip handling
2011-06-04 20:07:48 -07:00
Carl Meyer
5f72b75939 Merge pull request #296 from pnasrat/issue-295-install-I-fail
Fix for #295 install -I when package installed
2011-06-04 20:05:32 -07:00
Paul Nasrat
e33be61bc3 Fix #297 adding deflate and gzip handling
Tested on py24, py27 and py32 and the failing tests on 3.2 go away, the content
we're getting back is still gzipped so this is a valid manual test.  Add
BytesIO to backwardcompat, fallingback to StringIO on py2x.

I'd like to get the CI build green then comeback and improve the testing around
this.  I've not added tests at the moment, but want to come back to that. There is
quite a lot of complexity around downloads split between pip.index and
pip.download.
2011-06-03 15:26:21 +01:00
Paul Nasrat
053cda7abb Fix for #295 install -I when package installed
Add simple test and fix to ensure install() runs with -I.

Tests run clean on 2.4, 2.7, 3.2
2011-06-02 13:58:56 +01:00
Paul Nasrat
48152adaad Merge pull request #292 from pnasrat/fix-mock-usage
Use two argument form of patch not manual patch
2011-05-29 05:05:24 -07:00
Paul Nasrat
0ff1accf0d Use two argument form of patch not manual patch
After conversation with Michael Foord improve mock usage in pip.

Tested on 2.4, 2.7, 3.2
2011-05-29 10:05:11 +01:00
Carl Meyer
7398a96a14 Merge branch 'develop' into issue283-cant-find-tag-pointing-to-same-commit-as-origin-master 2011-05-18 10:34:58 -05:00
Carl Meyer
7327177dbb Removed some unused imports. 2011-05-18 10:27:15 -05:00
Carl Meyer
87dd1579a2 Removed broken and no-longer-useful -E and PIP_RESPECT_VIRTUALENV options. 2011-05-18 10:27:14 -05:00
Hugo Lopes Tavares
ed7360a735 Fixed issue #283 and did some refactorings on git vcs backend 2011-05-15 13:05:14 -03:00
Paul Nasrat
73c0433623 Merge pull request #280 from pnasrat/pep8
Fix whitespace, etc for pep8 compliance
2011-05-04 13:48:59 -07:00
Paul Nasrat
2860dc7d41 Fix whitespace, etc for pep8 compliance
Reran tests after changes on 2.4, 2.6, 3.2 all pass.

=====================================================
================== Running pep8 =====================

Searching for pep8
Reading http://pypi.python.org/simple/pep8/
Reading http://github.com/cburroughs/pep8.py/tree/master
Reading http://github.com/jcrocholl/pep8
Best match: pep8 0.6.1
Processing pep8-0.6.1-py2.6.egg
pep8 0.6.1 is already the active version in easy-install.pth
Installing pep8 script to /Users/pnasrat/Development/pip/pip_virtualenv/bin

Using /Users/pnasrat/Development/pip/pip_virtualenv/lib/python2.6/site-packages/pep8-0.6.1-py2.6.egg
Processing dependencies for pep8
Finished processing dependencies for pep8

==================== Ended pep8 =====================
=====================================================
2011-05-04 08:44:02 +01:00
Paul Nasrat
3b4f620566 Merge branch 'launchpad' of https://github.com/pnasrat/pip into develop 2011-05-03 21:56:25 +01:00
Jannis Leidel
ab0603acd2 Use absolute path to docs dir. Fixes issue #279. 2011-05-02 22:15:55 +02:00
Carl Meyer
492d04a5e9 Added link to virtualenv. 2011-05-01 12:53:35 -05:00
Carl Meyer
6c9685826c Fixed setup.py long-description to account for sphinx index.html changes. 2011-05-01 12:51:33 -05:00
Carl Meyer
5c8106cf5b Merge pull request #277 from pdubroy/develop.
Clean up doc to (hopefully) make it easier to understand
2011-05-01 10:36:08 -07:00
Patrick Dubroy
c2d3b804fd Clean up doc to (hopefully) make it easier to understand 2011-04-30 16:04:56 -07:00
Jannis Leidel
01bdd500df Merge branch 'release/1.0.1' into develop 2011-04-30 23:20:41 +02:00