summaryrefslogtreecommitdiffstats
path: root/Lib/sysconfig.py
Commit message (Expand)AuthorAgeFilesLines
...
| * And yet another emergency fix for #13803 bootstrap issue: Under Solaris, dist...Jesus Cea2012-01-181-1/+1
* | MERGE: Yet another emergency fix for #13803 bootstrap issue: Under Solaris, d...Jesus Cea2012-01-181-0/+5
|\ \ | |/
| * Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutil...Jesus Cea2012-01-181-0/+5
* | Remove unnecessary version checkÉric Araujo2011-11-071-2/+1
* | Issue #13150: Add a comment in _sysconfigdata to explain the origin of this fileVictor Stinner2011-10-191-1/+4
* | Issue #13150: sysconfig no longer parses the Makefile and config.h filesAntoine Pitrou2011-10-181-3/+16
* | Use a dict for faster sysconfig startup (issue #13150)Antoine Pitrou2011-10-111-1/+1
* | Branch mergeÉric Araujo2011-05-261-3/+2
|\ \
| * | Minor cleanup in sysconfig.Éric Araujo2011-05-251-3/+2
* | | (Merge 3.2) Issue #12070: Fix the Makefile parser of the sysconfig module toVictor Stinner2011-05-241-2/+4
|\ \ \ | |/ / |/| / | |/
| * Issue #12070: Fix the Makefile parser of the sysconfig module to handleVictor Stinner2011-05-241-2/+4
* | initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-139/+142
|/
* Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set i...Ronald Oussoren2011-05-151-18/+2
* Fix double use of f.close().Éric Araujo2011-04-151-1/+0
* sys.abiflags may not be defined on all platforms.Barry Warsaw2010-11-251-1/+5
* Final patch for issue 9807.Barry Warsaw2010-11-241-3/+8
* r84925 followup: add docstring for get_makefile_filename (+PEP 257 fixes)Éric Araujo2010-11-221-6/+7
* Always close files in distutils code and tests (#10252).Éric Araujo2010-11-051-7/+10
* Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape errorVictor Stinner2010-10-231-1/+1
* Explicitly close some files (from issue #10093)Antoine Pitrou2010-10-141-1/+2
* Issue #6612: Fix site and sysconfig to catch os.getcwd() error, eg. if theVictor Stinner2010-10-121-8/+19
* Issue #9437: Fix building C extensions with non-default LDFLAGS.Antoine Pitrou2010-10-101-0/+5
* Issue 9877: expose sysconfig.get_makefile_filename() in the public API.Barry Warsaw2010-09-201-5/+15
* Reverted changes which were inadvertently committed.Vinay Sajip2010-09-201-2/+1
* logging: added hasHandlers() to LoggerAdapter.Vinay Sajip2010-09-201-1/+2
* Ensure that test_site actually passes with a framework buildRonald Oussoren2010-08-011-1/+1
* Without this patch the value of sysconfig.get_config_var('LDSHARED')Ronald Oussoren2010-07-201-7/+27
* Fix for issue 9164Ronald Oussoren2010-07-111-2/+1
* Oops. Fix distutils tests that r82746 broke.Jeffrey Yasskin2010-07-091-1/+3
* Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when runningJeffrey Yasskin2010-07-091-0/+5
* Fix for buildbot failure in r81999.Ronald Oussoren2010-06-151-0/+2
* Fix for issue #8577: without this patch test_distutilsRonald Oussoren2010-06-151-2/+2
* added the list of public APIs in sysconfigTarek Ziadé2010-05-251-0/+4
* Made sysconfig a script that displays useful information - #8770Tarek Ziadé2010-05-251-0/+19
* Merged revisions 81371 via svnmerge fromTarek Ziadé2010-05-191-8/+8
* Merged revisions 80967 via svnmerge fromRonald Oussoren2010-05-081-1/+20
* Merged revisions 78835-78837 via svnmerge fromVictor Stinner2010-03-121-1/+6
* Merged revisions 78833 via svnmerge fromFlorent Xicluna2010-03-111-3/+2
* Merged revisions 78830 via svnmerge fromFlorent Xicluna2010-03-111-2/+3
* Merged revisions 78828 via svnmerge fromFlorent Xicluna2010-03-111-6/+6
* Merged revisions 77919,77921-77922 via svnmerge fromTarek Ziadé2010-02-021-38/+46
* Merged revisions 77704,77752 via svnmerge fromTarek Ziadé2010-01-291-0/+656