Commit Graph

5780 Commits

Author SHA1 Message Date
Paul Moore 59cf57b9d1 Generate NEWS.txt file for beta release 2018-03-31 11:32:46 +01:00
Paul Moore c1fcd79aa5 Bump version for beta release 2018-03-31 11:31:28 +01:00
Paul Moore 27db655e4f Generate AUTHORS.txt for release 2018-03-31 11:30:23 +01:00
Paul Moore 81723abb00 Fix to generate.authors task so that it works on Windows 2018-03-31 11:14:05 +01:00
Donald Stufft 0007825733
Merge pull request #4835 from pradyunsg/vendoring/enable-c-libs
Enable vendor C libraries on non-Windows platforms
2018-03-30 19:59:55 -04:00
Pradyun Gedam 46ce1bfa5a
Merge pull request #5118 from pradyunsg/misc/authors-cleanup
Cleanup some author names
2018-03-31 02:51:57 +05:30
Paul Moore d6bf7a90ef
Merge pull request #5055 from pradyunsg/misc/3564-fix
Document that --build disables cleanups
2018-03-30 22:18:12 +01:00
Pradyun Gedam ed77658e58
Merge pull request #5000 from pradyunsg/resolver/warn-after-resolution
Warn about broken dependencies during pip install
2018-03-30 21:34:43 +05:30
Pradyun Gedam bd31672508
Stop bothering about the PyOpenSSL version 2018-03-30 20:56:45 +05:30
Pradyun Gedam 2957ee60c3
De-duplicate Victor Stinner's emails 2018-03-30 13:58:50 +05:30
Pradyun Gedam 6bdc73d38b
📰 2018-03-30 13:48:41 +05:30
Pradyun Gedam da2d7ce5b5
Merge branch 'master' into resolver/warn-after-resolution 2018-03-30 13:39:22 +05:30
Pradyun Gedam aaa9310a39
Reuse logic from urllib3 for use of OpenSSL 2018-03-30 13:27:42 +05:30
Pradyun Gedam 6ec5bc56fd
Merge branch 'master' into vendoring/enable-c-libs 2018-03-30 12:38:13 +05:30
Pradyun Gedam a416e55734
Merge pull request #4978 from pradyunsg/refactor/reduce-action-at-distance
Reduce action at distance
2018-03-30 12:06:54 +05:30
Pradyun Gedam c2a4ea4731
Merge branch 'master' into refactor/reduce-action-at-distance 2018-03-30 11:15:50 +05:30
Pradyun Gedam 83cb225ded
Merge pull request #4925 from pradyunsg/resolver/move-dependency-info-and-install-order
Move dependency info and install order into Resolver
2018-03-29 17:01:08 +05:30
Pradyun Gedam 49767ec374
Use string representation for comparing
More robust with weird requirements that can't be directly compared for
some reason (like markers).
2018-03-28 13:48:38 +05:30
Pradyun Gedam f286fb8bdd
pip check should care about the markers 2018-03-28 13:44:21 +05:30
Pradyun Gedam e04e5a6aab
mypy gets more data 2018-03-28 13:43:56 +05:30
Pradyun Gedam cde3f4c354
Verify returncode in all pip check tests 2018-03-28 13:40:47 +05:30
Paul Moore 6694359f0e
Merge pull request #5119 from luzpaz/misc-typos
Misc. trivial typos
2018-03-27 16:38:18 +01:00
Pradyun Gedam 3d7fbb31a9
Merge branch 'master' into resolver/warn-after-resolution 2018-03-27 20:10:56 +05:30
Paul Moore d41dc17910
Merge pull request #5012 from MarSoft/patch-2
Fix typo in --help for --no-deps option
2018-03-27 14:35:56 +01:00
luz.paz 209b0c6c10 Misc. trivial typos
Found via `codespell -q 3`
2018-03-27 06:51:44 -04:00
Pradyun Gedam 46e41dec1f
Merge pull request #5117 from pradyunsg/misc/help-messages
Assign pip config command summary correctly
2018-03-27 10:38:23 +05:30
Paul Moore aabf71bd7e
Merge pull request #4985 from anubhavp28/master
Updated get_terminal_size to check for shutil.get_terminal_size first.
2018-03-26 17:52:25 +01:00
Paul Moore 307503494e
Merge pull request #4956 from segevfiner/complete-short-opts
Add auto completion of short options
2018-03-26 15:51:25 +01:00
Pradyun Gedam 31ba424044
Cleanup some author names 2018-03-26 20:12:01 +05:30
Pradyun Gedam 54686849f1
Merge branch 'master' into misc/help-messages 2018-03-26 19:40:06 +05:30
Paul Moore cbc71e5c0f Use an explicit test for shutil.get_terminal_size rather than a version check 2018-03-26 14:55:42 +01:00
Paul Moore 61eda75a3f
Merge pull request #4989 from pradyunsg/misc/better-pep-518-message
Improve message when setuptools is missing (PEP 518)
2018-03-26 14:46:40 +01:00
Paul Moore d6e050af75
Merge pull request #5116 from pfmoore/issue5085
Fix for issue 5085 (--user set in config causes pip wheel to fail)
2018-03-26 14:27:14 +01:00
Paul Moore 54c4456cb7 Added a news file 2018-03-26 12:17:51 +01:00
Paul Moore 87bb4f9c13 Hide --no-user option 2018-03-26 12:01:27 +01:00
Paul Moore 17e0d115e8 Fix for issue 5085 (--user set in config causes pip wheel to fail) 2018-03-25 18:22:18 +01:00
Paul Moore eb62a44aaf
Merge pull request #5114 from pfmoore/vendoring
Update vendored libraries
2018-03-24 14:10:36 +00:00
Paul Moore 701d88d06d Placate flake8 (2 spaces before inline comment) 2018-03-24 11:55:09 +00:00
Paul Moore 6e8af823f1 Silence invalid mypy errors (see python/typeshed#1985) 2018-03-24 11:41:51 +00:00
Donald Stufft b20235d7c9
Merge pull request #5106 from dstufft/merged/9.0.3
Merged/9.0.3
2018-03-21 22:35:40 -04:00
Donald Stufft 4c16e71cdd Merge branch 'release/9.0.3' into merged/9.0.3 2018-03-21 21:34:03 -04:00
Donald Stufft ece1c6b189 Bump for release 2018-03-21 20:35:07 -04:00
Donald Stufft a5f7d2b57c Restore 2.6 compatibility 2018-03-21 20:33:08 -04:00
Donald Stufft aee9eda0bc Fix #5081 2018-03-21 20:27:08 -04:00
Donald Stufft 065be8289e Fix the release date 2018-03-21 20:17:38 -04:00
Paul Moore 2634beb27a
Merge pull request #5090 from philpennock/master
Keep install options in requirements.txt from leaking
2018-03-20 22:32:55 +00:00
Phil Pennock cb529e677b reduce new pylint complaints
Mostly indentation complaints, plus an unused test parameter, fixed.
Leaves one new pylint complaint, which is about a test function naming
issue which affects every test.
2018-03-20 17:32:22 -04:00
Phil Pennock 23cd8f6899 Keep install options in requirements.txt from leaking
The list of install options passed into the setup routine is mutable,
passed by reference, so adding items for "this package" to that list
mutates the options for all subsequent packages.

Isolate the lists before mutating them.

Includes a functional test, which has been confirmed to fail without
this fix.

Fixes #3763
Fixes #4453
Fixes #5089
2018-03-20 16:23:34 -04:00
Paul Moore 8dbdb74a6d
Merge pull request #5092 from pfmoore/vendor_fixes
Fixes to vendoring scripts so they work on Windows
2018-03-20 18:05:03 +00:00
Paul Moore 359bd4f450 Merge branch 'master' into vendor_fixes 2018-03-20 16:22:19 +00:00