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

2964 commits

Author SHA1 Message Date
Berker Peksag eee2334c92 Silence byte compile errors when installation succeed.
Fixes #1873.
2014-08-21 16:40:02 +03:00
Jannis Leidel b3aa026d2a Merge pull request #1974 from r1chardj0n3s/patch-1
Remove unnecessary duplicate reference
2014-08-13 10:48:26 +02:00
Richard Jones 79c0176f12 Remove unnecessary duplicate reference
Fixes issue #1972
2014-08-13 12:24:55 +10:00
Matt Iversen 2eb6ed3c03 Add changelog for --no-check-certificate #1741 2014-08-13 06:13:22 +10:00
Matt Iversen 4dcc5735cf Merge pull request #1970 from r1chardj0n3s/insecure-localhost-exception-changelog
add missing changelog entry for PR #1967
2014-08-12 16:04:45 +10:00
Richard Jones c2121b570d mention issue 2014-08-12 12:51:27 +10:00
Richard Jones 8fd27b9a91 add missing changelog entry for PR #1967 2014-08-12 11:19:09 +10:00
Matt Iversen 739d0c16f1 Try to order changelogs by PR number. 2014-08-12 03:29:38 +10:00
Matt Iversen c6bd79e962 Fix pull / issue syntax 2014-08-12 03:23:44 +10:00
Jannis Leidel 09d11312f9 Merge pull request #1933 from r1chardj0n3s/wheel-file-list
Wheel file list
2014-08-11 13:17:13 +02:00
Jannis Leidel 2ed6c87d31 Merge pull request #1967 from r1chardj0n3s/insecure-localhost-exception
don't complain about localhost when checking security of index links
2014-08-11 13:15:19 +02:00
Richard Jones 704f658c63 don't complain about localhost when checking security of index links
based entirely off of Guy Rozendorn's work in PR #1718
2014-08-11 14:21:02 +10:00
Donald Stufft 1605b761c8 Merge pull request #1963 from dstufft/upgrade-setuptools
Upgrade setuptools to 5.4.2
2014-08-06 13:10:09 -04:00
Donald Stufft 3d9820df17 Upgrade setuptools to 5.4.2 2014-08-06 11:32:09 -04:00
Donald Stufft aaa4bfcdbc Merge pull request #1956 from qwcode/issue_1952
preserve the full vcs url when using `InstallRequirement.from_line`
2014-08-04 10:13:18 -04:00
Donald Stufft cbbbc9f6c7 Merge pull request #1926 from jschneier/develop
install -d works on vcs links fix #798 fix #1060
2014-08-04 09:58:16 -04:00
Donald Stufft d420497b32 Merge pull request #1955 from dstufft/revert-dep-links-removal
Revert "Merge pull request #1519 from dstufft/remove-dependency-links"
2014-08-04 09:37:43 -04:00
Marcus Smith 15427fda9a add missing vcs prefixes 2014-08-03 21:49:47 -07:00
Marcus Smith f2d5c340d1 pep8 fixes 2014-08-03 21:33:28 -07:00
Marcus Smith dafe76f6fe a functional test for non-editable vcs installs 2014-08-03 21:01:47 -07:00
Marcus Smith 4eb9e3297f InstallRequirement.url should preserve the initial value for from_line requirements 2014-08-03 21:01:12 -07:00
Donald Stufft 90688e82b1 Revert "Merge pull request #1519 from dstufft/remove-dependency-links"
This reverts commit da02f073da, reversing
changes made to 2ad8888901.

Conflicts:
	CHANGES.txt
	pip/commands/freeze.py
	pip/commands/list.py
	pip/commands/wheel.py
	pip/index.py
	pip/req/req_set.py
	pip/vcs/subversion.py
2014-08-01 16:50:08 -04:00
Matt Iversen fcdde73e9f Merge pull request #1627 from techtonik/develop
Update sphinx-generated doc build files
2014-08-01 21:19:23 +10:00
Richard Jones 99b5fdb724 merge 2014-07-29 10:39:03 +10:00
Matthew Gilliard 13169aad59 Raise NotImplementedError (not NotImplemented)
NotImplemented is a singleton intended for use in __eq__ methods where comparison is not possible for some reason.
2014-07-29 10:36:20 +10:00
Marcus Smith 5492422187 minor fixes to changelog 2014-07-29 10:36:20 +10:00
Michael E. Karpeles a0dcb968dd remove duplicate 'if cr == (0, 0):' in get_terminal_size 2014-07-29 10:36:04 +10:00
Matt Iversen 530f5f878d Merge pull request #1947 from mjg123/patch-1
Raise NotImplementedError (not NotImplemented)
2014-07-24 20:29:57 +10:00
Matthew Gilliard 58023d0827 Raise NotImplementedError (not NotImplemented)
NotImplemented is a singleton intended for use in __eq__ methods where comparison is not possible for some reason.
2014-07-24 10:58:11 +01:00
Marcus Smith 80fb4fd80d minor fixes to changelog 2014-07-21 18:05:27 -07:00
Paul Moore 19e29fc2e8 Merge pull request #1941 from mekarpeles/I1939/hotfix/duplicate-code
remove duplicate 'if cr == (0, 0):' in get_terminal_size
2014-07-17 12:51:02 +01:00
Michael E. Karpeles b379f0364d remove duplicate 'if cr == (0, 0):' in get_terminal_size 2014-07-17 02:56:32 -07:00
Josh Schneier 283df0e5a2 install -d works on vcs links fix #798 fix #1060 2014-07-17 01:53:14 -04:00
Richard Jones 66d26ca8b4 Correct paths reported so they are relative to the reported location of the package
fixes #1932
2014-07-16 16:36:46 +02:00
Matt Iversen 25bd97d78b Fix pep8 2014-07-16 06:07:25 +10:00
Matt Iversen 1ca674bcde Merge pull request #920 from wcerfgba/patch-1
Incorrect operation sequence in bzr-handling code
2014-07-16 04:35:40 +10:00
Daniel Holth 7c652cb07e improved ability to install into non-ASCII directories 2014-07-10 23:50:43 -04:00
Donald Stufft d359d1a08b Merge pull request #1902 from tnotstar/develop
Proposed fix to #1180 (and maybe #932 & #1104)
2014-07-03 19:26:50 -04:00
Antonio Alvarado Hernandez 0dedf2b6f5 Passing headers per-request in PipXmlrpcTransport
* Changed `PipXmlrpcTransport` to pass headers at request scope
* Added summary line to the changelog
2014-07-04 00:25:21 +02:00
Antonio Alvarado Hernandez 47402e5bad Close requests session in search command
* Added a `with` block to handle `session` life-cycle. As commented
  in #1902
2014-07-03 21:39:38 +02:00
Donald Stufft 2432fe67e1 Merge pull request #1882 from dstufft/close-sessions
Fix #1657 - Explicitly close the requests session
2014-07-03 13:20:30 -04:00
Donald Stufft 2298e4ce53 Fix #1657 - Explicitly close the requests session 2014-07-03 12:50:59 -04:00
Donald Stufft 889f13ddc2 Merge pull request #1901 from dstufft/cleanup-compat-wtf
Use b"" instead of b()
2014-07-03 12:50:25 -04:00
Donald Stufft 53faeece34 Clean up some no longer needed compatability code 2014-07-03 12:20:03 -04:00
Donald Stufft eb650bdef7 Merge pull request #1915 from dstufft/upgrade-cachecontrol
Upgrade CacheControl to 0.10.2
2014-07-03 12:17:36 -04:00
Donald Stufft ce4514eb8d Upgrade CacheControl to 0.10.2
This fixes a reference cycle issue where pip would randomly hang
forever in some of the tests.
2014-07-03 11:52:08 -04:00
Donald Stufft c720ca673d Merge pull request #1911 from dstufft/hide-test-output
Hide output when installing pip
2014-07-01 10:24:18 -04:00
Donald Stufft 6410ba43c2 Install coverage 2014-07-01 00:22:30 -04:00
Donald Stufft bcead5206b Hide output when installing pip 2014-07-01 00:20:16 -04:00
Donald Stufft cf6cb877bb Merge pull request #1910 from dstufft/ugh
Use diff-cover to show the change in coverage
2014-07-01 00:02:29 -04:00