summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/macfs.py
Commit message (Collapse)AuthorAgeFilesLines
* Tweaked time conversion to work in MacPython-OS9.Jack Jansen2003-01-221-2/+5
|
* Added DepracationWarnings to the old Standard File calls.Jack Jansen2003-01-211-0/+9
|
* Implemented StandardGetFile and friends with the new EasyDialogs fileJack Jansen2003-01-211-96/+20
| | | | dialogs.
* Implemented FSCatalogInfo structure support, and used this to implementJack Jansen2003-01-151-5/+30
| | | | FSSpec.SetDates() and GetDates(). Closes #662836.
* Removed the SetDates warning. The warning is in the readme, and the print ↵Jack Jansen2003-01-081-2/+2
| | | | statement was too obtrusive (it appeared during the installation process, and the user needed to close the resulting window manually).
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-301-0/+231
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).