-
Notifications
You must be signed in to change notification settings - Fork 88
Pull requests: pypa/distutils
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Speed up distutils imports on Python 3.15+ by adding
__lazy_modules__
#414
opened Jul 11, 2026 by
Avasam
Contributor
Loading…
Add support for
.mc files in CygwinCCompiler+MinGW32Compiler / Add support for windmc compiling routine
#405
opened Mar 28, 2026 by
Avasam
Contributor
Loading…
Don't automatically add PyInit_<name> to export symbols in Python 3.15+
#395
opened Jan 13, 2026 by
encukou
Contributor
Loading…
install: correct sysconfig scheme lookup on Windows
#394
opened Jan 11, 2026 by
lazka
Contributor
Loading…
Prevent object file collisions in parallel extension builds
#393
opened Dec 26, 2025 by
e-luks
Loading…
spawn: don't force param cmd to be mutable + allow more kwargs on msvc
#390
opened Dec 20, 2025 by
Avasam
Contributor
Loading…
BUG: fixed a bug where calling
build_ext.finalize_options after define or undef attributes were already set would raise an exception.
#386
opened Nov 17, 2025 by
neutrinoceros
Loading…
BUG: fix a bug where calling
distutils.build_ext.finalize_options more than once would raise an exception
#385
opened Nov 17, 2025 by
neutrinoceros
Loading…
Explore deprecating
create arg of get_command_obj and get_finalized_command
#377
opened Oct 17, 2025 by
Avasam
Contributor
Loading…
msvc compiler: Re-sort sources to compile Message Compiler files (
.mc) first
#370
opened May 6, 2025 by
Avasam
Contributor
Loading…
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.