- 18 Tem, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 09 Nis, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 25 Şub, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
create a temporary file. This fixes #688011. Got rid of the install() method in macresource, and replaced it with a resource_filename() method which will optionally decode a given resourcefile (which may be applesingle-encoded) and return the real resourcefile. Use this new method in buildtools to copy the correct resource file to the bundle. This fixes #688007.
-
- 17 Şub, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
"copy anything to a data fork based resource file" trick of macresource. Fixes #688007.
-
- 06 Ock, 2003 1 kayıt (commit)
-
-
Just van Rossum yazdı
-
- 30 Ara, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
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).
-
- 07 Kas, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
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.
-
- 09 Agu, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
the applesingle file. - Added optional verbose option for cachersrc tool.
-
- 29 Mar, 2002 2 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
datafork-based resource file before trying to decode it as AppleSingle.
-
- 21 Mar, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
possibly converting from AppleSingle.
-
- 13 Ock, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
Fixed to work under MachoPython, doing the expected unpacking for applesingle files. The IDE still doesn't work, though, because it uses :-style pathnames.
-
- 30 Agu, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
We should look in the directory containing the module, not in the module itself, when we're looking for the resource file.
-
- 27 Agu, 2001 2 kayıt (commit)
-
-
Jack Jansen yazdı
specified resource was already available and no file was opened.
-
Jack Jansen yazdı
resources in applets and separate OS9 style resource files, but it will eventually also be thought the hoops to jump through on OSX/MachO.
-