Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hopefully fix make framework install on Mac (see 3174) | Benjamin Peterson | 2008-07-01 | 2 | -162/+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 | 2 | -119/+117 |
| | |||||
* | Modified to accept a command line argument too. | Jack Jansen | 2003-03-26 | 1 | -4/+8 |
| | |||||
* | Use new file dialogs. | Jack Jansen | 2003-01-26 | 2 | -6/+8 |
| | |||||
* | Lots of minor tweaks for the pep252 checkins, mainly because Qd | Jack Jansen | 2002-11-30 | 2 | -2/+2 |
| | | | | attributes are no longer supported. | ||||
* | Import the MacOS toolbox modules from the Carbon package. | Jack Jansen | 2001-08-25 | 2 | -16/+16 |
| | |||||
* | WaitNextEvent short vs. unsigned short fix. | Jack Jansen | 2001-06-25 | 1 | -1/+1 |
| | |||||
* | Remove the MOOV filetype from the StandardGetFile call, so we can also | Jack Jansen | 1998-07-22 | 1 | -1/+1 |
| | | | | open MPEG files, etc. | ||||
* | NewMovieFromFile has extra parameter and return value | Jack Jansen | 1997-04-09 | 2 | -2/+2 |
| | |||||
* | Removed addpack calls | Jack Jansen | 1996-03-20 | 2 | -10/+0 |
| | |||||
* | It now actually works. Also, MovieInWindow and VerySimplePlayer | Jack Jansen | 1995-12-09 | 2 | -0/+168 |
example programs translated to python and added. |