| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | FSRef and EasyDialogs pathname support was pretty much broken in ↵ | Jack Jansen | 2003-01-26 | 1 | -12/+16 |
| | | | | | MacPython-OS9. Fixed. | ||||
| * | 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 |
| | | |||||
| * | Tuples and lists don't have a copy() method (yet?). | Jack Jansen | 2003-01-21 | 1 | -1/+1 |
| | | |||||
| * | Implemented StandardGetFile and friends with the new EasyDialogs file | Jack Jansen | 2003-01-21 | 1 | -96/+20 |
| | | | | | dialogs. | ||||
| * | Oops, this file wasn't 8-bit-clean yet. Fixed. | Jack Jansen | 2003-01-21 | 1 | -3/+3 |
| | | |||||
| * | Spell out the arguments to AskFileForOpen and friends, so help() gives useful | Jack Jansen | 2003-01-21 | 1 | -45/+100 |
| | | | | | help. | ||||
| * | Use new file dialogs in GetArgv() | Jack Jansen | 2003-01-21 | 1 | -11/+10 |
| | | |||||
| * | Fixed the first two bugs in the new file dialogs (found by Just): | Jack Jansen | 2003-01-17 | 1 | -1/+2 |
| | | | | | | - AskFileForSave didn't work for string return values - filterProc didn't work. | ||||
| * | make sure src exists before creating a symlink | Just van Rossum | 2003-01-17 | 1 | -0/+2 |
| | | |||||
| * | Added methods AskFileForOpen(), AskFileForSave() and AskFolder(). These | Jack Jansen | 2003-01-17 | 1 | -2/+154 |
| | | | | | | | | are going to replace StandardGetFile() and friends. Main differences are that these allow you to ask for specific datatypes to be returned (FSSpec, FSRef, string, unicode or subtypes thereof) and that they provide access to underlying features of Navigation Services through keyword arguments. | ||||
| * | Implemented FSCatalogInfo structure support, and used this to implement | Jack Jansen | 2003-01-15 | 1 | -5/+30 |
| | | | | | FSSpec.SetDates() and GetDates(). Closes #662836. | ||||
| * | make sure Info.plist has a CFBundleIdentifier entry | Just van Rossum | 2003-01-13 | 1 | -0/+2 |
| | | |||||
| * | support unicode in menu items | Just van Rossum | 2003-01-09 | 1 | -1/+4 |
| | | |||||
| * | add newline to source before compilation | Just van Rossum | 2003-01-09 | 1 | -1/+1 |
| | | |||||
| * | 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). | ||||
| * | quashed another case of the 32-bit warning. | Jack Jansen | 2003-01-08 | 1 | -1/+1 |
| | | |||||
| * | always also search on sys.path for res files | Just van Rossum | 2003-01-06 | 1 | -3/+2 |
| | | |||||
| * | module to run commands in a Terminal.app window | Just van Rossum | 2003-01-04 | 1 | -0/+54 |
| | | |||||
| * | Replaced imp.set_frozenmodules() cruft with proper zipimport support. | Just van Rossum | 2003-01-02 | 1 | -43/+42 |
| | | | | | | This work uncovered the zipimport bug in 2.3a1 -- wish I'd had time to do this before the release :-(. | ||||
| * | Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both | Jack Jansen | 2002-12-30 | 136 | -0/+32303 |
| 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). | |||||
