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
/
distutils
/
sysconfig.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #9516: Change distutils to no longer globally attempt to check and
Ned Deily
2011-06-29
1
-15/+0
*
Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set i...
Ronald Oussoren
2011-05-15
1
-1/+1
*
Remove one trace of Mac OS 9 support (#7908 follow-up)
Éric Araujo
2010-11-06
1
-26/+0
*
Merged revisions 85353 via svnmerge from
Antoine Pitrou
2010-10-10
1
-0/+5
*
In a number of places code still revers
Ronald Oussoren
2010-05-05
1
-17/+0
*
Fixed #8577. distutils.sysconfig.get_python_inc() now differenciates buildir ...
Tarek Ziadé
2010-04-30
1
-5/+9
*
reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the...
Tarek Ziadé
2010-03-05
1
-75/+516
*
fixed a typo on distutils.sysconfig. thanks arfever
Tarek Ziadé
2010-02-02
1
-1/+1
*
reintroduced the names in Distutils for APIs that were relocated
Tarek Ziadé
2010-01-26
1
-0/+9
*
taking sysconfig out of distutils
Tarek Ziadé
2010-01-23
1
-542/+66
*
Fix an issue with the detection of a non-existing SDK
Ronald Oussoren
2009-12-10
1
-3/+3
*
Half of the fix for issue 6957: ensure that distutils
Ronald Oussoren
2009-09-22
1
-0/+23
*
removed the last string.split() call
Tarek Ziadé
2009-06-11
1
-2/+1
*
Fixed #5201: now distutils.sysconfig.parse_makefile() understands '53264' in ...
Tarek Ziadé
2009-06-11
1
-7/+14
*
Fixed #5941: added ARFLAGS for the archiver command.
Tarek Ziadé
2009-05-07
1
-3/+7
*
Fixed #3386: the optional prefix argument was ignored under OS2 and NT in dis...
Tarek Ziadé
2009-02-10
1
-3/+3
*
Convert "srcdir" into an absolute path if that seems prudent. Currrently
Neil Schemenauer
2009-02-06
1
-0/+14
*
fixed #1520877: now distutils reads Read from the environment/Makefile
Tarek Ziadé
2009-02-06
1
-3/+6
*
Fix get_python_inc() to work when building in a directory separate from
Neil Schemenauer
2009-02-05
1
-5/+11
*
MacOS X: Enable 4-way universal builds
Ronald Oussoren
2008-06-05
1
-0/+20
*
Issue2290: Support x64 Windows builds that live in pcbuild/amd64. Without it...
Trent Nelson
2008-03-19
1
-1/+6
*
Removed uses of dict.has_key() from distutils, and uses of
Guido van Rossum
2008-02-21
1
-11/+11
*
Keep distutils Python 2.1 compatible (or even Python 2.4 in this case).
Marc-André Lemburg
2008-02-05
1
-2/+6
*
Added support for new Windows build dirs in PC/ to distutils.sysconfig
Christian Heimes
2008-01-01
1
-0/+4
*
Fixed bug #1628
Christian Heimes
2007-12-14
1
-2/+4
*
Fixed bug #1613: Makefile's VPATH feature is broken
Christian Heimes
2007-12-13
1
-1/+1
*
Fixed get_config_h_filename for Windows. Without the patch it can't find the ...
Christian Heimes
2007-12-06
1
-8/+14
*
MacOSX: distutils changes the values of BASECFLAGS and LDFLAGS when using a
Ronald Oussoren
2006-10-08
1
-1/+4
*
MacOSX: fix rather dumb buglet that made it impossible to create extensions on
Ronald Oussoren
2006-06-27
1
-1/+1
*
Patch #1488098.
Ronald Oussoren
2006-05-23
1
-0/+15
*
Patch 1471883: --enable-universalsdk on Mac OS X
Ronald Oussoren
2006-04-29
1
-2/+2
*
disutils checks if MACOSX_DEPLOYMENT_TARGET is consistent with the value at
Ronald Oussoren
2006-04-17
1
-1/+1
*
Fix for a bug exposed by r45232:
Armin Rigo
2006-04-17
1
-2/+2
*
Patch #1429775: Link Python modules to libpython on linux if
Martin v. Löwis
2006-04-10
1
-2/+13
*
Instead of relative imports, use (implicitly) absolute ones.
Guido van Rossum
2006-03-15
1
-1/+1
*
Use relative imports in a few places where I noticed the need.
Guido van Rossum
2006-03-15
1
-1/+1
*
Whitespace normalization.
Tim Peters
2005-05-18
1
-1/+1
*
Make parse_makefile fallback to environment variables if nothing is
Martin v. Löwis
2005-04-25
1
-21/+14
*
Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. Meant
Brett Cannon
2005-04-24
1
-3/+4
*
Patch #1046831: Use get_python_version where appropriate in sysconfig.py.
Martin v. Löwis
2005-03-03
1
-6/+6
*
After discussion on the PythonMac-SIG it was decided that it is better
Jack Jansen
2004-12-26
1
-2/+4
*
Patch 983206: distutils obeys LDSHARED env var. Removed the code in
Anthony Baxter
2004-10-13
1
-0/+2
*
Whitespace normalization, via reindent.py.
Tim Peters
2004-07-18
1
-1/+1
*
Partial fix for #887242 (link extensions with dynamic_lookup in stead
Jack Jansen
2004-06-03
1
-1/+13
*
Patch #812378: Normalize white space.
Martin v. Löwis
2003-10-24
1
-3/+3
*
Pick up Makefile variable BASECFLAGS too. This is needed since OPT was
Jack Jansen
2003-02-10
1
-2/+4
*
Remove 'created by' lines; people can use CVS for this, and the information i...
Andrew M. Kuchling
2002-11-14
1
-1/+0
*
[Bug #550364] Add get_python_version()
Andrew M. Kuchling
2002-11-14
1
-1/+9
*
Back out part of rev. 1.53, restoring the use of the string module.
Andrew M. Kuchling
2002-11-13
1
-4/+6
*
Remove use of string module and reflow a couple of long lines.
Jeremy Hylton
2002-11-05
1
-10/+10
[next]