index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
sysconfig.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #10881: Fix test_site failures with OS X framework builds.
Ned Deily
2012-02-05
1
-2/+3
*
Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutil...
Jesus Cea
2012-01-18
1
-0/+5
*
Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set i...
Ronald Oussoren
2011-05-15
1
-18/+1
*
Fix double use of f.close().
Éric Araujo
2011-04-15
1
-1/+0
*
- Issue #11171: Fix detection of config/Makefile when --prefix !=
Barry Warsaw
2011-02-14
1
-1/+1
*
Merged revisions 86223-86224,86226,86234 via svnmerge from
Éric Araujo
2010-11-06
1
-7/+10
*
Merged revisions 85497 via svnmerge from
Antoine Pitrou
2010-10-14
1
-1/+2
*
Merged revisions 85386-85387,85389 via svnmerge from
Victor Stinner
2010-10-12
1
-7/+18
*
Merged revisions 85353 via svnmerge from
Antoine Pitrou
2010-10-10
1
-0/+5
*
Fix for issue #9164: with this patch sysconfig and distuls don't break
Ronald Oussoren
2010-07-11
1
-2/+1
*
#8759: Fixed user paths in sysconfig for posix and os2 schemes
Tarek Ziadé
2010-05-19
1
-8/+8
*
Issue #8084: ensure that the --user directory
Ronald Oussoren
2010-05-08
1
-1/+20
*
Issue #7774: Set sys.executable to an empty string if argv[0] has been
Victor Stinner
2010-03-11
1
-1/+6
*
Revert r78830: realpath() should really be applied to sys.executable.
Florent Xicluna
2010-03-11
1
-3/+2
*
Fix the test_subprocess failure when sys.executable is meaningless: '' or a d...
Florent Xicluna
2010-03-11
1
-2/+3
*
Issue #7880: Fix sysconfig when the python executable is a symbolic link.
Florent Xicluna
2010-03-10
1
-6/+6
*
sysconfig.get_scheme_names now returns a sorted tuple
Tarek Ziadé
2010-02-02
1
-1/+3
*
module reorganization + missing doctests
Tarek Ziadé
2010-02-02
1
-37/+43
*
switched the call order so this call works without suffering from issue #7774
Tarek Ziadé
2010-01-25
1
-1/+1
*
taking sysconfig out of distutils
Tarek Ziadé
2010-01-23
1
-0/+654