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

2399 commits

Author SHA1 Message Date
Donald Stufft
78992dc72f Bump year 2014-01-02 08:16:28 -05:00
Donald Stufft
54de36d9ae Bump version and add release date to changelog 2014-01-02 08:15:05 -05:00
Marcus Smith
e387ad10d6 deprecate pip zip/unzip 2014-01-01 23:50:45 -08:00
Donald Stufft
93820f5e37 Bump version 2013-12-31 06:43:11 -05:00
Donald Stufft
c3c006cf95 Merge pull request #1410 from dstufft/upgrade-distlib
Upgrade distlib to 0.1.6
2013-12-31 03:24:01 -08:00
Donald Stufft
e4921a4ef8 Upgrade distlib to 0.1.6 2013-12-31 05:38:29 -05:00
Donald Stufft
739fc3158f bump version 2013-12-27 01:49:50 -05:00
Donald Stufft
bc65d26224 Merge pull request #1400 from dstufft/refactor-require-virtualenv
Refactor virtual env requirement to use the pip.locations func
2013-12-26 22:46:12 -08:00
Donald Stufft
b49a2b3335 Refactor virtual env requirement to use the pip.locations func 2013-12-27 01:09:48 -05:00
Donald Stufft
e6bcf359c0 bump version to 1.5rc2 2013-12-20 18:29:21 -05:00
Donald Stufft
80fdf1858d Merge pull request #1395 from dstufft/decode-egg-info-1.5.X
Decode egg info 1.5.x
2013-12-20 11:30:59 -08:00
Stefan Scherfke
eda45bfcf7 Fix test to run on Python 2.6. 2013-12-20 12:49:53 -05:00
Stefan Scherfke
b878de0fe1 Try utf-8, the system’s default encoding, and latin1 when reading egg_info-files to avoid UnicodeDecodeErrors at the installation of a package. 2013-12-20 12:49:52 -05:00
Donald Stufft
d4bcee7bde Merge pull request #1392 from dstufft/setup_encoding_1.5.X
Respect explicit encoding declarations in setup.py files.
2013-12-20 07:52:01 -08:00
Ben Darnell
d84b4d2f46 Respect explicit encoding declarations in setup.py files.
In Python 2, the exec statement handles encoding for us, but in
Python 3 the encoding must be specified when opening the file
(if it's not specified it uses the system locale encoding, so
previously this would work only if your locale environment variables
specified the same encoding as the setup.py file).

On Python 3.2+ the tokenize.open function is available to interpret
the encoding declaration; fixing this for python 3.0 and 3.1 is more
difficult.
2013-12-20 01:29:20 -05:00
Donald Stufft
acebf80659 Merge pull request #1390 from dstufft/find-pyvenv-virtualenvs
Find the virtual environments created by Python3.3
2013-12-19 20:41:07 -08:00
Donald Stufft
89e2d94727 Find the virtual environments created by Python3.3 2013-12-19 19:52:40 -05:00
Donald Stufft
fb512d84c9 Merge pull request #1387 from dstufft/upgrade-distlib
Upgrade distlib to 0.1.5
2013-12-19 14:41:03 -08:00
Donald Stufft
9e40899e48 Upgrade distlib to 0.1.5 2013-12-19 16:46:22 -05:00
Marcus Smith
ea09ad5266 disable intermittent travis/pypy error, Issue #1379 2013-12-13 23:57:18 -08:00
Marcus Smith
eef85b1efd Merge pull request #1372 from qwcode/skip_headers_pypy
skip the test that installs a wheel with headers on pypy
2013-12-08 14:51:28 -08:00
Marcus Smith
c2c1eaddc7 - have the basic wheel install test, use a basic wheel
- have a separate test for a wheel with headers
- skip the header test on pypy for now due to virtualenv bug
2013-12-08 14:05:08 -08:00
Donald Stufft
6d6f9ec0ac Merge pull request #1368 from dstufft/ugprade-requests-1.5.X
Upgrade requests to 2.1.0
2013-12-05 19:13:09 -08:00
Donald Stufft
3ff4b3ca45 Upgrade requests to 2.1.0 2013-12-05 19:41:49 -05:00
Marcus Smith
0017f1b1cb use latest wheel from pypi when testing 2013-12-04 19:38:10 -08:00
Donald Stufft
f81c026c7b Merge pull request #1361 from dstufft/upgrade-pypy-1.5
Upgrade PyPy in our tests (1.5.X)
2013-12-03 20:46:51 -08:00
Donald Stufft
abdb597dbf Upgrade PyPy in our tests 2013-12-03 21:29:24 -05:00
Marcus Smith
b5eb6122cd fix typo in find-links usage examples 2013-11-30 23:34:47 -08:00
Marcus Smith
5e0eeb2af6 rules and examples for how pip install --user works 2013-11-30 23:05:00 -08:00
Marcus Smith
31526c80a1 update changelog 2013-11-29 18:44:02 -08:00
Marcus Smith
85f4f6c341 Merge pull request #1353 from qwcode/uninstall_user_scripts
uninstalling --user dists should leave global scripts alone (and only uninstall user scripts)
2013-11-29 17:41:10 -08:00
Marcus Smith
b42dcc6973 move --user uninstall tests to dedicated module 2013-11-29 17:15:50 -08:00
Marcus Smith
861023bc0d uninstalling --user dists should leave global scripts alone 2013-11-29 17:08:43 -08:00
Marcus Smith
0a3ad419db update changelog 2013-11-29 13:17:27 -08:00
Marcus Smith
da6707729a Merge pull request #1352 from qwcode/fix_ignore_installed
fix --ignore-installed (Issue #1097)
2013-11-29 13:11:30 -08:00
Marcus Smith
e6348703fd fix --ignore-installed (Issue #1097) 2013-11-29 12:49:14 -08:00
Marcus Smith
0bd1b06af6 Merge pull request #1344 from qwcode/aix_nofollow
fix for certain platforms/versions not having `os.O_NOFOLLOW`
2013-11-26 08:38:10 -08:00
Marcus Smith
48f8c0a18e deprecate --no-install and --no-download 2013-11-24 18:21:00 -08:00
Marcus Smith
1f5343ec31 skip symlink tests when not hasattr(os, 'symlink') 2013-11-24 15:50:11 -08:00
Marcus Smith
65c23d85a5 add 1.5.X to travis branch list 2013-11-24 15:38:40 -08:00
Marcus Smith
1d1aaa9058 fix for certain platforms/versions not having os.O_NOFOLLOW 2013-11-24 15:26:22 -08:00
Marcus Smith
a8c829eb7e changelog updates 2013-11-24 12:58:24 -08:00
Marcus Smith
09b37fa7d0 fill in missing authors 2013-11-24 12:57:51 -08:00
Donald Stufft
953e08288f Test against virtualenv 1.11.X 2013-11-22 09:07:04 -05:00
Donald Stufft
ebd8f045cf bump to the rc version 2013-11-22 01:09:24 -05:00
Donald Stufft
5598abbf1b test updated virtualenv 2013-11-22 00:48:39 -05:00
Donald Stufft
9319efc900 Merge pull request #1335 from dstufft/compile-wheel-pyc
Enable --[no-]compile which will compile or not compile pyc files
2013-11-21 20:35:30 -08:00
Donald Stufft
7ec49dc2fb Enable --[no-]compile which will compile or not compile pyc files
* Enables compilation for Wheel files
* Adds an easy command line for distutils/setuptools compilation
  options
2013-11-21 23:19:15 -05:00
Marcus Smith
56d3a48de1 Merge pull request #1330 from qwcode/path_to_url
a single `path_to_url` function with tests
2013-11-20 16:09:57 -08:00
Marcus Smith
ade1bcf987 backwardcompat fixes for py3 2013-11-20 15:36:09 -08:00