summaryrefslogtreecommitdiffstats
path: root/Lib/sysconfig.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #7774: Set sys.executable to an empty string if argv[0] has beenVictor Stinner2010-03-111-1/+6
* Revert r78830: realpath() should really be applied to sys.executable.Florent Xicluna2010-03-111-3/+2
* Fix the test_subprocess failure when sys.executable is meaningless: '' or a d...Florent Xicluna2010-03-111-2/+3
* Issue #7880: Fix sysconfig when the python executable is a symbolic link.Florent Xicluna2010-03-101-6/+6
* sysconfig.get_scheme_names now returns a sorted tupleTarek Ziadé2010-02-021-1/+3
* module reorganization + missing doctestsTarek Ziadé2010-02-021-37/+43
* switched the call order so this call works without suffering from issue #7774Tarek Ziadé2010-01-251-1/+1
* taking sysconfig out of distutilsTarek Ziadé2010-01-231-0/+654