summaryrefslogtreecommitdiff
path: root/Mac/Tools/IDE/Wbase.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 46607-46608 via svnmerge fromThomas Wouters2006-06-081-798/+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. ........
* Remove apply()Neal Norwitz2006-03-171-10/+10
|
* Fix all wrong instances of "it's".Georg Brandl2005-07-221-6/+6
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-733/+733
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-5/+5
| | | | From SF patch #852334.
* fixed some DeprecationWarningsJust van Rossum2003-05-251-5/+9
|
* Cast various floats to ints so we don't get warnings.Jack Jansen2003-02-051-1/+1
|
* Lots of minor tweaks for the pep252 checkins, mainly because QdJack Jansen2002-11-301-7/+7
| | | | attributes are no longer supported.
* hardcode some resources, removing annoying Widgets.rsrc dependencyJust van Rossum2002-11-241-12/+90
|
* OSX tweak.Just van Rossum2001-12-081-1/+3
|
* a whole bunch of OSX tweaksJust van Rossum2001-11-181-10/+2
|
* rearranged some importsJust van Rossum2001-11-021-5/+3
|
* call the correct base method (found due to better inheritance checking in 2.2)Just van Rossum2001-10-311-1/+1
|
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-4/+4
|
* Sigh... First test before committing. InvalWindowRect and friends are window ↵Jack Jansen2001-01-231-9/+13
| | | | object methods. Fixed.
* Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect.Jack Jansen2001-01-231-8/+8
|
* Fixed multi-arg appends.Jack Jansen2000-03-071-1/+1
|
* First Checked In.Just van Rossum1999-01-301-0/+720