summaryrefslogtreecommitdiffstats
path: root/PC/os2vacpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Change copyright notice.Guido van Rossum2000-06-302-44/+14
|
* Patch from M.-A. Lemburg:Jeremy Hylton2000-05-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Python on UNIX now trusts PYTHONHOME unconditionally Modules/getpath.c: Landmark changed to os.py. Setting PYTHONHOME now unconditionally sets sys.prefix (and sys.exec_prefix). No further checks are done whether the standard lib can be found in that location or not. This is in sync with the PC subdir getpath implementations. PC/getpathp.c: Landmark changed to os.py. PC/os2vacpp/getpathp.c: Landmark changed to os.py. Note: BAW's checkin on exceptions.c eliminates earlier concerns about a bogus PYTHONHOME value leading to a core dump. Instead it causes a useless sys.path and prevents imports.
* New set of files for the OS/2 port by Jeff Rush.Guido van Rossum1998-09-286-1061/+757
|
* Use Py_GetPythonHome() instead of getenv("PYTHONHOME").Guido van Rossum1998-07-271-1/+1
|
* As Jeff painfully found out, malloc(0) returns NULL on OS/2.Guido van Rossum1998-01-111-1/+4
|
* Copy the change from ../getpathp.c here.Guido van Rossum1997-12-111-1/+1
|
* New batch of patches by Jeff Rush; moved his readme.txt portion here.Guido van Rossum1997-12-055-13/+148
|
* Done a sort -u on the symbols (and replaced all tabs with spaces).Guido van Rossum1997-11-241-368/+365
|
* Files specific to Visual Age C for OS/2 -- by Jeff RushGuido van Rossum1997-11-226-0/+4846