cpython/Mac/Lib
Jack Jansen e7bfc915da Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc. 2001-01-09 22:22:58 +00:00
..
lib-scripting Moved scripting to lib-scripting (did it the Sjoerd-way this time) 1997-12-18 17:47:12 +00:00
lib-scriptpackages Regenerated to take advantage of support for multiple names for a single property. 2000-08-22 20:35:17 +00:00
lib-toolbox Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc. This is an incompatible change:-( 2001-01-09 22:10:16 +00:00
mkcwproject Added an extraexportsymbols option, to allow (you guessed it:-) extra export symbols to be specified. 2000-12-03 22:39:09 +00:00
test mkcwproject now works, but for one thing: the import of the XML document as a project through AppleEvents. 2000-09-22 23:54:07 +00:00
Audio_mac.py struct.pack wants H for unsigned shorts, not h. 2001-01-03 11:14:12 +00:00
EasyDialogs.py Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc. 2001-01-09 22:22:58 +00:00
FrameWork.py Use MacOS.OutputSeen() on menuselections. Removed KeepConsole code again. This solution is better: it treats a menu selection in the same way as input to stdin (i.e. as an ack of the output that went before). 2000-10-19 20:31:51 +00:00
MACFS.py Added new folder types 1998-04-24 10:42:01 +00:00
PixMapWrapper.py struct.pack has become picky about h (short) and H (unsigned short). 2000-10-22 21:59:23 +00:00
SoundMgr.py This file (which is Guido's) was somehow missing... 1994-12-14 13:07:43 +00:00
buildtools.py Set the finder "is shared" bit, by request of Joe Strout. It seems this allows multiple simultaneous copies to be run from a server, and Applets shouldn't 1999-12-03 23:38:05 +00:00
cfmfile.py Replaced OpenResFile calls with FSpOpenResFile calls (which are carbon-compatible). 2000-06-20 21:59:25 +00:00
dbmac.py add (dummy) mode arg to open() 1995-09-01 22:55:11 +00:00
findertools.py Allow lists of files/fsspecs as the source for copy() and move(). By 2000-09-22 12:17:14 +00:00
ic.py Added has_key() method to IC object. 1998-07-31 09:39:28 +00:00
icopen.py Import this to replace open() by an extended version that uses 2000-05-09 08:38:20 +00:00
maccache.py mac -> os (can't this go now dircache is universal?) 1992-03-31 19:05:44 +00:00
macerrors.py Updated for new universal headers (oops... this was loooong due). 2001-01-01 22:58:20 +00:00
macfsn.py Auto-install on import, if NavServices is available. Unless a "no navservices" flag is set Python automagically imports this module so code that uses macfs.xxxGetFile will get NavServices dialogs. 2000-05-05 23:10:58 +00:00
macostools.py Tabnanny fixes 1998-04-15 14:35:16 +00:00
mactty.py Module to use Mac serial port as a communication link 1998-02-25 15:43:57 +00:00
nsremote.py Updated for new AppleScript structure and moved to Lib (it's far too useful to lurk in the source folder). 2000-08-20 20:06:51 +00:00
preferences.py put the preferences file in a folder called "Python" inside the prefs folder, just like the IDE does -- jvr 1999-02-02 15:49:03 +00:00
py_resource.py Support for freezing packages (Just). 1998-08-18 12:23:11 +00:00
pythonprefs.py Keepconsole is now a 4-way option: never/errorexit/unseen output/always. Default is "unseen output". Upped the Popt version number. 2000-09-22 21:50:11 +00:00
quietconsole.py Module to buffer stdout/stderr until stdin is read. Useful for 1997-06-20 16:22:07 +00:00
videoreader.py Read a QuickTime movie and return the frames. 2000-09-15 13:43:46 +00:00