summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix build directories interference with auto-discovery (#3704)Anderson Bravalheri2022-11-232-1/+15
| |\ \
| | * | Use hidden directory to not interfere with discoveryAnderson Bravalheri2022-11-221-1/+2
| | * | Capture behaviour of issue 3692 in testAnderson Bravalheri2022-11-221-0/+13
| * | | Improve clib builds reproducibility (#3679)Anderson Bravalheri2022-11-232-1/+29
| |\ \ \
| | * | | Make clib build reproducible by sorting sourcesDaniel Garcia Moreno2022-11-152-1/+29
| * | | | Improve invalid entry-points traceback (#3684)Anderson Bravalheri2022-11-232-23/+62
| |\ \ \ \
| | * | | | Test user-friendly exeptions for invalid entry-poitnsAnderson Bravalheri2022-11-151-22/+53
| | * | | | Display a user-friendly exception when entry-point is invalidAnderson Bravalheri2022-11-151-1/+9
| | |/ / /
| * | | | Fix logging errors - `underlying buffer has been detached` (#3690)Anderson Bravalheri2022-11-231-10/+2
| |\ \ \ \
| | * | | | Fix logging errors: 'underlying buffer has been detached'Daniel Laügt2022-11-171-10/+2
| | |/ / /
| * | | | Remove unnecessary `coding` comment (#3696)Anderson Bravalheri2022-11-236-9/+1
| |\ \ \ \
| | * | | | The default encoding of Python sources is UTF-8Dimitri Papadopoulos2022-11-206-9/+1
| | | |/ / | | |/| |
| | | | |
| | \ \ \
| *-. \ \ \ Merge spelling/space improvements (#3695, #3698, #3697, #3699)Anderson Bravalheri2022-11-231-2/+2
| |\ \ \ \ \ | | | |/ / / | | | | | / | | |_|_|/ | |/| | |
| | * | | Fix typos found by codespellDimitri Papadopoulos2022-11-201-2/+2
| | |/ /
| * | | Add workaround for PyPyAnderson Bravalheri2022-11-221-2/+8
| * | | Simplify patching in testAnderson Bravalheri2022-11-221-12/+7
| * | | Account for stdlib back compatibility in test_manifestAnderson Bravalheri2022-11-221-8/+19
| * | | Modernize test_manifest to use new log infraAnderson Bravalheri2022-11-221-60/+46
| |/ /
| * | Merge https://github.com/pypa/distutils into distutils-e0787faJason R. Coombs2022-11-1375-631/+557
| |/
| * Skip an additional test under xdist. Ref pypa/distutils#183. Expanded workaro...Jason R. Coombs2022-11-131-4/+8
| * Skip test under xdist as it fails after migrating to Python logging. Ref pypa...Jason R. Coombs2022-11-131-0/+4
| * ⚫ Fade to black.Jason R. Coombs2022-11-131-6/+10
| * Add a test for maintainers w/ international emailsSviatoslav Sydorenko2022-11-101-10/+51
| * Ensure pyproject.toml accepts UTF-8 in maintainersAnderson Bravalheri2022-11-091-2/+19
| * Merge pull request #3656 from bmorris3/typosJason R. Coombs2022-11-041-2/+2
| |\
| | * Typo correctionsBrett M. Morris2022-10-311-2/+2
| * | Limit the amount of whitespace to search/backtrack. Fixes #3659.Jason R. Coombs2022-11-042-2/+1
| * | 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