summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | | | | | | | | | Fix RST syntax in changelogAnderson Bravalheri2022-08-261-2/+2
| | | | | * | | | | | | | | | Document CWD limitations in editable docsAnderson Bravalheri2022-08-261-0/+11
| | | | | * | | | | | | | | | Improve warnings in editable installAnderson Bravalheri2022-08-262-5/+10
| | | | * | | | | | | | | | | Add news fragmentAnderson Bravalheri2022-09-061-0/+1
| | | | * | | | | | | | | | | Update validate_pyprojectAnderson Bravalheri2022-09-024-20/+22
| | | | |/ / / / / / / / / /
| | | * | | | | | | | | | | Add news fragmentAnderson Bravalheri2022-10-121-0/+1
| | | * | | | | | | | | | | 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
|/ / / / / / / / / / /
* | | | | | | | | | | Update pyproject_config.rst (#3571)Anderson Bravalheri2022-10-111-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Update pyproject_config.rstPer Jensen2022-08-281-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Update user guide's example versions to be PEP440-compliant (#3628)Anderson Bravalheri2022-10-112-25/+33
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Update docs/userguide/distribution.rst Jason Veatch2022-10-101-3/+3
| * | | | | | | | | | | Add changelog file with towncrier news fragment.Jason Veatch2022-10-061-0/+1
| * | | | | | | | | | | Fix #3419. Update example versions to be PEP440-compliantJason Veatch2022-10-051-21/+28
* | | | | | | | | | | | Update changelog. Ref #3626.Jason R. Coombs2022-10-081-0/+1
* | | | | | | | | | | | Merge pull request #3626 from pypa/feature/distutils-loggingJason R. Coombs2022-10-084-17/+26
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | 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
* | | | | | | | | | | | | Merge https://github.com/jaraco/skeletonJason R. Coombs2022-10-061-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | / / / / / / / | | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Indicate to use latest Python version (workaround for readthedocs/readthedocs...Jason R. Coombs2022-09-301-0/+7
* | | | | | | | | | | | Extract context manager for suppressing logs. Ref pypa/distutils#183.Jason R. Coombs2022-10-051-8/+17
* | | | | | | | | | | | Merge https://github.com/jaraco/skeletonJason R. Coombs2022-09-302-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | / / / / / / / / / / | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Adopt furo theme for docs.Jason R. Coombs2022-09-302-0/+2
* | | | | | | | | | | Docs: fix url (#3574)Anderson Bravalheri2022-09-301-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Docs: fix urlAnderson Bravalheri2022-09-151-1/+1
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Bump version: 65.4.0 → 65.4.1v65.4.1Jason R. Coombs2022-09-295-4/+12
* | | | | | | | | | | Merge pull request #3613 from JulienPalard/mdk-expandJason R. Coombs2022-09-293-3/+17
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Update changelogJason R. Coombs2022-09-291-0/+1
| * | | | | | | | | | | 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 pull request #3617 from pypa/distutils-6852b20Jason R. Coombs2022-09-2912-234/+251
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Update changelogJason R. Coombs2022-09-291-0/+1
| * | | | | | | | | | | Merge https://github.com/pypa/distutils into distutils-6852b20Jason R. Coombs2022-09-2911-234/+250
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | / / / / / / | | | |_|_|/ / / / / / | | |/| | | | | | | |
| | * | | | | | | | | Use os.path.isfile for checking if path.is_file, suppresses exceptions. Fixes...Jason R. Coombs2022-09-292-2/+1
| | * | | | | | | | | Add test for PermissionError. Ref pypa/distutils#181.Jason R. Coombs2022-09-293-3/+28
| | * | | | | | | | | Remove reliance on create_empty_fileJason R. Coombs2022-09-242-22/+15
| | * | | | | | | | | Prefer a temp_cwd fixture to reduce indentation.Jason R. Coombs2022-09-243-16/+18
| | * | | | | | | | | Extract _save_cwd for saving the current working directory.Jason R. Coombs2022-09-241-9/+8
| | * | | | | | | | | Add compatibility shim for subprocess on Python 3.7 on WindowsJason R. Coombs2022-09-242-1/+21
| | * | | | | | | | | Remove reliance on change_cwdJason R. Coombs2022-09-242-6/+4
| | * | | | | | | | | Remove reliance on os_helper in test_build_extJason R. Coombs2022-09-241-4/+5
| | * | | | | | | | | xfail srcdir_simple on WindowsJason R. Coombs2022-09-241-0/+1
| | * | | | | | | | | Remove TESTFN from py38compat, no longer needed.Jason R. Coombs2022-09-241-2/+0