summaryrefslogtreecommitdiffstats
path: root/Mac/Demo/resources/copyres.py
Commit message (Collapse)AuthorAgeFilesLines
* Hopefully fix make framework install on Mac (see 3174)Benjamin Peterson2008-07-011-63/+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-4/+4
|
* 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
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-171-0/+6
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-46/+46
|
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-2/+2
|
* Committed a more or less working version.Guido van Rossum1995-01-301-0/+57