summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 53.0.0 → 53.1.0v53.1.0Jason R. Coombs2021-02-255-5/+13
* Merge pull request #2580 from melissa-kun-li/fix-entry-points-name-case-sensi...Jason R. Coombs2021-02-253-0/+20
|\
| * Remove 'breaking' changelog, superseded by 'change'.Jason R. Coombs2021-02-251-1/+0
| * Update change logMelissa Li2021-02-251-0/+1
| * Update test for case-sensitive entry point namesMelissa Li2021-02-241-16/+0
| * Add change noteMelissa Li2021-02-241-0/+1
| * Add case-sensitive entry point name testMelissa Li2021-02-231-0/+34
| * Preserve case-sensitive keys in setup.cfgMelissa Li2021-02-231-0/+1
* | Merge pull request #2581 from theauk/fix-non-showing-doc-textJason R. Coombs2021-02-241-1/+1
|\ \ | |/ |/|
| * Add ini to display code block in docThea2021-02-241-1/+1
|/
* Merge pull request #2576 from theauk/issue-2456-doc-fixesJason R. Coombs2021-02-201-1/+1
|\
| * Merge remote-tracking branch 'origin/issue-2456-doc-fixes' into issue-2456-do...Thea2021-02-200-0/+0
| |\
| | * Use :doc: instead of direct linkThea2021-02-201-1/+1
| * | Reference index in the userguide directoryThea2021-02-201-1/+1
| |/
| * Include link to new developer guide in the old oneThea2021-02-201-1/+1
|/
* Merge pull request #2573 from melissa-kun-li/fix-sphinx-upload-docsJason R. Coombs2021-02-205-4/+49
|\
| * Update sphinx upload_docs testMelissa Li2021-02-191-1/+0
| * Update fix and documentationMelissa Li2021-02-191-6/+3
| * Add changelogMelissa Li2021-02-191-0/+2
| * Fix sphinx upload_docsMelissa Li2021-02-194-2/+49
* | Bump version: 52.0.0 → 53.0.0v53.0.0Jason R. Coombs2021-02-014-3/+11
* | Merge pull request #2543 from pypa/bugfix/1996-no-bootstrapJason R. Coombs2021-02-017-158/+4
|\ \ | |/ |/|
| * For compatibility, add a bootstrap script with a warning.bugfix/1996-no-bootstrapJason R. Coombs2021-01-231-0/+7
| * Remove bootstrap from docs buildJason R. Coombs2021-01-191-16/+0
| * Update changelog. Fixes #1527.Jason R. Coombs2021-01-191-0/+1
| * Remove bootstrap and tox-pip and instead rely on pep517.Jason R. Coombs2021-01-195-146/+0
* | Bump version: 51.3.3 → 52.0.0v52.0.0Jason R. Coombs2021-01-237-6/+17
* | Merge pull request #2544 from pypa/feature/remove-easy-installJason R. Coombs2021-01-237-77/+11
|\ \
| * | Update changelogJason R. Coombs2021-01-231-0/+1
| * | Remove 'main' function from 'easy_install'.Jason R. Coombs2021-01-232-52/+7
| * | Remove easy_install script and module.Jason R. Coombs2021-01-234-25/+3
|/ /
* | Merge pull request #2545 from pypa/feature/remove-eggsecutableJason R. Coombs2021-01-235-74/+3
|\ \
| * | Update changelog.Jason R. Coombs2021-01-231-0/+1
| * | Remove eggsecutablefeature/remove-eggsecutableJason R. Coombs2021-01-204-74/+2
| |/
* | Merge pull request #2537 from pypa/feature/drop-fetch-build-eggs-easy-install...Jason R. Coombs2021-01-234-57/+6
|\ \ | |/ |/|
| * Merge branch 'main' into feature/drop-fetch-build-eggs-easy-install-fallbackfeature/drop-fetch-build-eggs-easy-install-fallbackJason R. Coombs2021-01-2310-24/+83
| |\ | |/ |/|
* | Prefer 'rootdir' for resolving the project root.Jason R. Coombs2021-01-181-12/+10
* | Merge pull request #2459 from webknjaz/testing/pytest-xdistJason R. Coombs2021-01-186-8/+50
|\ \
| * | Add changelog.Jason R. Coombs2021-01-181-0/+1
| * | Restore test_build_sdist_relative_path_import to its former simple implementa...Jason R. Coombs2021-01-181-6/+6
| * | Simplify get_build_backend to simply allow override of cwd.Jason R. Coombs2021-01-181-6/+4
| * | Extract workaround for pytest-dev/pytest-xdist#376 as a fixture. Invoke the r...Jason R. Coombs2021-01-182-11/+19
| * | Rely on rootdir to determine the source. Avoids coupling with position in the...Jason R. Coombs2021-01-181-9/+2
| * | Avoid indirection in src_dirJason R. Coombs2021-01-171-4/+1
| * | Rely on pytest-enabler to enable pytest-xdist when present and enabled.Jason R. Coombs2021-01-173-4/+4
| * | Use tmp src copy in `test_clean_env_install`Sviatoslav Sydorenko2021-01-181-2/+2
| * | Isolate src for `test_distutils_adoption`Sviatoslav Sydorenko2021-01-181-3/+3
| * | Make `test_pip_upgrade_from_source` xdist-friendlySviatoslav Sydorenko2021-01-182-2/+30
| * | Replace `tmpdir_cwd` fixture with `tmp_path`Sviatoslav Sydorenko2021-01-181-5/+4
| * | Make `get_build_backend` cwd path customizableSviatoslav Sydorenko2021-01-181-2/+4