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

2110 commits

Author SHA1 Message Date
Carl Meyer 9b92e4d786 Don't copy to cache when we've already got a cached copy. 2013-05-30 18:25:19 -06:00
Carl Meyer 4b55015c29 Fix guessing content-type for already-downloaded file. 2013-05-30 18:25:19 -06:00
Carl Meyer bb4e2b82b9 Add changelog entry. 2013-05-30 17:06:05 -06:00
Carl Meyer 55c766dacb Better interaction between already-downloaded and already-cached. 2013-05-30 17:00:10 -06:00
Carl Meyer b3a791223c Cached or already-downloaded files with bad hashes are ignored. 2013-05-30 17:00:10 -06:00
Carl Meyer 388d1b53a7 Refactor unpack_http_url. 2013-05-30 16:59:57 -06:00
Carl Meyer 6a9845c297 Merge branch '1.3.X' into develop
* 1.3.X:
  Update changelog and AUTHORS for Git fix.
  bugfix for git 1.8.3, in git 1.8.3 the default branch name is "detached from REVISION" when you `git checkout -q <REVISION>`. If doesn't skip it then `git rev-parse ...` will raise a error while invoking Git._get_revision_from_rev_parse method.

Conflicts:
	pip/vcs/git.py
2013-05-30 10:24:51 -06:00
Jannis Leidel b2874f500b Merge pull request #967 from carljm/bugfix-git183-v2
Use git show-ref instead of git branch for better future-proofness.
2013-05-30 00:01:22 -07:00
Carl Meyer c6fab6ac54 Update changelog and AUTHORS for Git fix. 2013-05-29 17:02:52 -06:00
Anrs Hu e7575cd1b2 bugfix for git 1.8.3, in git 1.8.3 the default branch name is "detached from REVISION" when you git checkout -q <REVISION>. If doesn't skip it then git rev-parse ... will raise a error while invoking Git._get_revision_from_rev_parse method. 2013-05-29 16:59:42 -06:00
Carl Meyer f7e6fec08c Merge branch 'develop' into bugfix-git183-v2
* develop:
  add back in old tox.ini
  add back test lost in the restructure
  more functional/unit tests restructure
  break up tests dir into data, unit tests, and functional tests
2013-05-29 16:41:15 -06:00
Carl Meyer fa81a41d0b Combine Git get_tag_revs and get_branch_revs into single get_refs method. 2013-05-29 16:40:34 -06:00
Marcus Smith 32f1a5d2b8 Merge pull request #962 from qwcode/tests_restructure
Tests restructure
2013-05-29 14:13:57 -07:00
Marcus Smith bc3e3d9ac9 add back in old tox.ini 2013-05-29 13:41:13 -07:00
Marcus Smith 890df0d25a add back test lost in the restructure 2013-05-29 13:41:13 -07:00
Marcus Smith 28298c413d more functional/unit tests restructure 2013-05-29 13:41:13 -07:00
Marcus Smith 2e2ce0f4e9 break up tests dir into data, unit tests, and functional tests 2013-05-29 13:41:12 -07:00
Carl Meyer 92e0dbbf4c Use git show-ref instead of git branch for better future-proofness.
Based on original patch by Anrs Hu.
2013-05-29 14:03:26 -06:00
Marcus Smith 28234e29d5 'pip search' xmlrpc changes in response to pypi changes, http://mail.python.org/pipermail/distutils-sig/2013-May/020888.html 2013-05-28 20:34:25 -07:00
Marcus Smith 6703a1a31e update changelog and authors file 2013-05-28 20:15:28 -07:00
Marcus Smith 32ce7b878e install wheel from local packages in tests 2013-05-24 19:03:21 -07:00
Marcus Smith 558c200f37 single definition of find_links 2013-05-24 18:40:45 -07:00
Marcus Smith afac0da0ed Merge pull request #958 from qwcode/wheel_cleanup
Wheel cleanup
2013-05-24 17:41:22 -07:00
Marcus Smith 6fd5e0eb7a --no-clean for 'pip wheel' 2013-05-24 17:11:15 -07:00
Marcus Smith 41fed83353 remove 'pip wheel --unpack-only' 2013-05-24 15:59:28 -07:00
Marcus Smith 7467f44abd have cleanup be in a finally after wheel building 2013-05-24 15:57:43 -07:00
Marcus Smith b942d60a3e Merge pull request #956 from dholth/develop
write something about whether binary wheels go on pypi
2013-05-24 09:21:22 -07:00
Daniel Holth 4fc00313ec Update cookbook.rst 2013-05-24 12:53:48 -03:00
Daniel Holth b8173dbe6f write something about whether binary wheels go on pypi 2013-05-23 23:55:57 -04:00
Daniel Holth b604134cb0 include test installing headers 2013-05-23 23:07:12 -04:00
Daniel Holth 460ced0374 wheel: make sure destination path exists 2013-05-23 22:42:03 -04:00
Paul Nasrat f4c39a13c0 Merge pull request #955 from Zearin/master
Fixed typo in some help messages
2013-05-22 10:26:45 -07:00
Zearin 2e905f3817 Fixed typo in some help messages 2013-05-22 12:48:37 -04:00
Marcus Smith 6042140a89 Merge pull request #948 from qwcode/global_build_cleanup
write pip delete marker into global build dir upon creation
2013-05-18 19:50:02 -07:00
Marcus Smith 66d8e7b8c7 write pip delete marker into global build dir upon creation 2013-05-18 18:05:25 -07:00
Jannis Leidel 6c924b349d Added a pypip.in badge with the latest version. 2013-05-17 09:33:04 +02:00
Marcus Smith 0994c1252d Merge pull request #937 from qwcode/ignore_reqs
don't install or build wheels for distribute in python 3
2013-05-16 20:47:06 -07:00
Marcus Smith fe09baa1a2 don't install or build wheels for distribute in python3 2013-05-16 19:53:48 -07:00
Marcus Smith 887922f6ba short test cache path segments to undercut windows path length 2013-05-15 19:54:29 -07:00
Marcus Smith b7322ea523 quote our examples that use > or < 2013-05-15 17:37:57 -07:00
Marcus Smith adf8c4155b add note about quoting requirement specifiers 2013-05-15 17:22:45 -07:00
Marcus Smith be6ba96479 add missing PermissionError import 2013-05-07 20:46:26 -07:00
Marcus Smith 3e7c94e971 Merge pull request #882 from qwcode/wheel_priority
wheel finder priority based on the order of the pep425 supported tags
2013-05-02 15:56:48 -07:00
Marcus Smith c52d9d82ad remove old code from wheel test 2013-05-02 15:28:32 -07:00
Marcus Smith c721a735b5 wheel finder priority based on supported_tags order 2013-05-02 15:28:32 -07:00
Marcus Smith 4a6af90746 Merge pull request #922 from qwcode/test_logging_consumer
PreviousBuildDirError test fix
2013-04-30 16:19:16 -07:00
Marcus Smith 5666620f7e PreviousBuildDirError test fix 2013-04-30 16:02:10 -07:00
Marcus Smith 3a1847cd53 PreviousBuildDirError logging and test fix 2013-04-30 15:30:15 -07:00
Josh Hansen 16bea23c31 Display hashdigest instead of hash object upon failure. 2013-04-24 10:56:37 -07:00
Marcus Smith cfb7421e5c add link to pypa-dev list 2013-04-23 22:04:05 -07:00