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
/
src
/
pip
/
_internal
/
req
/
constructors.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'main' into per-req-config-settings
q0w
2023-04-09
1
-2
/
+0
|
\
|
*
Stop propagating `config_settings` to dependencies (#11941)
Stéphane Bidoul
2023-04-09
1
-2
/
+0
*
|
Merge branch 'main' into per-req-config-settings
q0w
2023-03-30
1
-1
/
+0
|
\
\
|
|
/
|
*
Bump all linters other than mypy (#11901)
Pradyun Gedam
2023-03-27
1
-1
/
+0
*
|
fix typing
q0w
2023-03-27
1
-0
/
+3
|
/
*
Fix type of config_settings arguments
Stéphane Bidoul
2023-03-27
1
-3
/
+3
*
Remove unused argument
Stéphane Bidoul
2023-03-27
1
-3
/
+0
*
Refactor handling of per requirement options
Stéphane Bidoul
2023-03-27
1
-9
/
+20
*
Remove support for the deprecated --install-options
Stéphane Bidoul
2023-03-18
1
-3
/
+0
*
Fix propagation of user_supplied with URL constrains
Stéphane Bidoul
2022-05-01
1
-0
/
+1
*
Store config settings on the install requirement
Paul Moore
2022-04-21
1
-0
/
+10
*
Remove pkg_resources from requirement parser
Tzu-ping Chung
2021-12-04
1
-19
/
+43
*
Reject projects that have neither a pyproject.toml nor a setup.py
Stéphane Bidoul
2021-10-18
1
-0
/
+2
*
Renames, moves, docstrings, comments
Joseph Bylund
2021-10-07
1
-10
/
+5
*
(joe) requirement creation is very expensive, and at least in my test case th...
Joseph Bylund
2021-10-06
1
-4
/
+10
*
Add PEP 660 support (build_editable)
Stéphane Bidoul
2021-09-28
1
-16
/
+2
*
Blacken src/pip/_internal/req
Pradyun Gedam
2021-07-24
1
-44
/
+47
*
Convert type comments
harupy
2021-07-23
1
-58
/
+46
*
Unify Python project root detection logic
Tzu-ping Chung
2021-06-19
1
-2
/
+2
*
Merge pull request #9673 from mwchase/url-constraints-final-2
Stéphane Bidoul
2021-04-18
1
-0
/
+16
|
\
|
*
Support URL constraints in the new resolver
Max W Chase
2021-04-17
1
-0
/
+16
*
|
Typing fixes
Tzu-ping Chung
2021-03-10
1
-2
/
+6
*
|
Fixed --editable install for setuptools projects without setup.py.
KOLANICH
2021-03-03
1
-4
/
+7
|
/
*
Merge pull request #9591 from hexagonrecursion/open
Pradyun Gedam
2021-02-23
1
-1
/
+1
|
\
|
*
Replace `open(file, 'r')` with `open(file)`
Andrey Bienkowski
2021-02-10
1
-1
/
+1
*
|
Merge pull request #9606 from hexagonrecursion/fstr
Pradyun Gedam
2021-02-21
1
-3
/
+3
|
\
\
|
*
|
Convert more str.format() calls to f-strings
Andrey Bienkowski
2021-02-13
1
-3
/
+3
|
|
/
*
|
Remove typing.TYPE_CHECKING guards
Jon Dufresne
2021-02-19
1
-7
/
+2
*
|
Replace pip._internal.utils.typing with stdlib typing
Jon Dufresne
2021-02-18
1
-2
/
+2
|
/
*
Remove support for extras after specifier in requirements
Paul Moore
2021-01-23
1
-3
/
+1
*
Show full list of supported VCS scheme in error message
Stéphane Bidoul
2021-01-18
1
-1
/
+1
*
Improve syntax
Stéphane Bidoul
2021-01-18
1
-1
/
+1
*
Remove support for git+git@ pseudo VCS URLs.
Stéphane Bidoul
2021-01-18
1
-11
/
+4
*
Construct valid backends list for error message.
Stéphane Bidoul
2021-01-18
1
-3
/
+4
*
Merge pull request #9361 from jdufresne/f-strings
Pradyun Gedam
2020-12-26
1
-9
/
+9
|
\
|
*
Use f-strings for simple string formatting
Jon Dufresne
2020-12-25
1
-9
/
+9
*
|
Remove object from class definitions
Jon Dufresne
2020-12-25
1
-1
/
+1
|
/
*
Factor out is_archive_file
Pradyun Gedam
2020-11-25
1
-11
/
+2
*
Merge pull request #8902 from pradyunsg/linter-updates
Pradyun Gedam
2020-09-23
1
-3
/
+2
|
\
|
*
Update linter: isort
Pradyun Gedam
2020-09-23
1
-3
/
+2
*
|
Tweak message when -r is not passed on a requirements.txt
Pradyun Gedam
2020-09-23
1
-1
/
+1
|
/
*
Clean up code style changes
Pradyun Gedam
2020-07-17
1
-2
/
+3
*
Enable flake8-logging-format
Nguyễn Gia Phong
2020-07-17
1
-2
/
+2
*
Deprecate requirements format "base>=1.0[extra]"
Jussi Kukkonen
2020-07-13
1
-0
/
+12
*
Make sure user_supplied is propagated where needed
Stéphane Bidoul
2020-05-31
1
-4
/
+16
*
Update parse_editable to return Set[str]
Devesh Kumar Singh
2020-05-22
1
-6
/
+6
*
Pass empty set if parts.extras is None
Devesh Kumar Singh
2020-05-22
1
-2
/
+2
*
Add mypy annotations to pip._internal.req.constructors
Devesh Kumar Singh
2020-05-22
1
-5
/
+2
*
Remove InstallRequirement source_dir parameter
Stéphane Bidoul
2020-04-12
1
-3
/
+0
*
Accept InsatllRequirement as comes_from
Tzu-ping Chung
2020-04-05
1
-2
/
+4
[next]