- 07 Mar, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 28 Ock, 2003 1 kayıt (commit)
-
-
Jack Jansen 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).
-
- 29 Eki, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
if SetDates() in touched() returns an error ignore it: the user may not have permission to change the parent folder. This is a non-serious problem, the only function of touched() is to speed up the finder seeing the change.
-
- 05 Agu, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
exists. Partial fix for #585923.
-
- 03 Agu, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 10 Mar, 2002 1 kayıt (commit)
-
-
Just van Rossum yazdı
-
- 21 Ock, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 25 Agu, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 06 Mar, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
macostools.copy() now has an optional forcetype flag, which sets the filetype. This is used by various tools to set the type to APPL when copying interpreter template files (Atmp filetype).
-
- 14 Şub, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
The new touched() was far too expensive. Re-enabled the old one, the ae-based one is available as touched_ae(). Have to read up on the subject of telling the finder about changes.
-
- 09 Şub, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
Replaced touched(), which no longer seems to work under os9, with something using an appleevent to the finder. More expensive, but at least it works:-)
-
- 15 Nis, 1998 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 08 Agu, 1997 1 kayıt (commit)
-
-
Jack Jansen yazdı
aliases (Just)
-
- 15 Eyl, 1996 1 kayıt (commit)
-
-
Jack Jansen yazdı
- Added touch(file) routine to tell the finder a files icon or something has changed (*finally* found out how to do this)
-
- 01 Agu, 1996 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 12 Mar, 1996 1 kayıt (commit)
-
-
Jack Jansen yazdı
Copy in .5Mb chunks in stead of 1Mb
-
- 09 Eki, 1995 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 31 Agu, 1995 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 14 Agu, 1995 1 kayıt (commit)
-
-
Jack Jansen yazdı
- mkalias makes a finder alias - copy copies a file, finder info, resources and all. - copytree does the same for a whole tree.
-