summaryrefslogtreecommitdiff
path: root/Mac/Demo/applescript/makedisk.py
Commit message (Collapse)AuthorAgeFilesLines
* Hopefully fix make framework install on Mac (see 3174)Benjamin Peterson2008-07-011-15/+0
| | | | | | | Removal of the Mac modules broke many of the Mac scripts (including BuildApplet.py) so the building of the Python launcher and IDLE.app was broken. I manually copied built versions of those apps into Mac. Everything else which used Mac modules had to die.
* Run 2to3's print fixer over some places that had been missed.Collin Winter2007-08-301-3/+3
|
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
| | | | | | (a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-3/+3
|
* Updated the applescript documentation for te new framework, and replaced the ↵Jack Jansen2000-08-201-0/+15
Eudora example with one that uses Disk Copy (which everyone running MacOS 8 or higher should have).