summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/aetools.py
Commit message (Expand)AuthorAgeFilesLines
* Convert raise statements in Lib/plat-{mac,os2emx}.Collin Winter2007-08-231-9/+9
* Patch #1768976, Fix for failing test_scriptpackages (untested but looks good)Neal Norwitz2007-08-071-3/+2
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-4/+4
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-2/+2
* Get rid of a bunch more has_key() uses. We *really* need a tool for this.Neal Norwitz2006-08-201-12/+12
* Get rid of most of the flags (in tp_flags) that keep track of variousGuido van Rossum2006-07-271-1/+1
* Remove another use of as as a keywordNeal Norwitz2006-03-221-5/+5
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-171-0/+5
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-21/+21
* Give default _elemdict and _propdict attributes to OSA classes, soJack Jansen2003-06-181-4/+6
* - Allow access to poperties of the "application" OSA class directly fromJack Jansen2003-06-131-1/+13
* Detabbed.Jack Jansen2003-04-091-267/+267
* Sigh... The get() and set() commands are not declared in the aete forJack Jansen2003-04-011-9/+18
* In TalkTo.send(), check that we have access to the window manager,Jack Jansen2003-03-311-1/+13
* On OSX the finder will return from an open() event before the applicationJack Jansen2003-03-281-0/+12
* Two ancient and obscure bugs found and fixed by Donovan Preston (theseJack Jansen2003-03-051-2/+2
* use bare raise so you get the original tbJust van Rossum2003-02-261-1/+1
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-301-0/+313