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
Donald Stufft 30934fede2 Refactor tests.lib.path a bit
* Add a .join() method for a more explicit joining than /
* Return values where possible
* Make glob an iterator
* Remove checks for versions of Python we don't support
* Add a write() function to make it simple to write some text
  into a file
* Add a touch() function to make it simple to ensure a file
  exists
2013-08-21 22:40:09 -04:00
Donald Stufft ad0191f79a Merge pull request #1148 from dstufft/switch-to-pytest
Switch to using py.test as the test runner instead of nose
2013-08-21 17:41:51 -07:00
Donald Stufft da0bc4b1d1 Switch to using py.test as the test runner instead of nose
* Better output with the bare asserts we use throughout the tests
* Function fixtures are pretty nice, especially as a way to
  start a background server or create an isolated virtualenv
2013-08-21 10:19:58 -04:00
Paul Moore 810370cb1e Merge pull request #1151 from pfmoore/universal
Add the universal flag to setup.cfg to create version-independent wheels
2013-08-20 10:32:47 -07:00
Paul Moore 979e0f4823 Add the universal flag to setup.cfg to create version-independent wheels 2013-08-20 11:39:56 +01:00
Marcus Smith 1f989ff32e merge from 1.4.X 2013-08-19 21:23:39 -07:00
Marcus Smith 37f2d9dae6 add 1.4.2 section to changelog 2013-08-19 21:18:20 -07:00
Marcus Smith d3997896aa Merge pull request #1146 from qwcode/fix_1133
tar/zip unpack changes
2013-08-19 16:52:26 -07:00
Marcus Smith 65007e3c65 when unpacking archives, don't preserve permissions except execution for regular files 2013-08-17 00:18:40 -07:00
Donald Stufft 8edf1775f0 Update changelog with changes for 1.5 2013-08-17 00:37:19 -04:00
Donald Stufft 467b8b8be0 Grammar 2013-08-16 12:59:56 -04:00
Donald Stufft aa4955883c Remove runon sentence 2013-08-16 12:59:04 -04:00
Donald Stufft 7f4eebd296 Add a heading to the vendor README 2013-08-16 12:57:34 -04:00
Donald Stufft f0ec094de4 Expand upon the vendor README 2013-08-16 12:56:16 -04:00
Donald Stufft 7d85007e13 Include the CVE identifier for mirror deprecation 2013-08-16 12:23:01 -04:00
Jannis Leidel c6b3f0624a Merge pull request #1121 from pypa/warn-on-insecure
Warn when using an insecure transport for index or find-links
2013-08-15 07:36:24 -07:00
Donald Stufft 3c61ba7040 Warn when using an insecure transport for index or find-links 2013-08-15 09:29:11 -04:00
Paul Nasrat e62ee5545b Merge pull request #1124 from dpursehouse/cookbook-grammar-fixes
Minor grammatical fixes in the cookbook
2013-08-11 18:40:45 -07:00
David Pursehouse 77665b9254 Minor grammatical fixes in the cookbook 2013-08-09 15:24:05 +09:00
Donald Stufft 5d2b6b3be0 Merge pull request #1109 from dstufft/better-warning-output
Colorize Log Output
2013-08-07 21:05:30 -07:00
Donald Stufft fcdee3c652 Merge branch 'master' into develop
Conflicts:
	.travis.yml
	CHANGES.txt
	pip/__init__.py
	tests/functional/test_install_index.py
2013-08-07 21:21:32 -04:00
Donald Stufft 9ebf3437a0 Merge branch '1.4.X'
Conflicts:
	.travis.yml
2013-08-07 21:15:22 -04:00
Donald Stufft 77f959a3ce Bump version to 1.4.1 2013-08-07 20:42:56 -04:00
Marcus Smith fdd71ab3bd add date for 1.4.1 release 2013-08-07 17:25:10 -07:00
Marcus Smith 3a6ecc2c0b 1.4.1 changelog 2013-08-07 17:09:09 -07:00
Marcus Smith 1e9202a861 add cookbook entry for distribute to setuptools upgrade 2013-08-07 16:36:02 -07:00
Marcus Smith cbfe4e0b70 Merge pull request #1116 from qwcode/fix_bundle
Fix up the bundle support
2013-08-07 13:45:51 -07:00
Donald Stufft a96bb97581 Document the PR 2013-08-07 13:10:49 -04:00
Donald Stufft 9821b4df71 Add CVE identifiers for some of the security issues 2013-08-07 13:09:11 -04:00
Marcus Smith d3cbb3f606 fix up the bundle support 2013-08-07 00:13:47 -07:00
Marcus Smith 4b1f064eb3 Merge pull request #1113 from qwcode/fix_1106
let --download work with wheels
2013-08-06 16:11:13 -07:00
Marcus Smith 901b46cea5 switch test to working mirror 2013-08-05 21:35:07 -07:00
Marcus Smith 5fcf4ab6f4 let --download work with wheels 2013-08-05 21:27:41 -07:00
Donald Stufft 5f1ca6b79c Fix on Windows 2013-08-05 08:00:55 -04:00
Donald Stufft e5c64f0878 Add some tests to ensure behavior 2013-08-05 01:55:28 -04:00
Donald Stufft a560a2c3ad Pass the environ dict into should_color 2013-08-05 01:33:17 -04:00
Donald Stufft fdeffacd90 Split the version parsing into it's own function 2013-08-05 01:31:43 -04:00
Donald Stufft 0773d49b3c Use the new Log.deprecated to log the messages about mirrors 2013-08-04 23:48:45 -04:00
Donald Stufft f8d4b326be Add Log.deprecated which takes a removal version and logs a message
Deprecation message will use Log.warn if removal version is > 1
release away, otherwise it will use log.error
2013-08-04 23:48:45 -04:00
Donald Stufft 7685533a40 Emit Log.error with a log level of ERROR 2013-08-04 23:48:45 -04:00
Donald Stufft ce79c72247 Render logging output with colors if they are supported 2013-08-04 23:48:36 -04:00
Donald Stufft c6d31a72bc Vendor colorama 2013-08-04 22:59:47 -04:00
Donald Stufft 10425673fa Merge pull request #1108 from dpursehouse/fix-upgrade-examples
Fix upgrade examples in cookbook
2013-08-04 18:36:06 -07:00
David Pursehouse a53e2bee20 Fix upgrade examples in cookbook 2013-08-05 10:28:45 +09:00
Jannis Leidel c2b799df9c Merge pull request #1098 from dstufft/remove-mirror-support
Remove direct support for PEP381 Mirrors
2013-07-30 03:48:14 -07:00
Donald Stufft dc559473e2 Restore some functionality to --mirrors and issue a warning 2013-07-30 06:26:13 -04:00
Donald Stufft 3ef4ee4693 Remove direct support for PEP381 Mirrors
* PEP381 Mirroring support was never fully implemented leaving
  users of it trivially exploitable to a MITM or malicious mirror
  operator.
* 2 out of 6 of the mirrors have been removed from the pool and
  will never resolve.
* The remaining mirrors often fall behind
* The mirrors will likely never be available under HTTPS
* People who wish to use a mirror of PyPI can still do so by
  manually specifying a mirror url for --index-url or
  --extra-index-url which is more flexible, allowing for
  mirrors to be hosted under any domain.
2013-07-29 12:42:33 -04:00
Marcus Smith 84480ac9b7 Merge pull request #1095 from qwcode/fix-1074
function in case of broken sysconfig. fix #1074
2013-07-27 21:09:19 -07:00
Marcus Smith f91fc2f4c9 use sysconfig from pep425tags and use mock's patch context mgr 2013-07-27 20:48:15 -07:00
Marcus Smith 8df656babe e.message is not cross-python compatible 2013-07-27 20:46:55 -07:00