summaryrefslogtreecommitdiff
path: root/Mac/Tools/IDE/Splash.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 46607-46608 via svnmerge fromThomas Wouters2006-06-081-112/+0
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r46607 | neal.norwitz | 2006-06-03 06:49:00 +0200 (Sat, 03 Jun 2006) | 1 line Remove Mac OS 9 support (http://mail.python.org/pipermail/python-dev/2006-June/065538.html) ........ r46608 | martin.v.loewis | 2006-06-03 09:37:13 +0200 (Sat, 03 Jun 2006) | 2 lines Port to OpenBSD 3.9. Patch from Aldo Cortesi. ........
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-69/+69
|
* Lots of minor tweaks for the pep252 checkins, mainly because QdJack Jansen2002-11-301-2/+2
| | | | attributes are no longer supported.
* removed import display hackeryJust van Rossum2001-11-021-64/+4
|
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-10/+11
|
* Temporarily disabled the import hook. It breaks with the package-basedJack Jansen2001-08-191-1/+2
| | | | Carbon and its workaround.
* Some long overdue maintainance. Made all IDE sources 7-bit-clean, to avoid ↵Just van Rossum2001-06-191-18/+24
| | | | any further encoding conversion troubles.
* Fixed macroman<->latin1 conversion. Some characters don't exist in latin1, ↵Jack Jansen2001-05-171-4/+4
| | | | | | but at least the roundtrip gives the correct macroman characters again.
* Added QDFlushPortBuffer calls.Jack Jansen2001-03-151-0/+2
|
* Get rid of from ... import *Jack Jansen2001-02-091-5/+5
|
* Sigh... First test before committing. InvalWindowRect and friends are window ↵Jack Jansen2001-01-231-1/+1
| | | | object methods. Fixed.
* Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect.Jack Jansen2001-01-231-1/+1
|
* more edits to make the text fit (jvr)Just van Rossum2000-10-201-5/+4
|
* oops, that one caused a syntax error... (jvr)Just van Rossum2000-10-201-1/+1
|
* edits to make the 2.0 copyright fit in the about box again... (jvr)Just van Rossum2000-10-201-8/+9
|
* updated copyright stringJust van Rossum1999-12-231-1/+1
|
* re-checkin with "ISO-8859 translation" turned on.Just van Rossum1999-02-021-4/+4
|
* First Checked In.Just van Rossum1999-01-301-0/+162