summaryrefslogtreecommitdiffstats
path: root/Mac/Demo/mlte
Commit message (Collapse)AuthorAgeFilesLines
* Hopefully fix make framework install on Mac (see 3174)Benjamin Peterson2008-07-011-374/+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.
* 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-352/+351
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
| | | | From SF patch #852334.
* Use new file dialogs.Jack Jansen2003-01-261-7/+5
|
* Lots of minor tweaks for the pep252 checkins, mainly because QdJack Jansen2002-11-301-1/+1
| | | | attributes are no longer supported.
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-7/+7
|
* Merging appropriate 2.1.1 fixes back into the main trunk.Jack Jansen2001-08-031-1/+3
|
* It now works under Carbon. Under Classic the scrollbars don't showJack Jansen2001-07-161-104/+15
| | | | up, for reasons unknown.
* Minimal text editor using MLTE (code based on wed.py, the waste demo).Jack Jansen2001-07-141-0/+464
It's sort-of starting to work, but there's still problems with redraws and with resizing the window.