summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/macostools.py
Commit message (Expand)AuthorAgeFilesLines
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-301-137/+0
* Forward port of 1.12.14.3 (which has an incorrect log message):Jack Jansen2002-10-291-1/+4
* In copy() don't try to obtain an FSSpec until we know the destinationJack Jansen2002-08-051-6/+12
* Mkdirs() failed when provided with unix pathnames. Fixed.Jack Jansen2002-08-031-1/+1
* mkalias() now also works for folders. Fixes bug #515830.Just van Rossum2002-03-101-3/+7
* Get rid of fsspec type initializer, it wasn't used anyway.Jack Jansen2002-01-211-2/+0
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-1/+1
* macostools.copy() now has an optional forcetype flag, which sets the filetype...Jack Jansen2001-03-061-1/+3
* The new touched() was far too expensive. Re-enabled the old one, the ae-based...Jack Jansen2001-02-141-2/+2
* Replaced touched(), which no longer seems to work under os9, with something u...Jack Jansen2001-02-091-1/+10
* Tabnanny fixesJack Jansen1998-04-151-6/+6
* mkalias() now has an optional third parameter to create relativeJack Jansen1997-08-081-2/+7
* - Optionally copy file times for copy/copytree (default on)Jack Jansen1996-09-151-4/+20
* Removed debug outputJack Jansen1996-08-011-2/+0
* Use MacOS.openrf (if it is available) for opening resource forksJack Jansen1996-03-121-3/+9
* Fixed positioning of icon on copy()Jack Jansen1995-10-091-1/+3
* copy() can now create destination pathJack Jansen1995-08-311-10/+21
* Useful routines on a mac:Jack Jansen1995-08-141-0/+77