summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add test capturing failed expectation. Ref #3659.Jason R. Coombs2022-11-042-1/+14
| * | ⚫ Fade to black.Jason R. Coombs2022-11-041-40/+37
| * | Remove workaround for emacs.Jason R. Coombs2022-11-041-1/+0
| * | ⚫ Fade to black.Jason R. Coombs2022-11-041-63/+100
| |/
| * Consistently use unittest.mock in testsMiro Hrončok2022-10-176-12/+7
| *---------. Merge PRs #3636 #3634 #3633 #3595 #3576 #3569 #3564Anderson Bravalheri2022-10-149-30/+50
| |\ \ \ \ \ \
| | | | | | | * remove python2 casesStéphane Blondon2022-08-252-3/+1
| | | | | | * | Improve warnings in editable installAnderson Bravalheri2022-08-262-5/+10
| | | | | | |/
| | | | | * | Update validate_pyprojectAnderson Bravalheri2022-09-023-19/+21
| | | | | |/
| | | | * | Handle no-packages projects in editable_wheelAnderson Bravalheri2022-10-121-1/+6
| | | * | | Use abspath() instead of resolve() in expand._assert_local()Mike Salvatore2022-09-221-3/+1
| | | * | | Catch an edge case in expand._assert_local()Mike Salvatore2022-09-182-1/+13
| | | | |/ | | | |/|
| | * | | fix small error message typo in editable_wheel.pyalexzorin2022-10-121-1/+1
| | | |/ | | |/|
| * | | Skip stdlib distutils tests on Python 3.12Miro Hrončok2022-10-131-4/+17
| |/ /
| * | Restore protection of distutils.log patching.Jason R. Coombs2022-10-081-0/+5
| * | Restore test for log module, but bypass when irrelevant.Jason R. Coombs2022-10-081-0/+18
| * | Skip manifest tests as they're copy pasta and broken under a unified logging ...Jason R. Coombs2022-10-051-0/+2
| * | Suppress monkeypatch when Log is gone, indicating distutils is using logging ...Jason R. Coombs2022-10-051-1/+2
| * | Support caplog and capsys now that logs go through logging.Jason R. Coombs2022-10-051-4/+14
| * | Remove hack around distutils.dist.log, no longer relevant with pypa/distutils...Jason R. Coombs2022-10-052-27/+0
| * | Extract context manager for suppressing logs. Ref pypa/distutils#183.Jason R. Coombs2022-10-051-8/+17
| * | Merge pull request #3613 from JulienPalard/mdk-expandJason R. Coombs2022-09-292-3/+16
| |\ \
| | * | Use pathlib to open the fileJason R. Coombs2022-09-291-3/+2
| | * | expand: Give bytes to ast.parse to let it discover encoding cookie.Julien Palard2022-09-272-1/+15
| * | | Merge https://github.com/pypa/distutils into distutils-6852b20Jason R. Coombs2022-09-2911-234/+250
| |/ /
| * | Merge https://github.com/pypa/distutils into distutils-d82d926Jason R. Coombs2022-09-244-129/+88
| |/
| * Prevent accidental name matching in editable hooks (#3562)Anderson Bravalheri2022-08-242-1/+25
| |\
| | * Prevent accidental partial name matching in editable hooksAnderson Bravalheri2022-08-241-1/+1
| | * Capture problems with similar names in editable installAnderson Bravalheri2022-08-241-0/+24
| * | Remove inadvertent splatting of the name attribute (#3547)Anderson Bravalheri2022-08-243-6/+53
| |\ \
| | * | Fix problems with name discovery and dynamic versionsAnderson Bravalheri2022-08-191-5/+10
| | * | Replicate problems with name discovery and dynamic versionsAnderson Bravalheri2022-08-191-0/+34
| | * | Remove inadvertent splatting of the name attributeBenno Rice2022-08-191-1/+0
| | * | Replicate problems with `setup.py --version` and auto-discoveryAnderson Bravalheri2022-08-191-0/+9
| * | | Merge https://github.com/pypa/distutils into distutils-22b9bcfJason R. Coombs2022-08-215-77/+66
| | |/ | |/|
| * | Limit number of string replacementsAnderson Bravalheri2022-08-211-1/+5
| * | Fix recursion problem in finderAnderson Bravalheri2022-08-212-2/+3
| * | Capture recursion problem with editable finderAnderson Bravalheri2022-08-211-0/+20
| |/
| * Remove monkeypatching of msvc9compiler. Fixes #3536Jason R. Coombs2022-08-173-292/+1
| * Merge https://github.com/pypa/distutilsJason R. Coombs2022-08-163-0/+1710
| * Remove unecessary commaAnderson Bravalheri2022-08-151-1/+1
| * Fix build_meta when metadata_directory=='.' (#3528)Anderson Bravalheri2022-08-152-5/+30
| |\
| | * Fix error in testsAnderson Bravalheri2022-08-151-2/+1
| | * Remove unused importAnderson Bravalheri2022-08-151-1/+1
| | * Refactor code to bubble up info directories in build_metaAnderson Bravalheri2022-08-151-25/+18
| | * Revert change in dist_info search for build_metaAnderson Bravalheri2022-08-151-9/+24
| | * Reproduce error in issue 3523Anderson Bravalheri2022-08-151-0/+17
| * | Skip test on platforms difficult to setup compilersAnderson Bravalheri2022-08-151-0/+3
| * | Improve glob pattern in testAnderson Bravalheri2022-08-151-3/+2
| * | Fix backward compatibility with distutilsAnderson Bravalheri2022-08-151-0/+2