summaryrefslogtreecommitdiffstats
path: root/Mac/Python/macgetargv.c
Commit message (Collapse)AuthorAgeFilesLines
* Continue looking for "open doc" events even after "open app". ThisJack Jansen1995-11-101-0/+3
| | | | allows you to debug the interpreter in non-interactive mode.
* Export strdup (parsermodule needs it)Jack Jansen1995-10-121-2/+4
|
* Python will now attempt (again) to create at least a minimalJack Jansen1995-08-311-3/+3
| | | | preferences file if it is missing.
* Un-installing of AE handlers fixed (AE is very picky that you specifyJack Jansen1995-07-291-8/+15
| | | | the same UPP)
* Initial port to CodeWarrior CFM68K support (mainly by disablingJack Jansen1995-06-271-1/+4
| | | | unsupported features).
* moved main() to macglue.cGuido van Rossum1995-02-201-12/+0
|
* ported back to Think CGuido van Rossum1995-02-191-1/+8
|
* get argc/argv from AppleEventsGuido van Rossum1995-02-191-0/+325