1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
Richard Jones aedca3c842 Implement site-wide configuration settings
* add site_config_dirs() to appdirs to determine locations across OSes
* add system_config_files to locations.py
* add system_config_files to get_config_files() and re-order files entries to correct precedence
* document changes to configuration files in user guide

Closes #309
2014-08-22 14:26:41 +10:00
..
_vendor Upgrade setuptools to 5.4.2 2014-08-06 11:32:09 -04:00
commands Merge pull request #1933 from r1chardj0n3s/wheel-file-list 2014-08-11 13:17:13 +02:00
req Merge pull request #1956 from qwcode/issue_1952 2014-08-04 10:13:18 -04:00
vcs Revert "Merge pull request #1519 from dstufft/remove-dependency-links" 2014-08-01 16:50:08 -04:00
__init__.py Revert "Merge pull request #1519 from dstufft/remove-dependency-links" 2014-08-01 16:50:08 -04:00
__main__.py Added a comment explaining how __main__.py gets teh wheel name 2014-02-19 09:33:51 +00:00
appdirs.py Implement site-wide configuration settings 2014-08-22 14:26:41 +10:00
basecommand.py improved ability to install into non-ASCII directories 2014-07-10 23:50:43 -04:00
baseparser.py Implement site-wide configuration settings 2014-08-22 14:26:41 +10:00
cmdoptions.py Revert "Merge pull request #1519 from dstufft/remove-dependency-links" 2014-08-01 16:50:08 -04:00
compat.py improved ability to install into non-ASCII directories 2014-07-10 23:50:43 -04:00
download.py Passing headers per-request in PipXmlrpcTransport 2014-07-04 00:25:21 +02:00
exceptions.py - if installing directly from a wheel, fail if it has an invalid name or is unsupported 2013-11-14 16:35:24 -08:00
index.py don't complain about localhost when checking security of index links 2014-08-11 14:21:02 +10:00
locations.py Implement site-wide configuration settings 2014-08-22 14:26:41 +10:00
log.py Fix pep8 2014-07-16 06:07:25 +10:00
pep425tags.py add missing multi-arch tags 2014-05-29 22:00:42 -07:00
status_codes.py Cmds {install,wheel} should return proper error code 2013-08-26 18:55:55 -07:00
util.py remove duplicate 'if cr == (0, 0):' in get_terminal_size 2014-07-29 10:36:04 +10:00
wheel.py Clean up some no longer needed compatability code 2014-07-03 12:20:03 -04:00