1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
2010-08-16 01:46:23 +02:00
..
commands Added support for mirrors as defined in PEP 381. This feature is disabled by default and will query the DNS entry of the main mirror index URL to get a list of mirrors. Optinally can be passed a list of mirrors instead. 2010-08-16 01:46:23 +02:00
vcs bugfix for #150 - editable git repos aren't updated when re-installed; Alex Robbins (alexrobbins) helped fix that bug 2010-07-30 13:06:36 -03:00
__init__.py Fixed minor cosmetic issues to please pep8 tests. 2010-07-29 18:56:03 +02:00
_pkgutil.py Fixed minor cosmetic issues to please pep8 tests. 2010-07-29 18:56:03 +02:00
backwardcompat.py Added support for mirrors as defined in PEP 381. This feature is disabled by default and will query the DNS entry of the main mirror index URL to get a list of mirrors. Optinally can be passed a list of mirrors instead. 2010-08-16 01:46:23 +02:00
basecommand.py Moved pkgutil to its own file to keep the backwardcompat module a little cleaner. 2010-07-26 19:31:49 +02:00
baseparser.py merged changes related to PEP 8 from hltbra's fork 2010-06-02 23:25:26 -03:00
download.py Fixed minor cosmetic issues to please pep8 tests. 2010-07-29 18:56:03 +02:00
exceptions.py merged changes related to PEP 8 from hltbra's fork 2010-06-02 23:25:26 -03:00
index.py Added support for mirrors as defined in PEP 381. This feature is disabled by default and will query the DNS entry of the main mirror index URL to get a list of mirrors. Optinally can be passed a list of mirrors instead. 2010-08-16 01:46:23 +02:00
locations.py removed circular import. moved running_under_virtualenv to pip.locations and updated imports 2010-07-01 21:03:54 -03:00
log.py merged changes related to PEP 8 from hltbra's fork 2010-06-02 23:25:26 -03:00
req.py Fixed minor cosmetic issues to please pep8 tests. 2010-07-29 18:56:03 +02:00
runner.py merged changes related to PEP 8 from hltbra's fork 2010-06-02 23:25:26 -03:00
util.py refactored Requirement.unpack_url and splitted that in pip.download 2010-07-06 01:12:30 -03:00
venv.py merged changes related to PEP 8 from hltbra's fork 2010-06-02 23:25:26 -03:00