Commit Graph

11020 Commits

Author SHA1 Message Date
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
Jannis Leidel f3927deefe Added support for local file and directory paths to --find-links 2009-08-04 17:03:25 +02:00
Carl Meyer f6b0c89ccb fix freeze tests 2009-07-30 14:55:52 -04:00
Carl Meyer 72e10393f7 documentation tweaks 2009-07-30 14:20:36 -04:00
Carl Meyer ab24cccfe4 merge 2009-07-30 14:07:21 -04:00
Jannis Leidel 5877907794 Minor typo in the documentation index 2009-07-28 10:11:39 +02:00
Carl Meyer 81a934f1d5 fix for bzr branches using shared repos 2009-07-10 14:44:14 -04:00
Carl Meyer 58ad6a2db3 use django-feedutil in place of django-dbtemplates (disappeared) for git tests 2009-07-10 14:38:49 -04:00
Carl Meyer 0840c52a76 switch to django-feedutil for Git basic test, django-dbtemplates seems to be gone from github 2009-07-03 19:55:19 -04:00
Jannis Leidel 6a80c9324b Automated merge with http://bitbucket.org/ianb/pip/ 2009-07-02 14:18:52 +02:00
Jannis Leidel d4b9918944 Updated command line options for source directory to follow example of build directory. 2009-07-02 14:18:20 +02:00
Jannis Leidel c04f73adc4 Fixed downloading of editable packages. 2009-07-02 14:17:19 +02:00
Jannis Leidel 64ecb0c4ec New location for downloads, outside of the build directory. 2009-07-02 14:15:48 +02:00
Jannis Leidel 73b2f1b85c Minor fix for command line output 2009-07-02 01:50:24 +02:00
Jannis Leidel bed024091b Sort the files to remove 2009-07-02 00:34:44 +02:00
Jannis Leidel 6db22f978e Use the real path of sys.prefix 2009-07-02 00:34:24 +02:00
Jannis Leidel 9e113755f0 Cleaning up a bit. 2009-07-02 00:33:06 +02:00
Jannis Leidel 682ced5dd6 Cleanup after merge 2009-07-01 20:52:14 +02:00
Jannis Leidel 871283785b Automated merge with http://bitbucket.org/ianb/pip/ 2009-07-01 20:38:25 +02:00
Jannis Leidel 6d5841ee18 Fixed an issue with updating editable packages from Git repositories 2009-07-01 17:44:29 +02:00
Jannis Leidel 4a73d683ad Updated news with latest additions 2009-07-01 01:31:46 +02:00
Jannis Leidel 6a24249f46 Automated merge with http://bitbucket.org/jezdez/pip-download/ 2009-07-01 01:22:38 +02:00
Jannis Leidel 25ab228fce Removed unneeded import 2009-07-01 01:13:51 +02:00
Jannis Leidel 02944629b3 Integrated download feature with RequirementSet, simplified archive creation in an own method of InstallRequirement. Added ability to the version control support classes to export a repository. 2009-07-01 01:13:21 +02:00
Jannis Leidel 4933bc3201 Make sure the build directory exists. 2009-07-01 01:02:58 +02:00
Jannis Leidel e7431fd858 Fixed handling of Bazaar's bzr+ssh scheme. 2009-07-01 01:01:49 +02:00