| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -26/+26 |
| | | |||||
| * | Detabbed. | Jack Jansen | 2003-04-09 | 1 | -121/+121 |
| | | |||||
| * | Added a deprecation warning. | Jack Jansen | 2003-02-27 | 1 | -0/+3 |
| | | |||||
| * | test_macfs found an error on the first day of its existence: round trips for ↵ | Jack Jansen | 2003-01-29 | 1 | -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 a | Jack Jansen | 2003-01-28 | 1 | -1/+0 |
| | | | | | non-windowing Python. | ||||
| * | Tweaked time conversion to work in MacPython-OS9. | Jack Jansen | 2003-01-22 | 1 | -2/+5 |
| | | |||||
| * | Added DepracationWarnings to the old Standard File calls. | Jack Jansen | 2003-01-21 | 1 | -0/+9 |
| | | |||||
| * | Implemented StandardGetFile and friends with the new EasyDialogs file | Jack Jansen | 2003-01-21 | 1 | -96/+20 |
| | | | | | dialogs. | ||||
| * | Implemented FSCatalogInfo structure support, and used this to implement | Jack Jansen | 2003-01-15 | 1 | -5/+30 |
| | | | | | FSSpec.SetDates() and GetDates(). Closes #662836. | ||||
| * | Removed the SetDates warning. The warning is in the readme, and the print ↵ | Jack Jansen | 2003-01-08 | 1 | -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 both | Jack Jansen | 2002-12-30 | 1 | -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). | |||||
