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

2116 commits

Author SHA1 Message Date
Donald Stufft
555322b432 Note that things break horribly without a temp path 2013-08-22 01:51:14 -04:00
Donald Stufft
319a73cb0a Fix the comment to be accurate 2013-08-22 01:50:10 -04:00
Donald Stufft
47faefcd8e Use an explicit keyword 2013-08-22 01:48:58 -04:00
Donald Stufft
781fe907de We don't need to clear the virtualenv, it's a brand new directory 2013-08-22 01:44:45 -04:00
Donald Stufft
ff6cef6c0d Require the newest version of scripttest 2013-08-21 22:40:17 -04:00
Donald Stufft
9894c8baac Refactor tests.lib
* Move virtualenv creation out of TestPipEnvironment
* Remove global state and force explicit use of TestPipEnvironment
  instances
* Remove "backup" virtualenv copying and instead create new
  virtual environments each time.
* Remove the monkeypatched "PyPICache" functionality
* Remove things that were not being used anymore and were dead
  weight
* Remove sitecustomize support which was primarily used to
  monkeypatch the "PyPICache" but was used in one or two other
  tests.
2013-08-21 22:40:16 -04:00
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