Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
7d8145268ee282f14d6adce9305dc3c1c7ffec14
/
Lib
/
plat-mac
/
macostools.py
1c8501e
Filter out macfs warning.
by Jack Jansen
· 22 years ago
2b88dec
Converted to not use macfs whenever possible.
by Jack Jansen
· 22 years ago
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/macostools.py]
37e4772
Forward port of 1.12.14.3 (which has an incorrect log message):
by Jack Jansen
· 22 years ago
0a9d755
In copy() don't try to obtain an FSSpec until we know the destination
by Jack Jansen
· 22 years ago
d64845d
Mkdirs() failed when provided with unix pathnames. Fixed.
by Jack Jansen
· 22 years ago
a2168ec
mkalias() now also works for folders. Fixes bug #515830.
by Just van Rossum
· 23 years ago
eafff4c
Get rid of fsspec type initializer, it wasn't used anyway.
by Jack Jansen
· 23 years ago
5a6fdcd
Import the MacOS toolbox modules from the Carbon package.
by Jack Jansen
· 23 years ago
c1463c98
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).
by Jack Jansen
· 24 years ago
3ff82a3
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.
by Jack Jansen
· 24 years ago
7e31f68
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:-)
by Jack Jansen
· 24 years ago
b8fd1f1
Tabnanny fixes
by Jack Jansen
· 27 years ago
48f662d
mkalias() now has an optional third parameter to create relative aliases (Just)
by Jack Jansen
· 27 years ago
57d53a9
- Optionally copy file times for copy/copytree (default on)
by Jack Jansen
· 28 years ago
880e6eb
Removed debug output
by Jack Jansen
· 28 years ago
0603319
Use MacOS.openrf (if it is available) for opening resource forks
by Jack Jansen
· 29 years ago
a8a277c
Fixed positioning of icon on copy()
by Jack Jansen
· 29 years ago
423c798
copy() can now create destination path
by Jack Jansen
· 29 years ago
01c2309
Useful routines on a mac:
by Jack Jansen
· 29 years ago