summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into debt/remove-easy-installdebt/remove-easy-installJason R. Coombs2022-05-09302-1693/+20321
|\
| * do not backfill Project-URL: homepage into Home-page: field (causes duplicate...wim glenn2022-04-293-29/+32
| * Try to rescue the download backing off a few secondsAnderson Bravalheri2022-04-211-2/+8
| * Merge https://github.com/pypa/distutils into feature/distutils-5229dad46bJason R. Coombs2022-04-107-20/+64
| * Rename variableAnderson Bravalheri2022-04-051-4/+4
| * Simplify auto-discovered package_dirAnderson Bravalheri2022-04-052-3/+56
| * Fix problem with dynamic readme (#3247)Anderson Bravalheri2022-04-042-2/+21
| |\
| | * Fix dynamic readmeAnderson Bravalheri2022-04-041-2/+7
| | * Add test for dynamic readme from setup.py argsAnderson Bravalheri2022-04-041-0/+14
| * | Fix version produced by dist_info (#3230)Anderson Bravalheri2022-04-043-3/+129
| |\ \
| | * | Fix reference to issue numberAnderson Bravalheri2022-03-301-1/+1
| | * | Test with different package namesAnderson Bravalheri2022-03-301-11/+12
| | * | Add comment explaining testAnderson Bravalheri2022-03-291-0/+3
| | * | Change dist_info naming to use the same convention as bdist_wheelAnderson Bravalheri2022-03-291-1/+33
| | * | Restore tags in egg_info but change the idempotency checkAnderson Bravalheri2022-03-291-4/+9
| | * | Fix duplicated version tags in egg_infoAnderson Bravalheri2022-03-291-2/+7
| | * | Capture expectation of invalid version warningAnderson Bravalheri2022-03-291-0/+10
| | * | Test dist_info creates similar dir to bdist_wheelAnderson Bravalheri2022-03-291-0/+70
| * | | Honor file mode for wheel install_as_egg (#3167)Anderson Bravalheri2022-04-043-23/+118
| |\ \ \ | | |_|/ | |/| |
| | * | Run the test on Windows, but don't check the file modeAnderson Bravalheri2022-03-141-2/+3
| | * | Use function from archive_util instead of overwritting ZipFileAnderson Bravalheri2022-03-141-17/+3
| | * | Extract reusable _unpack_zipfile_obj from archive_utilsAnderson Bravalheri2022-03-141-21/+29
| | * | Deactivate tests on windowsJosip Delic2022-03-141-0/+1
| | * | Fix ZipFile mode not setJosip Delic2022-03-141-1/+15
| | * | Update setuptools/tests/test_wheel.pyAnderson Bravalheri2022-03-141-1/+2
| | * | Add test for zipefile modeJosip Delic2022-03-141-0/+84
| * | | Attempt to fix problems on windowsAnderson Bravalheri2022-04-041-0/+2
| * | | Be explicit about packagesAnderson Bravalheri2022-04-041-1/+3
| * | | Fix error with test_easy_installAnderson Bravalheri2022-04-041-3/+6
| * | | Merge pull request #3151 from hexagonrecursion/fix-editableJason R. Coombs2022-04-032-12/+49
| |\ \ \
| | * | | Replace direct usage of the `py` libraryAnderson Bravalheri2022-03-081-11/+11
| | * | | Fix test_editable_user_and_build_isolationAndrey Bienkowski2022-03-061-1/+4
| | * | | Fix editable --user installs with build isolationAndrey Bienkowski2022-03-062-16/+8
| | * | | Revert "XXX: Debugging"Andrey Bienkowski2022-03-061-37/+0
| | * | | Test: editable install \w --user&build isolationAndrey Bienkowski2022-03-061-0/+42
| | * | | XXX: DebuggingAndrey Bienkowski2022-03-061-0/+37
| * | | | Add comments with instructions for developersAnderson Bravalheri2022-04-012-0/+7
| * | | | Fix flake8 problemsAnderson Bravalheri2022-04-012-2/+0
| * | | | Add script that allow users to preload examples for offline testingAnderson Bravalheri2022-04-012-0/+20
| * | | | Split download helpers to their own fileAnderson Bravalheri2022-04-012-30/+52
| * | | | Add metatest to make sure auxiliary file is properly packagedAnderson Bravalheri2022-04-011-1/+16
| * | | | Disable automatic download of trove classifiers by defaultAnderson Bravalheri2022-03-301-0/+5
| * | | | Update validate-pyproject to v0.7.1Anderson Bravalheri2022-03-302-2/+7
| * | | | Fix unintentional mistake in config/pyprojectAnderson Bravalheri2022-03-301-1/+1
| * | | | Update version of validate-pyprojectAnderson Bravalheri2022-03-302-3/+3
| * | | | Move _validate_pyproject to configAnderson Bravalheri2022-03-309-14/+7
| * | | | Separate vendoring script and code generator for pyproject validationsAnderson Bravalheri2022-03-301-1/+0
| | |_|/ | |/| |
| * | | Merge pull request #3224 from pypa/feature/distutils-e1d5c9b1f6Jason R. Coombs2022-03-273-108/+170
| |\ \ \
| | * | | Merge https://github.com/pypa/distutils into feature/distutils-e1d5c9b1f6Jason R. Coombs2022-03-273-108/+170
| * | | | Fix previous detection of empty arraysAnderson Bravalheri2022-03-273-6/+9