| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path. | Richard Oudkerk | 2012-07-27 | 1 | -22/+16 |
* | Issue #15184: Ensure consistent results of OS X configuration | Ned Deily | 2012-07-21 | 1 | -144/+10 |
* | Issue #13590: Improve support for OS X Xcode 4: | Ned Deily | 2012-07-15 | 1 | -3/+3 |
* | - Issue #14330: For cross builds, don't use host python, use host search paths | doko@ubuntu.com | 2012-06-30 | 1 | -2/+2 |
* | - Issue #14330: For cross builds, don't use host python, use host search paths | doko@ubuntu.com | 2012-06-30 | 1 | -0/+8 |
* | Issue #15164: Change return value of platform.uname() from a | Larry Hastings | 2012-06-24 | 1 | -1/+1 |
* | Packaging removal: also revert introduction of sysconfig.cfg. | Éric Araujo | 2012-06-24 | 1 | -73/+97 |
* | Remove packaging from the standard library. | Éric Araujo | 2012-06-24 | 1 | -1/+1 |
* | Fixed _sys_home computation and added diagnostics for Windows buildbot failures. | Vinay Sajip | 2012-05-27 | 1 | -1/+2 |
* | Addressed some buildbot errors and comments on the checkin by Antoine on pyth... | Vinay Sajip | 2012-05-26 | 1 | -1/+2 |
* | Implemented PEP 405 (Python virtual environments). | Vinay Sajip | 2012-05-26 | 1 | -8/+21 |
* | MERGE: And yet another emergency fix for #13803 bootstrap issue: Under Solari... | Jesus Cea | 2012-01-18 | 1 | -1/+1 |
|\ |
|
| * | And yet another emergency fix for #13803 bootstrap issue: Under Solaris, dist... | Jesus Cea | 2012-01-18 | 1 | -1/+1 |
* | | MERGE: Yet another emergency fix for #13803 bootstrap issue: Under Solaris, d... | Jesus Cea | 2012-01-18 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutil... | Jesus Cea | 2012-01-18 | 1 | -0/+5 |
* | | Remove unnecessary version check | Éric Araujo | 2011-11-07 | 1 | -2/+1 |
* | | Issue #13150: Add a comment in _sysconfigdata to explain the origin of this file | Victor Stinner | 2011-10-20 | 1 | -1/+4 |
* | | Issue #13150: sysconfig no longer parses the Makefile and config.h files | Antoine Pitrou | 2011-10-18 | 1 | -3/+16 |
* | | Use a dict for faster sysconfig startup (issue #13150) | Antoine Pitrou | 2011-10-11 | 1 | -1/+1 |
* | | Branch merge | Éric Araujo | 2011-05-26 | 1 | -3/+2 |
|\ \ |
|
| * | | Minor cleanup in sysconfig. | Éric Araujo | 2011-05-25 | 1 | -3/+2 |
* | | | (Merge 3.2) Issue #12070: Fix the Makefile parser of the sysconfig module to | Victor Stinner | 2011-05-24 | 1 | -2/+4 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Issue #12070: Fix the Makefile parser of the sysconfig module to handle | Victor Stinner | 2011-05-24 | 1 | -2/+4 |
* | | initial import of the packaging package in the standard library | Tarek Ziade | 2011-05-19 | 1 | -139/+142 |
|/ |
|
* | Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set i... | Ronald Oussoren | 2011-05-15 | 1 | -18/+2 |
* | Fix double use of f.close(). | Éric Araujo | 2011-04-16 | 1 | -1/+0 |
* | sys.abiflags may not be defined on all platforms. | Barry Warsaw | 2010-11-25 | 1 | -1/+5 |
* | Final patch for issue 9807. | Barry Warsaw | 2010-11-24 | 1 | -3/+8 |
* | r84925 followup: add docstring for get_makefile_filename (+PEP 257 fixes) | Éric Araujo | 2010-11-22 | 1 | -6/+7 |
* | Always close files in distutils code and tests (#10252). | Éric Araujo | 2010-11-05 | 1 | -7/+10 |
* | Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape error | Victor Stinner | 2010-10-23 | 1 | -1/+1 |
* | Explicitly close some files (from issue #10093) | Antoine Pitrou | 2010-10-14 | 1 | -1/+2 |
* | Issue #6612: Fix site and sysconfig to catch os.getcwd() error, eg. if the | Victor Stinner | 2010-10-12 | 1 | -8/+19 |
* | Issue #9437: Fix building C extensions with non-default LDFLAGS. | Antoine Pitrou | 2010-10-10 | 1 | -0/+5 |
* | Issue 9877: expose sysconfig.get_makefile_filename() in the public API. | Barry Warsaw | 2010-09-20 | 1 | -5/+15 |
* | Reverted changes which were inadvertently committed. | Vinay Sajip | 2010-09-20 | 1 | -2/+1 |
* | logging: added hasHandlers() to LoggerAdapter. | Vinay Sajip | 2010-09-20 | 1 | -1/+2 |
* | Ensure that test_site actually passes with a framework build | Ronald Oussoren | 2010-08-01 | 1 | -1/+1 |
* | Without this patch the value of sysconfig.get_config_var('LDSHARED') | Ronald Oussoren | 2010-07-20 | 1 | -7/+27 |
* | Fix for issue 9164 | Ronald Oussoren | 2010-07-11 | 1 | -2/+1 |
* | Oops. Fix distutils tests that r82746 broke. | Jeffrey Yasskin | 2010-07-09 | 1 | -1/+3 |
* | Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when running | Jeffrey Yasskin | 2010-07-09 | 1 | -0/+5 |
* | Fix for buildbot failure in r81999. | Ronald Oussoren | 2010-06-15 | 1 | -0/+2 |
* | Fix for issue #8577: without this patch test_distutils | Ronald Oussoren | 2010-06-15 | 1 | -2/+2 |
* | added the list of public APIs in sysconfig | Tarek Ziadé | 2010-05-25 | 1 | -0/+4 |
* | Made sysconfig a script that displays useful information - #8770 | Tarek Ziadé | 2010-05-25 | 1 | -0/+19 |
* | Merged revisions 81371 via svnmerge from | Tarek Ziadé | 2010-05-19 | 1 | -8/+8 |
* | Merged revisions 80967 via svnmerge from | Ronald Oussoren | 2010-05-08 | 1 | -1/+20 |
* | Merged revisions 78835-78837 via svnmerge from | Victor Stinner | 2010-03-12 | 1 | -1/+6 |
* | Merged revisions 78833 via svnmerge from | Florent Xicluna | 2010-03-11 | 1 | -3/+2 |