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

10507 commits

Author SHA1 Message Date
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
Jannis Leidel d99c2b46ac Updated Subversion and Git schemes. 2009-07-01 00:56:23 +02:00
Jannis Leidel ba0cda98a0 Unified get_info method of version control classes. 2009-07-01 00:54:59 +02:00
Jannis Leidel 7da99dd35c Make use of known names of version control meta data directories. 2009-07-01 00:51:26 +02:00
Jannis Leidel bca5a74873 Added all_schemes property to vcs support and make use of it. 2009-07-01 00:47:44 +02:00
Jannis Leidel 6697d7e3d5 Fixed #19 - Added support for base URLs using <base href='...'> when parsing HTML pages. Thanks filip. 2009-06-26 00:26:21 +02:00
Jannis Leidel 737cb0dd9d Fixed #40 - make sure the branch name is correctly looked up when freezing an editable packages from a Git repository 2009-06-26 00:04:23 +02:00
Jannis Leidel 85c35563d3 Added news after merging removing file option from freeze command 2009-06-25 23:39:10 +02:00
Jannis Leidel 509f0eb594 Automated merge with http://bitbucket.org/masklinn/pip/ 2009-06-25 23:33:58 +02:00
Jannis Leidel 3b58df955a Added optional environmental variable to override log file name 2009-06-25 23:08:56 +02:00
Jannis Leidel fa3c3537e5 Automated merge with http://bitbucket.org/ianb/pip/ 2009-06-25 22:44:07 +02:00
Jannis Leidel e33582aeb5 Automated merge with ssh://hg@bitbucket.org/ianb/pip/ 2009-06-24 22:46:26 +02:00
Jannis Leidel 85a6c917f1 Updated freeze tests to use a more public repository 2009-06-24 22:46:06 +02:00
masklinn 35f161792c Fix the examples of hg freeze in the doc to match the removal of the file argument 2009-06-13 14:44:32 +02:00