summaryrefslogtreecommitdiffstats
path: root/Lib/sysconfig.py
Commit message (Collapse)AuthorAgeFilesLines
* #8759: Fixed user paths in sysconfig for posix and os2 schemesTarek Ziadé2010-05-191-8/+8
|
* Issue #8084: ensure that the --user directoryRonald Oussoren2010-05-081-1/+20
| | | | | conforms to platforms standars on OSX when using a python framework.
* Issue #7774: Set sys.executable to an empty string if argv[0] has beenVictor Stinner2010-03-111-1/+6
| | | | | | | | set to an non existent program name and Python is unable to retrieve the real program name. Fix also sysconfig: if sys.executable is an empty string, use the current working directory.
* 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 ↵Florent Xicluna2010-03-111-2/+3
| | | | | | directory. It does not fix #7774.
* 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