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

2141 commits

Author SHA1 Message Date
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
Jannis Leidel
b262aa3922 Merge pull request #1080 from qwcode/global_build_dir
fixes for #1078
2013-07-27 02:37:29 -07:00
Marcus Smith
d158999853 Merge pull request #1092 from qwcode/upgrade_setuptools_wheel
setuptools upgrade fixes (and upgrade tests)
2013-07-27 01:23:55 -07:00
Marcus Smith
e298b32709 confirm wheel was used in setuptools/wheel upgrade test 2013-07-27 01:22:04 -07:00
Marcus Smith
3e8924a7ec setuptools upgrade tests 2013-07-27 00:58:56 -07:00
Marcus Smith
b9aa34e883 2 fixes for setuptools upgrades: 1) works using setuptools wheels, 2) works when a distribute-0.7.X wrapper is installed 2013-07-26 21:51:35 -07:00
Jannis Leidel
11f4f422f2 Merge pull request #1088 from garrison/patch-1
setup.py: dropped claim of python 2.5 support
2013-07-26 08:25:00 -07:00
Jim Garrison
f6f220dc3c setup.py: dropped claim of python 2.5 support
The changelog for pip 1.4 claims that python 2.5 is no longer supported.
2013-07-25 14:36:57 -07:00
Marcus Smith
ef4953d578 return upon PreviousBuildDir 2013-07-24 02:02:08 -07:00
Marcus Smith
a3109c17c6 changing global build dir name; see https://github.com/pypa/pip/issues/1078#issuecomment-21469936 2013-07-24 01:25:59 -07:00
Daniel Holth
59e5368eac function in case of broken sysconfig. fix #1074 2013-07-23 20:18:26 -04:00
Donald Stufft
5aaa17e1ad Test against the 1.10.X release 2013-07-23 20:11:04 -04:00
Donald Stufft
abb640142f Test against the master virtualenv 2013-07-23 20:08:04 -04:00
Donald Stufft
32efa1d9a5 Merge pull request #1076 from dstufft/backport-65342ef
[Backport] Don't ignore already installed pre-releases
2013-07-23 17:02:44 -07:00
Donald Stufft
7a11a19209 Test the new branch name 2013-07-23 20:01:45 -04:00
Donald Stufft
c0e374c638 Test the new branch name 2013-07-23 20:01:15 -04:00
Donald Stufft
85378ed9e7 Test the new branch name 2013-07-23 19:59:03 -04:00
Donald Stufft
84ea16cd58 Don't ignore already installed pre-releases 2013-07-23 19:44:13 -04:00
Donald Stufft
44e43e250e Merge pull request #1075 from dstufft/always-consider-installed
Don't ignore already installed pre-releases
2013-07-23 16:43:56 -07:00
Donald Stufft
65342ef37b Don't ignore already installed pre-releases 2013-07-23 19:19:19 -04:00