summaryrefslogtreecommitdiffstats
path: root/Mac/Demo/resources
Commit message (Collapse)AuthorAgeFilesLines
* Hopefully fix make framework install on Mac (see 3174)Benjamin Peterson2008-07-012-123/+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-302-9/+9
|
* 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-182-87/+87
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
| | | | From SF patch #852334.
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-252-4/+4
|
* Committed a more or less working version.Guido van Rossum1995-01-302-0/+117