- 453ced5 still untested (but it compiles) by Jack Jansen · 30 years ago
- cb4eaad QuickTime support (not yet functional) by Jack Jansen · 30 years ago
- b996856 Component mgr support by Jack Jansen · 30 years ago
- 41058c0 BitMap object support (only lightly tested) by Jack Jansen · 30 years ago
- b7abb18 Added support for GrafPort object by Jack Jansen · 30 years ago
- 330381c Added (minimal) support for a GrafPort type by Jack Jansen · 30 years ago
- 330f576 - Added support for PicHandle by Jack Jansen · 30 years ago
- a01a8f7 New universal headers, a few bit-flags were added. by Jack Jansen · 30 years ago
- 54c8f7e - Fixed handling of InsetRect, OffsetRect, MapRect by Jack Jansen · 30 years ago
- cdaa3d9 Universal header changes: some new bits defined. by Jack Jansen · 30 years ago
- 754d4a4 Regenerated because of minor changes in universal headers by Jack Jansen · 30 years ago
- e2ac51e Added _tkinter, if USE_TK defined by Jack Jansen · 30 years ago
- 84c8baf Added missing imgpbm and imgsgi modules by Jack Jansen · 30 years ago
- d40f3c6 New universal headers by Jack Jansen · 30 years ago
- 8ccfc93 Removed unused variable by Jack Jansen · 30 years ago
- 9119ccf Added List module by Jack Jansen · 30 years ago
- d4c2646 Generated anew by Jack Jansen · 30 years ago
- 91a6398 Use ResObj_OptNew for GetDialogItem return value: the handle returned by Jack Jansen · 30 years ago
- 9f37c6d Added ResObj_OptNew, like ResObj_New but returns None when passed NULL. by Jack Jansen · 30 years ago
- caf7505 Added WhichWindow function to obtain window object given WindowPtr (as by Jack Jansen · 30 years ago
- 8ce4d51 Different arg to GetEventHandler (but I cannot really remember fixing by Jack Jansen · 30 years ago
- 56b14d4 Lots of stuff removed: gone to various other files. by Jack Jansen · 30 years ago
- d5d5f46 Added new call PromptGetFile (like StandardGetFile, but accepts a by Jack Jansen · 30 years ago
- a4b1d00 Interface to the Mac List Manager. by Jack Jansen · 30 years ago
- ea79c87 re-enabled newmodule by Jack Jansen · 30 years ago
- 222c892 add xstat (extended stat, returns resource fork size and creator/type) by Guido van Rossum · 30 years ago
- a7b6a82 Added binascii by Jack Jansen · 30 years ago
- 3d18593 Added interfaces to {Get,Set}FInfo and accompanying objects by Jack Jansen · 30 years ago
- 5050199 Fixed incorrect call to InstallHandler and a few other things by Jack Jansen · 30 years ago
- 4cae5e6 - Added getplatform() - (temporarily?) removed newmodule reference by Jack Jansen · 30 years ago
- 5ccd826 Gensuitemodule generates python classes from aete/aeut resources by Jack Jansen · 30 years ago
- 5ae5fdf Generated anew after fixing aescan.py by Jack Jansen · 30 years ago
- 7433568 Also scan AERegistry.h and AEObjects.h and create .py definition files. by Jack Jansen · 30 years ago
- 829f88c Added GetErrorString method (convert OSErr number to string) by Jack Jansen · 30 years ago
- f74f63a Initial port to CodeWarrior CFM68K support (mainly by disabling by Jack Jansen · 30 years ago
- 1e05402 Added methods as_Menu and as_Control to convert a resource to those object types by Jack Jansen · 30 years ago
- a177228 Added as_Resource() method to convert menu object to res object by Jack Jansen · 30 years ago
- 5d56f4b Added as_Resource() method to convert ctl object to res object by Jack Jansen · 30 years ago
- 2c67362 Added FindFolder interface by Jack Jansen · 30 years ago
- 68f1d45 Obtain path from a resource (unless USE_BUILTIN_PATH is #defined) by Jack Jansen · 30 years ago
- 3f0c155 Added USE_* ifdefs for a couple of optional modules. by Jack Jansen · 30 years ago
- 7d0bc83 Ported to Universal Header 2.0.1f (i.e. CW6) by Jack Jansen · 30 years ago
- a0e76be Ported to CodeWarrior 6 by Jack Jansen · 30 years ago
- b81cf9d Trying again to check it in. Changes to: by Jack Jansen · 30 years ago
- ae8a68f Trying again to check it in. Changes to: by Jack Jansen · 30 years ago
- c7cfb95 Rather massive changes: by Jack Jansen · 30 years ago
- f301dca Added img stuff (within #ifdef, so they're easy to remove) by Jack Jansen · 30 years ago
- c263286 StandardGetFile without args now shows all files (in stead of none) by Jack Jansen · 30 years ago
- e375b3f use PyMac_Yield() instead of PyMac_Idle() by Guido van Rossum · 30 years ago
- e56db43 first cut at the whole quickdraw.h header file ... by Guido van Rossum · 30 years ago
- 86c3af7 moved OpenDeskAcc here by Guido van Rossum · 30 years ago
- b7a3835 added evtedit.py for SystemClick() by Guido van Rossum · 30 years ago
- 227a423 the usual by Guido van Rossum · 30 years ago
- 0374771 remove some unused local variables by Guido van Rossum · 30 years ago
- ea39abd more stuff by Guido van Rossum · 30 years ago
- e26c263 more stuff by Guido van Rossum · 30 years ago
- 8cebe38 all bgen modules now work with MWerks by Guido van Rossum · 30 years ago
- e7134aa return old value of PyMac_DoYieldEnabled; -1 means do not even check for interrupts by Guido van Rossum · 30 years ago
- 76efd8e MAde a few things more orthogonal and did some cleanups: by Jack Jansen · 30 years ago
- edea408 changed ifdefs and comments -- more modules are good by Guido van Rossum · 30 years ago
- e6d9ccc change SC ifdef to MPW by Guido van Rossum · 30 years ago
- 4410d57 ported to MPW/SC by Guido van Rossum · 30 years ago
- 0437e89 fix bug in filterproc interface by Guido van Rossum · 30 years ago
- f45b53b replace %#s with portable solution by Guido van Rossum · 30 years ago
- 86b4049 Some more modules temp excluded in mwerks, and a comment fix. by Jack Jansen · 30 years ago
- b2f6a7e Minor bug fix by Jack Jansen · 30 years ago
- 81f51c7 Added GetDirectory() method by Jack Jansen · 30 years ago
- 6fc5aec ported back to Think C by Guido van Rossum · 30 years ago
- 9784295 another round... ported to __SC__ by Guido van Rossum · 30 years ago
- 40d94e0 added copyright header by Guido van Rossum · 30 years ago
- d1ef596 explicitly init flags in methodlist by Guido van Rossum · 30 years ago
- 9fed183 cfm 68k support by Guido van Rossum · 31 years ago
- 99d20f6 added imp; forget ctb and math for __SC__ (for now) by Guido van Rossum · 31 years ago
- 8318f2f add __SC__ ifdef by Guido van Rossum · 31 years ago
- 3075b32 different #ifdefs by Guido van Rossum · 31 years ago
- becdbec ported to Think C by Guido van Rossum · 31 years ago
- 26a9f74 Some of Guido's bgen modules aren't think-only anymore by Jack Jansen · 31 years ago
- 5693412 malloc debug only on ppc by Guido van Rossum · 31 years ago
- e6c884c added QuickDraw by Guido van Rossum · 31 years ago
- c889b76 Added RawFSSpec and RawAlias methods which turn their string arguments by Jack Jansen · 31 years ago
- 0f6ca80 Use PyMac_GetPythonDir() to obtain python homedir by Jack Jansen · 31 years ago
- 81920f1 manually defined Resource() function by Guido van Rossum · 31 years ago
- b19a645 more think/mw changes by Guido van Rossum · 31 years ago
- 9bcb641 added Resource(), to create new resources from Python by Guido van Rossum · 31 years ago
- 0818a4c get rid of obsolete low-level routines by Guido van Rossum · 31 years ago
- a76382a Added HandleEvent method to macos, so python programs can hand back by Jack Jansen · 31 years ago
- 8828fcf Added [GS]etCreatorType methods to FSSpec objects by Jack Jansen · 31 years ago
- 17448e2 Committed a more or less working version. by Guido van Rossum · 31 years ago
- b2f524a fixed StandardGetFile argument handling by Guido van Rossum · 31 years ago
- ee23d6e - Moved interrupt code to macglue.c by Jack Jansen · 31 years ago
- efd9767 added (method) casts and 1995 copyright by Guido van Rossum · 31 years ago
- e8e8ae0 Added eventhandling in mainloop/busywait routine plus leaving some by Jack Jansen · 31 years ago
- 9eeb82d CodeWarrior 5 has more unixisms (open/close/read/write) by Jack Jansen · 31 years ago
- 17ba43f Complete rewrite. by Jack Jansen · 31 years ago
- c9a3569 split PATH over multiple lines for clarity; added some generated modules by Guido van Rossum · 31 years ago
- bf068b1 Got rid of the Resource and Sound interfaces, in favor of the ones by Guido van Rossum · 31 years ago
- 5679e56 ported CW5 changes back to Think by Guido van Rossum · 31 years ago
- b7e79e5 Got rid of {Get,Set}FileType in favor of {Get,Set}CreatorAndType -- by Guido van Rossum · 31 years ago
- d8373d8 added Res module by Guido van Rossum · 31 years ago
- 7cbf480 Make malloc stats routine available under MetroWerks by Jack Jansen · 31 years ago