summaryrefslogtreecommitdiff
path: root/Lib/sysconfig.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19760: Silence sysconfig's 'SO' key deprecation warnings in tests.Serhiy Storchaka2013-11-261-1/+1
* A fix for issue 19555 on Windows.Barry Warsaw2013-11-221-4/+4
* - Issue #19555: Restore sysconfig.get_config_var('SO'), with aBarry Warsaw2013-11-211-0/+7
* Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX.Antoine Pitrou2013-10-191-1/+1
|\
| * Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX.Antoine Pitrou2013-10-191-1/+1
* | Issue #19205: Don't import the 're' module in site and sysconfig module toChristian Heimes2013-10-121-1/+3
* | Issue #17177: Stop using imp in sysconfigBrett Cannon2013-06-151-2/+2
* | - Issue #16754: Fix the incorrect shared library extension on linux. Introducedoko@ubuntu.com2013-03-211-1/+1
|\ \ | |/
| * - Issue #16754: Fix the incorrect shared library extension on linux. Introducedoko@ubuntu.com2013-03-211-0/+1
| |\
| | * - Issue #16754: Fix the incorrect shared library extension on linux. Introducedoko@ubuntu.com2013-03-211-0/+1
| | * Issue #13590: OS X Xcode 4 - improve support for universal extension modulesNed Deily2013-01-311-143/+8
* | | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-4/+4
* | | Remove sys.platform == 'riscos' checks from some Python and test files. #16501Christian Heimes2012-11-191-1/+0
* | | Merge issue #15298.Trent Nelson2012-10-171-12/+17
|\ \ \ | |/ /
| * | Issue #15298: refactor previous fix from 66959d419369.Trent Nelson2012-10-171-12/+17
* | | Merge issue #15298: fix an OS X bootstrap issue with _sysconfigdata.py.Trent Nelson2012-10-171-6/+19
|\ \ \ | |/ /
| * | Issue #15298: fix an OS X bootstrap issue with _sysconfigdata.py.Trent Nelson2012-10-171-6/+19
* | | Merge issue #15298: ensure _sysconfigdata is generated in build directory,Trent Nelson2012-10-161-1/+10
|\ \ \ | |/ /
| * | Issue #15298: ensure _sysconfigdata is generated in build directory,Trent Nelson2012-10-161-1/+10
* | | #16135: Removal of OS/2 support (Python code partial cleanup)Jesus Cea2012-10-051-21/+2
|/ /
* | Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path.Richard Oudkerk2012-07-271-22/+16
* | Issue #15184: Ensure consistent results of OS X configurationNed Deily2012-07-211-144/+10
* | Issue #13590: Improve support for OS X Xcode 4:Ned Deily2012-07-151-3/+3
* | - Issue #14330: For cross builds, don't use host python, use host search pathsdoko@ubuntu.com2012-06-301-2/+2
* | - Issue #14330: For cross builds, don't use host python, use host search pathsdoko@ubuntu.com2012-06-301-0/+8
* | Issue #15164: Change return value of platform.uname() from aLarry Hastings2012-06-241-1/+1
* | Packaging removal: also revert introduction of sysconfig.cfg.Éric Araujo2012-06-241-73/+97
* | Remove packaging from the standard library.Éric Araujo2012-06-241-1/+1
* | Fixed _sys_home computation and added diagnostics for Windows buildbot failures.Vinay Sajip2012-05-271-1/+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-8/+21
* | MERGE: And yet another emergency fix for #13803 bootstrap issue: Under Solari...Jesus Cea2012-01-181-1/+1
|\ \ | |/
| * 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-201-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-161-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