| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | For MW Python, update titlebar of window when python exits. | Jack Jansen | 1995-11-10 | 1 | -5/+9 |
|
|
* | Added options for keeping window open on normal/error termination | Jack Jansen | 1995-10-27 | 1 | -10/+45 |
|
|
* | Added prototypes. | Jack Jansen | 1995-10-23 | 1 | -2/+2 |
|
|
* | removed unused variables | Jack Jansen | 1995-08-31 | 1 | -2/+0 |
|
|
* | This is completely different from the old mainmain (which wasn't used | Jack Jansen | 1995-08-14 | 1 | -88/+252 |
|
|
* | Various changes wrt shared-library python: | Jack Jansen | 1995-02-13 | 1 | -7/+39 |
|
|
* | Added stuff so CodeWarrior isn't so verbose about its stdio windows | Jack Jansen | 1995-02-02 | 1 | -0/+9 |
|
|
* | added printf -- hack for Think C to init stdwin and stdio | Guido van Rossum | 1995-01-22 | 1 | -0/+16 |
|
|
* | must include rename2.h | Guido van Rossum | 1995-01-17 | 1 | -0/+2 |
|
|
* | 1995 copyright | Guido van Rossum | 1995-01-08 | 1 | -2/+2 |
|
|
* | Enlarged version buffer (nobody expects the spanish inquisition:-) | Jack Jansen | 1994-12-14 | 1 | -1/+5 |
|
|
* | Intermediate version of changes after porting to MPW 3.2 | Guido van Rossum | 1994-08-26 | 1 | -3/+0 |
|
|
* | Added macmain.c (separate Mac specific main prog); bump version to 1.1 | Guido van Rossum | 1994-08-23 | 1 | -0/+83 |
|
|