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

1882 commits

Author SHA1 Message Date
Marcus Smith 2e2ce0f4e9 break up tests dir into data, unit tests, and functional tests 2013-05-29 13:41:12 -07: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
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
Marcus Smith cfb7421e5c add link to pypa-dev list 2013-04-23 22:04:05 -07:00
Marcus Smith 3718a149c9 update the release process 2013-04-23 22:03:46 -07:00
Jannis Leidel 92375a2291 Merge pull request #908 from pypa/dstufft/default-prerelease-true
Assume versions are a pre-release if we cannot parse them
2013-04-23 07:09:30 -07:00
Donald Stufft 74fa3e2707 Assume versions are a pre-release if we cannot parse them
* The most likely unparseable version is something like "dev" or
  "py6-dev" etc. The number of sane version numbers that are
  not normalizable and should be conisdered stable are fairly low.
2013-04-23 09:06:06 -04:00
Marcus Smith a3f8f285ea update changelog 2013-04-20 12:00:29 -07:00
Marcus Smith 08ca8fae65 Merge pull request #865 from qwcode/no_reuse_build
deal with pre-existing build dirs
2013-04-20 11:52:39 -07:00
Marcus Smith dc70d49780 pep8 comment fix 2013-04-20 11:34:47 -07:00
Marcus Smith 2c14940a6f deal with pre-existing build dirs 2013-04-20 11:24:43 -07:00
Marcus Smith acc917269a Merge pull request #903 from qwcode/home_lib
improve method for getting home scheme purelib
2013-04-19 18:38:12 -07:00
Marcus Smith 5b3a6e954b Merge pull request #905 from iguananaut/irregardless
'irregardless', if it's a word at all, means the opposite of how it's meant here
2013-04-19 15:09:42 -07:00
Erik M. Bray 8e2c64ca4f 'irregardless', if it's a word at all, means the opposite of how it's meant here. 2013-04-19 17:30:56 -04:00
Donald Stufft 115ad13abd Remove commented out code that was mistakenly left in 2013-04-19 10:54:33 -04:00
Marcus Smith fd933a93dd improve method for getting home scheme purelib 2013-04-18 22:38:56 -07:00
Donald Stufft 2977a57d66 Merge pull request #901 from pypa/dstufft/user-agent
Add a User Agent so that pip is identifiable in logs
2013-04-18 18:45:27 -07:00
Donald Stufft 709a390043 Add a User Agent so that pip is identifiable in logs 2013-04-18 21:22:37 -04:00
Marcus Smith 9127946b8b Merge pull request #900 from qwcode/drop_py25
remove python 2.5 logic
2013-04-17 23:51:36 -07:00
Marcus Smith 6e2bfe8323 remove python 2.5 logic 2013-04-17 22:50:22 -07:00
Jannis Leidel 50c883c500 Merge pull request #897 from g2p/develop
Now using bz2 instead of gzip inside get-pip.py
2013-04-16 01:11:42 -07:00
Gabriel 1752257572 get-pip.py: rebuild
Now we're down to 267K, 202K gzipped.
2013-04-16 09:52:52 +02:00
Gabriel 6d6f15a9b8 Use bz2 instead of gzip as the intermediate encoding.
bz2 is available since Python 2.3.
2013-04-16 09:52:07 +02:00
Jannis Leidel 687121fcad Merge pull request #896 from g2p/develop
Tweak the install-packer's inner encoding
2013-04-16 00:46:28 -07:00