summaryrefslogtreecommitdiff
path: root/changelog.d
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2678 from pypa/feature/static-commandsJason R. Coombs2021-05-211-0/+1
|\ | | | | Move distutils command names into package metadata and declare entry points using static config.
| * Add changelog.Jason R. Coombs2021-05-191-0/+1
| |
* | Merge pull request #2672 from luzpaz/typosJason R. Coombs2021-05-191-1/+1
|\ \ | |/ |/| Fix misc. doc typos
| * Fix misc. doc typosluz paz2021-05-141-1/+1
| | | | | | Found via `codespell`
| * Bump version: 56.1.0 → 56.2.0v56.2.0Jason R. Coombs2021-05-092-3/+0
| |
| * Merge pull request #2641 from cdce8p/mv-versionJason R. Coombs2021-05-091-0/+2
| |\ | | | | | | Always use latest metadata version for PKG-INFO
| | * Always use latest mv version for PKG-INFOMarc Mueller2021-04-161-0/+2
| | |
| * | Add escaping to license fieldMarc Mueller2021-04-161-0/+1
| |/
* | Add a change note for PR #2650Sviatoslav Sydorenko2021-05-051-0/+3
| |
* | Bump version: 56.0.0 → 56.1.0v56.1.0Jason R. Coombs2021-05-046-7/+0
| |
* | Merge pull request #2663 from dofuuz/vs2017-expressJason R. Coombs2021-05-041-0/+1
|\ \ | | | | | | Added Visual Studio Express 2017 support
| * | Create 2663.change.rstdofuuz2021-05-031-0/+1
| | |
* | | Merge pull request #2653 from pypa/distutils-refreshJason R. Coombs2021-05-041-0/+1
|\ \ \ | | | | | | | | Distutils refresh
| * | | Add changelog.distutils-refreshJason R. Coombs2021-04-251-0/+1
| |/ /
* | | Update changelog.Jason R. Coombs2021-05-041-0/+1
|/ /
* | Add blurb for distutils docs addition.Jason R. Coombs2021-04-251-0/+1
| |
* | Add a change note for PR #2654Sviatoslav Sydorenko2021-04-251-0/+2
| |
* | Set daemon attribute instead of using setDaemon method that was deprecated ↵Karthikeyan Singaravelan2021-04-171-0/+1
|/ | | | in Python 3.10
* Bump version: 55.0.0 → 56.0.0v56.0.0Jason R. Coombs2021-04-085-11/+0
|
* Add a change note for PR #2633Sviatoslav Sydorenko2021-04-081-0/+3
|
* Small changesMarc Mueller2021-04-031-2/+1
|
* Add documentation + changelog entriesMarc Mueller2021-04-034-0/+9
|
* Bump version: 54.2.0 → 55.0.0v55.0.0Jason R. Coombs2021-03-301-1/+0
|
* Remove bdist_wininstMiro Hrončok2021-03-081-0/+1
| | | | Fixes https://github.com/pypa/setuptools/issues/2558
* Bump version: 54.1.0 → 54.1.1v54.1.1Jason R. Coombs2021-03-062-4/+0
|
* The term is misc :/Jason R. Coombs2021-03-061-0/+0
|
* Make change a bugfixJason R. Coombs2021-03-061-0/+0
|
* Apply suggestions in code review.Jason R. Coombs2021-03-061-1/+3
| | | | Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
* Add changelogMelissa Li2021-03-061-0/+1
|
* Add changelogAmy2021-02-281-0/+1
|
* Bump version: 52.0.0 → 53.0.0v53.0.0Jason R. Coombs2021-02-011-1/+0
|
* Merge pull request #2543 from pypa/bugfix/1996-no-bootstrapJason R. Coombs2021-02-011-0/+1
|\ | | | | Remove bootstrap script
| * Update changelog. Fixes #1527.Jason R. Coombs2021-01-191-0/+1
| |
* | Bump version: 51.3.3 → 52.0.0v52.0.0Jason R. Coombs2021-01-234-4/+0
| |
* | Update changelogJason R. Coombs2021-01-231-0/+1
| |
* | Merge pull request #2545 from pypa/feature/remove-eggsecutableJason R. Coombs2021-01-231-0/+1
|\ \ | | | | | | Remove eggsecutable
| * | Update changelog.Jason R. Coombs2021-01-231-0/+1
| |/
* | Merge branch 'main' into feature/drop-fetch-build-eggs-easy-install-fallbackfeature/drop-fetch-build-eggs-easy-install-fallbackJason R. Coombs2021-01-231-0/+1
|\ \ | |/
| * Add changelog.Jason R. Coombs2021-01-181-0/+1
| |
| * Bump version: 51.3.2 → 51.3.3v51.3.3Jason R. Coombs2021-01-171-1/+0
| |
| * Fix AttributeError in Description validation. Fixes #2539.Jason R. Coombs2021-01-171-0/+1
| |
| * Bump version: 51.3.1 → 51.3.2v51.3.2Jason R. Coombs2021-01-171-1/+0
| |
| * Repair Descriptions with newlines and emit a warning that the value will be ↵bugfix/1390-lenient-descriptionJason R. Coombs2021-01-171-0/+1
| | | | | | | | disallowed in the future.
* | Add changelog.Jason R. Coombs2021-01-171-0/+1
|/
* Bump version: 51.2.0 → 51.3.0v51.3.0Jason R. Coombs2021-01-164-6/+0
|
* Quick fix for #1390. Now description cannot contain a newline.Jason R. Coombs2021-01-161-0/+1
|
* Merge pull request #2490 from thatch/mainJason R. Coombs2021-01-161-0/+2
|\ | | | | Fix .egg-info metadata support for zipimport
| * Find .egg-info in zipimport tooTim Hatch2020-12-211-0/+2
| | | | | | | | Fixes #2489
* | Merge pull request #2517 from hroncok/load_moduleJason R. Coombs2021-01-161-0/+2
|\ \ | | | | | | Define create_module()/exec_module() in VendorImporter
| * | Define create_module()/exec_module() in VendorImporterMiro Hrončok2021-01-041-0/+2
| | | | | | | | | | | | Fixes https://github.com/pypa/setuptools/issues/2481