1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
2010-07-29 18:56:03 +02:00
..
commands using custom xmlrpclib.Transport (testability purposes) 2010-07-02 09:27:22 -03:00
vcs Made version control and commands loading use pkgutil. 2010-07-26 04:54:16 +02: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 Fixed minor cosmetic issues to please pep8 tests. 2010-07-29 18:56:03 +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 moved pip.util functions `get_file_content, urlopen, is_url, url_to_path, path_to_url, path_to_url2, geturl and is_archive_file` to pip.download 2010-07-02 11:53:07 -03: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