COMMITS
/ Mac/Python/macmain.c October 7, 1997
J
Implemented nositepython and oldexceptions flags
Jack Jansen committed
September 9, 1997
J
Added old-exception and no-site-python options and balloon help
Jack Jansen committed
September 8, 1997
J
sys.prefix and sys.exec_prefix are now set correctly.
Jack Jansen committed
August 8, 1997
J
Adapted for 1.5a3: Py_SupressPrintingFlag is gone, and
Jack Jansen committed
June 12, 1997
J
- Restore SIOUX menubar just before exiting, if the console window is kept
Jack Jansen committed
June 3, 1997
J
Removed old scheduler parameterizing calls and replaced with something
Jack Jansen committed
May 23, 1997
J
- Added Py_GetProgramFullPath
Jack Jansen committed
May 7, 1997
J
Workaround for bug in MSL and CWGUSI interaction that stopped the
Jack Jansen committed
April 8, 1997
J
Changed the few old routine names still used to the new ones
Jack Jansen committed
February 24, 1997
J
- Changed GestaltEqu.h to Gestalt.h
Jack Jansen committed
January 31, 1997
J
Added/updated copyright notices
Jack Jansen committed
January 15, 1997
J
Added PyMac_Initialize() routine, to be used by embedding programs (in
Jack Jansen committed
January 7, 1997
J
Added profiler initialization/finalization code (if __profile__ is defined)
Jack Jansen committed
September 9, 1996
J
Py_GetProgramName turns out not to be obsolete (used by _tkinter).
Jack Jansen committed
September 7, 1996
J
- Put all options in a struct
Jack Jansen committed
September 6, 1996
J
- Rationalized override preferences support, by remembering
Jack Jansen committed
J
Python about box implemented. Slightly convoluted, since (a) we have
Jack Jansen committed
September 4, 1996
J
- Fixed PyMac_DoYield:
Jack Jansen committed
August 19, 1996
J
Guido: added some void's to declarations
Jack Jansen committed
August 2, 1996
J
Guido's 1.4b2 fixes: Py_GetProgramName, Py_GetPrefix and Py_GetExecPrefix.
Jack Jansen committed
July 10, 1996
J
Old names changed to Py_GetCopyright, etc.
Jack Jansen committed
March 25, 1996
J
Replaced non-ascii chars by backslash escapes
Jack Jansen committed
March 20, 1996
J
Somehow the <<terminated>> got mangled. Fixed.
Jack Jansen committed
March 12, 1996
J
- Allow setting of argc/argv in <option>-start dialog
Jack Jansen committed
March 7, 1996
J
Added missing include of Fonts.h
Jack Jansen committed
March 6, 1996
J
Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd()
Jack Jansen committed
February 28, 1996
J
- Reorganized init code
Jack Jansen committed
February 21, 1996
J
Store default startup options in preference file or
Jack Jansen committed
November 10, 1995
J
For MW Python, update titlebar of window when python exits.
Jack Jansen committed
October 27, 1995
J
Added options for keeping window open on normal/error termination
Jack Jansen committed
October 23, 1995
J
Added prototypes.
Jack Jansen committed
August 31, 1995
J
removed unused variables
Jack Jansen committed
August 14, 1995
J
This is completely different from the old mainmain (which wasn't used
Jack Jansen committed
February 13, 1995
J
Various changes wrt shared-library python:
Jack Jansen committed
February 2, 1995
J
Added stuff so CodeWarrior isn't so verbose about its stdio windows
Jack Jansen committed
January 22, 1995
G
added printf -- hack for Think C to init stdwin and stdio
Guido van Rossum committed
January 17, 1995
G
must include rename2.h
Guido van Rossum committed
January 8, 1995
G
1995 copyright
Guido van Rossum committed
December 14, 1994
J
Enlarged version buffer (nobody expects the spanish inquisition:-)
Jack Jansen committed
August 26, 1994
G
Intermediate version of changes after porting to MPW 3.2
Guido van Rossum committed
August 23, 1994
G
Added macmain.c (separate Mac specific main prog); bump version to 1.1
Guido van Rossum committed