Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patches by William Lewis for Nextstep descendants. | Guido van Rossum | 1999-01-27 | 1 | -1/+25 |
| | |||||
* | When following symlinks to the real executable, use a loop so a | Guido van Rossum | 1998-04-29 | 1 | -1/+2 |
| | | | | | symlink to a symlink can work. (Jack) | ||||
* | - Use Py_GetPythonHome() instead of getenv("PYTHONHOME"). | Guido van Rossum | 1998-02-06 | 1 | -2/+4 |
| | | | | - Don't print error messages when Py_FrozenFlag is set. | ||||
* | Instead of a single exists(), differentiate between files, modules, | Guido van Rossum | 1998-01-19 | 1 | -13/+70 |
| | | | | | executable files, and directories. When expecting a module, we also look for the .pyc or .pyo file. | ||||
* | Remove "Lib/test" from the default path; this is now a package! | Guido van Rossum | 1997-12-10 | 1 | -1/+0 |
| | |||||
* | Change sharedmodules to lib-dynload. | Guido van Rossum | 1997-10-20 | 1 | -6/+6 |
| | | | | ### If you still have sharedmodules in your Modules/Setup file, remove it! ### | ||||
* | Globally renamed join() to joinpath() to avoid compilation error on Cray. | Guido van Rossum | 1997-08-20 | 1 | -22/+22 |
| | |||||
* | Use string.h, not strings.h | Guido van Rossum | 1997-06-02 | 1 | -1/+1 |
| | |||||
* | Make delimiter and separator static for K&R C. | Guido van Rossum | 1997-05-20 | 1 | -3/+11 |
| | |||||
* | Keep gcc -Wall happy. | Guido van Rossum | 1997-05-13 | 1 | -2/+2 |
| | |||||
* | Another change suggested by Donn Cave -- forget "step 5", which | Guido van Rossum | 1997-05-12 | 1 | -21/+2 |
| | | | | searches /usr/local, /usr and /. | ||||
* | Fix problem reported by Donn Cave: if VPATH is an absolute path, it | Guido van Rossum | 1997-05-12 | 1 | -18/+25 |
| | | | | | would always be a hit. Prevent this by only using VPATH if we know we are in the build directory. | ||||
* | Removed two unused static function: string_addsep() and | Barry Warsaw | 1997-04-11 | 1 | -98/+61 |
| | | | | | | | | | string_append(). These must be artifacts of GvR's rewrite. Fixed some typos in the leading comment (and re-filled the paragraphs). Hope you don't mind, Guido. | ||||
* | Completely revamped the way the default path is constructed. | Guido van Rossum | 1997-04-11 | 1 | -34/+531 |
| | | | | | | | Idea and first three implementation rounds due to Barry -- after that I spent another day on it, hopefully it's enough for now :-) (Wait for the checkin to Setup.in.) | ||||
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
| | |||||
* | Don't have "." in the default path. | Guido van Rossum | 1996-07-30 | 1 | -2/+2 |
| | |||||
* | provide access to $(exec_)prefix | Guido van Rossum | 1996-06-12 | 1 | -0/+23 |
| | |||||
* | grand renaming; added copyright to some files | Guido van Rossum | 1996-05-28 | 1 | -12/+32 |
| | |||||
* | Include stdlib.h or declare getenv | Guido van Rossum | 1996-02-25 | 1 | -0/+6 |
| | |||||
* | Initial revision | Guido van Rossum | 1995-08-04 | 1 | -0/+41 |