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

131 commits

Author SHA1 Message Date
Matt Iversen
c6bd79e962 Fix pull / issue syntax 2014-08-12 03:23:44 +10:00
Jannis Leidel
09d11312f9 Merge pull request #1933 from r1chardj0n3s/wheel-file-list
Wheel file list
2014-08-11 13:17:13 +02:00
Donald Stufft
cbbbc9f6c7 Merge pull request #1926 from jschneier/develop
install -d works on vcs links fix #798 fix #1060
2014-08-04 09:58:16 -04:00
Donald Stufft
90688e82b1 Revert "Merge pull request #1519 from dstufft/remove-dependency-links"
This reverts commit da02f073da, reversing
changes made to 2ad8888901.

Conflicts:
	CHANGES.txt
	pip/commands/freeze.py
	pip/commands/list.py
	pip/commands/wheel.py
	pip/index.py
	pip/req/req_set.py
	pip/vcs/subversion.py
2014-08-01 16:50:08 -04:00
Marcus Smith
5492422187 minor fixes to changelog 2014-07-29 10:36:20 +10:00
Marcus Smith
80fb4fd80d minor fixes to changelog 2014-07-21 18:05:27 -07:00
Josh Schneier
283df0e5a2 install -d works on vcs links fix #798 fix #1060 2014-07-17 01:53:14 -04:00
Richard Jones
66d26ca8b4 Correct paths reported so they are relative to the reported location of the package
fixes #1932
2014-07-16 16:36:46 +02:00
Antonio Alvarado Hernandez
0dedf2b6f5 Passing headers per-request in PipXmlrpcTransport
* Changed `PipXmlrpcTransport` to pass headers at request scope
* Added summary line to the changelog
2014-07-04 00:25:21 +02:00
Donald Stufft
aae78a66ae Add #1859 to the changelog 2014-06-25 23:45:55 -04:00
MinRK
c2e71e7ce6 query installed requirements for extras
fixes issue where egg_info('requires.txt') does not exist
for packages installed from wheels.
2014-06-25 22:45:28 -04:00
Donald Stufft
e05a759b6e Fix #1101 - Properly handle a <base> without a href 2014-06-13 07:49:56 -04:00
Donald Stufft
169379d839 Fix #1319 - Allow use of Zip64 extension 2014-06-13 07:15:03 -04:00
Donald Stufft
4a8173c4ed Fix #1680 - Use System SSL Certificates if Available 2014-06-12 23:10:00 -04:00
Marcus Smith
3d64db281b merge 1.5.X into develop 2014-05-26 15:06:36 -07:00
Marcus Smith
a36f663e2b update changelog 2014-05-26 14:50:01 -07:00
Donald Stufft
8ba11ed565 Merge branch 'master' into develop
Conflicts:
	CHANGES.txt
	pip/__init__.py
	pip/_vendor/vendor.txt
2014-05-16 22:27:02 -04:00
Donald Stufft
81f21f2261 Merge branch '1.5.X'
Conflicts:
	CHANGES.txt
2014-05-16 22:21:32 -04:00
Donald Stufft
52ffb9f9ea bump changelog 2014-05-16 22:18:42 -04:00
Donald Stufft
398bc9e9ea Upgrade requests to 2.3.0 2014-05-16 14:11:53 -04:00
Donald Stufft
52ca02608e Use CacheControl instead of custom cache code
* Deprecates the --download-cache option & removes the download
  cache code.
* Removes the in memory page cache on the index
* Uses CacheControl to cache all cacheable HTTP requests to the
  filesystem.
  * Properly handles CacheControl headers for unconditional
    caching.
  * Will use ETag and Last-Modified headers to attempt to do a
    conditional HTTP request to speed up cache misses and turn
    them into cache hits.
  * Removes some concurrency unsafe code in the download cache
    accesses.
  * Uses a Cache-Control request header to limit the maximum
    length of time a cache is valid for.
* Adds pip.appdirs to handle platform specific application
  directories such as cache, config, data, etc.
2014-05-09 18:28:20 -04:00
Marcus Smith
b0b05737a9 Merge pull request #1787 from qwcode/wheel_editables
build wheels for dependencies of editables
2014-05-09 15:00:50 -07:00
Donald Stufft
f79ca70c66 Remove the bundle functionality from pip 2014-05-08 16:09:23 -04:00
Marcus Smith
12034176a1 build wheels for dependencies of editables 2014-05-03 10:12:57 -07:00
Donald Stufft
a4fec67bba Merge branch 'master' into develop
Conflicts:
	.travis.yml
	CHANGES.txt
	PROJECT.txt
	README.rst
	docs/installing.rst
	pip/__init__.py
	pip/_vendor/vendor.txt
	setup.py
	tox.ini
2014-05-03 02:37:03 -04:00
Donald Stufft
0e72f65bf4 Merge branch '1.5.X'
Conflicts:
	.travis/py34.sh
	CHANGES.txt
	PROJECT.txt
2014-05-03 01:13:28 -04:00
Donald Stufft
afae20557e Upgrade setuptools to 3.4.4 2014-05-02 22:02:50 -04:00
Donald Stufft
060ffb1ec9 Update the change log 2014-05-02 21:01:23 -04:00
Donald Stufft
23caaf35c2 Update documentation to point at https://pip.pypa.io/ 2014-05-02 20:08:13 -04:00
Donald Stufft
8d0741a0d2 Update documentation to point at the new bootstrap location 2014-05-02 18:55:39 -04:00
Marcus Smith
a851db31df changelog update (typo) 2014-05-02 09:58:59 -07:00
Marcus Smith
a695264936 changelog updates 2014-05-02 09:41:47 -07:00
Paul Moore
bfc26a17db Mentioned issue 1769 in changelog 2014-04-29 13:48:16 +01:00
Matthew Iversen
0fffb402e4 Merge branch 'duplicate_consumers' into develop
Conflicts:
	CHANGES.txt
2014-04-25 18:29:18 +10:00
Matthew Iversen
11e928a7df Add changelog for this PR 2014-04-23 23:05:37 +10:00
Matthew Iversen
81932c2238 Add changelog 2014-04-18 20:53:22 +10:00
Donald Stufft
22c562429a Use Accept-Encoding: identity when requesting files 2014-03-27 11:34:51 -04:00
Marcus Smith
3d1a6e79d5 update changelog to mention PR1364 2014-03-19 22:56:44 -07:00
Matthew Iversen
6181816d8a Use Sphinx extlinks for github issues/pulls
- :issue:`DDD` results in #DDD
- :pull:`DDD` results in PR #DDD
- Updated CHANGES.txt to use these
- Refs PR #1647
2014-03-16 16:31:20 +11:00
Marcus Smith
d32e6ddf03 update changelog 2014-03-14 21:35:10 -07:00
Marcus Smith
ae0cfe3035 update changelog 2014-03-13 13:42:02 -07:00
Bruno Renié
244b399f1f Fix #1424 -- add support for SSL client certificate 2014-03-07 13:41:15 +01:00
Marcus Smith
cb52a330d3 update changelog 2014-03-04 22:43:53 -08:00
Donald Stufft
3f78e35201 Fix changelog link 2014-02-25 20:29:57 -05:00
Donald Stufft
95ac4c16f5 Remove dependency links support from pip 2014-02-25 18:39:40 -05:00
Donald Stufft
c8d9368e71 Merge branch 'master' into develop
Conflicts:
	CHANGES.txt
	pip/__init__.py
2014-02-21 07:18:52 -05:00
Donald Stufft
313b8d9f7d Merge branch '1.5.X'
Conflicts:
	CHANGES.txt
2014-02-21 07:10:46 -05:00
Marcus Smith
1a0e8fad4c log deprecation for --build when value is different than default 2014-02-20 22:37:35 -08:00
Marcus Smith
8b53c451fd remove redundancy from changelog 2014-02-20 21:14:13 -08:00
Donald Stufft
751eec65f3 Merge branch 'master' into develop
Conflicts:
	CHANGES.txt
	docs/configuration.rst
	docs/cookbook.rst
	docs/reference/pip.rst
	docs/usage.rst
	pip/__init__.py
	pip/commands/install.py
	pip/commands/wheel.py
	pip/req.py
	pip/wheel.py
	tests/unit/test_wheel.py
2014-02-20 20:33:59 -05:00