summaryrefslogtreecommitdiff
path: root/Lib/plat-mac/Carbon/OSAconst.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Mac modulesBenjamin Peterson2008-05-121-133/+0
|
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-1/+1
| | | | (Rough first cut.)
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-3/+3
|
* Finished update to universal header 3.4.2.Jack Jansen2003-12-051-0/+4
|
* Adding an interface to the high-level Open Scripting Architecture,Jack Jansen2003-12-031-0/+129
by request of Donovan Preston. In return, he promised to use this to create a Python OSA component, which would turn Python into a first-class OSA scripting language (like AppleScript itself).