summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix trivial news file generation on windowsxavfernandez-patch-1Xavier Fernandez2020-10-281-1/+1
* Merge pull request #9017 from pradyunsg/backtracking-messagingPradyun Gedam2020-10-284-2/+104
|\
| * Update wording in informational messagePradyun Gedam2020-10-281-1/+1
| * Add the last line to the info messagePradyun Gedam2020-10-271-0/+2
| * Prefix backtracking message with "INFO: "Pradyun Gedam2020-10-271-1/+1
| * Present a message upon first backtrackPradyun Gedam2020-10-272-3/+11
| * :newspaper:Pradyun Gedam2020-10-271-0/+1
| * Make mypy happyPradyun Gedam2020-10-271-1/+11
| * Display messages when backtracking on a packagePradyun Gedam2020-10-273-2/+83
* | Merge pull request #8820 from katzdm/multi-abis-platformsPradyun Gedam2020-10-289-60/+136
|\ \
| * | Spell `abis` and `platforms` as plural words.Daniel Katz2020-10-271-10/+10
| * | Fix linter error: Add missing function type declaration.Daniel Katz2020-10-271-0/+4
| * | Rename news-file to use new *.rst convention.Daniel Katz2020-10-271-0/+0
| * | Expand platform-tags unconditionally.Daniel Katz2020-10-271-4/+15
| * | Respond to feedback, and add functional tests.Daniel Katz2020-10-272-5/+36
| * | Use 'append'-style CLI arguments, rather than ','-separated values.Daniel Katz2020-10-272-22/+14
| * | Support multiple `abi` and `platform` values for `pip download`.Daniel Katz2020-10-278-46/+84
|/ /
* | Merge pull request #8666 from uranusjr/rmtree-unicode-use-file-system-encodingPradyun Gedam2020-10-273-4/+14
|\ \
| * | Only do the ensure_text() dance on WindowsTzu-ping Chung2020-10-273-4/+14
| |/
* | Merge pull request #9049 from pfmoore/remove_build_dirPradyun Gedam2020-10-2710-122/+17
|\ \
| * | Not clear why this didn't fail before...Paul Moore2020-10-271-35/+0
| * | Mark a couple of tests that still use --build as xfailPaul Moore2020-10-272-0/+6
| * | Remove test_pip_wheel_fail_cause_of_previous_build_dir as it's no longer validPaul Moore2020-10-271-37/+1
| * | Add news entryPaul Moore2020-10-271-0/+1
| * | Remove --build-dir option, as per deprecationPaul Moore2020-10-277-50/+9
* | | Merge pull request #8991 from asottile/dead_codePradyun Gedam2020-10-272-12/+1
|\ \ \ | |/ / |/| |
| * | delete some dead test code (VERBOSE_FALSE)Anthony Sottile2020-10-122-12/+1
* | | Merge pull request #9050 from sbidoul/fix-freeze-direct_url-editable-sbiPradyun Gedam2020-10-273-4/+18
|\ \ \
| * | | Update news/8996.bugfix.rstStéphane Bidoul2020-10-261-1/+1
| * | | Avoid AssertionError in pip freeze with editable direct URLsStéphane Bidoul2020-10-253-4/+18
* | | | Merge pull request #9055 from pradyunsg/modify-assertion-in-topological-sortPradyun Gedam2020-10-272-5/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | Update tests for new signaturePradyun Gedam2020-10-271-1/+1
| * | | Update type annotationPradyun Gedam2020-10-271-1/+1
| * | | Change assertion in topological sortingPradyun Gedam2020-10-271-3/+6
* | | | Merge pull request #9057 from pradyunsg/ci/use-the-bigger-hammerPradyun Gedam2020-10-273-12/+129
|\ \ \ \
| * | | | Remove the AP MacOS jobPradyun Gedam2020-10-271-7/+0
| * | | | Simplify YAML + better namesPradyun Gedam2020-10-271-19/+10
| * | | | Fix typoPradyun Gedam2020-10-271-1/+1
| * | | | Drop MacOS test runs for Azure PipelinesPradyun Gedam2020-10-271-4/+0
| * | | | Add GitHub Action based testing for MacOSPradyun Gedam2020-10-272-1/+138
| |/ / /
* | | | Merge pull request #8972 from drpoggi/patch-1Xavier Fernandez2020-10-261-2/+2
|\ \ \ \
| * | | | Fix docs for trusted-host in config fileDavid Poggi2020-10-081-2/+2
* | | | | Merge pull request #9014 from McSinyx/docs-news-rstPradyun Gedam2020-10-262-8/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Update docs for less common news extensionNguyễn Gia Phong2020-10-192-8/+8
| | |/ / | |/| |
* | | | Merge pull request #9051 from pradyunsg/fix-ci-issuesPradyun Gedam2020-10-265-4/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Move build_env tests to functionalPradyun Gedam2020-10-251-0/+0
| * | | Set the CI variable on Azure PipelinesPradyun Gedam2020-10-253-0/+9
| * | | Add a small delay between re-runsPradyun Gedam2020-10-251-1/+1
| * | | Breakup conditional for readabilityPradyun Gedam2020-10-251-4/+4
|/ / /
* | | Merge pull request #9008 from pradyunsg/better-tabsPradyun Gedam2020-10-1920-1296/+1068
|\ \ \