Commit Graph

10545 Commits

Author SHA1 Message Date
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
prencher 3661008106 Normalize path case in strip_sys_prefix. 2009-09-05 22:53:37 +02:00
Carl Meyer ecfbbfdb19 merge from bugfix branch 2009-09-04 16:15:02 -04:00
Carl Meyer 81e1435edd merge from ianb 2009-09-04 15:29:15 -04:00
Carl Meyer 3d97d94a3a merge 2009-09-04 15:15:40 -04:00
Jannis Leidel 34954314ca Yet another fix for finding requirements with absolute versions, uses the main index now, if given. 2009-09-01 17:55:50 +02:00
Jannis Leidel f563f75a91 Small fix for potential missing url variable 2009-09-01 03:30:28 +02:00
Jannis Leidel 24207dd059 Reverted accidental change 2009-09-01 03:19:18 +02:00
Jannis Leidel 73c352ddab Merge 2009-09-01 03:07:14 +02:00
Jannis Leidel 4c596c660e Updated news with latest change 2009-09-01 02:49:27 +02:00
Jannis Leidel 1aca1421b0 Updated news with latest change 2009-09-01 02:49:27 +02:00
Jannis Leidel 78ec0268b2 Added --no-index option to install and bundle command which temporarily disables querying the package index 2009-09-01 03:04:01 +02:00
Jannis Leidel d9d1b35237 Added --no-index option to install and bundle command which temporarily disables querying the package index 2009-09-01 02:48:05 +02:00
Jannis Leidel 8922a1ead4 Fixed the --find-links option on Windows by unquoting the URL path seperators 2009-08-31 20:34:03 +02:00
Jannis Leidel 62df4c2d4a Sort requirement sources to make sure the choice isn't made because of the order in which the links are found but what is useful. 2009-08-28 18:53:44 +02:00
Jannis Leidel c86d953786 Make sure file downloads directly from URLs are saved in the download-dir. 2009-08-28 14:18:14 +02:00
Kenneth Belitzky cab4358bc7 fixed missing BadCommand exception class 2009-08-27 22:36:34 -03:00
Brian Rosner 3dae23ee8d added --no-deps/--no-dependencies option to ignore package dependencies 2009-08-27 15:26:59 -06:00
Jannis Leidel 795fac3815 Automated merge with http://bitbucket.org/brosner/pip/ 2009-08-11 22:04:56 +02:00
Brian Rosner 255fea7959 don't override the matched base_url found in content with the else case 2009-08-11 14:01:44 -06:00
Brian Rosner 0786536634 instance cache the value for HTMLPage.base_url to speed up installation.
HTMLPage.base_url was being called excessively since it is used as a property
and called on every link found on the page (if not more).
2009-08-11 13:57:55 -06:00
Ian Bicking 3544f6ec56 also ignore .pyo files 2009-08-10 16:58:02 -05:00
Jannis Leidel 28bcf9f166 Added news about reducing the log messages when page fetching fails 2009-08-07 10:29:57 +02:00
Jannis Leidel 6d2df7295f Automated merge with http://bitbucket.org/brosner/pip/ 2009-08-07 10:14:31 +02:00
Jannis Leidel 1b75c4b60d Updated documentation config a bit and added a new theme called 'nature' 2009-08-07 10:14:19 +02:00
Brian Rosner ec73362a76 knocked down the log method when fetching a page is problematic
this has caused quite a bit of confusion by Pinax users thinking the 404s are
errors. in most cases the 404s are harmless and don't prevent the installation
or location of a package.

if there is cause for concern in this i recommend to output something once
*all* pages have been hit and all produced some sort of error.
2009-08-07 01:20:27 -06:00