1. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  2. 0ae3220 Detabbed. by Jack Jansen · 21 years ago
  3. cba861e If a resource file cannot be decoded because the directory is readonly by Jack Jansen · 22 years ago
  4. 946c194 When installing resource files whose name ends in .rsrc use the by Jack Jansen · 22 years ago
  5. 077c582 always also search on sys.path for res files by Just van Rossum · 22 years ago
  6. 60087fb Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both by Jack Jansen · 22 years ago[Renamed from Mac/Lib/macresource.py]
  7. dde800e Got rid of the python.rsrc resource file. The error message strings and by Jack Jansen · 22 years ago
  8. ccd8e8d - Check not only that cache file exists, but also that it is newer than by Jack Jansen · 22 years ago
  9. d21c9f4 Re-raise the Res.Error if the file doesn't exist. by Jack Jansen · 22 years ago
  10. 5053b70 If the file has no resource fork first check to see whether it's a by Jack Jansen · 22 years ago
  11. 562baab Added an open_pathname() method which opens a resource file by pathname, by Jack Jansen · 22 years ago
  12. 32d1a3b Fixed to work under MachoPython, doing the expected unpacking for applesingle files. The IDE still doesn't work, though, because it uses :-style pathnames. by Jack Jansen · 23 years ago
  13. b214c36 We should look in the directory containing the module, not in the module itself, when we're looking for the resource file. by Jack Jansen · 23 years ago
  14. a5d7da5 need() now returns the refno of the resource file opened, or None if the by Jack Jansen · 23 years ago
  15. de3226f Module to help other modules locate their resources. It currently knows about by Jack Jansen · 23 years ago