summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version: 57.1.0 → 57.2.0v57.2.0Jason R. Coombs2021-07-144-3/+11
|
* Merge pull request #2725 from zooba/arm64Jason R. Coombs2021-07-142-0/+2
|\ | | | | Fixes #2724 Adds detection of Windows ARM64 build environments
| * Add changelog entrySteve Dower2021-07-141-0/+1
| |
| * Merge https://github.com/pypa/distutils into arm64Jason R. Coombs2021-07-141-0/+1
| |\
| | * Adds detection of Windows ARM64 build environments for cross-compilation.Steve Dower2021-07-141-0/+1
| | | | | | | | | | | | Closes #2724
* | | Merge pull request #2726 from pypa/trim-codecovJason R. Coombs2021-07-111-2/+1
|\ \ \ | | | | | | | | Remove gcov exclusion. Defaults are fine.
| * | | Remove gcov exclusion. Defaults are fine.Jason R. Coombs2021-07-111-2/+1
|/ / /
* | | Merge pull request #2693 from tanvimoharir/add-codecovJason R. Coombs2021-07-101-1/+8
|\ \ \ | |/ / |/| | Adding codecov configuration
| * | Remove GHA flag, unneeded.Jason R. Coombs2021-07-101-1/+0
| | |
| * | Produce coverage report using the default filename and upload coverage ↵Jason R. Coombs2021-07-101-2/+1
| | | | | | | | | | | | reports using the default filename.
| * | Update .github/workflows/main.ymlTanvi Moharir2021-07-071-4/+4
| | | | | | | | | Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
| * | Recovering actions optionsTanvi Moharir2021-07-071-0/+5
| | |
| * | Update .github/workflows/main.ymlTanvi Moharir2021-07-051-0/+2
| | | | | | | | | Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
| * | Try without any options.Jason R. Coombs2021-07-041-7/+0
| | |
| * | Removing redundent stepTanvi Moharir2021-06-231-4/+0
| | |
| * | Update .github/workflows/main.yml Tanvi Moharir2021-06-231-0/+4
| | | | | | | | | | | | | | | Updating from GH UI Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
| * | Adding flagstanvimoharir2021-06-131-0/+4
| | |
| * | Removing files option from codecov and reverting tox change for coverage commandtmoharir2021-06-122-2/+1
| | |
| * | Using codecov actiontanvimoharir2021-06-121-1/+5
| | |
| * | Adding -i to coverage xml commandtanvimoharir2021-06-091-1/+1
| | |
| * | Removing redundant steptanvimoharir2021-06-021-5/+1
| | |
| * | Updating configurationtanvimoharir2021-06-021-1/+2
| | |
| * | Adding codecov configurationtanvimoharir2021-06-011-0/+5
| | | | | | | | | Added minimal configuration
* | | Bump version: 57.0.0 → 57.1.0v57.1.0Jason R. Coombs2021-07-047-11/+22
| | |
* | | Merge pull request #2714 from pypa/feature/distutils-syncJason R. Coombs2021-07-0412-95/+257
|\ \ \ | | | | | | | | Update distutils
| * | | Update changelog.Jason R. Coombs2021-07-041-0/+1
| | | |
| * | | Merge https://github.com/pypa/distutils into feature/distutils-syncJason R. Coombs2021-07-0411-95/+256
| |\ \ \ |/ / / / | | | _
| * | Merge pull request #46 from pypa/bpo-44497/symlink-infinite-recursionJason R. Coombs2021-07-042-1/+38
| |\ \ | | | | | | | | Avoid symlink infinite loops (separate concerns + repro)
| | * | Move _unique_dirs into classmethod on _UniqueDirs.Jason R. Coombs2021-07-041-9/+10
| | | |
| | * | Rely on stat (inode and device) to deduplicate.Jason R. Coombs2021-07-041-13/+17
| | | |
| | * | Extract UniqueDirs for checking uniqueness.Jason R. Coombs2021-07-041-4/+10
| | | |
| | * | Merge branch 'bpo-44497/symlink-infinite-recursion-repro' into ↵Jason R. Coombs2021-07-041-0/+10
| | |\ \ | | | | | | | | | | | | | | | bpo-44497/symlink-infinite-recursion
| | | * | Ensure that the result contains only the one file, not all the different ↵Jason R. Coombs2021-07-041-1/+4
| | | | | | | | | | | | | | | | | | | | symlink variants to the same file.
| | | * | Add test capturing failure. Ref pypa/distutils#44.Jason R. Coombs2021-07-041-0/+7
| | |/ / | |/| |
| | * | Wrap walk result to prevent infinite recursion. Fixes bpo-44497.Jason R. Coombs2021-07-041-1/+17
| |/ /
| * | Remove automerge.Jason R. Coombs2021-07-041-27/+0
| | |
| * | 👹 Feed the hobgoblins (delint).Jason R. Coombs2021-07-041-16/+17
| | |
| * | Merge pull request #43 from messense/has-ext-modulesJason R. Coombs2021-07-042-2/+2
| |\ \ | | | | | | | | Prefer using `Distribution.has_ext_modules` method
| | * | Prefer using `Distribution.has_ext_modules` methodmessense2021-06-202-2/+2
| |/ /
| * | Merge pull request #26 from longnguyen2004/clang-mingwJason R. Coombs2021-06-141-40/+51
| |\ \ | | | | | | | | Add clang mingw support
| | * | Change get_gcc_versions back to get_versionsLong Nguyen2021-04-251-2/+2
| | | |
| | * | Merge branch 'main' into clang-mingwLong Nguyen2021-04-257-10/+90
| | |\ \
| | * | | Add clang mingw supportLong Nguyen2021-02-041-41/+52
| | | | |
| * | | | Merge pull request #37 from acolinisi/PR--rpath-on-macOSJason R. Coombs2021-05-184-32/+142
| |\ \ \ \ | | | | | | | | | | | | distutils: pass -rpath on macOS when requested
| | * | | | distutils: pass -rpath to linker on macOS >=10.5Alexei Colin2021-04-264-32/+142
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix -R option of build_ext for macOS (darwin) Resolves this old bug against distutils that expired due to PIP 632: https://bugs.python.org/issue36353 Applies patch originally submitted to CPython: https://github.com/python/cpython/pull/12418 Contributor: Toon Verstraelen <Toon.Verstraelen@UGent.be> Signed-off-by: Alexei Colin <acolin@isi.edu>
| * | | | Merge pull request #38 from da-woods/fix-unicode-modulesJason R. Coombs2021-05-182-4/+6
| |\ \ \ \ | | |/ / / | |/| | | Fixed get_export_symbols for unicode filenames
| | * | | Fixed get_export_symbols for unicode filenamesda-woods2021-04-182-4/+6
| | |/ / | | | | | | | | | | | | | | | | | | | | The implementation of `get_export_symbols` from distutils doesn't quite conform to PEP-489 (because `"_<name>".encode('punycode') != "<name>".encode('punycode')`). This affects the linking of unicode modules on Windows
* | | | Remove wincertstore and certifi. Ref #2711 and #2716.Jason R. Coombs2021-07-041-2/+0
| | | |
* | | | Remove workaround for pypy/pypy#3503, now that the behavior is consistent ↵Jason R. Coombs2021-07-041-6/+0
| | | | | | | | | | | | | | | | with a workaround in importlib_metadata 4.6.1 (python/importlib_metadata#327.
* | | | Add another deprecation warning bypass for flake8 on PyPy because the call ↵Jason R. Coombs2021-07-041-0/+6
| | | | | | | | | | | | | | | | depth is missed.