| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
in MacPython-OS9 and MacPython-OSX (or the equivalent unix Python on
Mac OS X). The only items remaining in Mac/Lib are modules that are
meaningful only for MacPython-OS9 (CFM stuff, MacPython preferences
in resources, etc).
|
|
|
|
|
|
|
|
|
|
| |
dialogs are now stored in Mac/Lib, and loaded on demand through macresource.
Not only does this simplify a MacPython based on Apple's Python, but
it also makes Mac error codes come out symbolically when running command
line python (if you have Mac/Lib in your path).
The resource files are copied from Mac/Resources. The old ones will disappear
after the OS9 build procedure has been adjusted.
|
|
|
|
|
| |
the applesingle file.
- Added optional verbose option for cachersrc tool.
|
| |
|
|
|
|
| |
datafork-based resource file before trying to decode it as AppleSingle.
|
|
|
|
| |
possibly converting from AppleSingle.
|
|
|
|
| |
applesingle files. The IDE still doesn't work, though, because it uses :-style pathnames.
|
|
|
|
| |
itself, when we're looking for the resource file.
|
|
|
|
| |
specified resource was already available and no file was opened.
|
|
resources in applets and separate OS9 style resource files, but it will
eventually also be thought the hoops to jump through on OSX/MachO.
|