index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
sysconfig.py
Commit message (
Expand
)
Author
Age
*
gh-99201: fix IndexError when initializing sysconfig config variables
Filipe Laíns
2022-11-19
*
gh-92452: Avoid race in initialization of sysconfig._CONFIG_VARS
Gareth Rees
2022-10-28
*
gh-92897: Ensure `venv --copies` respects source build property of the creati...
Jeremy Kloth
2022-07-05
*
gh-90473: disable user site packages on WASI/Emscripten (GH-93633)
Christian Heimes
2022-06-09
*
gh-91670: Removes `SO` config variable in `sysconfig.py` (#91671)
Bryan Weber
2022-04-18
*
bpo-45413: Define "posix_venv", "nt_venv" and "venv" sysconfig installation s...
Miro Hrončok
2022-03-18
*
bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993)
Nikita Sobolev
2022-02-03
*
bpo-45582: Fix test_embed failure during a PGO build on Windows (GH-30014)
neonene
2021-12-10
*
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower
2021-12-03
*
Fix typos in the Lib directory (GH-28775)
Christian Clauss
2021-10-06
*
Revert "bpo-45035: Make sysconfig posix_home depend on platlibdir (GH-28011)"...
Pablo Galindo Salgado
2021-09-07
*
bpo-45035: Make sysconfig posix_home depend on platlibdir (GH-28011)
Tzu-ping Chung
2021-09-07
*
Make sysconfig posix_user not depend on platlibdir (GH-27655)
Tzu-ping Chung
2021-09-07
*
Fix osx_framework_user include to match distutils (#27093)
Tzu-ping Chung
2021-07-15
*
bpo-41282: Fix broken `make install` (GH-26329)
Petr Viktorin
2021-05-24
*
bpo-43312: Functions returning default and preferred sysconfig schemes (GH-24...
Tzu-ping Chung
2021-04-27
*
bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of...
Lumír 'Frenzy' Balhar
2021-04-23
*
bpo-41282: (PEP 632) Load install schemes from sysconfig (GH-24549)
Lumír 'Frenzy' Balhar
2021-04-14
*
bpo-43651: Fix EncodingWarning in sysconfig (GH-25192)
Inada Naoki
2021-04-06
*
bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string...
Ronald Oussoren
2021-01-31
*
bpo-31904: Fix site and sysconfig modules for VxWorks RTOS (GH-21821)
pxinwr
2020-12-20
*
bpo-39825: Fixes sysconfig.get_config_var('EXT_SUFFIX') on Windows to match d...
Matti Picus
2020-12-07
*
bpo-41627: Distinguish 32 and 64-bit user site packages on Windows (GH-22098)
Steve Dower
2020-09-05
*
bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909)
Paul Ganssle
2020-05-16
*
bpo-24916: Remove an outdated comment. (GH-19101)
Serhiy Storchaka
2020-03-21
*
bpo-1294959: Add sys.platlibdir attribute (GH-18381)
Victor Stinner
2020-03-10
*
bpo-38021: Modify AIX platform_tag so it covers PEP 425 needs (GH-17303)
Michael Felt
2019-12-16
*
bpo-38234: test_embed: test pyvenv.cfg and pybuilddir.txt (GH-16366)
Victor Stinner
2019-09-25
*
bpo-37201: fix test_distutils failures for Windows ARM64 (GH-13902)
Paul Monson
2019-06-12
*
bpo-35920: Windows 10 ARM32 platform support (GH-11774)
Paul Monson
2019-04-25
*
bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744)
Steve Dower
2019-02-04
*
bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229)
Antoine Pitrou
2018-07-16
*
remove support for BSD/OS (closes bpo-31624) (#3812)
Benjamin Peterson
2017-09-28
*
Remove all mention of Windows IA-64 support (GH-3389)
Zachary Ware
2017-09-06
*
remove IRIX support (closes bpo-31341) (#3310)
Benjamin Peterson
2017-09-04
*
bpo-29585: optimize site.py startup time (GH-136)
INADA Naoki
2017-06-29
*
bpo-29762: More use "raise from None". (#569)
Serhiy Storchaka
2017-04-05
*
Issue #28046: get_sysconfigdata_name() uses the _PYTHON_SYSCONFIGDATA_NAME
Xavier de Gaye
2016-09-11
*
Issue #28046: Fix get_sysconfigdata_name().
Xavier de Gaye
2016-09-10
*
Issue #28046: Remove platform-specific directories from sys.path
Zachary Ware
2016-09-09
*
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
*
- Issue #23968: Rename the platform directory from plat-$(MACHDEP) to
doko@ubuntu.com
2016-06-14
*
Issue #25985: sys.version_info is now used instead of sys.version
Serhiy Storchaka
2016-02-11
*
- Issue #24705: Fix sysconfig._parse_makefile not expanding ${} vars
doko@ubuntu.com
2016-01-11
*
Closes #23437: Make user scripts directory versioned on Windows (patch by pmo...
Steve Dower
2015-02-14
*
Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ...
Steve Dower
2014-11-22
*
Issue #19760: Silence sysconfig's 'SO' key deprecation warnings in tests.
Serhiy Storchaka
2013-11-26
*
A fix for issue 19555 on Windows.
Barry Warsaw
2013-11-22
*
- Issue #19555: Restore sysconfig.get_config_var('SO'), with a
Barry Warsaw
2013-11-21
*
Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX.
Antoine Pitrou
2013-10-19
|
\
[next]