Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hopefully fix make framework install on Mac (see 3174) | Benjamin Peterson | 2008-07-01 | 1 | -92/+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 | -2/+2 |
| | |||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -71/+70 |
| | |||||
* | Use new file dialogs. | Jack Jansen | 2003-01-26 | 1 | -3/+4 |
| | |||||
* | Lots of minor tweaks for the pep252 checkins, mainly because Qd | Jack Jansen | 2002-11-30 | 1 | -1/+1 |
| | | | | attributes are no longer supported. | ||||
* | Import the MacOS toolbox modules from the Carbon package. | Jack Jansen | 2001-08-25 | 1 | -8/+8 |
| | |||||
* | WaitNextEvent short vs. unsigned short fix. | Jack Jansen | 2001-06-25 | 1 | -1/+1 |
| | |||||
* | NewMovieFromFile has extra parameter and return value | Jack Jansen | 1997-04-09 | 1 | -1/+1 |
| | |||||
* | Removed addpack calls | Jack Jansen | 1996-03-20 | 1 | -5/+0 |
| | |||||
* | It now actually works. Also, MovieInWindow and VerySimplePlayer | Jack Jansen | 1995-12-09 | 1 | -0/+97 |
example programs translated to python and added. |