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

32 commits

Author SHA1 Message Date
Jannis Leidel
22a9aa0c1b Switched Bazaar support from checkouts to branches for easier updates. Added support for bzr+sftp and fixed bzr+ssh transport. 2009-01-21 03:49:08 +01:00
Jannis Leidel
4be4452bc4 Made freeze and bundle command use the version control system registry instead of explicitely calling the backends. 2009-01-20 14:40:19 +01:00
Jannis Leidel
bb67acb015 Removed dependency to bzrlib and added tests for Bazaar support. 2009-01-20 01:22:46 +01:00
Jannis Leidel
cb7affe62f Fixed some whitespaces. Raise InstallationError if bzrlib is not found. Fixed ambiguity. 2009-01-19 13:19:29 +01:00
Jannis Leidel
404ce4d68b Redid the registratio system for the version control support. Added schemes attributes to version control classes. Fixed some minor bugs. Added Bazaar version control class. 2009-01-19 04:05:37 +01:00
Jannis Leidel
d70b32905b Refactored the version control feature 2009-01-12 00:59:55 +01:00
Jannis Leidel
c0e5eeb87b Moved helper methods used in RequirementSet at the actual right place 2009-01-10 22:51:56 +01:00
Jannis Leidel
3b322822f0 Use urlparse for parsing 2009-01-10 22:44:56 +01:00
Jannis Leidel
49b518ad10 Fixed wrong variable names in Mercurial utility functions 2009-01-09 09:40:36 +01:00
Jannis Leidel
07705cd473 Added experimental support for Mercurial.
Fixed some cosmetic issues.
Simplified Git support a bit.
2008-12-22 02:44:04 +01:00
Jannis Leidel
6657f2e52f Merged with upstream repository 2008-12-20 13:15:02 +01:00
Jannis Leidel
e8dd80e938 Added ability to install from Git repositories 2008-12-19 02:04:09 +01:00
Ian Bicking
4a4df387be expand help for -e 2008-12-18 17:29:52 -06:00
Ian Bicking
d01a15a35e [svn r21851] Make installing editable from already-existing source work 2008-12-17 16:16:29 -06:00
Ian Bicking
7b747a9835 [svn r21848] Fix -f (search those for links) and detect zip files better 2008-12-17 14:38:05 -06:00
Ian Bicking
2596772a4d [svn r21831] Allow pip -E to change Python versions 2008-12-17 12:10:36 -06:00
Ian Bicking
82e1a4ede6 [svn r21823] Use svn+http for strange svn structures 2008-12-16 19:16:39 -06:00
Ian Bicking
454c09709b [svn r21811] Don't use sys.exit directly. Put install record in .egg-info/ directory. Add --simulate and --path to pip zip 2008-12-16 12:57:18 -06:00
Ian Bicking
21538bc2c8 [svn r21388] fix problem with urls in requirement files, and some blank lines in requirement files 2008-11-17 12:14:23 -06:00
Ian Bicking
909f3cdba7 [svn r21285] fix the xml .svn/entries reader 2008-11-06 15:40:51 -06:00
Ian Bicking
b0d5a8b0bd [svn r21283] Add a PIP_SKIP_REQUIRMENTS_REGEX hidden setting. Add detection of the project name for -e svn links, based on guessing the name from te URL 2008-11-06 15:22:26 -06:00
Ian Bicking
f5da5343a4 [svn r21281] Added support for some hidden settings, PIP_LOG_EXPLICIT_LEVELS and PIP_DEFAULT_VCS, for backward compatibility with poacheggs 2008-11-06 15:00:07 -06:00
Ian Bicking
abf4576cbf [svn r21268] make certain untar errors into warnings 2008-11-05 15:43:09 -06:00
Ian Bicking
c1c84a4c97 [svn r21196] quote unsafe characters in links 2008-11-04 11:10:56 -06:00
Josh Bronson
b6da69659b [svn r21162] - make pip.py executable
- minor edits to docs
2008-10-31 13:39:22 -05:00
Ian Bicking
fca571a9eb [svn r21132] Fixed --upgrade when a package is already installed (before it would not upgrade installed packages, even though it would download and appear to install them). Put install-record-X.txt in the right location on Windows (#7) 2008-10-30 13:57:04 -05:00
Ian Bicking
356b2a2547 [svn r21094] Fix problem with using uninstalled pip 2008-10-28 15:31:03 -05:00
Ian Bicking
dd921d228d [svn r21074] fix usage a bit 2008-10-28 03:31:00 -05:00
Ian Bicking
cb38e13b02 [svn r21073] Added zip and unzip commands 2008-10-28 03:29:07 -05:00
Ian Bicking
c051e9faf4 [svn r21071] Make sure .egg-info/ directories end up in pybundles. Exclude some internal files (like pip-egg-info/) from pybundles. Fix case when you install an svn location, that it won't go into a bundle because it is put in a temporary location (now it is moved to a permanent location once its name is known). Put in pip help and summaries. Try to be a little quieter/less redundant about link detection. Make pip bundle work 2008-10-27 21:55:34 -05:00
Ian Bicking
368a064ae4 [svn r21008] Implement the two-level commands, fix up lots of problems from that 2008-10-17 17:01:58 -05:00
Ian Bicking
97c152c463 [svn r20975] Rename occurrance of pyinstall to pip 2008-10-15 17:24:00 -05:00
Renamed from pyinstall.py (Browse further)