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

4139 commits

Author SHA1 Message Date
Marcus Smith 3896f87c48 Merge pull request #3094 from qwcode/fast_local
refactor the "Fast & Local Installs" section to "Installing from local packages"
2015-09-11 20:03:14 -07:00
Xavier Fernandez 35f6a6b40f Merge pull request #3099 from xavfernandez/unused_user_log_dir
Remove unused user_log_dir
2015-09-11 23:26:34 +02:00
Xavier Fernandez d6767e14e2 Merge pull request #3098 from xavfernandez/unused__get_username
Remove unused __get_username function
2015-09-11 23:24:59 +02:00
Xavier Fernandez f2ed6fcdc5 Remove unused __get_username function 2015-09-11 17:45:57 +02:00
Xavier Fernandez 7b44092f06 Remove unused user_log_dir 2015-09-11 17:44:30 +02:00
Xavier Fernandez b07dc33b8f Merge pull request #3097 from xavfernandez/fix_ideal_build_dir
InstallRequirement: fix attribute name
2015-09-11 17:41:23 +02:00
Xavier Fernandez ee3c2b0034 InstallRequirement: fix attribute name 2015-09-11 17:23:17 +02:00
Xavier Fernandez 7d34f61eec Merge pull request #2812 from thanatos/repo-ssh-and-https-are-secure
Allow things like "git+ssh" to count as secure in validate_secure_origin.
2015-09-11 17:05:18 +02:00
Donald Stufft b31d3a478f Merge pull request #3096 from xavfernandez/fix_test_search
tests: fix test_search
2015-09-11 08:46:00 -04:00
Xavier Fernandez 5c3074a9b7 tests: fix test_search
The pip package description was changed in 2014 via af1d6d5
2015-09-11 14:26:35 +02:00
Marcus Smith 9259e2e66b refactor the "Fast & Local Installs" section to "Installing from local
packages".  With pip's index caching, and wheel caching,  the motivation
to find a way to speed up pip is not as pressing anymore, although it is
still true that people may need a local-only install for certain cases.
2015-09-10 21:30:38 -07:00
Xavier Fernandez 80aa1a98b3 Merge pull request #3088 from xavfernandez/console_scripts_warning
Raise an exception on invalid script entry points
2015-09-10 23:59:44 +02:00
Roy Wellington Ⅳ 059e934746 Adopt comments and ordering from @pykler's implementation.
See: 723da87562
2015-09-09 20:23:39 -07:00
Roy Wellington Ⅳ 0e63ef904c Add a note to the changelog. 2015-09-09 19:02:22 -07:00
Roy Wellington Ⅳ 2b3386afaf Compute the protocol to check against outside the loop.
And improve the comment a bit.
2015-09-09 18:59:03 -07:00
Roy Wellington Ⅳ 455f3b4e74 SSH is a secure protocol, and allow repository links ("git+") to validate. 2015-09-09 18:59:03 -07:00
Roy Wellington Ⅳ 99b68f977e Allow SSH as a secure protocol. 2015-09-09 18:59:03 -07:00
Xavier Fernandez d6f9bbf463 Raise an exception on invalid script entry points
(only for wheel installs)
closes #2998 and #3086
2015-09-09 23:09:01 +02:00
Donald Stufft bd863d7c6e Merge pull request #3080 from xavfernandez/normalize_names
Add a canonicalize_name util function
2015-09-08 16:56:34 -04:00
Marcus Smith dfcd9f9127 Merge pull request #3083 from qwcode/update_install_docs
updated install instructions (minus linux updates)
2015-09-07 19:00:10 -07:00
Marcus Smith 697178e3fc - a new "Do I need to install pip?" section
- a new subsection for the get-pip options
  (which now mentions --no-wheel and --no-setuptools)
- explain that get-pip.py installs setuptools and wheel, and why.
- mention support for Python3.5
2015-09-07 16:56:10 -07:00
Xavier Fernandez 15e5c117b2 Merge pull request #3008 from xavfernandez/prereleases_in_reqfile
Allow --pre option in requirement files
2015-09-08 00:23:28 +02:00
Xavier Fernandez c73b1f9fd5 rename to canonicalize_name 2015-09-08 00:18:54 +02:00
Xavier Fernandez 414c2d62fd supplied name does not need to be normalized 2015-09-06 19:20:17 +02:00
Xavier Fernandez 2ff59d1cc0 Add canonical utils function 2015-09-06 19:20:14 +02:00
Xavier Fernandez b290e13cfa Allow --pre option in requirement files
closes #1273
2015-09-05 23:13:03 +02:00
Xavier Fernandez ec990fdbcb Merge pull request #3031 from xavfernandez/process_dep_link_in_req_file
Allow --process-dependency-links in req files
2015-09-05 23:04:12 +02:00
Xavier Fernandez a9325b0727 Allow --process-dependency-links in req files
closes #1274
2015-09-05 20:19:30 +02:00
Xavier Fernandez a7634cb623 Merge pull request #3007 from xavfernandez/trusted_host_in_req_file
Allow --trusted-host option in requirement files
2015-09-05 20:10:24 +02:00
Donald Stufft b0ccf46b0a Merge pull request #3078 from xavfernandez/remove_unused_code
Remove now useless code
2015-09-04 18:19:45 -04:00
Xavier Fernandez 8c67bccb2c Remove now useless code
since a23a65cee4
2015-09-04 23:24:08 +02:00
Xavier Fernandez b3406f700c Merge pull request #3077 from xavfernandez/improve_finder_docstrings
Improve some PackageFinder methods' docstrings
2015-09-04 22:51:17 +02:00
Xavier Fernandez 7d596224cd Improve some PackageFinder methods' docstrings 2015-09-04 22:36:32 +02:00
Xavier Fernandez 9c43dbcac4 Merge pull request #3035 from arindamchoudhury/patch-1
Update PackageFinder.find_requirement docstring
2015-09-04 22:19:08 +02:00
Xavier Fernandez 9d4566ab5a Merge pull request #2949 from inirudebwoy/patch-1
Add more info about subdirectory component of path in docs
2015-09-03 22:46:56 +02:00
Xavier Fernandez e168b845a4 Allow --trusted-host option in requirement files
closes #2822
2015-09-03 22:33:31 +02:00
Donald Stufft a23a65cee4 Merge pull request #3073 from dstufft/remove-8-deprecations
Remove items slated for removal in pip 8.0
2015-09-03 11:10:51 -04:00
Donald Stufft 6afc718307 Remove items slated for removal in pip 8.0 2015-09-03 10:55:11 -04:00
Donald Stufft 43b976abe9 Merge pull request #3068 from xavfernandez/use_rel_path
Use stdlib os.path.relpath
2015-09-03 10:21:34 -04:00
Xavier Fernandez f8040ab13e Use stdlib os.path.relpath
instead of custom (and now useless) make_path_relative
2015-09-03 15:38:44 +02:00
Donald Stufft f4ba85e613 Merge pull request #3071 from dstufft/no-rel
PEP 470: Remove support for searching rel links
2015-09-03 02:22:23 -04:00
Donald Stufft e26d930b0a PEP 470: Remove support for searching rel links 2015-09-03 01:04:06 -04:00
Donald Stufft a38da832c4 Merge pull request #3070 from dstufft/deprecate-pep438
Deprecate and Noop the PEP 438 functionality due to PEP 470
2015-09-03 00:56:39 -04:00
Donald Stufft 0f5d4286a5 Deprecate and Noop the PEP 438 functionality due to PEP 470 2015-09-02 23:47:05 -04:00
Donald Stufft 9a917aca76 Merge pull request #3069 from dstufft/xfail-tests
Expect this test to fail until PyPI is fixed
2015-09-02 23:16:54 -04:00
Donald Stufft 638160a2ac Expect this test to fail until PyPI is fixed 2015-09-02 22:44:18 -04:00
Marcus Smith 6a428e4ff5 Merge pull request #3064 from qwcode/install_wheel_changelog
update v7 changelog about get-pip.py installing wheel
2015-08-31 15:48:22 -07:00
Marcus Smith 8a51d0f658 update v7 changelog about get-pip.py installing wheel 2015-08-30 16:35:00 -07:00
Donald Stufft 0aa65181ad bump for development 2015-08-22 18:58:01 -04:00
Donald Stufft fa63021e54 Merge branch 'master' into develop 2015-08-22 18:57:46 -04:00