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

6979 commits

Author SHA1 Message Date
Ami Fischman 2a90808387 Prefix user_log (--log) entries with timestamp (#6142)
Why? Eases post-facto analysis of time spent in different phases of pip operation.

Historical note:
767d11e49c (diff-b670e3b192038c9ffe810c1a12c0c51fL219)
made it so that pip invocations emit zero timestamp information to the log
file. Prior to that each pip invocation's start time was written out (search
that commit's diff for [strftime]).

Result: https://gist.github.com/fischman/f570886219de5c64a3b695300195c70a

Resolves https://github.com/pypa/pip/issues/6141
2019-01-20 03:02:22 -08:00
Donald Stufft 5074327bcb
Merge pull request #6147 from dstufft/warn-on-27
Warn on Python 2.7
2019-01-19 21:53:09 -05:00
Pradyun Gedam 467ee29625
Merge pull request #6146 from pradyunsg/vendoring/jan-2019-updates
Vendoring updates for Jan 2019
2019-01-20 06:51:02 +05:30
Donald Stufft f3b9cf2e8f fix grammar, line lengths 2019-01-19 19:09:04 -05:00
Chris Jerdonek f982845aee
Merge pull request #6134 from cjerdonek/pip-no-use-pep517
Prevent the use of PIP_NO_USE_PEP517 to head off user confusion
2019-01-19 13:08:22 -08:00
Donald Stufft a44579ca2d Fix tests for deprecated Pythons 2019-01-19 15:01:33 -05:00
Donald Stufft 71dbc9c3d5 Warn on Python 2.7 2019-01-19 14:54:07 -05:00
Pradyun Gedam 07b318ff08
Update license year to 2019 2019-01-20 00:04:56 +05:30
Pradyun Gedam 785ecf476a
Update requests to 2.21.0 2019-01-18 12:33:32 +05:30
Pradyun Gedam 45e356b1fa
Update pkg_resources to 40.6.3 (via setuptools) 2019-01-18 12:33:22 +05:30
Pradyun Gedam e772c0c9b4
Update pytoml to 0.1.20 2019-01-18 12:32:10 +05:30
Pradyun Gedam 5f2a936859
Update pep517 to 0.5.0 2019-01-18 12:31:14 +05:30
Pradyun Gedam f0de122e3d
Update idna to 2.8 2019-01-18 12:30:36 +05:30
Pradyun Gedam c42f16d707
Update distlib to 0.2.8 2019-01-18 12:29:43 +05:30
Pradyun Gedam 0071af5c8e
Update six to 1.12.0 2019-01-18 12:29:17 +05:30
Pradyun Gedam 7591a54b89
Update pyparsing to 2.3.1 2019-01-18 12:28:19 +05:30
Pradyun Gedam a90c04eee8
Update certifi to 2018.11.29 2019-01-18 12:27:32 +05:30
Pradyun Gedam 606c0edd63
Update urllib3 to 1.24.1 2019-01-18 12:26:27 +05:30
Pradyun Gedam e35524ae5d
Update colorama to 0.4.1 2019-01-18 12:24:18 +05:30
Pradyun Gedam 96a0ac24bd
Alphabetically sort the vendor requirements 2019-01-18 09:23:03 +05:30
Pradyun Gedam 0637aad879
Merge pull request #6140 from jdufresne/check-call
Remove workaround for unsupported Pythons
2019-01-17 16:55:30 +05:30
Jon Dufresne a06d846a1d Remove workaround for unsupported Pythons
subprocess.check_call() was added in Python 2.5.

https://docs.python.org/2/library/subprocess.html#subprocess.check_call
2019-01-15 19:44:05 -08:00
Chris Jerdonek 5fe3157917 Change the --no-cache-dir error to use raise_option_error(). 2019-01-15 09:21:16 -08:00
Chris Jerdonek c0cc004ca8 Raise an error if the user tries to use PIP_NO_USE_PEP517. 2019-01-15 09:21:12 -08:00
Chris Jerdonek 35b1cc1c97
Tweak two use_pep517 identity checks. (#6135) 2019-01-14 23:25:20 -08:00
Pradyun Gedam 47d7f2b92e
Merge pull request #6123 from xavfernandez/deprecate34
Deprecate Python 3.4
2019-01-13 12:46:43 +05:30
Xavier Fernandez b268c67f84 Deprecate Python 3.4 2019-01-12 22:08:24 +01:00
Xavier Fernandez 5e573df69c Add deprecate_python fixture to easily deprecate python versions
pip usually emits a warning and tests have to be adapted
2019-01-12 21:50:40 +01:00
Chris Jerdonek 4dc8710654
Tweak freeze comment when no version control detected. (#6128) 2019-01-12 12:44:45 -08:00
Xavier Fernandez a09913673f Redact index password from logs
Closes #6124
2019-01-10 10:47:19 +01:00
Chris Jerdonek 2a6d282984
Merge pull request #6122 from cjerdonek/make-get-src-requirement-class-method
Make VersionControl.get_src_requirement() a class method
2019-01-09 20:54:16 -08:00
Xavier Fernandez 477147091e
Merge pull request #6116 from peterlisak/bug-fix-outdated-not-required
pip list --not-required --outdated should list only outdated packages…
2019-01-09 22:15:53 +01:00
Chris Jerdonek 6a882b6d91 Fix tests. 2019-01-09 01:52:24 -08:00
Chris Jerdonek 8d45557ff1 Make get_src_requirement() a class method. 2019-01-09 01:52:24 -08:00
Chris Jerdonek 8a036105dd Make get_revision() and get_revision_hash() class methods. 2019-01-09 01:52:19 -08:00
Chris Jerdonek 8a771d027d Make get_remote_url() a class method. 2019-01-09 01:24:16 -08:00
Chris Jerdonek 41f058b4f5 Make _get_subdirectory(), _get_svn_url_rev(), and _is_local_repository() class methods. 2019-01-09 01:24:16 -08:00
Chris Jerdonek 00ae3f594d Make VersionControl.run_command() a class method. 2019-01-09 01:24:16 -08:00
Peter Lisák 1a87e577d0 Add comments 2019-01-07 17:10:08 +01:00
Pradyun Gedam 8ff8e1fa9e
Merge pull request #6060 from pradyunsg/remove/dependency-links
Remove dependency links support
2019-01-07 08:49:13 +05:30
Chris Jerdonek e155b4778a
Merge pull request #6095 from cjerdonek/freeze-repo-with-no-remote
Address #4759: change freeze to support editable Git repos with no remote
2019-01-06 14:20:22 -08:00
Peter Lisák 4f35981085 pip list --not-required --outdated should list only outdated packages that are not dependencies of installed packages 2019-01-06 10:05:44 +01:00
Paul Moore 740b1acf90
Merge pull request #6114 from yan12125/add-vendoring-notes
Add a note in Vendoring Policies to remind of `vendored()` entries
2019-01-05 18:43:33 +00:00
Chih-Hsuan Yen 65270e53f8
Add a note in Vendoring Policies to remind of vendored() entries
To avoid future breakages like #4660, #5418 or #6056
2019-01-05 22:14:48 +08:00
Pradyun Gedam f6f4eb7808
📰 2019-01-02 17:27:34 +05:30
Pradyun Gedam b7a4d70b25
Don't instantiate NotImplementedError 2019-01-02 17:27:34 +05:30
Pradyun Gedam f9b66cacb3
Stop passing finder to DistAbstraction.dist 2019-01-02 17:27:34 +05:30
Pradyun Gedam 71b6e95322
Remove an unused Subversion method that expects dependency links 2019-01-02 17:27:06 +05:30
Pradyun Gedam 838984b372
Drop dependency links from test packages 2019-01-02 17:27:06 +05:30
Pradyun Gedam 7222cb8fdb
Remove --process-dependency-links and related support code 2019-01-02 17:27:06 +05:30