summaryrefslogtreecommitdiffstats
path: root/Mac/Demo/example2/dnslookup-2.py
Commit message (Collapse)AuthorAgeFilesLines
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-8/+8
|
* Use the new macresource module to open the accompanying resource file (if ↵Jack Jansen2001-08-271-8/+2
| | | | needed).
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-2/+2
|
* DialogWindows now have a self.dlg in addition to self.wid.Jack Jansen2001-02-141-2/+2
|
* Added an optional debug handler that traps and prints all unknown appleevents.Jack Jansen2000-06-201-1/+1
|
* New examples by Tony Ingraldi, using dns-lookup in stead of the funny interslipJack Jansen1999-12-031-0/+92
module.