Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Integrated macfsn into macfs, and made the Standard File calls return the | Jack Jansen | 2002-12-26 | 1 | -162/+0 |
| | | | | correct FSSpec implementations. | ||||
* | Don't attempt to create a dummy fsspec if the user cancelled out, just | Jack Jansen | 2002-03-29 | 1 | -3/+6 |
| | | | | | | | return None. For now, if the user asks for TEXT files files without type are also accepted. But it is time to phase out StandardGetFile and friends, really. | ||||
* | Workaround for odd problem on my machine: without this I get a traceback | Just van Rossum | 2001-10-31 | 1 | -1/+5 |
| | | | | if I hit enter instead of return upon file selection. | ||||
* | Import the MacOS toolbox modules from the Carbon package. | Jack Jansen | 2001-08-25 | 1 | -1/+1 |
| | |||||
* | Auto-install on import, if NavServices is available. Unless a "no ↵ | Jack Jansen | 2000-05-05 | 1 | -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 Jansen | 2000-04-07 | 1 | -1/+1 |
| | |||||
* | - Actually _implemented_ SetFolder() | Jack Jansen | 2000-01-13 | 1 | -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 Jansen | 1999-12-18 | 1 | -0/+130 |
macfsn._install() will install these in macfs (if Navigation is available). |