GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
sysconfig.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string...
Ronald Oussoren
2021-01-31
1
-0
/
+12
*
bpo-31904: Fix site and sysconfig modules for VxWorks RTOS (GH-21821)
pxinwr
2020-12-20
1
-51
/
+64
*
bpo-39825: Fixes sysconfig.get_config_var('EXT_SUFFIX') on Windows to match d...
Matti Picus
2020-12-07
1
-1
/
+2
*
bpo-41627: Distinguish 32 and 64-bit user site packages on Windows (GH-22098)
Steve Dower
2020-09-05
1
-9
/
+13
*
bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909)
Paul Ganssle
2020-05-16
1
-0
/
+1
*
bpo-24916: Remove an outdated comment. (GH-19101)
Serhiy Storchaka
2020-03-21
1
-2
/
+0
*
bpo-1294959: Add sys.platlibdir attribute (GH-18381)
Victor Stinner
2020-03-10
1
-6
/
+7
*
bpo-38021: Modify AIX platform_tag so it covers PEP 425 needs (GH-17303)
Michael Felt
2019-12-16
1
-1
/
+2
*
bpo-38234: test_embed: test pyvenv.cfg and pybuilddir.txt (GH-16366)
Victor Stinner
2019-09-25
1
-1
/
+1
*
bpo-37201: fix test_distutils failures for Windows ARM64 (GH-13902)
Paul Monson
2019-06-12
1
-0
/
+2
*
bpo-35920: Windows 10 ARM32 platform support (GH-11774)
Paul Monson
2019-04-25
1
-0
/
+2
*
bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744)
Steve Dower
2019-02-04
1
-3
/
+10
*
bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229)
Antoine Pitrou
2018-07-16
1
-1
/
+1
*
remove support for BSD/OS (closes bpo-31624) (#3812)
Benjamin Peterson
2017-09-28
1
-2
/
+2
*
Remove all mention of Windows IA-64 support (GH-3389)
Zachary Ware
2017-09-06
1
-11
/
+1
*
remove IRIX support (closes bpo-31341) (#3310)
Benjamin Peterson
2017-09-04
1
-10
/
+5
*
bpo-29585: optimize site.py startup time (GH-136)
INADA Naoki
2017-06-29
1
-16
/
+10
*
bpo-29762: More use "raise from None". (#569)
Serhiy Storchaka
2017-04-05
1
-1
/
+1
*
Issue #28046: get_sysconfigdata_name() uses the _PYTHON_SYSCONFIGDATA_NAME
Xavier de Gaye
2016-09-11
1
-14
/
+8
*
Issue #28046: Fix get_sysconfigdata_name().
Xavier de Gaye
2016-09-10
1
-7
/
+14
*
Issue #28046: Remove platform-specific directories from sys.path
Zachary Ware
2016-09-09
1
-2
/
+11
*
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
1
-1
/
+1
*
- Issue #23968: Rename the platform directory from plat-$(MACHDEP) to
doko@ubuntu.com
2016-06-14
1
-2
/
+6
*
Issue #25985: sys.version_info is now used instead of sys.version
Serhiy Storchaka
2016-02-11
1
-4
/
+4
*
- Issue #24705: Fix sysconfig._parse_makefile not expanding ${} vars
doko@ubuntu.com
2016-01-11
1
-1
/
+6
*
Closes #23437: Make user scripts directory versioned on Windows (patch by pmo...
Steve Dower
2015-02-14
1
-1
/
+1
*
Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ...
Steve Dower
2014-11-22
1
-12
/
+5
*
Issue #19760: Silence sysconfig's 'SO' key deprecation warnings in tests.
Serhiy Storchaka
2013-11-26
1
-1
/
+1
*
A fix for issue 19555 on Windows.
Barry Warsaw
2013-11-22
1
-4
/
+4
*
- Issue #19555: Restore sysconfig.get_config_var('SO'), with a
Barry Warsaw
2013-11-21
1
-0
/
+7
*
Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX.
Antoine Pitrou
2013-10-19
1
-1
/
+1
|
\
|
*
Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX.
Antoine Pitrou
2013-10-19
1
-1
/
+1
*
|
Issue #19205: Don't import the 're' module in site and sysconfig module to
Christian Heimes
2013-10-12
1
-1
/
+3
*
|
Issue #17177: Stop using imp in sysconfig
Brett Cannon
2013-06-15
1
-2
/
+2
*
|
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
doko@ubuntu.com
2013-03-21
1
-1
/
+1
|
\
|
|
*
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
doko@ubuntu.com
2013-03-21
1
-0
/
+1
|
|
\
|
|
*
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
doko@ubuntu.com
2013-03-21
1
-0
/
+1
|
|
*
Issue #13590: OS X Xcode 4 - improve support for universal extension modules
Ned Deily
2013-01-31
1
-143
/
+8
*
|
|
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-4
/
+4
*
|
|
Remove sys.platform == 'riscos' checks from some Python and test files. #16501
Christian Heimes
2012-11-19
1
-1
/
+0
*
|
|
Merge issue #15298.
Trent Nelson
2012-10-17
1
-12
/
+17
|
\
|
|
|
*
|
Issue #15298: refactor previous fix from 66959d419369.
Trent Nelson
2012-10-17
1
-12
/
+17
*
|
|
Merge issue #15298: fix an OS X bootstrap issue with _sysconfigdata.py.
Trent Nelson
2012-10-17
1
-6
/
+19
|
\
|
|
|
*
|
Issue #15298: fix an OS X bootstrap issue with _sysconfigdata.py.
Trent Nelson
2012-10-17
1
-6
/
+19
*
|
|
Merge issue #15298: ensure _sysconfigdata is generated in build directory,
Trent Nelson
2012-10-16
1
-1
/
+10
|
\
|
|
|
*
|
Issue #15298: ensure _sysconfigdata is generated in build directory,
Trent Nelson
2012-10-16
1
-1
/
+10
*
|
|
#16135: Removal of OS/2 support (Python code partial cleanup)
Jesus Cea
2012-10-05
1
-21
/
+2
|
/
/
*
|
Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path.
Richard Oudkerk
2012-07-27
1
-22
/
+16
*
|
Issue #15184: Ensure consistent results of OS X configuration
Ned Deily
2012-07-21
1
-144
/
+10
*
|
Issue #13590: Improve support for OS X Xcode 4:
Ned Deily
2012-07-15
1
-3
/
+3
[next]