Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hopefully fix make framework install on Mac (see 3174) | Benjamin Peterson | 2008-07-01 | 1 | -359/+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 Winter | 2007-08-30 | 1 | -4/+4 |
| | |||||
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -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 Peters | 2004-07-18 | 1 | -338/+337 |
| | |||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -1/+1 |
| | | | | From SF patch #852334. | ||||
* | Use new file dialogs. | Jack Jansen | 2003-01-26 | 1 | -6/+5 |
| | |||||
* | Lots of minor tweaks for the pep252 checkins, mainly because Qd | Jack Jansen | 2002-11-30 | 1 | -4/+4 |
| | | | | attributes are no longer supported. | ||||
* | Updated to optionally use Carbon Scrap manager. | Jack Jansen | 2001-12-31 | 1 | -4/+15 |
| | |||||
* | Import the MacOS toolbox modules from the Carbon package. | Jack Jansen | 2001-08-25 | 1 | -5/+5 |
| | |||||
* | Merging appropriate 2.1.1 fixes back into the main trunk. | Jack Jansen | 2001-08-03 | 1 | -1/+3 |
| | |||||
* | Don't crash if InfoScrap doesn't exist (as is the case in Carbon). | Jack Jansen | 2001-04-25 | 1 | -2/+5 |
| | |||||
* | Calling Application._quit() is now preferred over raising self. | Jack Jansen | 1996-09-17 | 1 | -1/+1 |
| | |||||
* | Fixed viewrect/destrect calculation | Jack Jansen | 1996-08-19 | 1 | -2/+8 |
| | |||||
* | Use FrameWork.windowbounds(), fixed idle routine | Jack Jansen | 1996-04-19 | 1 | -18/+8 |
| | |||||
* | Added correct handling of cut/paste menu enabling, scroll bars | Jack Jansen | 1996-04-16 | 1 | -15/+88 |
| | |||||
* | A simple scrollbar-less single-font (but multi-window) text | Jack Jansen | 1996-04-11 | 1 | -0/+276 |
editor. More to come... |