summaryrefslogtreecommitdiff
path: root/Lib/test/test_sysconfig.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set i...Ronald Oussoren2011-05-151-3/+47
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-18/+18
* #8759: Fixed user paths in sysconfig for posix and os2 schemesTarek Ziadé2010-05-191-1/+10
* add underscoreBenjamin Peterson2010-05-081-1/+1
* r80967 introduced a new schemeBenjamin Peterson2010-05-081-2/+2
* It is not optimal to test sys.stderr on a debug build.Florent Xicluna2010-03-111-2/+1
* Issue #7880: Fix sysconfig when the python executable is a symbolic link.Florent Xicluna2010-03-101-1/+19
* Remove unused imports in test modules.Georg Brandl2010-02-071-2/+1
* Add missing import.Georg Brandl2010-02-061-0/+1
* sysconfig.get_scheme_names now returns a sorted tupleTarek Ziadé2010-02-021-1/+7
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-1/+1
* fixed the 64bits tests for get_platform() - mac osxTarek Ziadé2010-01-231-1/+27
* taking sysconfig out of distutilsTarek Ziadé2010-01-231-0/+214