summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/macfsn.py
Commit message (Collapse)AuthorAgeFilesLines
* Workaround for odd problem on my machine: without this I get a tracebackJust van Rossum2001-10-311-1/+5
| | | | if I hit enter instead of return upon file selection.
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-1/+1
|
* Auto-install on import, if NavServices is available. Unless a "no ↵Jack Jansen2000-05-051-0/+1
| | | | navservices" flag is set Python automagically imports this module so code that uses macfs.xxxGetFile will get NavServices dialogs.
* Return a handle in stead of a resource.Jack Jansen2000-04-071-1/+1
|
* - Actually _implemented_ SetFolder()Jack Jansen2000-01-131-3/+27
| | | | | - Fixed StandardPutFile: prompt, default - Check explicitly for userCanceledErr, pass other Nav.error exceptions through.
* StandardFile compatability routines. For the time being calling ↵Jack Jansen1999-12-181-0/+130
macfsn._install() will install these in macfs (if Navigation is available).