Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Python packages
Pip
Commits
024cfe17
Commit
024cfe17
authored
9 years ago
by
Donald Stufft
Browse files
Options
Download
Plain Diff
Merge branch 'develop'
parents
ce4c3567
9b13df0c
main
pradyunsg-patch-1
22.0.3
22.0.2
22.0.1
22.0
21.3.1
21.3
21.2.4
21.2.3
21.2.2
21.2.1
21.2
21.1.3
21.1.2
21.1.1
21.1
21.0.1
21.0
20.3.4
20.3.3
20.3.2
20.3.1
20.3
20.3b1
20.2.4
20.2.3
20.2.2
20.2.1
20.2
20.2b1
20.1.1
20.1
20.1b1
20.0.2
20.0.1
20.0
19.3.1
19.3
19.2.3
19.2.2
19.2.1
19.2
19.1.1
19.1
19.0.3
19.0.2
19.0.1
19.0
18.1
18.0
10.0.1
10.0.0
10.0.0b2
10.0.0b1
9.0.3
9.0.2
9.0.1
9.0.0
8.1.2
8.1.1
8.1.0
8.0.3
8.0.2
8.0.1
No related merge requests found
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
AUTHORS.txt
+4
-0
AUTHORS.txt
CHANGES.txt
+21
-0
CHANGES.txt
docs/reference/pip_install.rst
+1
-1
docs/reference/pip_install.rst
pip/__init__.py
+1
-1
pip/__init__.py
pip/commands/list.py
+5
-0
pip/commands/list.py
pip/compat/__init__.py
+20
-0
pip/compat/__init__.py
pip/locations.py
+36
-1
pip/locations.py
pip/pep425tags.py
+9
-4
pip/pep425tags.py
pip/req/req_install.py
+39
-11
pip/req/req_install.py
pip/req/req_uninstall.py
+1
-16
pip/req/req_uninstall.py
tests/functional/test_install.py
+23
-0
tests/functional/test_install.py
tests/functional/test_list.py
+19
-0
tests/functional/test_list.py
tests/functional/test_uninstall.py
+44
-29
tests/functional/test_uninstall.py
with
223 additions
and
63 deletions
+223
-63
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets