summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Generate NEWS.txt file for beta release10.0.0b1Paul Moore2018-03-31152-194/+219
* Bump version for beta releasePaul Moore2018-03-311-1/+1
* Generate AUTHORS.txt for releasePaul Moore2018-03-311-21/+73
* Fix to generate.authors task so that it works on WindowsPaul Moore2018-03-311-1/+1
* Merge pull request #4835 from pradyunsg/vendoring/enable-c-libsDonald Stufft2018-03-305-38/+41
|\
| * Stop bothering about the PyOpenSSL versionPradyun Gedam2018-03-301-20/+2
| * Reuse logic from urllib3 for use of OpenSSLPradyun Gedam2018-03-301-4/+9
| * Merge branch 'master' into vendoring/enable-c-libsPradyun Gedam2018-03-30135-7808/+2951
| |\
| * | Sigh. mypy.Pradyun Gedam2017-12-271-3/+3
| * | :art: Make linters happyPradyun Gedam2017-12-231-6/+6
| * | Merge branch 'master' of github.com:pradyunsg/pip into vendoring/enable-c-libsPradyun Gedam2017-12-235-5/+7
| |\ \
| * | | Import OpenSSL only if not on WindowsPradyun Gedam2017-12-161-3/+9
| * | | Slightly cleanup vendoring informationPradyun Gedam2017-12-161-3/+4
| * | | Merge branch 'master' into vendoring/enable-c-libsPradyun Gedam2017-12-1682-274/+366
| |\ \ \
| * | | | misc: fix another mistake from the mergePradyun Gedam2017-11-121-2/+2
| * | | | Merge branch 'master' into vendoring/enable-c-libsPradyun Gedam2017-11-0714-23/+106
| |\ \ \ \
| * | | | | User-Agent reflects the version of openssl used to connectPradyun Gedam2017-11-051-3/+13
| * | | | | Fix a mistake in mergePradyun Gedam2017-11-042-2/+16
| * | | | | Merge branch 'master' into pr/4612Pradyun Gedam2017-11-04470-3456/+10311
| |\ \ \ \ \
| * | | | | | Limit the disabling of requests' pyopenssl import to Windowspip2017-07-194-19/+31
* | | | | | | Merge pull request #5118 from pradyunsg/misc/authors-cleanupPradyun Gedam2018-03-311-0/+6
|\ \ \ \ \ \ \
| * | | | | | | De-duplicate Victor Stinner's emailsPradyun Gedam2018-03-301-0/+1
| * | | | | | | Cleanup some author namesPradyun Gedam2018-03-261-0/+5
* | | | | | | | Merge pull request #5055 from pradyunsg/misc/3564-fixPaul Moore2018-03-301-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Document that --build disables cleanupsPradyun Gedam2018-03-051-1/+2
* | | | | | | | | Merge pull request #5000 from pradyunsg/resolver/warn-after-resolutionPradyun Gedam2018-03-308-58/+275
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | :newspaper:Pradyun Gedam2018-03-301-0/+1
| * | | | | | | | Merge branch 'master' into resolver/warn-after-resolutionPradyun Gedam2018-03-3015-58/+97
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #4978 from pradyunsg/refactor/reduce-action-at-distancePradyun Gedam2018-03-307-106/+126
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into refactor/reduce-action-at-distancePradyun Gedam2018-03-3087-7369/+2132
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #4925 from pradyunsg/resolver/move-dependency-info-and-ins...Pradyun Gedam2018-03-294-96/+117
|\ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ Merge pull request #5119 from luzpaz/misc-typosPaul Moore2018-03-274-4/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Misc. trivial typosluz.paz2018-03-274-4/+4
* | | | | | | | | | | | Merge pull request #5012 from MarSoft/patch-2Paul Moore2018-03-272-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Fix typo in --help for --no-deps optionСемён Марьясин2018-02-022-1/+1
* | | | | | | | | | | | Merge pull request #5117 from pradyunsg/misc/help-messagesPradyun Gedam2018-03-271-13/+13
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into misc/help-messagesPradyun Gedam2018-03-2663-7168/+1782
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Correctly assign summary for pip configPradyun Gedam2018-03-201-13/+13
* | | | | | | | | | | | | Merge pull request #4985 from anubhavp28/masterPaul Moore2018-03-265-34/+46
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Use an explicit test for shutil.get_terminal_size rather than a version checkPaul Moore2018-03-261-1/+1
| * | | | | | | | | | | | | move docstringAnubhav Patel2018-01-261-4/+9
| * | | | | | | | | | | | | add to __all__Anubhav Patel2018-01-251-2/+2
| * | | | | | | | | | | | | sort imports correctly.Anubhav Patel2018-01-253-3/+3
| * | | | | | | | | | | | | fix wrong variable nameAnubhav Patel2018-01-241-1/+1
| * | | | | | | | | | | | | removed whitespacesAnubhav Patel2018-01-241-4/+4
| * | | | | | | | | | | | | fix mistyped module nameAnubhav Patel2018-01-242-2/+2
| * | | | | | | | | | | | | fixed syntax error in codeAnubhav Patel2018-01-241-1/+1
| * | | | | | | | | | | | | merge master branch into pull request.Anubhav Patel2018-01-2422-94/+216
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Move get_terminal_size to pip._internal.compatAnubhav Patel2018-01-245-39/+40
| * | | | | | | | | | | | | | Created 4996.bugfix newsAnubhav Patel2018-01-221-0/+2