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

3083 commits

Author SHA1 Message Date
Donald Stufft 86b14a7c44 Merge pull request #2026 from dstufft/update-logging-calls
Update logging calls to the match the stdlib logging
2014-09-11 09:35:08 -04:00
Donald Stufft 4d6a4d98b9 Merge pull request #2025 from dstufft/upgrade-dependencies
Upgrade dependencies
2014-09-11 09:19:04 -04:00
Donald Stufft ae5e9b45a9 Update logging calls to the match the stdlib logging 2014-09-11 09:07:40 -04:00
Paul Moore f6b0665553 Merge pull request #2007 from jonparrott/develop
Fixing issues with install's --target option.
2014-09-11 14:04:26 +01:00
Donald Stufft 3c1304a07f Upgrade html5lib to 0.999 2014-09-11 08:52:45 -04:00
Donald Stufft 8a1f622f08 Upgrade colorama to 0.3.2 2014-09-11 08:46:00 -04:00
Donald Stufft 796320abac Merge pull request #2024 from kevinburke/requests-2.4.1-try3
Requests 2.4.1
2014-09-10 17:49:11 -04:00
Kevin Burke ffb2ddee4f Dont fallback to sitewide imports 2014-09-10 14:13:35 -07:00
Kevin Burke ef9398e4f6 revert travis change 2014-09-10 12:52:15 -07:00
Kevin Burke e77c0c573c kill ChunkedEncodingError 2014-09-10 12:42:23 -07:00
Kevin Burke 53eab2357e make it pass 2014-09-10 12:38:35 -07:00
Kevin Burke 2d82860dad update cachecontrol to version 0.10.3 2014-09-10 12:25:44 -07:00
Kevin Burke 3e5e8c45f5 remove dist-info files as well 2014-09-10 12:22:32 -07:00
Kevin Burke 6a70afeb7e update requests to 2.4.1 and add certifi dependency 2014-09-10 12:22:24 -07:00
Donald Stufft 7aa9075626 Merge pull request #2021 from dstufft/standard-user-config
Implement platform specific user config locations
2014-09-10 12:45:23 -04:00
Donald Stufft f63d1e3abb Implement platform specific user config locations 2014-09-10 11:43:34 -04:00
Donald Stufft 31b5cb523a Merge pull request #2020 from dstufft/minor-test-layout-change
Properly split up the test cases for appdirs
2014-09-10 11:20:36 -04:00
Donald Stufft b5338d2c92 Merge pull request #2019 from dstufft/move-appdirs-utils
Move appdirs from pip.appdirs to pip.utils.appdirs
2014-09-10 11:01:52 -04:00
Donald Stufft 2dd235e4eb Properly split up the test cases for appdirs 2014-09-10 10:42:23 -04:00
Donald Stufft 8e0ec8d293 Move appdirs from pip.appdirs to pip.utils.appdirs 2014-09-10 10:40:22 -04:00
Donald Stufft 18c79b5b68 Merge pull request #2008 from dstufft/standard-logging
Switch from using a homegrown logging solution to the stdlib logging module
2014-09-10 09:59:05 -04:00
Donald Stufft 767d11e49c Switch to using the stdlib logger instead of pip.log 2014-09-10 09:36:09 -04:00
Donald Stufft 83cdcc1f40 Vendor progress 1.2 to handle the progress bars in pip 2014-09-10 08:50:35 -04:00
Donald Stufft 8407f19986 Convert pip.compat into a package 2014-09-10 07:33:57 -04:00
Donald Stufft 800af158cd Merge pull request #2012 from remram44/unicode-log_v3
Fix attempt for unicode bug #1137 (v3)
2014-09-10 07:31:59 -04:00
Donald Stufft beb54f5535 Merge pull request #2017 from dstufft/extend-user-agent
Switch to a JSON user-agent with more information
2014-09-10 01:04:15 -04:00
Donald Stufft 6cbc08dfd1 Switch to a JSON user-agent with more information 2014-09-09 21:35:25 -04:00
Donald Stufft a4dcc27222 Merge pull request #2015 from techtonik/patch-3
docs: there are also independent package managers
2014-09-08 15:35:48 -04:00
anatoly techtonik aef9dccc92 docs: there are also independent package managers 2014-09-07 22:52:00 +03:00
Remi Rampin 9626970115 Fix for unicode in the log 2014-09-01 21:47:05 -04:00
Remi Rampin 48584f0de7 Adds test for native_str() 2014-09-01 21:47:04 -04:00
Remi Rampin a8a5ad41a2 Allows native_str() to optionally ignore errors 2014-09-01 21:47:04 -04:00
Remi Rampin 00c69bd704 Acceptance test for unicode log fix 2014-09-01 21:32:14 -04:00
Donald Stufft e90b86fa3b Merge pull request #2010 from dstufft/fix-no-cache
Fix --no-cache-dir
2014-08-31 17:07:14 -04:00
Donald Stufft 9a23d4ed11 Fix --no-cache-dir 2014-08-31 16:01:01 -04:00
Jon Wayne Parrott ecb3049b8d Covering case of single-module packages.
Behavior is now to overwrite files or folders if --upgrade is specified, however, links will not be overwritten.
2014-08-31 12:11:27 -04:00
Donald Stufft 0783bc17d0 Merge pull request #2006 from dstufft/upgrade-six
Upgrade six to 1.7.3
2014-08-31 03:09:14 -04:00
Jon Wayne Parrott 12ff251d2d Fixing pep8 errors 2014-08-30 21:25:03 -04:00
Jon Wayne Parrott acf8634e8f Fixing issues with install's --target option.
1. Check for the existence of a directory before copying from temporary directory to final target. If it exists, warn the user.
 2. If the user specifies the --upgrade option and the directory exists, delete it and continue with installation.
 3. Adding tests for above cases.

This resolves #1489, #1710 completely and parts of #1833.
2014-08-30 20:21:08 -04:00
Donald Stufft e8e3b21a18 Upgrade six to 1.7.3 2014-08-30 19:26:27 -04:00
Donald Stufft 4b6b7c77b6 Merge pull request #2005 from dstufft/pr-1959
Continue PR #1959
2014-08-30 19:13:31 -04:00
Donald Stufft e4d1228e47 Test that parse_requirements does not require a finder 2014-08-30 17:20:21 -04:00
Donald Stufft 8f1cddb72c Merge pull request #2004 from dstufft/use-windows-compat-check
Fix to add a missed/new windows compat location
2014-08-30 17:05:14 -04:00
Donald Stufft 80399a6c3f Fix to add a missed/new windows compat location 2014-08-30 14:53:56 -04:00
Donald Stufft e7c08b04d6 Merge pull request #1815 from pcx/develop
update help to make Package Index Options' usage clearer, ref #1814
2014-08-30 14:50:41 -04:00
Donald Stufft 89fc318113 Merge pull request #1897 from paweljasinski/ironpython
detect windows when running under IronPython
2014-08-30 13:48:45 -04:00
Matthew Einhorn 4baca82181 Replaces spaces in username.
Conflicts:
	pip/locations.py
2014-08-29 21:12:04 -04:00
Donald Stufft 673b7c31f4 Merge pull request #1822 from xavfernandez/develop_moveunpack
Move unpack_url to pip.download
2014-08-28 12:36:08 -04:00
Xavier Fernandez 3b3c20983f pip.download: refactor and try to clarify
add _check_download_dir and _download_http_url to ease the understanding
of unpack_http_url and unpack_file_url functions
2014-08-27 22:08:27 +02:00
Xavier Fernandez 4f249fadb0 pip.download: add docstring and log 2014-08-27 22:08:27 +02:00