summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/sysconfig.py
Commit message (Expand)AuthorAgeFilesLines
* 00112-2.7.13-debug-build.patchFedora Python maintainers2020-09-291-2/+3
* 00102-2.7.13-lib64.patchFedora Python maintainers2020-09-291-1/+5
* bpo-28552: Fix distutils.sysconfig for empty sys.executable (GH-12875) (GH-12...Victor Stinner2019-04-251-2/+12
* bpo-36235: Fix CFLAGS in distutils customize_compiler() (GH-12236) (GH-12349)Victor Stinner2019-03-151-3/+3
* Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compilerNed Deily2014-07-061-1/+2
* Issue #18080: When building a C extension module on OS X, if the compilerNed Deily2013-05-281-2/+8
* - Issue #13150, #17512: sysconfig no longer parses the Makefile and config.hdoko@ubuntu.com2013-04-081-59/+4
* backout 66e30c4870bb for breaking OSX (#13150)Benjamin Peterson2013-03-221-4/+59
* - Issue #13150: sysconfig no longer parses the Makefile and config.h filesdoko@ubuntu.com2013-03-211-59/+4
* - Issue #17086: Backport the patches from the 3.3 branch to cross-builddoko@python.org2013-01-311-1/+6
* Issue #13590: OS X Xcode 4 - improve support for universal extension modulesNed Deily2013-01-311-90/+21
* Issue #13994: Earler partial revert of Distutils enhancements in 2.7Ned Deily2012-02-111-3/+11
* Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, buildingNed Deily2012-02-101-1/+32
* Issue #9516: Change distutils to no longer globally attempt to check andNed Deily2011-06-291-15/+0
* Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set i...Ronald Oussoren2011-05-151-1/+1
* Remove one trace of Mac OS 9 support (#7908 follow-up)Éric Araujo2010-11-061-26/+0
* Merged revisions 85353 via svnmerge fromAntoine Pitrou2010-10-101-0/+5
* In a number of places code still reversRonald Oussoren2010-05-051-17/+0
* Fixed #8577. distutils.sysconfig.get_python_inc() now differenciates buildir ...Tarek Ziadé2010-04-301-5/+9
* reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the...Tarek Ziadé2010-03-051-75/+516
* fixed a typo on distutils.sysconfig. thanks arfeverTarek Ziadé2010-02-021-1/+1
* reintroduced the names in Distutils for APIs that were relocatedTarek Ziadé2010-01-261-0/+9
* taking sysconfig out of distutilsTarek Ziadé2010-01-231-542/+66
* Fix an issue with the detection of a non-existing SDKRonald Oussoren2009-12-101-3/+3
* Half of the fix for issue 6957: ensure that distutilsRonald Oussoren2009-09-221-0/+23
* removed the last string.split() callTarek Ziadé2009-06-111-2/+1
* Fixed #5201: now distutils.sysconfig.parse_makefile() understands '53264' in ...Tarek Ziadé2009-06-111-7/+14
* Fixed #5941: added ARFLAGS for the archiver command.Tarek Ziadé2009-05-071-3/+7
* Fixed #3386: the optional prefix argument was ignored under OS2 and NT in dis...Tarek Ziadé2009-02-101-3/+3
* Convert "srcdir" into an absolute path if that seems prudent. CurrrentlyNeil Schemenauer2009-02-061-0/+14
* fixed #1520877: now distutils reads Read from the environment/MakefileTarek Ziadé2009-02-061-3/+6
* Fix get_python_inc() to work when building in a directory separate fromNeil Schemenauer2009-02-051-5/+11
* MacOS X: Enable 4-way universal buildsRonald Oussoren2008-06-051-0/+20
* Issue2290: Support x64 Windows builds that live in pcbuild/amd64. Without it...Trent Nelson2008-03-191-1/+6
* Removed uses of dict.has_key() from distutils, and uses ofGuido van Rossum2008-02-211-11/+11
* Keep distutils Python 2.1 compatible (or even Python 2.4 in this case).Marc-André Lemburg2008-02-051-2/+6
* Added support for new Windows build dirs in PC/ to distutils.sysconfigChristian Heimes2008-01-011-0/+4
* Fixed bug #1628Christian Heimes2007-12-141-2/+4
* Fixed bug #1613: Makefile's VPATH feature is brokenChristian Heimes2007-12-131-1/+1
* Fixed get_config_h_filename for Windows. Without the patch it can't find the ...Christian Heimes2007-12-061-8/+14
* MacOSX: distutils changes the values of BASECFLAGS and LDFLAGS when using aRonald Oussoren2006-10-081-1/+4
* MacOSX: fix rather dumb buglet that made it impossible to create extensions onRonald Oussoren2006-06-271-1/+1
* Patch #1488098.Ronald Oussoren2006-05-231-0/+15
* Patch 1471883: --enable-universalsdk on Mac OS XRonald Oussoren2006-04-291-2/+2
* disutils checks if MACOSX_DEPLOYMENT_TARGET is consistent with the value atRonald Oussoren2006-04-171-1/+1
* Fix for a bug exposed by r45232:Armin Rigo2006-04-171-2/+2
* Patch #1429775: Link Python modules to libpython on linux ifMartin v. Löwis2006-04-101-2/+13
* Instead of relative imports, use (implicitly) absolute ones.Guido van Rossum2006-03-151-1/+1
* Use relative imports in a few places where I noticed the need.Guido van Rossum2006-03-151-1/+1
* Whitespace normalization.Tim Peters2005-05-181-1/+1