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

11020 commits

Author SHA1 Message Date
Ian Bicking 7458ccdd9e Add download caching to test runner; fix problem with using any() in test runner; make test_basic.txt run properly 2009-10-07 16:25:17 -05:00
Ian Bicking 1890625020 remove conflict marker from news 2009-10-07 16:24:27 -05:00
Ian Bicking 0ce59713ac merge in uninstall branch 2009-10-07 15:29:31 -05:00
Ian Bicking 8a0d4468fd update version for development 2009-10-07 15:27:55 -05:00
Ian Bicking 17ef1ea283 Added tag 0.5 for changeset 6efd1890ef8a 2009-10-07 15:27:05 -05:00
Ian Bicking 44625539c2 update versions for release 2009-10-07 15:21:35 -05:00
Ian Bicking 055456b019 merge 2009-10-07 14:55:50 -05:00
Ian Bicking 1a297af7c6 merge 2009-10-07 14:53:35 -05:00
Ian Bicking 52c4cd481a Extend the error message when you have a bad command name 2009-10-07 14:52:22 -05:00
Ian Bicking 6d4f2c37d7 merge 2009-10-07 14:41:35 -05:00
Carl Meyer b0778de28a merged from bugfix branch 2009-10-07 14:49:46 -04:00
Carl Meyer beba4ffd0d fix #54: nicer error message for VersionConflicts 2009-10-07 13:44:22 -04:00
Carl Meyer e81474e859 partial fix for #54: clearer output when requirement is already satisfied 2009-10-07 13:00:31 -04:00
Carl Meyer b693ca9909 Automated merge with http://bitbucket.org/ianb/pip 2009-10-07 11:31:34 -04:00
Carl Meyer 9cbdce9b88 remove unused constants left over from #41 fix 2009-10-07 11:29:44 -04:00
Jannis Leidel cbb4b19e00 Looks for the correct remote name before freezing or switching a Git editable 2009-10-04 14:42:37 +02:00
Carl Meyer 452c8a719d fix #41: allow ignore/wipe/backup choice when attempting to install editable into existing non-repo dir 2009-10-03 23:33:11 -04:00
Carl Meyer afa1c59c81 refactored obtain() methods to prepare for #41 fix 2009-10-03 23:04:38 -04:00
Carl Meyer a1ffdfbaac fix comparison of repo URLs 2009-10-03 21:37:23 -04:00
Carl Meyer 3fce15540c fix #55 (frozen editable URLs use revision hash/id only) 2009-10-03 20:32:30 -04:00
Carl Meyer 329c953a3b merge from bugfix branch 2009-10-02 14:09:04 -04:00
Carl Meyer 112e10a71e added uninstall documentation 2009-10-02 14:06:26 -04:00
Carl Meyer a7bc4cd682 merge from trunk 2009-10-02 14:05:53 -04:00
Carl Meyer 3dfdff51c6 merge from ianb 2009-10-02 13:25:19 -04:00
Ian Bicking 856fddfe90 fix a weird little case with redirects and extensions and guessing compression types 2009-10-01 23:58:07 -05:00
Jannis Leidel 7bb857aa48 Fixed minor regression after last change on Git version control backend 2009-09-30 13:45:18 +02:00
Jannis Leidel 77184b9288 Removed old rmtree_errorhandler function 2009-09-29 01:14:18 +02:00
Jannis Leidel b372dd75b0 Added news items for latest fixes 2009-09-29 01:12:23 +02:00
Jannis Leidel 46800cd1d4 Fixed #31 -- Correctly remove read-only attributes of build files in rmtree_errorhandler. 2009-09-29 01:08:26 +02:00
Jannis Leidel c65b36d344 Fixed #50 -- support for non-tip revisions in Mercurial backend 2009-09-27 15:45:55 +02:00
Jannis Leidel 24f4aafa22 Fixed #52 -- Fixed installing from a Git branch 2009-09-27 15:17:33 +02:00
Jannis Leidel bec22f75ee Update news after merging install and download command 2009-09-26 22:26:15 +02:00
Jannis Leidel 019565ed50 Raise error if download directory does not exist 2009-09-26 22:25:35 +02:00
Jannis Leidel 27b3f81d4b Added download feature directly to the install command to prevent duplication and added a new option --download-dir. Prompt for user response when downloaded file already exists at download location (wipe, ignore, backup). 2009-09-26 22:16:14 +02:00
Jannis Leidel 36a3203ed2 Fixed minor syntax error in Subversion version control backend. 2009-09-26 19:05:39 +02:00
Carl Meyer 526320a262 test upgrade via reqs file 2009-09-08 11:01:44 -04:00
Carl Meyer c88fe79ff6 snark-- 2009-09-08 11:01:41 -04:00
Carl Meyer dea22230fd find .bat files on Win32 2009-09-07 22:40:36 -04:00
Carl Meyer 20d1974132 automatic uninstall before upgrade 2009-09-07 22:24:05 -04:00
Carl Meyer 649a16d287 uninstall success message 2009-09-07 16:32:03 -04:00
Carl Meyer db8642013f fix error on aborting uninstall, make tempdir name consistent with other pip tempdirs 2009-09-07 16:29:23 -04:00
Carl Meyer 1d1d644306 catch easy_installed script wrappers 2009-09-07 16:28:44 -04:00
Carl Meyer f5e7e71cd0 remove empty directories left behind 2009-09-07 08:02:56 -04:00
Carl Meyer 9c2da54c9f refactored pth file handling, rollback in place internally 2009-09-06 23:54:42 -04:00
Carl Meyer 5a07719023 fix win32 normcase bug in develop-egg handling 2009-09-06 23:02:59 -04:00
Carl Meyer 65622a0d8e refactor uninstall path handling to UninstallPathSet class 2009-09-06 22:40:35 -04:00
Carl Meyer a4f61e2798 added UninstallationError and catch it for cleaner error reporting 2009-09-06 22:40:09 -04:00
Carl Meyer 804818f6e3 compact paths_to_remove to avoid needlessly long path lists 2009-09-06 13:57:57 -04:00
Carl Meyer 974de4eaff fix missing ignores in uninstall tests (revealed by fixed diff_states) 2009-09-06 13:16:53 -04:00
Carl Meyer 28681189b0 fix major bug in diff_states scripttest helper 2009-09-06 13:16:02 -04:00