Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |