summaryrefslogtreecommitdiffstats
path: root/Mac/Python
Commit message (Expand)AuthorAgeFilesLines
* - Universal Headers 3 modsJack Jansen1998-02-201-2/+4
* Bug fix for fast module locationJack Jansen1997-10-081-1/+1
* Implemented nositepython and oldexceptions flagsJack Jansen1997-10-071-0/+2
* Fixed for new "import dir.module" semantics. Needs accompanying fix inJack Jansen1997-10-071-0/+9
* Added old-exception and no-site-python options and balloon helpJack Jansen1997-09-091-3/+12
* The preference resource now has a version numberJack Jansen1997-09-081-16/+21
* sys.prefix and sys.exec_prefix are now set correctly.Jack Jansen1997-09-081-2/+2
* Handle systemclicks ourselves, in stead of passing them to Sioux. ThisJack Jansen1997-08-261-10/+15
* Added (dummy) PyOS_FiniInterruptsJack Jansen1997-08-081-0/+5
* Adapted for 1.5a3: Py_SupressPrintingFlag is gone, andJack Jansen1997-08-081-21/+9
* Added PyMac_SetEventHandler which allows you to replace complete eventJack Jansen1997-06-201-43/+71
* Make imports faster on the Mac, byJack Jansen1997-06-121-7/+104
* - Restore SIOUX menubar just before exiting, if the console window is keptJack Jansen1997-06-122-21/+27
* Removed old scheduler parameterizing calls and replaced with somethingJack Jansen1997-06-032-102/+125
* - Added Py_GetProgramFullPathJack Jansen1997-05-232-8/+59
* Workaround for bug in MSL and CWGUSI interaction that stopped theJack Jansen1997-05-071-0/+7
* - Various names in CodeFragments.h have changedJack Jansen1997-05-071-4/+17
* Changed the few old routine names still used to the new onesJack Jansen1997-04-083-9/+14
* - Changed GestaltEqu.h to Gestalt.hJack Jansen1997-02-244-4/+1
* Only go into eventloop/interrupt check 10 times per secondJack Jansen1997-02-201-0/+9
* Added/updated copyright noticesJack Jansen1997-01-3114-6/+255
* Added PyMac_Initialize() routine, to be used by embedding programs (inJack Jansen1997-01-151-8/+29
* Mac-specific version of getmtime (for non-GUSI Python, which needsJack Jansen1997-01-101-0/+50
* Added profiler initialization/finalization code (if __profile__ is defined)Jack Jansen1997-01-071-1/+12
* Fixed FSSpec->pathname code to add colon if the fsspec points to a disk.Jack Jansen1996-11-201-0/+6
* Got rid of nfullpath in favor of PyMac_GetFullPath (which was prettyJack Jansen1996-11-092-36/+31
* When loading a PYC resource check whether the filename is theJack Jansen1996-11-091-21/+45
* - Get preference filename from a resourceJack Jansen1996-10-221-31/+53
* About boxes should be at 20% of screen height, not halfwayJack Jansen1996-09-231-1/+1
* Changed default background yield time to 1 tickJack Jansen1996-09-221-1/+14
* Added macfs.FindApplication() to find application FSSpec given signature.Jack Jansen1996-09-201-0/+128
* Py_GetProgramName turns out not to be obsolete (used by _tkinter).Jack Jansen1996-09-091-8/+0
* - Put all options in a structJack Jansen1996-09-074-153/+183
* - Rationalized override preferences support, by rememberingJack Jansen1996-09-062-30/+66
* Python about box implemented. Slightly convoluted, since (a) we haveJack Jansen1996-09-062-0/+38
* Check that our override pythonpath is actually coming from theJack Jansen1996-09-051-8/+16
* Removed unused varsJack Jansen1996-09-051-2/+0
* - Fixed PyMac_DoYield:Jack Jansen1996-09-042-12/+71
* Always call __initialize(), also on PPCJack Jansen1996-08-231-23/+14
* Added void before mainJack Jansen1996-08-201-0/+1
* Fixed command-. handlingJack Jansen1996-08-191-2/+15
* Fixed to work for ppc and cfm68kJack Jansen1996-08-191-0/+4
* Removed debug printfJack Jansen1996-08-191-3/+1
* Removed obsolete cfm68k ifdef (Guido)Jack Jansen1996-08-191-3/+0
* Include config.hJack Jansen1996-08-191-0/+2
* Guido:Jack Jansen1996-08-191-14/+5
* Guido: added some void's to declarationsJack Jansen1996-08-191-1/+5
* Guido: changed __sinit to __initialize for CFM68K.Jack Jansen1996-08-191-2/+2
* Dummy SpinCursor() if __CFM68K__ is definedJack Jansen1996-08-191-0/+10
* Guido's 1.4b2 fixes: Py_GetProgramName, Py_GetPrefix and Py_GetExecPrefix.Jack Jansen1996-08-021-6/+20