index
:
delta/python-setuptools-git.git
40.7-maintenance
bootstrap
bootstrap-2.x
bootstrap-py24
bugfix/1390-description-no-newlines
bugfix/1390-lenient-description
bugfix/1623-always-targz
bugfix/1635-disallow-parent-paths
bugfix/1663-restore-port
bugfix/1996-no-bootstrap
bugfix/2129-better-egg-detection
bugfix/2232-just-break-pip-upgrade
bugfix/2232-ubuntu-patch
bugfix/2471-remove-deps
bugfix/2906-distutils-race
bugfix/2938-easy-install-schemes
bugfix/2993-get-pip-exemption
bugfix/2993-redux
bugfix/3026-sysconfig-vars-in-easy-install
bugfix/3073-old-setuptools
bugfix/3452-unconditional-workaround
bugfix/3452-warn
bugfix/3525-error
bugfix/downgrade-pip
bugfix/downgrade-pip-redux
debt/deprecate-setup-requires
debt/deprecate-version
debt/drop-py35
debt/remove-RequirementParseError
debt/remove-easy-install
debt/remove-legacy-version
debt/update-packaging
dev/adopt_bdist_wheel
dev/avoid_wheel_unstable_api
dev/core_metadata
dev/egg_info_requires
dev/simplified_wheelbuilder
dev/untangle_editable_wheel
develop-nspkg
develop-nspkg-always
di-patch-1
distutils
distutils-adopt-escape-hatch
distutils-refresh
docs/auto-merge
docs/distutils-porting
dont-normalize
drop-py26
export-pkg-resources
feature/1246-utf-8-in-scripts
feature/1696-update-vendored-deps
feature/2093-docs-revamp
feature/2550-build-from-source
feature/deprecate-2to3
feature/deprecate-installer
feature/deps-in-metadata
feature/deterministic-provides-extras-2
feature/distutils-8c160a9693
feature/distutils-bb018f1ac3
feature/distutils-docs
feature/distutils-hack-startup-perf
feature/drop-fetch-build-eggs-easy-install-fallback
feature/easy-install-dep
feature/implicit-bootstrap
feature/include-pyproject.toml
feature/limit-distutils-hack-pip-workaround
feature/local-distutils
feature/local-schemes
feature/logging
feature/pip-options-alignment
feature/plugins-enabled-by-default
feature/pyopenssl-fallback
feature/refactor-parse-requirements
feature/remove-distutils-hack-pip-workaround
feature/remove-easy-install
feature/remove-eggsecutable
feature/restore-editable-pythonpath
feature/sic-versions-in-commands
feature/simple-dist-name-in-scripts
feature/skeleton
feature/test-as-installed
feature/tox-venv
feature/unvendor
feature/vendor-jaraco-text
feature/vendor-pkg-resources
feature/vendoring
feature/version-in-cfg
feature/xenial-py37
fix/2529
include-pypy
issue-704
issue-889
issue-97
issue250-module_from_spec
issue250-reentry
iterator-unpack
jaraco-path-build
license-files-generator
main
maint/44.x
master
pr/1521
pr1887-rebase
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2
setuptools-scm
workaround/2495-clean-indentation
workaround/2495-no-install-requires
github.com: pypa/setuptools.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump version: 65.4.0 → 65.4.1
v65.4.1
Jason R. Coombs
2022-09-29
5
-4
/
+12
*
Merge pull request #3613 from JulienPalard/mdk-expand
Jason R. Coombs
2022-09-29
3
-3
/
+17
|
\
|
*
Update changelog
Jason R. Coombs
2022-09-29
1
-0
/
+1
|
*
Use pathlib to open the file
Jason R. Coombs
2022-09-29
1
-3
/
+2
|
*
expand: Give bytes to ast.parse to let it discover encoding cookie.
Julien Palard
2022-09-27
2
-1
/
+15
*
|
Merge pull request #3617 from pypa/distutils-6852b20
Jason R. Coombs
2022-09-29
12
-234
/
+251
|
\
\
|
*
|
Update changelog
Jason R. Coombs
2022-09-29
1
-0
/
+1
|
*
|
Merge https://github.com/pypa/distutils into distutils-6852b20
Jason R. Coombs
2022-09-29
11
-234
/
+250
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Use os.path.isfile for checking if path.is_file, suppresses exceptions. Fixes...
Jason R. Coombs
2022-09-29
2
-2
/
+1
|
|
*
Add test for PermissionError. Ref pypa/distutils#181.
Jason R. Coombs
2022-09-29
3
-3
/
+28
|
|
*
Remove reliance on create_empty_file
Jason R. Coombs
2022-09-24
2
-22
/
+15
|
|
*
Prefer a temp_cwd fixture to reduce indentation.
Jason R. Coombs
2022-09-24
3
-16
/
+18
|
|
*
Extract _save_cwd for saving the current working directory.
Jason R. Coombs
2022-09-24
1
-9
/
+8
|
|
*
Add compatibility shim for subprocess on Python 3.7 on Windows
Jason R. Coombs
2022-09-24
2
-1
/
+21
|
|
*
Remove reliance on change_cwd
Jason R. Coombs
2022-09-24
2
-6
/
+4
|
|
*
Remove reliance on os_helper in test_build_ext
Jason R. Coombs
2022-09-24
1
-4
/
+5
|
|
*
xfail srcdir_simple on Windows
Jason R. Coombs
2022-09-24
1
-0
/
+1
|
|
*
Remove TESTFN from py38compat, no longer needed.
Jason R. Coombs
2022-09-24
1
-2
/
+0
|
|
*
Remove reliance on TESTFN in test_dist
Jason R. Coombs
2022-09-24
1
-13
/
+12
|
|
*
Use path.Path for changing the cwd temporarily.
Jason R. Coombs
2022-09-24
1
-4
/
+6
|
|
*
Remove empty logic branch.
Jason R. Coombs
2022-09-24
1
-68
/
+67
|
|
*
Replace TESTFN with fixture.
Jason R. Coombs
2022-09-24
1
-8
/
+8
|
|
*
Remove cleanup_testfn, no longer used.
Jason R. Coombs
2022-09-24
1
-13
/
+0
|
|
*
In test_sysconfig, prefer fixtures to TESTFN.
Jason R. Coombs
2022-09-24
2
-34
/
+38
|
|
*
Remove distracting comments
Jason R. Coombs
2022-09-24
1
-3
/
+0
|
|
*
Remove 'cleanup_testfn', unused.
Jason R. Coombs
2022-09-24
1
-7
/
+0
|
|
*
Replace TESTFN with temp_file fixture.
Jason R. Coombs
2022-09-24
1
-21
/
+20
|
|
*
Remove special case for TestCore.write_setup.
Jason R. Coombs
2022-09-24
1
-10
/
+11
|
|
*
Use pathlib
Jason R. Coombs
2022-09-24
1
-5
/
+2
|
|
*
Split test into two tests.
Jason R. Coombs
2022-09-24
1
-14
/
+21
|
|
*
Use 'samefile' to check for same file, because they may not be the same path....
Jason R. Coombs
2022-09-24
1
-3
/
+6
|
|
*
Refactor _is_python_source_dir using pathlib.
Jason R. Coombs
2022-09-24
1
-7
/
+7
|
|
*
Remove reference to duplicate issue.
Jason R. Coombs
2022-09-24
1
-2
/
+2
|
|
*
Remove needless assert renderings. Any decent test runner will provide this d...
Jason R. Coombs
2022-09-24
1
-5
/
+5
|
|
*
Use path.Path for changing the cwd temporarily.
Jason R. Coombs
2022-09-24
1
-5
/
+2
*
|
|
Merge pull request #3616 from mkoeppe/fix_ci_sage_2022_09
Jason R. Coombs
2022-09-29
1
-77
/
+22
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
.github/workflows/ci-sage.yml: Use reusable workflow from https://trac.sagema...
Matthias Koeppe
2022-09-27
1
-1
/
+2
|
*
|
.github/workflows/ci-sage.yml: Run on pull_request when the yml file is modified
Matthias Koeppe
2022-09-27
1
-0
/
+3
|
*
|
.github/workflows/ci-sage.yml: Use reusable workflow https://github.com/sagem...
Matthias Koeppe
2022-09-27
1
-77
/
+18
|
/
/
*
|
Merge https://github.com/jaraco/skeleton
Jason R. Coombs
2022-09-26
3
-9
/
+24
|
\
\
|
*
|
When rendering docs, preserve the syntax for defaults. Fixes jaraco/path#197.
Jason R. Coombs
2022-09-25
2
-3
/
+11
|
*
|
Add PyPy to the test matrix on Linux. Fixes jaraco/skeleton#63.
Jason R. Coombs
2022-09-25
1
-5
/
+11
*
|
|
Bump version: 65.3.0 → 65.4.0
v65.4.0
Jason R. Coombs
2022-09-24
4
-3
/
+11
*
|
|
Merge pull request #3609 from pypa/distutils-d82d926
Jason R. Coombs
2022-09-24
6
-130
/
+91
|
\
\
\
|
*
|
|
Add changelog.
Jason R. Coombs
2022-09-24
1
-0
/
+1
|
*
|
|
Merge https://github.com/pypa/distutils into distutils-d82d926
Jason R. Coombs
2022-09-24
5
-130
/
+90
|
|
\
\
\
|
/
/
/
/
|
|
|
_
|
*
|
Fix warning in test
Jason R. Coombs
2022-09-24
1
-1
/
+1
|
*
|
Use jaraco.path for more tests
Jason R. Coombs
2022-09-24
1
-26
/
+28
|
*
|
Move property to a module attribute and re-use jaraco.path for simpler tests.
Jason R. Coombs
2022-09-24
1
-14
/
+6
|
*
|
Extract property for pydistutils.cfg name
Jason R. Coombs
2022-09-24
1
-4
/
+7
[next]