1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
2012-09-03 10:55:10 -07:00
..
commands Added a get_prog util to correctly show the name of the program when using python -m pip. 2012-09-01 20:36:31 +02:00
vcs Fix failing bzr vcs test 2012-07-01 11:47:23 +01:00
__init__.py Added a get_prog util to correctly show the name of the program when using python -m pip. 2012-09-01 20:36:31 +02:00
__main__.py Added a get_prog util to correctly show the name of the program when using python -m pip. 2012-09-01 20:36:31 +02:00
backwardcompat.py handle __pycache__ file removal 2012-08-18 15:26:17 -07:00
basecommand.py Added a get_prog util to correctly show the name of the program when using python -m pip. 2012-09-01 20:36:31 +02:00
baseparser.py Use our own terminal size util. 2012-09-01 20:36:35 +02:00
download.py Issue #597 pypy hashlib compat. 2012-07-29 11:37:56 +01:00
exceptions.py All pip exceptions inherit from PipError 2012-03-02 01:51:13 +02:00
index.py stop get_mirrors returning 216k invalid hostname from Japan 2012-07-18 15:05:23 +09:00
locations.py build/ IS a good name. 2012-09-01 16:55:20 +02:00
log.py Encapsulate write/buffer Python 2 vs. Python 3 check into a utility method (fwrite) in pip.backwardcompat. 2011-12-27 09:26:33 -08:00
req.py just log warning and return when no paths, don't raise 2012-09-03 10:55:10 -07:00
runner.py merged changes related to PEP 8 from hltbra's fork 2010-06-02 23:25:26 -03:00
status_codes.py Move status codes to a module and import from there 2011-12-04 18:50:34 -02:00
util.py Simplified get_prog to not trigger any exception. 2012-09-01 21:14:07 +02:00