index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
distutils
/
sysconfig.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40443: Remove unused imports in distutils (GH-19802)
Victor Stinner
2020-04-30
1
-1/+0
*
bpo-1294959: Add sys.platlibdir attribute (GH-18381)
Victor Stinner
2020-03-10
1
-2/+9
*
bpo-35920: Windows 10 ARM32 platform support (GH-11774)
Paul Monson
2019-04-25
1
-0/+1
*
bpo-28552: Fix distutils.sysconfig for empty sys.executable (GH-12875)
Victor Stinner
2019-04-25
1
-1/+6
*
bpo-36235: Fix CFLAGS in distutils customize_compiler() (GH-12236)
Victor Stinner
2019-03-15
1
-3/+3
*
bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744)
Steve Dower
2019-02-05
1
-6/+19
*
bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229)
Antoine Pitrou
2018-07-16
1
-3/+1
*
bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)
Stefan Grönke
2017-09-25
1
-1/+1
*
bpo-30273: update distutils.sysconfig for venv's created from Python (#1515)
Jeremy Kloth
2017-05-09
1
-5/+2
*
bpo-30273: Update sysconfig (#1464)
Victor Stinner
2017-05-04
1
-1/+1
*
Issue #28046: get_sysconfigdata_name() uses the _PYTHON_SYSCONFIGDATA_NAME
Xavier de Gaye
2016-09-11
1
-2/+3
*
Issue #28046: Fix distutils
Zachary Ware
2016-09-10
1
-1/+5
*
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
1
-1/+1
*
- Issue #23968: Update distutils/sysconfig.py to look for the renamed
doko@ubuntu.com
2016-06-14
1
-1/+3
*
- Issue #23968: Rename the platform directory from plat-$(MACHDEP) to
doko@ubuntu.com
2016-06-14
1
-0/+2
*
- Issue #21272: Use _sysconfigdata.py to initialize distutils.sysconfig.
doko@ubuntu.com
2016-06-04
1
-31/+4
*
Issue #25985: sys.version_info is now used instead of sys.version
Serhiy Storchaka
2016-02-11
1
-1/+1
*
Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ...
Steve Dower
2014-11-22
1
-18/+9
*
remove various dead version checks (closes #22349)
Benjamin Peterson
2014-09-06
1
-21/+3
*
Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler
Ned Deily
2014-07-06
1
-1/+2
*
Issue #19760: Silence sysconfig's 'SO' key deprecation warnings in tests.
Serhiy Storchaka
2013-11-26
1
-1/+1
*
Issue 19555 for distutils, plus a little clean up (pyflakes, line lengths).
Barry Warsaw
2013-11-22
1
-0/+8
*
Issue #18080: merge from 3.3
Ned Deily
2013-05-28
1
-2/+8
|
\
|
*
Issue #18080: When building a C extension module on OS X, if the compiler
Ned Deily
2013-05-28
1
-2/+8
*
|
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
doko@ubuntu.com
2013-03-21
1
-4/+4
|
\
\
|
|
/
|
*
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
doko@ubuntu.com
2013-03-21
1
-3/+5
|
|
\
|
|
*
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
doko@ubuntu.com
2013-03-21
1
-3/+5
|
|
*
Issue #13590: OS X Xcode 4 - improve support for universal extension modules
Ned Deily
2013-01-31
1
-67/+21
*
|
|
- Issue #15484: Fix _PYTHON_PROJECT_BASE for srcdir != builddir builds;
doko@python.org
2013-01-25
1
-5/+8
|
\
\
\
|
|
/
/
|
*
|
- Issue #15484: Fix _PYTHON_PROJECT_BASE for srcdir != builddir builds;
doko@python.org
2013-01-25
1
-5/+8
*
|
|
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-2/+2
*
|
|
Closes #16135: Removal of OS/2 support (distutils)
Jesus Cea
2012-10-10
1
-24/+0
|
/
/
*
|
Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path.
Richard Oudkerk
2012-07-27
1
-0/+17
*
|
Issue #15184: Ensure consistent results of OS X configuration
Ned Deily
2012-07-21
1
-170/+20
*
|
Closes #15366: Corrected computation of include location for source builds. T...
Vinay Sajip
2012-07-16
1
-3/+4
*
|
Issue #13590: Improve support for OS X Xcode 4:
Ned Deily
2012-07-16
1
-3/+26
*
|
Issue #13590: Improve support for OS X Xcode 4:
Ned Deily
2012-06-23
1
-33/+114
*
|
Fixed _sys_home computation and added diagnostics for Windows buildbot failures.
Vinay Sajip
2012-05-27
1
-0/+2
*
|
Addressed some buildbot errors and comments on the checkin by Antoine on pyth...
Vinay Sajip
2012-05-26
1
-1/+2
*
|
Implemented PEP 405 (Python virtual environments).
Vinay Sajip
2012-05-26
1
-13/+27
|
/
*
Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building
Ned Deily
2012-02-10
1
-1/+32
*
Fix distutils.sysconfig.get_makefile_filename when prefix != exec-prefix
Éric Araujo
2011-10-07
1
-1/+1
*
Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...
Senthil Kumaran
2011-07-28
1
-2/+0
*
Issue #9516: Change distutils to no longer globally attempt to check and
Ned Deily
2011-06-29
1
-15/+0
*
Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set i...
Ronald Oussoren
2011-05-15
1
-1/+1
*
Final patch for issue 9807.
Barry Warsaw
2010-11-24
1
-3/+16
*
Remove traces of Mac OS 9 support, again (#9508).
Éric Araujo
2010-11-06
1
-42/+0
*
Have distutils.sysconfig close a file to remove ResourceWarnings coming up
Brett Cannon
2010-10-29
1
-1/+2
*
Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape error
Victor Stinner
2010-10-23
1
-1/+1
*
Issue #9437: Fix building C extensions with non-default LDFLAGS.
Antoine Pitrou
2010-10-10
1
-0/+5
[next]