| Commit message (Expand) | Author | Age | Files | Lines |
* | - Universal Headers 3 mods | Jack Jansen | 1998-02-20 | 1 | -2/+4 |
|
|
* | Bug fix for fast module location | Jack Jansen | 1997-10-08 | 1 | -1/+1 |
|
|
* | Implemented nositepython and oldexceptions flags | Jack Jansen | 1997-10-07 | 1 | -0/+2 |
|
|
* | Fixed for new "import dir.module" semantics. Needs accompanying fix in | Jack Jansen | 1997-10-07 | 1 | -0/+9 |
|
|
* | Added old-exception and no-site-python options and balloon help | Jack Jansen | 1997-09-09 | 1 | -3/+12 |
|
|
* | The preference resource now has a version number | Jack Jansen | 1997-09-08 | 1 | -16/+21 |
|
|
* | sys.prefix and sys.exec_prefix are now set correctly. | Jack Jansen | 1997-09-08 | 1 | -2/+2 |
|
|
* | Handle systemclicks ourselves, in stead of passing them to Sioux. This | Jack Jansen | 1997-08-26 | 1 | -10/+15 |
|
|
* | Added (dummy) PyOS_FiniInterrupts | Jack Jansen | 1997-08-08 | 1 | -0/+5 |
|
|
* | Adapted for 1.5a3: Py_SupressPrintingFlag is gone, and | Jack Jansen | 1997-08-08 | 1 | -21/+9 |
|
|
* | Added PyMac_SetEventHandler which allows you to replace complete event | Jack Jansen | 1997-06-20 | 1 | -43/+71 |
|
|
* | Make imports faster on the Mac, by | Jack Jansen | 1997-06-12 | 1 | -7/+104 |
|
|
* | - Restore SIOUX menubar just before exiting, if the console window is kept | Jack Jansen | 1997-06-12 | 2 | -21/+27 |
|
|
* | Removed old scheduler parameterizing calls and replaced with something | Jack Jansen | 1997-06-03 | 2 | -102/+125 |
|
|
* | - Added Py_GetProgramFullPath | Jack Jansen | 1997-05-23 | 2 | -8/+59 |
|
|
* | Workaround for bug in MSL and CWGUSI interaction that stopped the | Jack Jansen | 1997-05-07 | 1 | -0/+7 |
|
|
* | - Various names in CodeFragments.h have changed | Jack Jansen | 1997-05-07 | 1 | -4/+17 |
|
|
* | Changed the few old routine names still used to the new ones | Jack Jansen | 1997-04-08 | 3 | -9/+14 |
|
|
* | - Changed GestaltEqu.h to Gestalt.h | Jack Jansen | 1997-02-24 | 4 | -4/+1 |
|
|
* | Only go into eventloop/interrupt check 10 times per second | Jack Jansen | 1997-02-20 | 1 | -0/+9 |
|
|
* | Added/updated copyright notices | Jack Jansen | 1997-01-31 | 14 | -6/+255 |
|
|
* | Added PyMac_Initialize() routine, to be used by embedding programs (in | Jack Jansen | 1997-01-15 | 1 | -8/+29 |
|
|
* | Mac-specific version of getmtime (for non-GUSI Python, which needs | Jack Jansen | 1997-01-10 | 1 | -0/+50 |
|
|
* | Added profiler initialization/finalization code (if __profile__ is defined) | Jack Jansen | 1997-01-07 | 1 | -1/+12 |
|
|
* | Fixed FSSpec->pathname code to add colon if the fsspec points to a disk. | Jack Jansen | 1996-11-20 | 1 | -0/+6 |
|
|
* | Got rid of nfullpath in favor of PyMac_GetFullPath (which was pretty | Jack Jansen | 1996-11-09 | 2 | -36/+31 |
|
|
* | When loading a PYC resource check whether the filename is the | Jack Jansen | 1996-11-09 | 1 | -21/+45 |
|
|
* | - Get preference filename from a resource | Jack Jansen | 1996-10-22 | 1 | -31/+53 |
|
|
* | About boxes should be at 20% of screen height, not halfway | Jack Jansen | 1996-09-23 | 1 | -1/+1 |
|
|
* | Changed default background yield time to 1 tick | Jack Jansen | 1996-09-22 | 1 | -1/+14 |
|
|
* | Added macfs.FindApplication() to find application FSSpec given signature. | Jack Jansen | 1996-09-20 | 1 | -0/+128 |
|
|
* | Py_GetProgramName turns out not to be obsolete (used by _tkinter). | Jack Jansen | 1996-09-09 | 1 | -8/+0 |
|
|
* | - Put all options in a struct | Jack Jansen | 1996-09-07 | 4 | -153/+183 |
|
|
* | - Rationalized override preferences support, by remembering | Jack Jansen | 1996-09-06 | 2 | -30/+66 |
|
|
* | Python about box implemented. Slightly convoluted, since (a) we have | Jack Jansen | 1996-09-06 | 2 | -0/+38 |
|
|
* | Check that our override pythonpath is actually coming from the | Jack Jansen | 1996-09-05 | 1 | -8/+16 |
|
|
* | Removed unused vars | Jack Jansen | 1996-09-05 | 1 | -2/+0 |
|
|
* | - Fixed PyMac_DoYield: | Jack Jansen | 1996-09-04 | 2 | -12/+71 |
|
|
* | Always call __initialize(), also on PPC | Jack Jansen | 1996-08-23 | 1 | -23/+14 |
|
|
* | Added void before main | Jack Jansen | 1996-08-20 | 1 | -0/+1 |
|
|
* | Fixed command-. handling | Jack Jansen | 1996-08-19 | 1 | -2/+15 |
|
|
* | Fixed to work for ppc and cfm68k | Jack Jansen | 1996-08-19 | 1 | -0/+4 |
|
|
* | Removed debug printf | Jack Jansen | 1996-08-19 | 1 | -3/+1 |
|
|
* | Removed obsolete cfm68k ifdef (Guido) | Jack Jansen | 1996-08-19 | 1 | -3/+0 |
|
|
* | Include config.h | Jack Jansen | 1996-08-19 | 1 | -0/+2 |
|
|
* | Guido: | Jack Jansen | 1996-08-19 | 1 | -14/+5 |
|
|
* | Guido: added some void's to declarations | Jack Jansen | 1996-08-19 | 1 | -1/+5 |
|
|
* | Guido: changed __sinit to __initialize for CFM68K. | Jack Jansen | 1996-08-19 | 1 | -2/+2 |
|
|
* | Dummy SpinCursor() if __CFM68K__ is defined | Jack Jansen | 1996-08-19 | 1 | -0/+10 |
|
|
* | Guido's 1.4b2 fixes: Py_GetProgramName, Py_GetPrefix and Py_GetExecPrefix. | Jack Jansen | 1996-08-02 | 1 | -6/+20 |
|
|