summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/macresource.py
Commit message (Expand)AuthorAgeFilesLines
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-301-115/+0
* Got rid of the python.rsrc resource file. The error message strings andJack Jansen2002-11-071-0/+5
* - Check not only that cache file exists, but also that it is newer thanJack Jansen2002-08-091-4/+7
* Re-raise the Res.Error if the file doesn't exist.Jack Jansen2002-03-291-0/+2
* If the file has no resource fork first check to see whether it's aJack Jansen2002-03-291-5/+12
* Added an open_pathname() method which opens a resource file by pathname,Jack Jansen2002-03-211-7/+12
* Fixed to work under MachoPython, doing the expected unpacking for applesingle...Jack Jansen2002-01-131-2/+24
* We should look in the directory containing the module, not in the module itse...Jack Jansen2001-08-301-1/+1
* need() now returns the refno of the resource file opened, or None if theJack Jansen2001-08-271-4/+7
* Module to help other modules locate their resources. It currently knows aboutJack Jansen2001-08-271-0/+68