| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add changelog.distutils-refresh | Jason R. Coombs | 2021-04-25 | 1 | -0/+1 |
| | | |||||
| * | Merge https://github.com/pypa/distutils into distutils-refresh | Jason R. Coombs | 2021-04-25 | 5 | -11/+22 |
| |\ | |||||
| | * | Merge pull request #36 from jmroot/relax-mdt-check | Jason R. Coombs | 2021-04-24 | 1 | -5/+9 |
| | |\ | | | | | | | Relax MACOSX_DEPLOYMENT_TARGET check | ||||
| | | * | Relax MACOSX_DEPLOYMENT_TARGET check | Joshua Root | 2021-03-22 | 1 | -5/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only complain if the config target is >= 10.3 and the current target is < 10.3. The check was originally added to ensure that incompatible LDSHARED flags are not used, because '-undefined dynamic_lookup' is used when building for 10.3 and later, and is not supported on older OS versions[1]. Apart from that, there should be no problem in general with using an older target. [1] https://github.com/python/cpython/commit/6b08a40442ca500c8e2073e012b51af66cab9c5a | ||||
| | * | | Merge pull request #33 from animalize/msvc_02 | Jason R. Coombs | 2021-04-24 | 3 | -5/+5 |
| | |\ \ | | | | | | | | | Use /O2 compiler option instead of /Ox for MSVC | ||||
| | | * | | Use /O2 compiler option instead of /Ox for MSVC | animalize | 2021-03-08 | 3 | -5/+5 |
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | Compared to /Ox, /O2 has two additional options: /GF: Eliminate Duplicate Strings /Gy: Enable Function-Level Linking Co-Authored-By: Nikita Kniazev <2743474+Kojoley@users.noreply.github.com> | ||||
| | * | | Merge pull request #32 from termim/main | Jason R. Coombs | 2021-04-24 | 1 | -0/+7 |
| | |\ \ | | | | | | | | | bpo-41882: Clean up after CCompiler.has_function() | ||||
| | | * | | bpo-41882: Clean up after CCompiler.has_function() | Mikhail Terekhov | 2021-03-07 | 1 | -0/+7 |
| | | |/ | | | | | | | | | | Closes #31 | ||||
| | * | | Merge pull request #39 from pypa/workflows | Jason R. Coombs | 2021-04-24 | 2 | -0/+69 |
| | |\ \ | | |/ | |/| | Copy workflows from jaraco/skeleton. Enables CI. | ||||
| | | * | Copy workflows from jaraco/skeleton. Enables CI. | Jason R. Coombs | 2021-04-24 | 2 | -0/+69 |
| | |/ | |||||
| | * | In spawn, when logging a command, use list2cmdline to render the command as ↵ | Jason R. Coombs | 2020-11-06 | 1 | -1/+1 |
| | | | | | | | | | it would be used, restoring expectation lost in python/cpython#18743. Ref pypa/setuptools#2417 where this change was a red-herring for another issue. | ||||
| | * | Merge pull request #20 from pypa/blockquotes-to-literals | Pradyun Gedam | 2020-10-27 | 1 | -0/+6 |
| | |\ | | | | | | | Convert blockquotes into literal blocks | ||||
| | | * | Convert blockquotes into literal blocks | Pradyun Gedam | 2020-10-26 | 1 | -0/+6 |
| | |/ | |||||
| * | | Add blurb for distutils docs addition. | Jason R. Coombs | 2021-04-25 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #2657 from pypa/feature/distutils-docs | Jason R. Coombs | 2021-04-25 | 15 | -0/+4525 |
| |\ \ | | | | | | | Feature/distutils docs | ||||
| | * \ | Merge branch 'main' into feature/distutils-docs | Jason R. Coombs | 2021-04-25 | 99 | -1767/+2883 |
| | |\ \ | |/ / |/| | | |||||
| * | | | Merge pull request #2655 from webknjaz/maintenance/drop-netlify | Jason R. Coombs | 2021-04-25 | 2 | -8/+0 |
| |\ \ \ | | | | | | | | | 🔥 Drop the Netlify configs | ||||
| | * | | | 🔥 Drop the Netlify configs | Sviatoslav Sydorenko | 2021-04-25 | 2 | -8/+0 |
| | | | | | | | | | | | | | | | | | | | | | This is no longer needed since the project relies on RTD PR builds for some time already. | ||||
| * | | | | Merge pull request #2654 from webknjaz/docs/modern-towncrier | Jason R. Coombs | 2021-04-25 | 2 | -0/+6 |
| |\ \ \ \ | |/ / / |/| | | | Make changelog tmpl compatible w/ new Towncrier | ||||
| | * | | | Add a change note for PR #2654 | Sviatoslav Sydorenko | 2021-04-25 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | Make changelog tmpl compatible w/ new towncrier | Sviatoslav Sydorenko | 2021-04-25 | 1 | -0/+4 |
| |/ / / | | | | | | | | | | Ref: https://github.com/pypa/pip/issues/9815 | ||||
| * | | | Merge pull request #2644 from tirkarthi/fix-threading | Jason R. Coombs | 2021-04-24 | 2 | -1/+2 |
| |\ \ \ | | | | | | | | | Set daemon attribute instead of using setDaemon method that was deprecated in Python 3.10 | ||||
| | * | | | Set daemon attribute instead of using setDaemon method that was deprecated ↵ | Karthikeyan Singaravelan | 2021-04-17 | 2 | -1/+2 |
| | | | | | | | | | | | | | | | | | in Python 3.10 | ||||
| * | | | | Merge pull request #2649 from webknjaz/maintenance/issue-forms--deprecations | Pradyun Gedam | 2021-04-22 | 3 | -20/+16 |
| |\ \ \ \ | | | | | | | | | | | Drop deprecated `issue_body` from the forms | ||||
| | * | | | | Drop deprecated `issue_body` from the forms | Sviatoslav Sydorenko | 2021-04-21 | 3 | -20/+16 |
| |/ / / / | |||||
| * | | | | Merge pull request #2635 from cdce8p/refactor-dist | Jason R. Coombs | 2021-04-14 | 2 | -28/+95 |
| |\ \ \ \ | |/ / / |/| | | | Refactor ``read_pkg_file`` | ||||
| | * | | | Add rfc822_unescape | Marc Mueller | 2021-04-10 | 2 | -1/+60 |
| | | | | | |||||
| | * | | | Refactor dist.read_pkg_file | Marc Mueller | 2021-04-10 | 1 | -28/+36 |
| |/ / / | |||||
| * | | | Bump version: 55.0.0 → 56.0.0v56.0.0 | Jason R. Coombs | 2021-04-08 | 8 | -13/+30 |
| | | | | |||||
| * | | | Merge pull request #2633 from webknjaz/bugfixes/2632-importlib-find_spec | Jason R. Coombs | 2021-04-08 | 3 | -20/+25 |
| |\ \ \ | | | | | | | | | Implement `find_spec` in vendored module importers | ||||
| | * | | | Use importlib.util.spec_from_loader in find_spec | Sviatoslav Sydorenko | 2021-04-09 | 2 | -4/+4 |
| | | | | | |||||
| | * | | | Drop deprecated `find_module` from vendor importer | Sviatoslav Sydorenko | 2021-04-08 | 2 | -16/+0 |
| | | | | | |||||
| | * | | | Implement `find_spec` in vendored module importers | Sviatoslav Sydorenko | 2021-04-08 | 2 | -12/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change makes the import warning emitted by Python 3.10 disappear but implementing the hook that is supposed to replace the old import mechanism. Refs: * https://bugs.python.org/issue42134 * https://bugs.python.org/issue43540 * https://github.com/pypa/setuptools/issues/2632#issuecomment-815701078 Fixes #2632 Co-authored-by: Jason R. Coombs <jaraco@jaraco.com> | ||||
| | * | | | Add a change note for PR #2633 | Sviatoslav Sydorenko | 2021-04-08 | 1 | -0/+3 |
| |/ / / | |||||
| * | | | Merge pull request #2620 from cdce8p/license-files-improments | Jason R. Coombs | 2021-04-03 | 9 | -27/+118 |
| |\ \ \ | | | | | | | | | License_files improvements | ||||
| | * | | | Small changes | Marc Mueller | 2021-04-03 | 4 | -5/+5 |
| | | | | | |||||
| | * | | | Change deprecation warning | Marc Mueller | 2021-04-03 | 1 | -4/+3 |
| | | | | | |||||
| | * | | | Additional test cases | Marc Mueller | 2021-04-03 | 1 | -3/+62 |
| | | | | | |||||
| | * | | | Add documentation + changelog entries | Marc Mueller | 2021-04-03 | 6 | -1/+22 |
| | | | | | |||||
| | * | | | license_files - Add support for glob patterns + add default patterns | Marc Mueller | 2021-04-03 | 3 | -23/+35 |
| |/ / / | |||||
| * | | | Merge pull request #2626 from Yhg1s/patch-1 | Jason R. Coombs | 2021-04-03 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | Fix typo in setup.py example in quickstart guide. | ||||
| | * | | | Update quickstart.rst | T. Wouters | 2021-03-29 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Fix typo in setup.py example in quickstart guide. | T. Wouters | 2021-03-29 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge pull request #2623 from Zedeldi/patch-1 | Jason R. Coombs | 2021-04-03 | 1 | -4/+4 |
| |\ \ \ \ | | | | | | | | | | | Update dependency_management.rst | ||||
| | * | | | | Update dependency_management.rst | Zack Didcott | 2021-03-29 | 1 | -4/+4 |
| | |/ / / | | | | | | | | | Fix spelling and grammar | ||||
| * | | | | Merge pull request #2621 from cdce8p/fix-tests | Jason R. Coombs | 2021-04-03 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | Test - Fix url for pip download | ||||
| | * | | | | Tests - Fix url for pip download | Marc Mueller | 2021-03-28 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Officially declare pkg_resources as deprecated. Closes #2531. | Jason R. Coombs | 2021-04-03 | 1 | -0/+7 |
| | | | | | | |||||
| * | | | | | Bump version: 54.2.0 → 55.0.0v55.0.0 | Jason R. Coombs | 2021-03-30 | 4 | -3/+11 |
| | | | | | | |||||
| * | | | | | Merge pull request #2566 from hroncok/remove_bdist_wininst | Jason R. Coombs | 2021-03-30 | 6 | -55/+9 |
| |\ \ \ \ \ | | | | | | | | | | | | | Remove bdist_wininst, Filter out distutils deprecation | ||||
