summaryrefslogtreecommitdiff
path: root/Modules/getpath.c
Commit message (Expand)AuthorAgeFilesLines
* When following symlinks to the real executable, use a loop so aGuido van Rossum1998-04-291-1/+2
* - Use Py_GetPythonHome() instead of getenv("PYTHONHOME").Guido van Rossum1998-02-061-2/+4
* Instead of a single exists(), differentiate between files, modules,Guido van Rossum1998-01-191-13/+70
* Remove "Lib/test" from the default path; this is now a package!Guido van Rossum1997-12-101-1/+0
* Change sharedmodules to lib-dynload.Guido van Rossum1997-10-201-6/+6
* Globally renamed join() to joinpath() to avoid compilation error on Cray.Guido van Rossum1997-08-201-22/+22
* Use string.h, not strings.hGuido van Rossum1997-06-021-1/+1
* Make delimiter and separator static for K&R C.Guido van Rossum1997-05-201-3/+11
* Keep gcc -Wall happy.Guido van Rossum1997-05-131-2/+2
* Another change suggested by Donn Cave -- forget "step 5", whichGuido van Rossum1997-05-121-21/+2
* Fix problem reported by Donn Cave: if VPATH is an absolute path, itGuido van Rossum1997-05-121-18/+25
* Removed two unused static function: string_addsep() andBarry Warsaw1997-04-111-98/+61
* Completely revamped the way the default path is constructed.Guido van Rossum1997-04-111-34/+531
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Don't have "." in the default path.Guido van Rossum1996-07-301-2/+2
* provide access to $(exec_)prefixGuido van Rossum1996-06-121-0/+23
* grand renaming; added copyright to some filesGuido van Rossum1996-05-281-12/+32
* Include stdlib.h or declare getenvGuido van Rossum1996-02-251-0/+6
* Initial revisionGuido van Rossum1995-08-041-0/+41