summaryrefslogtreecommitdiff
path: root/Lib/distutils/sysconfig.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-40443: Remove unused imports in distutils (GH-19802)Victor Stinner2020-04-301-1/+0
* bpo-1294959: Add sys.platlibdir attribute (GH-18381)Victor Stinner2020-03-101-2/+9
* bpo-35920: Windows 10 ARM32 platform support (GH-11774)Paul Monson2019-04-251-0/+1
* bpo-28552: Fix distutils.sysconfig for empty sys.executable (GH-12875)Victor Stinner2019-04-251-1/+6
* bpo-36235: Fix CFLAGS in distutils customize_compiler() (GH-12236)Victor Stinner2019-03-151-3/+3
* bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744)Steve Dower2019-02-041-6/+19
* bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229)Antoine Pitrou2018-07-161-3/+1
* bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)Stefan Grönke2017-09-251-1/+1
* bpo-30273: update distutils.sysconfig for venv's created from Python (#1515)Jeremy Kloth2017-05-091-5/+2
* bpo-30273: Update sysconfig (#1464)Victor Stinner2017-05-041-1/+1
* Issue #28046: get_sysconfigdata_name() uses the _PYTHON_SYSCONFIGDATA_NAMEXavier de Gaye2016-09-111-2/+3
* Issue #28046: Fix distutilsZachary Ware2016-09-091-1/+5
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-1/+1
* - Issue #23968: Update distutils/sysconfig.py to look for the renameddoko@ubuntu.com2016-06-141-1/+3
* - Issue #23968: Rename the platform directory from plat-$(MACHDEP) todoko@ubuntu.com2016-06-141-0/+2
* - Issue #21272: Use _sysconfigdata.py to initialize distutils.sysconfig.doko@ubuntu.com2016-06-051-31/+4
* Issue #25985: sys.version_info is now used instead of sys.versionSerhiy Storchaka2016-02-111-1/+1
* Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ...Steve Dower2014-11-221-18/+9
* remove various dead version checks (closes #22349)Benjamin Peterson2014-09-061-21/+3
* Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compilerNed Deily2014-07-061-1/+2
* Issue #19760: Silence sysconfig's 'SO' key deprecation warnings in tests.Serhiy Storchaka2013-11-261-1/+1
* Issue 19555 for distutils, plus a little clean up (pyflakes, line lengths).Barry Warsaw2013-11-221-0/+8
* Issue #18080: merge from 3.3Ned Deily2013-05-281-2/+8
|\
| * Issue #18080: When building a C extension module on OS X, if the compilerNed Deily2013-05-281-2/+8
* | - Issue #16754: Fix the incorrect shared library extension on linux. Introducedoko@ubuntu.com2013-03-211-4/+4
|\ \ | |/
| * - Issue #16754: Fix the incorrect shared library extension on linux. Introducedoko@ubuntu.com2013-03-211-3/+5
| |\
| | * - Issue #16754: Fix the incorrect shared library extension on linux. Introducedoko@ubuntu.com2013-03-211-3/+5
| | * Issue #13590: OS X Xcode 4 - improve support for universal extension modulesNed Deily2013-01-311-67/+21
* | | - Issue #15484: Fix _PYTHON_PROJECT_BASE for srcdir != builddir builds;doko@python.org2013-01-251-5/+8
|\ \ \ | |/ /
| * | - Issue #15484: Fix _PYTHON_PROJECT_BASE for srcdir != builddir builds;doko@python.org2013-01-251-5/+8
* | | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-2/+2
* | | Closes #16135: Removal of OS/2 support (distutils)Jesus Cea2012-10-111-24/+0
|/ /
* | Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path.Richard Oudkerk2012-07-271-0/+17
* | Issue #15184: Ensure consistent results of OS X configurationNed Deily2012-07-211-170/+20
* | Closes #15366: Corrected computation of include location for source builds. T...Vinay Sajip2012-07-161-3/+4
* | Issue #13590: Improve support for OS X Xcode 4:Ned Deily2012-07-151-3/+26
* | Issue #13590: Improve support for OS X Xcode 4:Ned Deily2012-06-231-33/+114
* | Fixed _sys_home computation and added diagnostics for Windows buildbot failures.Vinay Sajip2012-05-271-0/+2
* | Addressed some buildbot errors and comments on the checkin by Antoine on pyth...Vinay Sajip2012-05-261-1/+2
* | Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-261-13/+27
|/
* Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, buildingNed Deily2012-02-101-1/+32
* Fix distutils.sysconfig.get_makefile_filename when prefix != exec-prefixÉric Araujo2011-10-081-1/+1
* Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-281-2/+0
* Issue #9516: Change distutils to no longer globally attempt to check andNed Deily2011-06-281-15/+0
* Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set i...Ronald Oussoren2011-05-151-1/+1
* Final patch for issue 9807.Barry Warsaw2010-11-241-3/+16
* Remove traces of Mac OS 9 support, again (#9508).Éric Araujo2010-11-061-42/+0
* Have distutils.sysconfig close a file to remove ResourceWarnings coming upBrett Cannon2010-10-291-1/+2
* Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape errorVictor Stinner2010-10-231-1/+1
* Issue #9437: Fix building C extensions with non-default LDFLAGS.Antoine Pitrou2010-10-101-0/+5