cpython/Mac/Lib
Jack Jansen b92268aa3f Added AskPassword() with same interface as AskString. By Steve Majewski with some mods by me (SchedParams call, default value). Selects are still impossible, though, and the cursor doesn't blink. 1999-02-10 22:38:44 +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-toolbox Use typeFloat for all floating point values. The previously used 1999-02-10 09:51:35 +00:00
test Re-committed as AppleSingle 1999-01-29 12:06:21 +00:00
Audio_mac.py Hack to get at string buffer address changed 1998-02-25 15:42:03 +00:00
EasyDialogs.py Added AskPassword() with same interface as AskString. By Steve Majewski with some mods by me (SchedParams call, default value). Selects are still impossible, though, and the cursor doesn't blink. 1999-02-10 22:38:44 +00:00
FrameWork.py cleaned up ugly hack related to activate events and suspend/resume -- jvr 1999-01-27 14:22:11 +00:00
MACFS.py Added new folder types 1998-04-24 10:42:01 +00:00
SoundMgr.py This file (which is Guido's) was somehow missing... 1994-12-14 13:07:43 +00:00
audiodev.py Committed a more or less working version. 1995-01-30 11:53:55 +00:00
buildtools.py set 'preload' attribute for __main__ PYC resource -- jvr 1999-01-30 22:31:26 +00:00
cfmfile.py Extended replacement for scripts:cfmfile.py (Just) 1998-07-31 09:41:59 +00:00
dbmac.py add (dummy) mode arg to open() 1995-09-01 22:55:11 +00:00
findertools.py Set kAECanInteract and kAECanSwitchLayer flags for the finder interactions. 1998-10-15 14:02:54 +00:00
findmodulefiles.py __file__ now sometimes refers to the .pyc file 1998-03-02 16:57:01 +00:00
ic.py Added has_key() method to IC object. 1998-07-31 09:39:28 +00:00
maccache.py mac -> os (can't this go now dircache is universal?) 1992-03-31 19:05:44 +00:00
macerrors.py Re-generated with slightly more intelligent script 1998-04-21 15:21:21 +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
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 I give in. Now Tk is also using resources just above 128, so Python 1998-01-06 16:48:49 +00:00
quietconsole.py Module to buffer stdout/stderr until stdin is read. Useful for 1997-06-20 16:22:07 +00:00