index
:
delta/pip.git
0.5.X
0.6.X
0.7.X
1.3.X
1.4.X
1.5.X
8512-feature-flag-docs
add-2020-ux-docs
add-maintainers-only-link
add-resolver-docs
add-sponsor-button
add-ux-docs
baserock/master
baserock/richardipsum/add-list-dependencies
bernard-backtracking
bump-rtd-python
check-long-desc
check-long_description
develop
docs-quickstart
feature/install-target
feature/pep381-verification
feature/ssl-mirror-requests
fix/9644
fix_script_names
force-implementation-tag
good-first-issue-template
issue-381-do-not-use-pwd-in-installation-process
issue-template
issue-templates
main
master
no-more-bot
pradyunsg-bump-sphinx
pradyunsg-docs-improve-note
pradyunsg-install-order-disclaimer
pradyunsg-news-architecture-docs
pradyunsg-patch-1
pradyunsg-release-details
pre-commit-ci-update-config
provider-integration
readthedocs-builder
refactor/cleanup-cli-opts
release/10.0.0
release/20.2b1
release/9.0.2
release/9.0.3
rename-auto-lock-label
revert-10279-reorg-dependency-resolution-information
revert-2513-ssh_and_commit_support
revert-2547-revert-2513-ssh_and_commit_support
revert-3724-norm-path
revert-5124-ui/limit-progress
revert-5478-ci/short-circuiting-appveyor
revert-7600-release-rewrite-lineendings
revert-9163-redact-url-from-help
revert-9264-new-resolver-dont-abort-on-inconsistent-candidate
shorter-no-response-window
threaded-page-getting
try-containers
xavfernandez-patch-1
github.com: pypa/pip.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pip
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #3904 from minrk/egg-link-priority
Xavier Fernandez
2016-10-29
1
-4
/
+4
|
\
|
*
don't assume egg-link corresponds to dist to uninstall
Min RK
2016-08-26
1
-4
/
+4
*
|
Canonicalize extras before matching them - Fix issue #3810 (#4037)
Xavier Fernandez
2016-10-29
1
-4
/
+9
*
|
Do not optionally load C dependencies in requests (#4035)
Donald Stufft
2016-10-28
3
-11
/
+16
*
|
call_subprocess: drop useless command_level arg
Xavier Fernandez
2016-10-28
3
-5
/
+4
*
|
Remove unused remove_tracebacks
Xavier Fernandez
2016-10-28
1
-13
/
+2
*
|
Merge pull request #3723 from wm75/mimodd_master
Xavier Fernandez
2016-10-27
2
-6
/
+24
|
\
\
|
*
|
consider root path when looking for installed versions
Wolfgang Maier
2016-05-30
1
-0
/
+1
|
*
|
respect isolated mode when looking for installed versions
Wolfgang Maier
2016-04-12
1
-5
/
+4
|
*
|
report successfully installed versions of requirements even if existing insta...
Wolfgang Maier
2016-04-11
2
-6
/
+24
*
|
|
Update UnsupportedPythonVersion docstring
Xavier Fernandez
2016-10-27
1
-1
/
+2
*
|
|
Bump invalid specifier log to warning level
Xavier Fernandez
2016-10-27
1
-1
/
+1
*
|
|
Add tests for python_requires
Xavier Fernandez
2016-10-27
1
-0
/
+1
*
|
|
Add --ignore-requires-python escape hatch
Xavier Fernandez
2016-10-27
4
-3
/
+23
*
|
|
Abort install if Requires-Python do not match the running version
Xavier Fernandez
2016-10-27
3
-0
/
+41
*
|
|
Add shorthand -i for index flag in search subcommand
Michael Aquilina
2016-10-27
1
-1
/
+1
*
|
|
Removed if line:, etc. for shorter cleaner code
Steve (Gadget) Barnes
2016-10-27
1
-4
/
+1
*
|
|
Changed show not to break on first empty line processing metadata for classif...
Steve Barnes
2016-10-24
1
-2
/
+2
*
|
|
Add abort option if existing files are found
Sebastian Schaetz
2016-10-18
4
-6
/
+13
*
|
|
add canonicalize_name() call to show
Maxim Kurnikov
2016-10-11
1
-3
/
+7
*
|
|
Fix pip when using Py2 on Windows with non-ASCII hostname or username (origin...
Paul Moore
2016-10-05
1
-0
/
+24
*
|
|
Add --not-required to list command. (#3986)
Xavier Fernandez
2016-10-05
1
-0
/
+19
|
\
\
\
|
*
|
|
Rename --no-deps-only to --not-required.
nvdv
2016-10-05
1
-5
/
+5
|
*
|
|
Add functional test for 'list --no-deps-only' option.
nvdv
2016-09-30
1
-5
/
+2
|
*
|
|
Add --no-deps-only option to CHANGES.txt and fix lint warnings.
nvdv
2016-09-28
1
-5
/
+7
|
*
|
|
Update 'pip list' docs and simplify get_no_deps_only method.
nvdv
2016-09-24
1
-3
/
+2
|
*
|
|
Change option name.
nvdv
2016-09-23
1
-7
/
+7
|
*
|
|
Rename "list --leaves" to "list --nodeps" and change its implementation.
nvdv
2016-09-22
1
-8
/
+11
|
*
|
|
Add --leaves option to list command.
nvdv
2016-09-22
1
-0
/
+18
*
|
|
|
use git fetch --tags
Stéphane Bidoul
2016-10-03
1
-1
/
+19
*
|
|
|
Added pip completion support for fish shell.
c22
2016-09-23
2
-1
/
+15
|
/
/
/
*
|
|
Fix using index url with credentials (Issue #3861) (#3977)
Carter Thayer
2016-09-18
1
-8
/
+6
*
|
|
Add an upgrade-strategy option (#3972)
Pradyun
2016-09-18
2
-13
/
+52
*
|
|
Add trailing dot to completion command summary (#3975)
Tim D. Smith
2016-09-18
1
-1
/
+1
*
|
|
Deprecate --egg (#3956)
Donald Stufft
2016-09-07
1
-0
/
+9
*
|
|
Merge pull request #3918 from Ofekmeister/master
Paul Moore
2016-09-06
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix issue #3233
Ofekmeister
2016-08-18
1
-1
/
+1
*
|
|
|
Only import distro if needed (i.e., on Linux)
Paul Moore
2016-09-01
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Add PEP 425 tags for abi3 / Py_LIMITED_API wheels (#3922)
Daniel Holth
2016-08-25
1
-0
/
+9
|
/
/
*
|
Merge pull request #3898 from xavfernandez/check_if_exists_editable
Xavier Fernandez
2016-08-18
2
-0
/
+7
|
\
\
|
*
|
Always check_if_exists for editable
Xavier Fernandez
2016-08-05
1
-0
/
+1
|
*
|
Merge branch 'pr/1552' into check_if_exists_editable
Xavier Fernandez
2016-08-05
1
-0
/
+6
|
|
\
\
|
|
*
|
Remove `requirement.check_if_exists()` I added in 3870586
Marc Abramowitz
2014-02-22
1
-4
/
+1
|
|
*
|
Set self.satisfied_by back to None;
Marc Abramowitz
2014-02-22
1
-0
/
+3
|
|
*
|
Check self.ignore_installed before doing requirement.check_if_exists
Marc Abramowitz
2014-02-11
1
-1
/
+2
|
|
*
|
[issue 1548] Make pip install -e uninstall existing versions
Marc Abramowitz
2014-02-10
2
-0
/
+6
*
|
|
|
Use os.path.lexists when checking for virtualenvs
Tim Heap
2016-08-14
1
-1
/
+1
*
|
|
|
Vendor distro==0.6.0 (#3906)
Xavier Fernandez
2016-08-12
4
-5
/
+1048
*
|
|
|
Merge pull request #3773 from msabramo/extract_get_install_args
Xavier Fernandez
2016-08-12
1
-24
/
+30
|
\
\
\
\
|
*
|
|
|
Extract get_install_args from install
Marc Abramowitz
2016-06-01
1
-24
/
+30
[next]