COMMITS
/ Mac/Python/macmain.c January 8, 2003
J
Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk.
Jack Jansen committed
December 13, 2002
J
Get rid of 2.2 "poor mans universal newlines" now that the real thing
Jack Jansen committed
December 12, 2002
J
Getting rid of pre-Carbon (MacOS8) support. All code depending on
Jack Jansen committed
August 5, 2002
May 22, 2002
April 14, 2002
J
Mass checkin of universal newline support.
Jack Jansen committed
April 11, 2002
March 29, 2002
J
Allow .pyc files as applets as well as .py files. .py files have
Jack Jansen committed
J
In MachoPython print "Pythonw" in banner to distinguish from command-line
Jack Jansen committed
January 2, 2002
J
In MachoPython, don't simulate argc/argv unless we have argc=1 and argv[1]
Jack Jansen committed
October 31, 2001
J
Moved macfsn hackery from macmain.c to macfsmodule.c so it loads
Just van Rossum committed
October 30, 2001
September 11, 2001
J
Mods by Donovan Preston (with changes by me to make them "go with the flow")
Jack Jansen committed
J
Failing to import macfsn is not a fatal error.
Jack Jansen committed
September 5, 2001
J
Changes to make these work under OSX as the main program for a
Jack Jansen committed
September 1, 2001
J
Added preferences/startup options for division warning
Jack Jansen committed
August 3, 2001
J
Merging appropriate 2.1.1 fixes back into the main trunk.
Jack Jansen committed
July 4, 2001
U
Set the default 8-bit encoding based on the system script and language.
unknown committed
April 25, 2001
J
- Raise console window on input. Fixes Carbon hang.
Jack Jansen committed
February 17, 2001
J
More changes to attempt to get the menubar back on exit. Without success:-(
Jack Jansen committed
February 11, 2001
January 16, 2001
January 11, 2001
January 9, 2001
October 19, 2000
October 12, 2000
J
Made options global (as PyMac_options) so macosmodule can access it.
Jack Jansen committed
September 22, 2000
September 8, 2000
J
Use same short banner message as unix/win Python.
Jack Jansen committed
August 25, 2000
J
Removed debug output.
Jack Jansen committed
July 24, 2000
J
Added more prototypes.
Jack Jansen committed
July 18, 2000
July 14, 2000
J
Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.
Jack Jansen committed
July 11, 2000
J
ANSIfication step 2: make sure all needed prototypes are available, and all needed
Jack Jansen committed
J
ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO.
Jack Jansen committed
June 4, 2000
J
Removed THINK_C support.
Jack Jansen committed
June 2, 2000
J
Removed (within an #ifdef) Carbon-incompatabilities:
Jack Jansen committed
May 5, 2000
April 7, 2000
J
Started on GUSI2 and threading support.
Jack Jansen committed
December 7, 1999
September 30, 1999
J
Bigger buffer size for C profiler (if profiling is enabled).
Jack Jansen committed
July 31, 1998
J
Initialize the program name before adding shared library resources (Just).
Jack Jansen committed
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