| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version: 57.1.0 → 57.2.0v57.2.0 | Jason R. Coombs | 2021-07-14 | 4 | -3/+11 |
| | | |||||
| * | Merge pull request #2725 from zooba/arm64 | Jason R. Coombs | 2021-07-14 | 2 | -0/+2 |
| |\ | | | | | Fixes #2724 Adds detection of Windows ARM64 build environments | ||||
| | * | Add changelog entry | Steve Dower | 2021-07-14 | 1 | -0/+1 |
| | | | |||||
| | * | Merge https://github.com/pypa/distutils into arm64 | Jason R. Coombs | 2021-07-14 | 1 | -0/+1 |
| | |\ | |||||
| | | * | Adds detection of Windows ARM64 build environments for cross-compilation. | Steve Dower | 2021-07-14 | 1 | -0/+1 |
| | | | | | | | | | | | | | Closes #2724 | ||||
| * | | | Merge pull request #2726 from pypa/trim-codecov | Jason R. Coombs | 2021-07-11 | 1 | -2/+1 |
| |\ \ \ | | | | | | | | | Remove gcov exclusion. Defaults are fine. | ||||
| | * | | | Remove gcov exclusion. Defaults are fine. | Jason R. Coombs | 2021-07-11 | 1 | -2/+1 |
| |/ / / | |||||
| * | | | Merge pull request #2693 from tanvimoharir/add-codecov | Jason R. Coombs | 2021-07-10 | 1 | -1/+8 |
| |\ \ \ | |/ / |/| | | Adding codecov configuration | ||||
| | * | | Remove GHA flag, unneeded. | Jason R. Coombs | 2021-07-10 | 1 | -1/+0 |
| | | | | |||||
| | * | | Produce coverage report using the default filename and upload coverage ↵ | Jason R. Coombs | 2021-07-10 | 1 | -2/+1 |
| | | | | | | | | | | | | | reports using the default filename. | ||||
| | * | | Update .github/workflows/main.yml | Tanvi Moharir | 2021-07-07 | 1 | -4/+4 |
| | | | | | | | | | | Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua> | ||||
| | * | | Recovering actions options | Tanvi Moharir | 2021-07-07 | 1 | -0/+5 |
| | | | | |||||
| | * | | Update .github/workflows/main.yml | Tanvi Moharir | 2021-07-05 | 1 | -0/+2 |
| | | | | | | | | | | Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua> | ||||
| | * | | Try without any options. | Jason R. Coombs | 2021-07-04 | 1 | -7/+0 |
| | | | | |||||
| | * | | Removing redundent step | Tanvi Moharir | 2021-06-23 | 1 | -4/+0 |
| | | | | |||||
| | * | | Update .github/workflows/main.yml | Tanvi Moharir | 2021-06-23 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Updating from GH UI Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua> | ||||
| | * | | Adding flags | tanvimoharir | 2021-06-13 | 1 | -0/+4 |
| | | | | |||||
| | * | | Removing files option from codecov and reverting tox change for coverage command | tmoharir | 2021-06-12 | 2 | -2/+1 |
| | | | | |||||
| | * | | Using codecov action | tanvimoharir | 2021-06-12 | 1 | -1/+5 |
| | | | | |||||
| | * | | Adding -i to coverage xml command | tanvimoharir | 2021-06-09 | 1 | -1/+1 |
| | | | | |||||
| | * | | Removing redundant step | tanvimoharir | 2021-06-02 | 1 | -5/+1 |
| | | | | |||||
| | * | | Updating configuration | tanvimoharir | 2021-06-02 | 1 | -1/+2 |
| | | | | |||||
| | * | | Adding codecov configuration | tanvimoharir | 2021-06-01 | 1 | -0/+5 |
| | | | | | | | | | | Added minimal configuration | ||||
| * | | | Bump version: 57.0.0 → 57.1.0v57.1.0 | Jason R. Coombs | 2021-07-04 | 7 | -11/+22 |
| | | | | |||||
| * | | | Merge pull request #2714 from pypa/feature/distutils-sync | Jason R. Coombs | 2021-07-04 | 12 | -95/+257 |
| |\ \ \ | | | | | | | | | Update distutils | ||||
| | * | | | Update changelog. | Jason R. Coombs | 2021-07-04 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | Merge https://github.com/pypa/distutils into feature/distutils-sync | Jason R. Coombs | 2021-07-04 | 11 | -95/+256 |
| | |\ \ \ |/ / / / | | | _ | |||||
| | * | | Merge pull request #46 from pypa/bpo-44497/symlink-infinite-recursion | Jason R. Coombs | 2021-07-04 | 2 | -1/+38 |
| | |\ \ | | | | | | | | | Avoid symlink infinite loops (separate concerns + repro) | ||||
| | | * | | Move _unique_dirs into classmethod on _UniqueDirs. | Jason R. Coombs | 2021-07-04 | 1 | -9/+10 |
| | | | | | |||||
| | | * | | Rely on stat (inode and device) to deduplicate. | Jason R. Coombs | 2021-07-04 | 1 | -13/+17 |
| | | | | | |||||
| | | * | | Extract UniqueDirs for checking uniqueness. | Jason R. Coombs | 2021-07-04 | 1 | -4/+10 |
| | | | | | |||||
| | | * | | Merge branch 'bpo-44497/symlink-infinite-recursion-repro' into ↵ | Jason R. Coombs | 2021-07-04 | 1 | -0/+10 |
| | | |\ \ | | | | | | | | | | | | | | | | bpo-44497/symlink-infinite-recursion | ||||
| | | | * | | Ensure that the result contains only the one file, not all the different ↵ | Jason R. Coombs | 2021-07-04 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | symlink variants to the same file. | ||||
| | | | * | | Add test capturing failure. Ref pypa/distutils#44. | Jason R. Coombs | 2021-07-04 | 1 | -0/+7 |
| | | |/ / | |/| | | |||||
| | | * | | Wrap walk result to prevent infinite recursion. Fixes bpo-44497. | Jason R. Coombs | 2021-07-04 | 1 | -1/+17 |
| | |/ / | |||||
| | * | | Remove automerge. | Jason R. Coombs | 2021-07-04 | 1 | -27/+0 |
| | | | | |||||
| | * | | 👹 Feed the hobgoblins (delint). | Jason R. Coombs | 2021-07-04 | 1 | -16/+17 |
| | | | | |||||
| | * | | Merge pull request #43 from messense/has-ext-modules | Jason R. Coombs | 2021-07-04 | 2 | -2/+2 |
| | |\ \ | | | | | | | | | Prefer using `Distribution.has_ext_modules` method | ||||
| | | * | | Prefer using `Distribution.has_ext_modules` method | messense | 2021-06-20 | 2 | -2/+2 |
| | |/ / | |||||
| | * | | Merge pull request #26 from longnguyen2004/clang-mingw | Jason R. Coombs | 2021-06-14 | 1 | -40/+51 |
| | |\ \ | | | | | | | | | Add clang mingw support | ||||
| | | * | | Change get_gcc_versions back to get_versions | Long Nguyen | 2021-04-25 | 1 | -2/+2 |
| | | | | | |||||
| | | * | | Merge branch 'main' into clang-mingw | Long Nguyen | 2021-04-25 | 7 | -10/+90 |
| | | |\ \ | |||||
| | | * | | | Add clang mingw support | Long Nguyen | 2021-02-04 | 1 | -41/+52 |
| | | | | | | |||||
| | * | | | | Merge pull request #37 from acolinisi/PR--rpath-on-macOS | Jason R. Coombs | 2021-05-18 | 4 | -32/+142 |
| | |\ \ \ \ | | | | | | | | | | | | | distutils: pass -rpath on macOS when requested | ||||
| | | * | | | | distutils: pass -rpath to linker on macOS >=10.5 | Alexei Colin | 2021-04-26 | 4 | -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-modules | Jason R. Coombs | 2021-05-18 | 2 | -4/+6 |
| | |\ \ \ \ | | |/ / / | |/| | | | Fixed get_export_symbols for unicode filenames | ||||
| | | * | | | Fixed get_export_symbols for unicode filenames | da-woods | 2021-04-18 | 2 | -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. Coombs | 2021-07-04 | 1 | -2/+0 |
| | | | | | |||||
| * | | | | Remove workaround for pypy/pypy#3503, now that the behavior is consistent ↵ | Jason R. Coombs | 2021-07-04 | 1 | -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. Coombs | 2021-07-04 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | depth is missed. | ||||
