summaryrefslogtreecommitdiffstats
path: root/Mac/Python/macgetpath.c
Commit message (Expand)AuthorAgeFilesLines
* staticforward bites the dust.Jeremy Hylton2002-07-171-1/+1
* Got rid of ifdefs for long-obsolete GUSI versions and other stuff that is now...Jack Jansen2002-04-111-34/+0
* Use getcwd(), not silly old getwd().Jack Jansen2001-12-141-1/+1
* Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length'Jack Jansen2001-09-101-2/+7
* include macdefs.h for declaration of getwd, if non-gusi python.Jack Jansen2000-07-141-0/+1
* ANSIfication step 2: make sure all needed prototypes are available, and all n...Jack Jansen2000-07-111-4/+8
* Made the GUSI options work again with GUSI 2.Jack Jansen2000-04-211-2/+2
* Started on GUSI2 and threading support.Jack Jansen2000-04-071-2/+2
* put the preferences file in a folder called "Python" inside the prefs folder,...Just van Rossum1999-02-021-10/+37
* Re-indented properly (Just).Jack Jansen1998-07-311-173/+173
* If the preference filename resource is empty don't try to open orJack Jansen1998-07-131-4/+13
* An applet with Popt and GUSI preferences but without alis resourceJack Jansen1998-05-071-2/+3
* The preference resource now has a version numberJack Jansen1997-09-081-16/+21
* Added/updated copyright noticesJack Jansen1997-01-311-0/+31
* Got rid of nfullpath in favor of PyMac_GetFullPath (which was prettyJack Jansen1996-11-091-13/+9
* - Get preference filename from a resourceJack Jansen1996-10-221-31/+53
* - Put all options in a structJack Jansen1996-09-071-11/+10
* - Rationalized override preferences support, by rememberingJack Jansen1996-09-061-29/+61
* Check that our override pythonpath is actually coming from theJack Jansen1996-09-051-8/+16
* Old names changed to Py_GetCopyright, etc.Jack Jansen1996-07-101-1/+1
* Added support for override preferencesJack Jansen1996-04-041-13/+54
* - Reorganized init codeJack Jansen1996-02-281-5/+5
* Store default startup options in preference file orJack Jansen1996-02-211-0/+34
* Changed MacOS creator code from PYTH to PythJack Jansen1996-02-211-1/+1
* Fixed to work on 68K (could be yet another optimizer bug or something)Jack Jansen1995-09-011-5/+7
* Python will now attempt (again) to create at least a minimalJack Jansen1995-08-311-89/+70
* macgetpath - sys.path setting code factored out of config.c andJack Jansen1995-08-141-0/+282