.. |
lib-scripting
|
…
|
|
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
|
It's SetControlData_Handle, not SetControl_DataHandle.
|
2001-01-22 14:49:28 +00:00 |
mkcwproject
|
Added a template for Carbon plugin projects.
|
2001-01-23 22:33:31 +00:00 |
test
|
Sigh... First test before committing. InvalWindowRect and friends are window object methods. Fixed.
|
2001-01-23 14:58:20 +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
|
Sigh... First test before committing. InvalWindowRect and friends are window object methods. Fixed.
|
2001-01-23 14:58:20 +00:00 |
MACFS.py
|
…
|
|
PixMapWrapper.py
|
struct.pack has become picky about h (short) and H (unsigned short).
|
2000-10-22 21:59:23 +00:00 |
SoundMgr.py
|
…
|
|
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
|
…
|
|
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
|
…
|
|
icopen.py
|
Import this to replace open() by an extended version that uses
|
2000-05-09 08:38:20 +00:00 |
maccache.py
|
…
|
|
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
|
…
|
|
mactty.py
|
…
|
|
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
|
…
|
|
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
|
…
|
|
videoreader.py
|
Read a QuickTime movie and return the frames.
|
2000-09-15 13:43:46 +00:00 |