1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/news
2021-04-09 14:14:08 +02:00
..
.gitignore Generate our NEWS.rst with towncrier 2017-03-19 12:00:31 -04:00
0a741827-049c-4d5d-b44d-daea0c2fd01a.trivial.rst Blacken src/pip/_internal/utils directory 2021-02-21 07:24:35 -08:00
1ab8f1c8-c115-4055-9a60-30a8f8eef7ba.trivial.rst Use super() for Python 2 old-style classes 2021-02-23 15:20:52 -08:00
5B0A5B91-D0A3-4599-B3B4-129240A99B99.trivial.rst Fix typo in _iter_built docstring 2021-01-29 21:07:05 -08:00
5be04056-e1d6-4f9a-bf46-8938d1936d9e.trivial.rst Replace six.moves.xmlrpc_client with stdlib 2021-02-20 06:33:55 -08:00
9e768673-6079-491e-bbe0-d1593952f1c7.trivial.rst Parse pkg_resources Dist versions with packaging.version 2021-03-02 12:19:10 -08:00
11e1b2eb-6433-4f15-b70d-c2c514f72ebd.trivial.rst Replace for/if/append pattern with list comprehension in autocompletion.py 2021-02-20 07:20:44 -08:00
76c758fb-6f07-4ec1-956b-d77c9f339773.trivial.rst Drop redundant parentheses 2021-02-10 11:46:25 +03:00
151a1e46-d005-46ca-b1ae-a3811357dba3.trivial.rst Blacken src/pip/_internal/resolution directory 2021-02-20 06:51:44 -08:00
287c6463-d2a1-41f5-a2df-d11f8460551a.trivial.rst Use keyword-only arguments 2021-01-29 21:15:36 -08:00
855bfaed-4341-4d28-ab9e-e5ab43fb039f.trivial.rst Add news.rst file 2021-02-25 09:53:53 +01:00
917ab6ff-72ea-4db5-846a-30273dac1c0c.trivial.rst Blacken src/pip/_internal/cli directory 2021-02-21 07:29:15 -08:00
4390.bugfix.rst Better formatting 2021-02-20 20:19:08 +01:00
6409.bugfix.rst Add a warning when run as root (e.g., sudo pip) (#9394) 2021-03-06 12:59:39 +00:00
6720.doc.rst Update news/6720.doc.rst 2021-02-24 01:05:47 -08:00
7269.bugfix.rst Ignore dist-info directories with invalid name 2021-02-28 22:13:36 +08:00
8090.bugfix.rst Only query the keyring for URLs that actually trigger error 401 2021-01-04 17:47:56 +01:00
8214.bugfix.rst Run pip in isolated env by building zip 2021-04-03 00:29:04 +08:00
8418.bugfix.rst run_command() raises BadCommand if the user don't have permission to run the VCS command. 2021-03-24 20:26:17 +01:00
8418.doc.rst Add a section in the documentation to suggest solutions to the `pip freeze` permission denied issue. Update link in source code. 2021-03-24 20:26:17 +01:00
8597c433-9c0b-4bec-a1e8-afd31786eaeb.trivial.rst Use the set literal syntax 2021-02-10 11:45:29 +03:00
8733.bugfix.rst Add .rst suffix to news fragment 2021-02-25 14:00:44 +08:00
8896.trivial.rst fix lint 2020-10-09 00:44:44 -07:00
9091.feature.rst Build local directories in-place with feature flag 2021-02-22 23:31:47 +00:00
9139.feature.rst Bring back the "from versions:" message 2021-02-27 20:37:10 +01:00
9300.bugfix.rst News 2021-02-23 02:08:21 +08:00
9348.bugfix.rst Use str to pass versions to avoid debundling issue 2021-01-18 05:57:31 +08:00
9409.bugfix.rst Don't suggest --user in virtual environment 2021-04-09 14:14:08 +02:00
9541.bugfix.rst Fix error reporting on Requires-Python conflicts 2021-02-28 07:31:39 +08:00
9547.feature.rst Fixed --editable install for setuptools projects without setup.py. 2021-03-03 21:24:29 +03:00
9565.bugfix.rst Shorten the news entry 2021-04-02 15:01:04 +03:00
9617.process.rst News 2021-02-23 01:58:40 +08:00
9647.doc.rst Documentation formatting 2021-02-25 16:30:54 +01:00
9692.doc.rst fixup! add news 2021-04-03 23:18:20 +08:00
9748.feature.rst Use double backticks in rst files 2021-04-04 13:47:41 +02:00
9779.bugfix.rst News file 2021-04-05 15:35:29 +01:00
9976b528-bf43-4225-b96f-e066910f309c.trivial.rst Add tirivial marker file 2021-02-13 20:51:01 +09:00
4822829F-6A45-4202-87BA-A80482DF6D4E.doc.rst Run lint on code base 2021-04-04 06:20:27 +08:00
40711960-12d9-4e58-8322-21e5975a804e.trivial.rst Handle several mypy TODO comments and exceptions 2021-02-22 16:53:54 -08:00
a06e528d-1172-4012-a0a5-0fc42264a70d.trivial.rst Remove Python 2 compat shim path_to_display() 2021-02-19 05:45:59 -08:00
adba2b7a-af01-49c9-9b72-2d3d4a89b11a.trivial.rst Complete typing of noxfile.py 2021-02-19 05:47:55 -08:00
afd07841-404a-4f2b-afee-c931a5aa7d54.trivial.rst Replace pip._internal.utils.typing with stdlib typing 2021-02-18 19:09:13 -08:00
bca635a1-abe3-4532-8add-bf7491b0eea5.bugfix.rst Remove unnecessary uses of six.ensure_(binary|str|text) 2020-12-27 07:56:18 -08:00
contextlib2.vendor.rst Prefer stdlib contextlib over contextlib2 when available 2021-02-19 04:13:33 -08:00
CVE-2021-28363.vendor.rst Update urllib3 to 1.26.4 to fix CVE-2021-28363 2021-04-02 02:39:11 +02:00
d809028d-331a-4700-bfc1-485814e6c90e.trivial.rst _vendor/README.rst: link to pypi.org/project/vendoring 2021-02-02 09:45:39 +03:00
d0935419-2486-45dc-b8dc-d2a5b9197ca4.trivial.rst Remove typing.TYPE_CHECKING guards 2021-02-19 18:34:21 -08:00
dfaa54d4-21e2-460f-9d80-455ff318c713.trivial.rst Blacken the src/pip/_internal/distributions directory 2021-02-21 08:52:50 -08:00
f8f0d057-9ed5-4d22-a877-50f2d5adcae0.trivial.rst Complete type annotations for the vcs package 2021-01-12 18:59:08 -08:00
f24d8f47-5750-4a13-b36f-d4a4622861cf.trivial.rst Drop mock test dependency 2021-02-18 18:55:23 -08:00
fc6b6951-9a1a-453e-af98-bbb35f7c3e66.trivial.rst Drop python2 related stuff in tests 2021-02-23 13:49:59 +03:00
fd62a11c-018c-4fde-ac8d-f674c6d9d190.trivial.rst Simplify str_to_display() and its uses 2021-02-20 06:02:26 -08:00
resolvelib.vendor.rst News for resolvelib upgrade 2021-04-03 16:25:38 +08:00
tenacity.vendor.rst switch from 'retrying' to 'tenacity' 2021-02-21 09:04:27 +08:00