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

10468 commits

Author SHA1 Message Date
Carl Meyer
fc6c5821c3 uninstall editable installations 2009-03-31 15:56:38 -05:00
Carl Meyer
dec8dff645 refactoring prior to adding uninstall of editables 2009-03-31 15:10:27 -05:00
Carl Meyer
025a40e113 confirm file deletions 2009-03-31 12:53:10 -05:00
Carl Meyer
cddd176a0d use installed-files.txt 2009-03-31 11:21:49 -05:00
Carl Meyer
601cacbebd remove unnecessary build_dir and src_dir assumptions for UninstallCommand 2009-03-31 10:23:00 -05:00
Carl Meyer
7a229bf541 support for uninstalling easy_installed packages 2009-03-31 03:49:39 -05:00
Carl Meyer
721fcac534 experimental uninstall support 2009-03-31 02:13:48 -05:00
Jannis Leidel
3c2e5ad6a7 Expand virtualenv path correctly if passed starting with ~ 2009-03-27 16:32:39 -05:00
Carl Meyer
11f5eadb21 fix for ticket 21 (mercurial update to rev "default" breaks) 2009-03-21 16:12:33 -04:00
Carl Meyer
3986f66d0b merge 2009-03-21 15:45:53 -04:00
Carl Meyer
8ca436f852 fix for ticket 20 (bzr revno operations broken by repo format deprecation warning messages) 2009-03-21 15:44:08 -04:00
Ian Bicking
5524a263e5 don't reuse the _drive_re name 2009-03-17 11:18:19 -05:00
Ian Bicking
6e2f371910 Fix issues with Windows filenames and drive names (ticket #17 2009-03-17 11:16:55 -05:00
Jannis Leidel
0704095520 Closing uninstall branch to distinguish from version control patches 2009-03-13 13:49:05 +01:00
Jannis Leidel
175612914d Typo in doc index 2009-03-13 13:01:58 +01:00
Jannis Leidel
ed261b699b Fixes for indentation and line ending 2009-03-13 12:58:44 +01:00
Jannis Leidel
6520fab231 Really fix the problem with private Git repositories by prefixing stub URLs like user@hostname:user/repo.git with the ssh:// scheme for parsing 2009-03-13 12:56:36 +01:00
Jannis Leidel
ac11f1a0a4 Upstream changes 2009-03-13 10:53:34 +01:00
Jannis Leidel
2e2a19a681 Cuts down duplicate notifications when doing editable installs 2009-03-13 10:51:40 +01:00
Luke Macken
59e05b1111 Fix pip to work with the --extra-index-url option.
For example, easy_installing TurboGears2 entails:

easy_install -i http://www.turbogears.org/2.0/downloads/current/index tg.devtools

yet, adding the extra index url in pip doesn't seem to work:

./pip.py bundle MyBundle.pybundle -r stable-reqs.txt --extra-index-url=http://www.turbogears.org/2.0/downloads/current/index

This change appears to fix this issue, allowing the creation of pip bundles
containing TurboGears2.
2009-03-11 16:22:53 -04:00
Ian Bicking
f3e65ea480 fix pip zip with multiple arguments 2009-03-05 14:06:24 -06:00
Ian Bicking
74ccb3757c fix link 2009-03-05 14:06:12 -06:00
Jannis Leidel
4faa7a5f6c Fixed ticket #13, Added matching method names for parsing the bundled instruction file 2009-02-13 16:09:47 +01:00
Jannis Leidel
44905288aa Fixed windows line endings 2009-02-13 16:07:43 +01:00
Jay Graves
6738ddc3da Added a note about the private git repo fix. 2009-02-12 18:46:07 -07:00
Jay Graves
95a30fea9d Added a get_url_rev method to the Git class because the VersionControl one was splitting on the @ breaking private git repos. 2009-02-12 17:57:39 -07:00
Ian Bicking
6f80fa9263 merge 2009-02-11 11:36:49 -05:00
Ian Bicking
87a9eddd13 merge 2009-02-11 11:36:37 -05:00
Ian Bicking
e680814a51 strip newlines from lines 2009-02-11 10:21:57 -05:00
Ian Bicking
81f971d348 news for last commits 2009-02-11 10:19:03 -05:00
Ian Bicking
4810dc5d43 add a warning to the --install-option help 2009-02-11 10:10:45 -05:00
Kumar McMillan
e1570535ca small fix to build PyPI URLs just like easy_install did (with trailing slash) 2009-02-09 11:24:33 -06:00
Ionel Maries Cristian
eafc7e9fcc Updated news.txt 2009-02-09 18:39:14 +02:00
Ian Bicking
b0d4ad9b27 doc update for bundles 2009-02-04 12:44:51 -06:00
Ionel Maries Cristian
7bdab1cd19 added an error handler for removing readonly flags (apparently svn sets some metadata files to readonly) 2009-02-04 11:48:32 +02:00
Ionel Maries Cristian
54f5e58c34 added ignore_errors for some rmtree-s in remove_temporary_source 2009-02-04 10:34:28 +02:00
Ionel Maries Cristian
285c999388 added similar platform check for brz as for git. 2009-02-04 10:23:04 +02:00
Ionel Maries Cristian
70e1539c05 Reverted GIT__CMD change;
Changed pip to use suprocess instead of execv for venv restart.
2009-02-04 09:41:07 +02:00
Ionel Maries Cristian
5e08433978 Fixed a directory check and removed the 'git.cmd' GIT_CMD 2009-02-04 09:26:55 +02:00
Ian Bicking
f103eb2016 also treat trailing \ as a directory 2009-02-03 20:34:22 -06:00
Ian Bicking
29c4191b0a strip newline off hg output 2009-02-03 13:35:21 -06:00
Ian Bicking
940c779044 make -e work better with hg (#14) 2009-02-03 13:21:57 -06:00
Ian Bicking
0112cd7f79 build updates, set version to 0.3.1dev 2009-01-29 12:30:12 -06:00
Ian Bicking
d5b6bbeb3c update versions for release 2009-01-29 12:18:12 -06:00
Ian Bicking
077118c3e9 Improve pip -h and pip help 2009-01-29 12:13:27 -06:00
Ian Bicking
073246a05d more things to ignore 2009-01-28 17:25:32 -06:00
Ian Bicking
29233dcc3e news for the bug fixes 2009-01-28 17:25:16 -06:00
Ian Bicking
8330b5bcfe ignore generated manifest 2009-01-28 17:13:50 -06:00
Ian Bicking
09b78803e2 added MANIFEST to make sdist better 2009-01-28 17:13:29 -06:00
Jannis Leidel
39858fb4f2 Fixes discovery of requirement locations with absolute versions 2009-01-25 15:05:15 +01:00