summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/macfs.py
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-26/+26
|
* Detabbed.Jack Jansen2003-04-091-121/+121
|
* Added a deprecation warning.Jack Jansen2003-02-271-0/+3
|
* test_macfs found an error on the first day of its existence: round trips for ↵Jack Jansen2003-01-291-1/+5
| | | | date values to FSSpec.{Get,Set}Dates didn't work in MacPython-OS9. Fixed.
* Don't import Nav. It isn't needed, and importing it doesn't work in aJack Jansen2003-01-281-1/+0
| | | | non-windowing Python.
* 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).