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

987 commits

Author SHA1 Message Date
Pradyun S. Gedam 8b5cf0de1d 🎨 Misc change to re-trigger CI 2017-06-13 10:33:13 +05:30
David Tucker 7b88f2bbe4 Fall back to sys.getdefaultencoding in auto_decode (#4430)
* Test auto_decode when getpreferredencoding is None

* Fall back to sys.getdefaultencoding in auto_decode

* Add a news file fragment for 4184
2017-06-01 21:41:01 +02:00
Pradyun S. Gedam 0bdbee5c30 TemporaryDirectory abstraction (#4332)
* Rename BuildDirectory to TempDirectory

Because that's what it is.

* Use TempDirectory in more places (take 2)

* Fix indentation...

* 🎨

* Dumb mistake.

* Defer creation of temporary directory

* Misc

* Oops!

* Use better name

* Fix mistakes made in rebasing

* Remove unnecessary wrapping

* 📰

* Misc change to trigger a new CI build

* Make TempDirectory more robust

Update test accordingly

* 🎨 Remove unused import

* 🔧 Fix mistake made during merge

* Move kind to prefix

* Move delete initalization to __init__

* Remove unrelated message

* Improve existing test

* Oops.

* Add a test to verify that readonly files are also deleted

* 🎨

* Increase places where TempDirectory is used

* Remove unused import

* Improve tests, fix bug

* 🎨

* Update test for new behaviour

* Missed no_clean argument

* Make temp_dir private

* Delete the temporary directory based on no_clean

* Give TemporaryDirectory use a unique name

* 🎨

* 📝 Add basic documentation
2017-06-01 14:54:29 +02:00
Donald Stufft 2dd2375c11 Merge pull request #4509 from pradyunsg/misc/indent-completion-snippets
Indent the completion text and use textwrap.dedent
2017-05-30 07:48:36 -04:00
Paul Moore 8a101321f6 Another attempt to fix encoding issues (#4486)
When reading bytes from subprocesses, use the locale encoding. Don't fail if the data is encoded incorrectly - instead, use the backslashreplace error handler (and warn the user).
2017-05-27 22:02:08 +01:00
Pradyun S. Gedam 067dd14082
📰 2017-05-25 22:16:56 +05:30
Pradyun S. Gedam d6db3b0429 📰 2017-05-20 13:22:31 +05:30
Pradyun S. Gedam 9ed0dd73a1 Add a news file 2017-05-20 12:53:13 +05:30
Donald Stufft 9c03780319 Merge pull request #4454 from dstufft/securetransport
Use SecureTransport on macOS
2017-05-19 18:15:13 -04:00
Donald Stufft 410549db9d Merge pull request #4500 from pradyunsg/switch-default-strategy
Switch default upgrade strategy to only-if-needed
2017-05-19 18:10:18 -04:00
Pradyun S. Gedam 053218b991 📰 2017-05-19 19:40:59 +05:30
Donald Stufft 7c4353e683 Merge pull request #4144 from takluyver/pep518
Install build dependencies as specified in PEP 518
2017-05-19 09:48:43 -04:00
Donald Stufft 84677844e3 Inject securetransport support into pip
Older versions of OpenSSL (before 1.0.1) did not support TLSv1.2 and
in the near future PyPI will be configured to *only* support TLSv1.2+.
This allows us to utilize SecureTransport on these systems where the
linked OpenSSL is *not* new enough to handle TLSv1.2.
2017-05-19 09:47:23 -04:00
Donald Stufft bf5c388aa1 Merge pull request #4499 from dstufft/upgrade
Upgrade Dependencies
2017-05-19 09:10:26 -04:00
Donald Stufft 5fcd202a11 Merge pull request #4492 from pradyunsg/rerun-network-tests
Mark network tests as flaky and do reruns on fail
2017-05-19 08:28:12 -04:00
Donald Stufft de829c4017 Merge pull request #4233 from pradyunsg/nicer-permissions-error
Nicer permissions error message
2017-05-19 08:04:18 -04:00
Donald Stufft c665bc1369 Upgrade setuptools to 35.0.2 2017-05-19 08:01:44 -04:00
Donald Stufft 20b2f324f5 Upgrade requests to 2.14.2 2017-05-19 08:01:43 -04:00
Donald Stufft 065b9de2c8 Upgrade distlib to 0.2.5 2017-05-19 08:01:43 -04:00
Donald Stufft cd2bfd20a6 Upgrade colorama to 0.3.9 2017-05-19 08:01:43 -04:00
Donald Stufft 686ea382fe Merge pull request #4484 from pradyunsg/readme-modification
README: Move badges before links
2017-05-19 07:12:44 -04:00
Donald Stufft d24581fedf Merge pull request #4493 from pradyunsg/nicer-uninstall
Make uninstall less verbose
2017-05-19 07:12:15 -04:00
Thomas Kluyver 20955812bf Merge branch 'master' into pep518 2017-05-19 11:04:32 +01:00
Pradyun S. Gedam 053fa2f3f3 📰 2017-05-19 14:42:26 +05:30
Pradyun S. Gedam 5605976160 📰 2017-05-19 12:45:12 +05:30
Pradyun S. Gedam 501b774d7e 📰 2017-05-19 11:20:49 +05:30
Pradyun S. Gedam dc6ce2260a 📰 2017-05-19 08:48:57 +05:30
Donald Stufft f16de42863 Merge pull request #4485 from pradyunsg/isort-only
Sort all imports
2017-05-18 15:58:28 -04:00
Pradyun S. Gedam 4a86d894de 📰 2017-05-18 20:11:12 +05:30
Pradyun S. Gedam ad0349624d 📰 2017-05-18 18:55:07 +05:30
Pradyun S. Gedam 206bf1f041 📰 2017-05-17 23:59:06 +05:30
Pradyun S. Gedam 476fbf2d2a 📰 2017-05-16 23:50:43 +05:30
Pradyun S. Gedam 464e9d14ec 📰 2017-05-16 15:54:03 +05:30
Pradyun S. Gedam e3abcbc658 📰 2017-05-16 10:29:33 +05:30
Pradyun S. Gedam 6c201b7c8e New entry 2017-05-13 15:59:13 +05:30
Paul Moore ccd75d4daf Merge pull request #4442 from pfmoore/user_site
Ensure USER_SITE is set by calling getusersitepackages() on Python 3.2+
2017-05-05 15:53:00 +01:00
AraHaan 0d513acd0f Inform users when vcs's are not in the path. (#4461)
Inform users when the vcs command is not in the path.

This provides extra information when someone who tries to use git with pip but can't because git is not in the path environment variable.
2017-05-03 08:46:36 +01:00
Xavier Fernandez 548a913652 Deprecate SVN specific code based on dependency links
This seems to have been around since forever (c2000d7de6 at least)
for an undocumented, untested and quite specific corner case based
on the deprecated dependency links.
2017-04-19 23:20:16 +02:00
Paul Moore 048dacde21 Ensure USER_SITE is set by calling getusersitepackages() 2017-04-12 19:36:11 +01:00
Xavier Fernandez 2552da3f27 Bump progress to 1.3
Closes #3015
2017-04-10 15:49:43 +02:00
Dustin Ingram 253d2a673e
Support installing from Git refs 2017-04-07 09:50:58 -04:00
Xavier Fernandez 4ee868553c Merge pull request #4208 from frame-technology/relative-file-paths
Support relative paths for file links.
2017-04-07 10:02:48 +02:00
Donald Stufft 88fa958db2 Merge pull request #4224 from kuzmiigo/fix-search-latest-version
Fix the latest version number in search results
2017-04-06 18:18:06 -04:00
Igor Kuzmitshov fe9f070133 Add NEWS entry 2017-04-06 18:29:10 +01:00
Dustin Ingram 13373c37cf
Generalize help text for compile/no-compile flags 2017-04-06 13:27:46 -04:00
Donald Stufft 4749845a51 Merge pull request #4413 from luojiebin/Fixed-issue#4008
Allowed combinations of -q and -v to act sanely
2017-04-06 12:37:02 -04:00
luojiebin d0c0cc9e80 Fixed issue #949 (#4414)
* Showed installers when list command runs with -vv option

* Added news entry

* Updated code to show both location and installer of a package when '-v' is used

* Removed installer from freeze format

* Moved get_installer function to pip.utils.packaging
2017-04-06 15:16:18 +02:00
Dustin Ingram 07d0bb7928
Upgrade webencodings==0.5.1 2017-04-05 17:31:53 -04:00
Brandon L. Reiss 465ca092c0 Add news/4208.bugfix. 2017-04-05 10:17:02 -04:00
Luo Jiebin 9aee3e6e82 Added news entry 2017-04-04 14:51:55 +08:00
Donald Stufft 0abb87d39a Merge pull request #4402 from luojiebin/master
Fixed issue #979
2017-04-03 08:56:40 -04:00
Luo Jiebin 58346dfab8 Added a news entry 2017-04-03 09:57:27 +08:00
Donald Stufft 77154ead85 Fix a typo in the news file entry 2017-04-01 17:12:26 -04:00
Donald Stufft 2e534b0c92 Merge pull request #4393 from qdamian/handle-url-encoded-credentials
Finish PR 3732: Handle url encoded credentials
2017-04-01 15:41:11 -04:00
Thomas Kluyver b0b6ec1c7a Add news file 2017-04-01 19:35:01 +01:00
Donald Stufft 418a4dea41 Merge pull request #4395 from dstufft/upgrade-distro
Upgrade distro to 1.0.4
2017-04-01 14:17:02 -04:00
Donald Stufft 197c057b48 Merge pull request #4384 from vphilippon/install-whell-with-non-pep440-version
Install wheel with a non-PEP 440 version in the filename.
2017-04-01 10:59:01 -04:00
Donald Stufft 270ea3af20 Upgrade distro to 1.0.4 2017-04-01 10:51:45 -04:00
Damian Quiroga 3cdd162a7b Expect and return str when handling URL credentials 2017-03-30 22:01:43 -03:00
Donald Stufft 985dd899e0 Merge pull request #4388 from dstufft/upgrade
Upgrade CacheControl and setuptools
2017-03-30 20:48:12 -04:00
Donald Stufft 55c43aa364 Removed setup.py test support 2017-03-30 16:52:49 -04:00
Donald Stufft 69734f1627 Upgrade setuptools to 34.3.3 2017-03-30 08:49:11 -04:00
Donald Stufft 0078723269 Upgrade CacheControl to 0.12.2 2017-03-30 08:48:14 -04:00
Vincent Philippon 8378567b61 Install wheel with a non-PEP 440 version in the filename.
PEP 427 has no specific requirements for the format of the version.
As pip wheel allows to create a wheel with a non-PEP 440 version,
it should also be able to install that same wheel.
2017-03-27 23:12:42 -04:00
fiber-space fa7aeb6cc8 Fixes destination directory of data_files when 'pip install --target' is used (#4092) (#4152) 2017-03-26 23:55:50 +02:00
Xavier Fernandez 49f259814f tests: addapt test_install_quiet
-qqq is now needed to hide warnings
2017-03-26 17:39:32 +02:00
Cooper Lees e41b8b1959 Add PR 4336 news file 2017-03-23 11:12:35 -07:00
Xavier Fernandez 7adacc8b18 Fix deduce_helpful_msg in python3
Add a test and changelog for #4127
2017-03-23 12:57:57 +01:00
Donald Stufft 49af40e173 Merge pull request #4355 from dstufft/deprecate-3.3
Deprecate support for Python 3.3
2017-03-22 21:53:20 -04:00
Donald Stufft bca2cf3824 Merge pull request #4362 from alex/patch-4
Remove pip download --editable, it doesn't make sense
2017-03-22 19:33:35 -04:00
Donald Stufft 6b54145783 Deprecate support for Python 3.3 2017-03-22 19:22:56 -04:00
Paul Kehrer 476d297ff6 add support for returning setuptools version for bigquery statistics (#4209)
* add support for returning setuptools version for bigquery statistics

* don't send the data if None

* add changelog entry
2017-03-22 23:59:43 +01:00
Alex Gaynor 935b11896e Added a newsfile 2017-03-22 18:47:06 -04:00
Donald Stufft 2f7007ca0a Merge pull request #4351 from dstufft/remove-10
Officially bump to 10.0 and remove deprecated items.
2017-03-20 14:45:02 -04:00
Donald Stufft c15e112287 Merge pull request #4353 from dstufft/changelog-for-4322
Add a missing changelog for #4322
2017-03-20 12:11:01 -04:00
Donald Stufft 078f4444bf Add a missing changelog for #4322 2017-03-20 11:08:06 -04:00
Donald Stufft 8c2a1b44b0 Upgrade distro to 1.0.3 2017-03-20 11:03:15 -04:00
Donald Stufft fabb73971e Remove the ability to uninstall distutils installed projects 2017-03-20 10:49:57 -04:00
Donald Stufft ffac1c2180 Removed the deprecated --default-vcs option 2017-03-20 10:49:57 -04:00
Donald Stufft 95b9541ed4 Remove the deprecated --(no-)use-wheel flags 2017-03-20 10:49:56 -04:00
Donald Stufft 0b1f521059 Switch the default for pip list to the columns format 2017-03-20 10:49:56 -04:00
Donald Stufft e6bfa12403 Remove the deprecated --download option to install 2017-03-20 10:49:56 -04:00
Donald Stufft bb41490225 Removed the deprecated --allow-* commands from PEP 438 2017-03-19 20:51:54 -04:00
Donald Stufft bb48371714 Removed the deprecated `--egg` flag 2017-03-19 20:31:23 -04:00
Donald Stufft 90dd13f6a6 Add a special kind of towncrier type for vendored lib updates 2017-03-19 16:49:55 -04:00
Donald Stufft c36cca51ca Allow marking a change as "trivial" for the news file 2017-03-19 16:39:27 -04:00
Donald Stufft a45c2f5e24 Generate our NEWS.rst with towncrier 2017-03-19 12:00:31 -04:00