1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_internal
Benoit Pierre 6da1d9e47c fix PEP 518 support
* fix build environment handling when using PyPy
* do use the build environment for all build commands
* allow installing and building a wheel of a PEP 518 enabled
  package without prior installation of setuptools and/or wheels
* fix check for minimum supported requirements for PEP 518 support:
  - correctly handle complex requirements
  - both setuptools and wheels are needed
2018-04-08 14:06:11 +02:00
..
commands fix PEP 518 support 2018-04-08 14:06:11 +02:00
models Move all internal APIs to pip._internal 2017-08-31 14:53:00 -04:00
operations fix PEP 518 support 2018-04-08 14:06:11 +02:00
req fix PEP 518 support 2018-04-08 14:06:11 +02:00
utils Merge pull request #4985 from anubhavp28/master 2018-03-26 17:52:25 +01:00
vcs Conditionally fetch the revision if it's a ref 2018-04-03 14:46:33 -05:00
__init__.py Add auto completion of short options 2018-01-06 11:00:41 +02:00
basecommand.py Merge branch 'master' into refactor/reduce-action-at-distance 2018-03-03 02:08:01 +05:30
baseparser.py sort imports correctly. 2018-01-25 00:05:15 +05:30
build_env.py fix PEP 518 support 2018-04-08 14:06:11 +02:00
cache.py Rework Wheel Caching 2017-10-04 18:53:55 +05:30
cmdoptions.py Merge pull request #5055 from pradyunsg/misc/3564-fix 2018-03-30 22:18:12 +01:00
compat.py BUG: ioctl(fd, termios.TIOCGWINSZ, ...) returns 8 bytes 2018-04-03 05:58:05 +03:00
configuration.py Error out on encoding issues while loading configuration (#4976) 2018-01-23 21:56:20 +05:30
download.py Stop bothering about the PyOpenSSL version 2018-03-30 20:56:45 +05:30
exceptions.py Move all internal APIs to pip._internal 2017-08-31 14:53:00 -04:00
index.py Round 1 of Cleanups (#4844) 2017-12-25 15:23:27 +05:30
locations.py Upgrade syntax in src/pip/_internal 2017-12-14 21:59:22 -08:00
pep425tags.py Move all internal APIs to pip._internal 2017-08-31 14:53:00 -04:00
resolve.py Merge branch 'master' into refactor/reduce-action-at-distance 2018-03-30 11:15:50 +05:30
status_codes.py Move all internal APIs to pip._internal 2017-08-31 14:53:00 -04:00
wheel.py 🎨 use a list comprehension 2018-04-07 17:25:01 +05:30