summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Remove reliance on TESTFN in test_distJason R. Coombs2022-09-241-13/+12
| | * Use path.Path for changing the cwd temporarily.Jason R. Coombs2022-09-241-4/+6
| | * Remove empty logic branch.Jason R. Coombs2022-09-241-68/+67
| | * Replace TESTFN with fixture.Jason R. Coombs2022-09-241-8/+8
| | * Remove cleanup_testfn, no longer used.Jason R. Coombs2022-09-241-13/+0
| | * In test_sysconfig, prefer fixtures to TESTFN.Jason R. Coombs2022-09-242-34/+38
| | * Remove distracting commentsJason R. Coombs2022-09-241-3/+0
| | * Remove 'cleanup_testfn', unused.Jason R. Coombs2022-09-241-7/+0
| | * Replace TESTFN with temp_file fixture.Jason R. Coombs2022-09-241-21/+20
| | * Remove special case for TestCore.write_setup.Jason R. Coombs2022-09-241-10/+11
| | * Use pathlibJason R. Coombs2022-09-241-5/+2
| | * Split test into two tests.Jason R. Coombs2022-09-241-14/+21
| | * Use 'samefile' to check for same file, because they may not be the same path....Jason R. Coombs2022-09-241-3/+6
| | * Refactor _is_python_source_dir using pathlib.Jason R. Coombs2022-09-241-7/+7
| | * Remove reference to duplicate issue.Jason R. Coombs2022-09-241-2/+2
| | * Remove needless assert renderings. Any decent test runner will provide this d...Jason R. Coombs2022-09-241-5/+5
| | * Use path.Path for changing the cwd temporarily.Jason R. Coombs2022-09-241-5/+2
* | | Merge pull request #3616 from mkoeppe/fix_ci_sage_2022_09Jason R. Coombs2022-09-291-77/+22
|\ \ \ | |/ / |/| |
| * | .github/workflows/ci-sage.yml: Use reusable workflow from https://trac.sagema...Matthias Koeppe2022-09-271-1/+2
| * | .github/workflows/ci-sage.yml: Run on pull_request when the yml file is modifiedMatthias Koeppe2022-09-271-0/+3
| * | .github/workflows/ci-sage.yml: Use reusable workflow https://github.com/sagem...Matthias Koeppe2022-09-271-77/+18
|/ /
* | Merge https://github.com/jaraco/skeletonJason R. Coombs2022-09-263-9/+24
|\ \
| * | When rendering docs, preserve the syntax for defaults. Fixes jaraco/path#197.Jason R. Coombs2022-09-252-3/+11
| * | Add PyPy to the test matrix on Linux. Fixes jaraco/skeleton#63.Jason R. Coombs2022-09-251-5/+11
* | | Bump version: 65.3.0 → 65.4.0v65.4.0Jason R. Coombs2022-09-244-3/+11
* | | Merge pull request #3609 from pypa/distutils-d82d926Jason R. Coombs2022-09-246-130/+91
|\ \ \
| * | | Add changelog.Jason R. Coombs2022-09-241-0/+1
| * | | Merge https://github.com/pypa/distutils into distutils-d82d926Jason R. Coombs2022-09-245-130/+90
| |\ \ \ |/ / / / | | | _
| * | Fix warning in testJason R. Coombs2022-09-241-1/+1
| * | Use jaraco.path for more testsJason R. Coombs2022-09-241-26/+28
| * | Move property to a module attribute and re-use jaraco.path for simpler tests.Jason R. Coombs2022-09-241-14/+6
| * | Extract property for pydistutils.cfg nameJason R. Coombs2022-09-241-4/+7