summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Expand)AuthorAgeFilesLines
* There's a new include file AEInteraction.h which contains AESend and friends.Jack Jansen2001-12-172-1/+185
* TickCount moved to a different header file. We manually added it back in here...Jack Jansen2001-12-172-0/+24
* Adapted for Universal Headers 3.4Jack Jansen2001-12-1619-370/+1770
* Finally CW7 allows me to replace the continually-in-need-of-updating exports ...Jack Jansen2001-12-153-5211/+7
* Made event callbacks more rubust: keep an actual reference to theJust van Rossum2001-12-143-30/+113
* Quick patch to allow building with Universal Headers 3.4.Jack Jansen2001-12-142-23/+2
* The import of the scanner can also fail, cater for that.Jack Jansen2001-12-141-1/+4
* We have strdup(), but not its prototype:-(Jack Jansen2001-12-142-3/+1
* Use getcwd(), not silly old getwd().Jack Jansen2001-12-141-1/+1
* Updated for CW7Jack Jansen2001-12-142-538/+114
* Updated to CodeWarrior Pro 7.Jack Jansen2001-12-145-0/+0
* Many of the new calls are Carbon-only. Flagged them as such.Jack Jansen2001-12-142-0/+658
* Add default values for options in the class init routine, not in the convenie...Jack Jansen2001-12-142-14/+17
* - "manage" controls created by CreateXxxXxxControl() functions.Just van Rossum2001-12-133-48/+67
* OSX workaround: don't crash if the extentions folder can't be found.Just van Rossum2001-12-131-2/+6
* include the proper header for Mach-OJust van Rossum2001-12-132-2/+2
* added CoreGraphics to build listJust van Rossum2001-12-131-0/+1
* added non-support for CoreGraphics...Just van Rossum2001-12-131-0/+5
* project file for CoreGraphicsJust van Rossum2001-12-132-0/+1
* second CoreGraphics batchJust van Rossum2001-12-138-0/+3414
* first checkin for CoreGraphicsJust van Rossum2001-12-132-0/+25
* fixed typo in my email addressJust van Rossum2001-12-131-1/+1
* Don't barf when an AppleEvent was not handled. It's ok to ignore.Just van Rossum2001-12-131-2/+3
* re-checkin as AppleSingleJust van Rossum2001-12-132-0/+0
* Shut up gcc warning.Jack Jansen2001-12-122-4/+4
* Updated for 2.2 release.Jack Jansen2001-12-121-0/+0
* added CarbonEventsJust van Rossum2001-12-122-0/+2
* Updated for Universal Headers 3.4.Just van Rossum2001-12-124-57/+2655
* Support files for CarbonEventsJust van Rossum2001-12-122-0/+353
* Added proper error checking in event callback handlerJust van Rossum2001-12-122-24/+50
* Ready for 2.2 distribution.Jack Jansen2001-12-123-10/+18
* Exposed quite a few more calls.Just van Rossum2001-12-123-28/+191
* Fixed to the extend that it now builds in CW6, and actually worksJust van Rossum2001-12-112-48/+64
* Updated for hfsplus module, new gusi libs.Jack Jansen2001-12-111-0/+0
* Added __members__ to FInfo object.Just van Rossum2001-12-111-0/+2
* The new menu initialization code would also add the SIOUX menus if a (frozen)...Jack Jansen2001-12-102-6/+15
* Updated, and converted line-endings to unix-style (oops:-)Jack Jansen2001-12-091-1/+1
* Mods to make WASTE module compile and link for MachoPython. Not testedJack Jansen2001-12-094-2/+10
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-0829-65/+65
* OSX tweak.Just van Rossum2001-12-081-1/+3
* Don't do App.DrawThemeListBoxFrame() upon activate: it startsJust van Rossum2001-12-081-2/+2
* Not being able to copy PythonCore to the system-folder is not a fatal error, ...Jack Jansen2001-12-072-4/+8
* Replace sprintf() with PyOS_snprintf().Jack Jansen2001-12-053-9/+9
* Link more modules with weak import, and add CarbonAccessors.o to all relevant...Jack Jansen2001-12-051-6/+7
* Define NDEBUG if Py_DEBUG isn't defined.Jack Jansen2001-12-0511-0/+33
* Patch by Jason Harper to allow IDE to work again under MacOS 8.1. Plus appear...Jack Jansen2001-12-043-35/+145
* removed some dead code.Just van Rossum2001-12-031-15/+0
* Removed old and broken AE-based browser controller, use webbrowser.pyJust van Rossum2001-12-031-31/+11
* A system() lookalike that sends commands to ToolServer, by Daniel Brotsky. Th...Jack Jansen2001-12-031-0/+67
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-3050-298/+1805