| Commit message (Expand) | Author | Age | Files | Lines |
* | More changes to attempt to get the menubar back on exit. Without success:-( | Jack Jansen | 2001-02-17 | 1 | -0/+4 |
|
|
* | Bit the bullet and added a private GUSISIOUX for Python. This makes the delay... | Jack Jansen | 2001-02-11 | 1 | -12/+30 |
|
|
* | Trigger keep-console-open on GUSISIOUX_STATE_UNKNOWN. Better than the previou... | Jack Jansen | 2001-01-16 | 1 | -3/+3 |
|
|
* | When compiling for GUSI and Carbon disable te "keep open on unseen output", f... | Jack Jansen | 2001-01-11 | 1 | -2/+2 |
|
|
* | If we're not using GUSI the "keep open on unseen output" becomes the same as ... | Jack Jansen | 2001-01-09 | 1 | -0/+6 |
|
|
* | Added PyMac_OutputSeen(), which acknowledges all current output in the stdio ... | Jack Jansen | 2000-10-19 | 1 | -0/+9 |
|
|
* | Made options global (as PyMac_options) so macosmodule can access it. | Jack Jansen | 2000-10-12 | 1 | -16/+16 |
|
|
* | Keepconsole is now a 4-way option: never/errorexit/unseen output/always. Defa... | Jack Jansen | 2000-09-22 | 1 | -11/+44 |
|
|
* | Use same short banner message as unix/win Python. | Jack Jansen | 2000-09-08 | 1 | -3/+7 |
|
|
* | Removed debug output. | Jack Jansen | 2000-08-25 | 1 | -3/+0 |
|
|
* | Added more prototypes. | Jack Jansen | 2000-07-24 | 1 | -0/+3 |
|
|
* | MacPython on MacOSX DP4 gets started in the wrong directory. The workaround (... | Jack Jansen | 2000-07-18 | 1 | -1/+16 |
|
|
* | Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. | Jack Jansen | 2000-07-14 | 1 | -2/+2 |
|
|
* | ANSIfication step 2: make sure all needed prototypes are available, and all n... | Jack Jansen | 2000-07-11 | 1 | -3/+2 |
|
|
* | ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO. | Jack Jansen | 2000-07-11 | 1 | -2/+2 |
|
|
* | Removed THINK_C support. | Jack Jansen | 2000-06-04 | 1 | -11/+0 |
|
|
* | Removed (within an #ifdef) Carbon-incompatabilities: | Jack Jansen | 2000-06-02 | 1 | -0/+6 |
|
|
* | Removed string-exception preference, added tabcheck and NavService preference... | Jack Jansen | 2000-05-05 | 1 | -3/+33 |
|
|
* | Started on GUSI2 and threading support. | Jack Jansen | 2000-04-07 | 1 | -3/+5 |
|
|
* | First bits and pieces of appearance support: an init routine, a global flag P... | Jack Jansen | 1999-12-07 | 1 | -0/+20 |
|
|
* | Bigger buffer size for C profiler (if profiling is enabled). | Jack Jansen | 1999-09-30 | 1 | -1/+1 |
|
|
* | Initialize the program name before adding shared library resources (Just). | Jack Jansen | 1998-07-31 | 1 | -0/+1 |
|
|
* | Implemented nositepython and oldexceptions flags | Jack Jansen | 1997-10-07 | 1 | -0/+2 |
|
|
* | Added old-exception and no-site-python options and balloon help | Jack Jansen | 1997-09-09 | 1 | -3/+12 |
|
|
* | sys.prefix and sys.exec_prefix are now set correctly. | Jack Jansen | 1997-09-08 | 1 | -2/+2 |
|
|
* | Adapted for 1.5a3: Py_SupressPrintingFlag is gone, and | Jack Jansen | 1997-08-08 | 1 | -21/+9 |
|
|
* | - Restore SIOUX menubar just before exiting, if the console window is kept | Jack Jansen | 1997-06-12 | 1 | -0/+2 |
|
|
* | Removed old scheduler parameterizing calls and replaced with something | Jack Jansen | 1997-06-03 | 1 | -2/+9 |
|
|
* | - Added Py_GetProgramFullPath | Jack Jansen | 1997-05-23 | 1 | -7/+8 |
|
|
* | Workaround for bug in MSL and CWGUSI interaction that stopped the | Jack Jansen | 1997-05-07 | 1 | -0/+7 |
|
|
* | Changed the few old routine names still used to the new ones | Jack Jansen | 1997-04-08 | 1 | -4/+4 |
|
|
* | - Changed GestaltEqu.h to Gestalt.h | Jack Jansen | 1997-02-24 | 1 | -1/+0 |
|
|
* | Added/updated copyright notices | Jack Jansen | 1997-01-31 | 1 | -1/+1 |
|
|
* | Added PyMac_Initialize() routine, to be used by embedding programs (in | Jack Jansen | 1997-01-15 | 1 | -8/+29 |
|
|
* | Added profiler initialization/finalization code (if __profile__ is defined) | Jack Jansen | 1997-01-07 | 1 | -1/+12 |
|
|
* | 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 | 1 | -136/+162 |
|
|
* | - Rationalized override preferences support, by remembering | Jack Jansen | 1996-09-06 | 1 | -1/+5 |
|
|
* | Python about box implemented. Slightly convoluted, since (a) we have | Jack Jansen | 1996-09-06 | 1 | -0/+6 |
|
|
* | - Fixed PyMac_DoYield: | Jack Jansen | 1996-09-04 | 1 | -1/+10 |
|
|
* | Guido: added some void's to declarations | Jack Jansen | 1996-08-19 | 1 | -1/+5 |
|
|
* | Guido's 1.4b2 fixes: Py_GetProgramName, Py_GetPrefix and Py_GetExecPrefix. | Jack Jansen | 1996-08-02 | 1 | -6/+20 |
|
|
* | Old names changed to Py_GetCopyright, etc. | Jack Jansen | 1996-07-10 | 1 | -3/+3 |
|
|
* | Replaced non-ascii chars by backslash escapes | Jack Jansen | 1996-03-25 | 1 | -1/+1 |
|
|
* | Somehow the <<terminated>> got mangled. Fixed. | Jack Jansen | 1996-03-20 | 1 | -1/+1 |
|
|
* | - Allow setting of argc/argv in <option>-start dialog | Jack Jansen | 1996-03-12 | 1 | -5/+27 |
|
|
* | Added missing include of Fonts.h | Jack Jansen | 1996-03-07 | 1 | -0/+1 |
|
|
* | Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd() | Jack Jansen | 1996-03-06 | 1 | -0/+4 |
|
|
* | - Reorganized init code | Jack Jansen | 1996-02-28 | 1 | -18/+52 |
|
|
* | Store default startup options in preference file or | Jack Jansen | 1996-02-21 | 1 | -4/+21 |
|
|