summaryrefslogtreecommitdiffstats
path: root/Modules/getpath.c
Commit message (Expand)AuthorAgeFilesLines
* With WITH_NEXT_FRAMEWORK defined we now also expect a normal PythonJack Jansen2001-08-151-6/+20
* Put conditional S_ISDIR definition(s) into pyport.h.Martin v. Löwis2001-08-081-9/+0
* Add -E command line switch (ignore environment variables like PYTHONHOMENeil Schemenauer2001-07-231-1/+1
* Build now happens in toplevel directory, not Modules. Don't monkey withNeil Schemenauer2001-01-241-12/+1
* Clean up some comments and the default VERSION.Guido van Rossum2001-01-231-3/+2
* Minor ANSIfication: lib_python no longer needs to be initializedFred Drake2000-09-281-4/+1
* Fix buffer overflow vulnerabilities in calculate_path(). Code usedJeremy Hylton2000-09-271-16/+41
* fix bug #114290: when interpreter's argv[0] has a relative path makeJeremy Hylton2000-09-251-2/+19
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Even more ANSIfication: fix as many function pointers and declarations asThomas Wouters2000-07-221-1/+1
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-5/+5
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* ANSI-fied sources, converted to four-space indentation.Fred Drake2000-07-081-372/+363
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Trent Mick: use size_t instead of int where appropriate (various spots).Guido van Rossum2000-06-281-9/+9
* Patch from M.-A. Lemburg:Jeremy Hylton2000-05-261-25/+23
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-1/+1
* Patches by William Lewis for Nextstep descendants.Guido van Rossum1999-01-271-1/+25
* 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