summaryrefslogtreecommitdiffstats
path: root/Mac/Python/macimport.c
Commit message (Collapse)AuthorAgeFilesLines
* Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate.Jack Jansen1998-10-121-4/+3
|
* Mods by Just to allow aliases in sys.path entriesJack Jansen1998-09-071-0/+20
|
* Support for freezing packages (Just).Jack Jansen1998-08-181-1/+32
|
* The PYD resource should now contain 2 strings: one for the ppcJack Jansen1998-07-311-2/+10
| | | | | fragment name and one for the cfm68k fragment name (Just). Also, some unused variables removed.
* All import-related code has moved to macimport.c.Jack Jansen1998-07-131-0/+416
There's also new support for importing code fragments: if a file on sys.path contains a PYD resource with resourcename equal to the name of the module to be imported this PYD resource should contain a (pascal) string with the name of a code fragment to load. This allows freezing Python programs without access to source or a development environment.