| Commit message (Expand) | Author | Age | Files | Lines |
* | Made event callbacks more rubust: keep an actual reference to the | Just van Rossum | 2001-12-14 | 3 | -30/+113 |
|
|
* | Quick patch to allow building with Universal Headers 3.4. | Jack Jansen | 2001-12-14 | 2 | -23/+2 |
|
|
* | The import of the scanner can also fail, cater for that. | Jack Jansen | 2001-12-14 | 1 | -1/+4 |
|
|
* | We have strdup(), but not its prototype:-( | Jack Jansen | 2001-12-14 | 2 | -3/+1 |
|
|
* | Use getcwd(), not silly old getwd(). | Jack Jansen | 2001-12-14 | 1 | -1/+1 |
|
|
* | Updated for CW7 | Jack Jansen | 2001-12-14 | 2 | -538/+114 |
|
|
* | Updated to CodeWarrior Pro 7. | Jack Jansen | 2001-12-14 | 5 | -0/+0 |
|
|
* | Many of the new calls are Carbon-only. Flagged them as such. | Jack Jansen | 2001-12-14 | 2 | -0/+658 |
|
|
* | Add default values for options in the class init routine, not in the convenie... | Jack Jansen | 2001-12-14 | 2 | -14/+17 |
|
|
* | - "manage" controls created by CreateXxxXxxControl() functions. | Just van Rossum | 2001-12-13 | 3 | -48/+67 |
|
|
* | OSX workaround: don't crash if the extentions folder can't be found. | Just van Rossum | 2001-12-13 | 1 | -2/+6 |
|
|
* | include the proper header for Mach-O | Just van Rossum | 2001-12-13 | 2 | -2/+2 |
|
|
* | added CoreGraphics to build list | Just van Rossum | 2001-12-13 | 1 | -0/+1 |
|
|
* | added non-support for CoreGraphics... | Just van Rossum | 2001-12-13 | 1 | -0/+5 |
|
|
* | project file for CoreGraphics | Just van Rossum | 2001-12-13 | 2 | -0/+1 |
|
|
* | second CoreGraphics batch | Just van Rossum | 2001-12-13 | 8 | -0/+3414 |
|
|
* | first checkin for CoreGraphics | Just van Rossum | 2001-12-13 | 2 | -0/+25 |
|
|
* | fixed typo in my email address | Just van Rossum | 2001-12-13 | 1 | -1/+1 |
|
|
* | Don't barf when an AppleEvent was not handled. It's ok to ignore. | Just van Rossum | 2001-12-13 | 1 | -2/+3 |
|
|
* | re-checkin as AppleSingle | Just van Rossum | 2001-12-13 | 2 | -0/+0 |
|
|
* | Shut up gcc warning. | Jack Jansen | 2001-12-12 | 2 | -4/+4 |
|
|
* | Updated for 2.2 release. | Jack Jansen | 2001-12-12 | 1 | -0/+0 |
|
|
* | added CarbonEvents | Just van Rossum | 2001-12-12 | 2 | -0/+2 |
|
|
* | Updated for Universal Headers 3.4. | Just van Rossum | 2001-12-12 | 4 | -57/+2655 |
|
|
* | Support files for CarbonEvents | Just van Rossum | 2001-12-12 | 2 | -0/+353 |
|
|
* | Added proper error checking in event callback handler | Just van Rossum | 2001-12-12 | 2 | -24/+50 |
|
|
* | Ready for 2.2 distribution. | Jack Jansen | 2001-12-12 | 3 | -10/+18 |
|
|
* | Exposed quite a few more calls. | Just van Rossum | 2001-12-12 | 3 | -28/+191 |
|
|
* | Fixed to the extend that it now builds in CW6, and actually works | Just van Rossum | 2001-12-11 | 2 | -48/+64 |
|
|
* | Updated for hfsplus module, new gusi libs. | Jack Jansen | 2001-12-11 | 1 | -0/+0 |
|
|
* | Added __members__ to FInfo object. | Just van Rossum | 2001-12-11 | 1 | -0/+2 |
|
|
* | The new menu initialization code would also add the SIOUX menus if a (frozen)... | Jack Jansen | 2001-12-10 | 2 | -6/+15 |
|
|
* | Updated, and converted line-endings to unix-style (oops:-) | Jack Jansen | 2001-12-09 | 1 | -1/+1 |
|
|
* | Mods to make WASTE module compile and link for MachoPython. Not tested | Jack Jansen | 2001-12-09 | 4 | -2/+10 |
|
|
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 29 | -65/+65 |
|
|
* | OSX tweak. | Just van Rossum | 2001-12-08 | 1 | -1/+3 |
|
|
* | Don't do App.DrawThemeListBoxFrame() upon activate: it starts | Just van Rossum | 2001-12-08 | 1 | -2/+2 |
|
|
* | Not being able to copy PythonCore to the system-folder is not a fatal error, ... | Jack Jansen | 2001-12-07 | 2 | -4/+8 |
|
|
* | Replace sprintf() with PyOS_snprintf(). | Jack Jansen | 2001-12-05 | 3 | -9/+9 |
|
|
* | Link more modules with weak import, and add CarbonAccessors.o to all relevant... | Jack Jansen | 2001-12-05 | 1 | -6/+7 |
|
|
* | Define NDEBUG if Py_DEBUG isn't defined. | Jack Jansen | 2001-12-05 | 11 | -0/+33 |
|
|
* | Patch by Jason Harper to allow IDE to work again under MacOS 8.1. Plus appear... | Jack Jansen | 2001-12-04 | 3 | -35/+145 |
|
|
* | removed some dead code. | Just van Rossum | 2001-12-03 | 1 | -15/+0 |
|
|
* | Removed old and broken AE-based browser controller, use webbrowser.py | Just van Rossum | 2001-12-03 | 1 | -31/+11 |
|
|
* | A system() lookalike that sends commands to ToolServer, by Daniel Brotsky. Th... | Jack Jansen | 2001-12-03 | 1 | -0/+67 |
|
|
* | Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the | Jack Jansen | 2001-11-30 | 50 | -298/+1805 |
|
|
* | a whole bunch of OSX tweaks | Just van Rossum | 2001-11-18 | 10 | -69/+105 |
|
|
* | Add the MSL C library to the set of standard libraries | Jack Jansen | 2001-11-10 | 2 | -1/+37 |
|
|
* | Fixed various problems with command-dot handling (some very old): | Jack Jansen | 2001-11-10 | 1 | -45/+52 |
|
|
* | Changed names, added bridge functions to macfs.fsref objects and | Jack Jansen | 2001-11-06 | 1 | -67/+48 |
|
|