summaryrefslogtreecommitdiff
path: root/Lib/sysconfig.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-30342: Fix sysconfig.is_python_build() on VS9.0 (#1544)Victor Stinner2017-05-121-0/+5
* Issue #22199: Make get_makefile_filename() available in Lib/sysconfig.pyNed Deily2014-08-221-2/+6
* - Issue #13150, #17512: sysconfig no longer parses the Makefile and config.hdoko@ubuntu.com2013-04-081-3/+72
* backout 66e30c4870bb for breaking OSX (#13150)Benjamin Peterson2013-03-221-72/+3
* - Issue #13150: sysconfig no longer parses the Makefile and config.h filesdoko@ubuntu.com2013-03-211-3/+72
* - Issue #17086: Backport the patches from the 3.3 branch to cross-builddoko@python.org2013-01-311-0/+8
* Issue #13590: OS X Xcode 4 - improve support for universal extension modulesNed Deily2013-01-311-142/+8
* Issue #10881: Fix test_site failures with OS X framework builds.Ned Deily2012-02-061-2/+3
* Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutil...Jesus Cea2012-01-181-0/+5
* Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set i...Ronald Oussoren2011-05-151-18/+1
* Fix double use of f.close().Éric Araujo2011-04-161-1/+0
* - Issue #11171: Fix detection of config/Makefile when --prefix !=Barry Warsaw2011-02-141-1/+1
* Merged revisions 86223-86224,86226,86234 via svnmerge fromÉric Araujo2010-11-061-7/+10
* Merged revisions 85497 via svnmerge fromAntoine Pitrou2010-10-141-1/+2
* Merged revisions 85386-85387,85389 via svnmerge fromVictor Stinner2010-10-121-7/+18
* Merged revisions 85353 via svnmerge fromAntoine Pitrou2010-10-101-0/+5
* Fix for issue #9164: with this patch sysconfig and distuls don't breakRonald Oussoren2010-07-111-2/+1
* #8759: Fixed user paths in sysconfig for posix and os2 schemesTarek Ziadé2010-05-191-8/+8
* Issue #8084: ensure that the --user directoryRonald Oussoren2010-05-081-1/+20
* Issue #7774: Set sys.executable to an empty string if argv[0] has beenVictor Stinner2010-03-111-1/+6
* Revert r78830: realpath() should really be applied to sys.executable.Florent Xicluna2010-03-111-3/+2
* Fix the test_subprocess failure when sys.executable is meaningless: '' or a d...Florent Xicluna2010-03-111-2/+3
* Issue #7880: Fix sysconfig when the python executable is a symbolic link.Florent Xicluna2010-03-101-6/+6
* sysconfig.get_scheme_names now returns a sorted tupleTarek Ziadé2010-02-021-1/+3
* module reorganization + missing doctestsTarek Ziadé2010-02-021-37/+43
* switched the call order so this call works without suffering from issue #7774Tarek Ziadé2010-01-251-1/+1
* taking sysconfig out of distutilsTarek Ziadé2010-01-231-0/+654