summaryrefslogtreecommitdiffstats
path: root/Mac/Demo/applescript/Disk_Copy/Standard_Suite.py
Commit message (Collapse)AuthorAgeFilesLines
* Hopefully fix make framework install on Mac (see 3174)Benjamin Peterson2008-07-011-477/+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.
* Convert raise statements in Mac/.Collin Winter2007-08-221-3/+3
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-332/+332
|
* Fixed macroman<->latin1 conversion. Some chars don'tJack Jansen2001-05-171-4/+4
| | | | | exist in latin1, but at least the roundtrip results in the same macroman characters.
* Updated the applescript documentation for te new framework, and replaced the ↵Jack Jansen2000-08-201-0/+477
Eudora example with one that uses Disk Copy (which everyone running MacOS 8 or higher should have).