index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Mac
/
Python
/
macmain.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of 2.2 "poor mans universal newlines" now that the real thing
Jack Jansen
2002-12-13
1
-19/+0
*
Getting rid of pre-Carbon (MacOS8) support. All code depending on
Jack Jansen
2002-12-12
1
-144/+0
*
Renamed Py_Main to PyMac_Main as it has a different signature than the "norma...
Jack Jansen
2002-08-05
1
-4/+4
*
Allow the script to have not only a TEXT filetype but also a null filetype (t...
Jack Jansen
2002-05-22
1
-1/+3
*
Mass checkin of universal newline support.
Jack Jansen
2002-04-14
1
-2/+2
*
Got rid of ifdefs for long-obsolete GUSI versions and other stuff that is now...
Jack Jansen
2002-04-11
1
-31/+0
*
Allow .pyc files as applets as well as .py files. .py files have
Jack Jansen
2002-03-29
1
-4/+9
*
In MachoPython print "Pythonw" in banner to distinguish from command-line
Jack Jansen
2002-03-29
1
-7/+6
*
In MachoPython, don't simulate argc/argv unless we have argc=1 and argv[1]
Jack Jansen
2002-01-02
1
-2/+8
*
Moved macfsn hackery from macmain.c to macfsmodule.c so it loads
Just van Rossum
2001-10-31
1
-29/+0
*
Mod by Donovan Preston to allow MacPython to live in a Python.app bundle and ...
Jack Jansen
2001-10-30
1
-34/+62
*
Mods by Donovan Preston (with changes by me to make them "go with the flow")
Jack Jansen
2001-09-11
1
-14/+90
*
Failing to import macfsn is not a fatal error.
Jack Jansen
2001-09-11
1
-1/+2
*
Changes to make these work under OSX as the main program for a
Jack Jansen
2001-09-05
1
-39/+74
*
Added preferences/startup options for division warning
Jack Jansen
2001-09-01
1
-6/+37
*
Merging appropriate 2.1.1 fixes back into the main trunk.
Jack Jansen
2001-08-03
1
-0/+5
*
Set the default 8-bit encoding based on the system script and language.
unknown
2001-07-04
1
-0/+2
*
- Raise console window on input. Fixes Carbon hang.
Jack Jansen
2001-04-25
1
-1/+11
*
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
[next]