1. b340acf Use new file dialogs. by Jack Jansen · 22 years ago
  2. 9431e48 macfsn is gone. by Jack Jansen · 22 years ago
  3. 0441dbf OSX workaround: don't crash if the extentions folder can't be found. by Just van Rossum · 23 years ago
  4. 3c06b9a Use the new macresource module to open the accompanying resource file (if needed). by Jack Jansen · 23 years ago
  5. 206bd57 When we're freezing to sourcecode and one of the modules is a dynamic module that is in a package we freeze that module at toplevel (outside any package). Not optimal, but there is little more we can do as config.c has no way to specify a builtin module has to be dumped into a package. by Jack Jansen · 23 years ago
  6. 5a6fdcd Import the MacOS toolbox modules from the Carbon package. by Jack Jansen · 23 years ago
  7. fddef43 Got module to work under Carbon. Also disabled a few more bits of cfm68k support. by Jack Jansen · 23 years ago
  8. 26d42df Added riscos modules to modules that don't have to be included. by Jack Jansen · 23 years ago
  9. b15491e Removed exceptions from the required modules (it's builtin nowadays) by Jack Jansen · 24 years ago
  10. d13c385 Replaced OpenResFile calls with FSpOpenResFile calls (which are carbon-compatible). by Jack Jansen · 24 years ago
  11. f6b5374 Also add a one-line description of the "optional" directive. by Jack Jansen · 24 years ago
  12. 8a6d4d9 macfsn should always be included, like exceptions and site. by Jack Jansen · 24 years ago
  13. 2e5b0f2 Adapted to new macmudulefinder.process() API. (jvr) by Just van Rossum · 25 years ago
  14. 8ff5276 - changed the API of process() so it will return a list of missing modules instead of raising an exception. by Just van Rossum · 25 years ago
  15. 91cae85 Optionally bracket all external declarations of init functions with "ifndef"s. by Jack Jansen · 25 years ago
  16. a856d9f Added module "ce" to list of modules known not to exist on the mac. by Jack Jansen · 25 years ago
  17. 3e2d73f Don't set type of application, it's taken care of elsewhere -- jvr by Just van Rossum · 25 years ago
  18. fb278a5 Added an "optional" directive, that will include a module if it is available by Jack Jansen · 25 years ago
  19. d9f3c94 added 'org.python.core' to the maymiss list (pickly.py tries to import it, probably for JPython support) -- jvr by Just van Rossum · 25 years ago
  20. f59a89b added ntpath and win32api to MAC_MAYMISS_MODULES -- jvr by Just van Rossum · 26 years ago
  21. 49ef0b7 changed chars in source > chr(127) to ASCII: CVS corrupted them -- jvr by Just van Rossum · 26 years ago
  22. f25813a Re-committed as AppleSingle by Jack Jansen · 26 years ago
  23. 3008b04 Removed warnings for packages (Just implemented support for freezing by Jack Jansen · 26 years ago
  24. b736a87 Project files converted for CW Pro 4. And the daylight savings time switch seems to have "modified" the resource files (but nothing has changed there). by Jack Jansen · 26 years ago
  25. fb37f89 Replaced all remaining BinHex files with their binary counterparts. by Jack Jansen · 26 years ago
  26. b93f521 Support for freezing packages (Just). by Jack Jansen · 26 years ago
  27. 201f46d Replace first sys.path entry with the directory where the script lives (Just). by Jack Jansen · 26 years ago
  28. b5ae378 Implementation of freezing from shared libraries, without source. (Just) by Jack Jansen · 26 years ago
  29. ecf960f A well-known example for freeze. by Jack Jansen · 26 years ago
  30. 144fa67 Mac version of freeze. Uses standard freeze modules where it can, by Jack Jansen · 26 years ago