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
/
macglue.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added (dummy) PyOS_FiniInterrupts
Jack Jansen
1997-08-08
1
-0/+5
*
Added PyMac_SetEventHandler which allows you to replace complete event
Jack Jansen
1997-06-20
1
-43/+71
*
Make imports faster on the Mac, by
Jack Jansen
1997-06-12
1
-7/+104
*
- Restore SIOUX menubar just before exiting, if the console window is kept
Jack Jansen
1997-06-12
1
-21/+25
*
Removed old scheduler parameterizing calls and replaced with something
Jack Jansen
1997-06-03
1
-100/+116
*
- Added Py_GetProgramFullPath
Jack Jansen
1997-05-23
1
-1/+51
*
Changed the few old routine names still used to the new ones
Jack Jansen
1997-04-08
1
-2/+2
*
- Changed GestaltEqu.h to Gestalt.h
Jack Jansen
1997-02-24
1
-1/+0
*
Only go into eventloop/interrupt check 10 times per second
Jack Jansen
1997-02-20
1
-0/+9
*
Added/updated copyright notices
Jack Jansen
1997-01-31
1
-1/+1
*
When loading a PYC resource check whether the filename is the
Jack Jansen
1996-11-09
1
-21/+45
*
About boxes should be at 20% of screen height, not halfway
Jack Jansen
1996-09-23
1
-1/+1
*
Changed default background yield time to 1 tick
Jack Jansen
1996-09-22
1
-1/+14
*
- Put all options in a struct
Jack Jansen
1996-09-07
1
-2/+4
*
Python about box implemented. Slightly convoluted, since (a) we have
Jack Jansen
1996-09-06
1
-0/+32
*
Removed unused vars
Jack Jansen
1996-09-05
1
-2/+0
*
- Fixed PyMac_DoYield:
Jack Jansen
1996-09-04
1
-11/+61
*
Fixed command-. handling
Jack Jansen
1996-08-19
1
-2/+15
*
Guido:
Jack Jansen
1996-08-19
1
-14/+5
*
Dummy SpinCursor() if __CFM68K__ is defined
Jack Jansen
1996-08-19
1
-0/+10
*
- Minimum stacksize is now 8K for PPC, 4K for 68K
Jack Jansen
1996-08-01
1
-7/+20
*
Added PyOS_CheckStack() function which returns -1 when we are running
Jack Jansen
1996-07-22
1
-0/+14
*
PyMac_GetFixed() didn't return 1 on success
Jack Jansen
1996-05-31
1
-0/+1
*
Don't change Standard File folder on chdir().
Jack Jansen
1996-03-25
1
-0/+2
*
Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd()
Jack Jansen
1996-03-06
1
-15/+30
*
Added code to make fsspecs work for gusi-python
Jack Jansen
1996-03-05
1
-0/+16
*
Added converters for Fixed
Jack Jansen
1995-11-15
1
-0/+23
*
Cosmetic change to event handling.
Jack Jansen
1995-11-10
1
-3/+11
*
Removed unused variables
Jack Jansen
1995-08-31
1
-2/+2
*
Lots of stuff moved to other files.
Jack Jansen
1995-08-14
1
-381/+55
*
Better error messages wrt missing resources and preferences
Jack Jansen
1995-08-07
1
-3/+4
*
Added code so you canset "command line options" if you
Jack Jansen
1995-07-29
1
-1/+61
*
Initial port to CodeWarrior CFM68K support (mainly by disabling
Jack Jansen
1995-06-27
1
-0/+4
*
Added code to obtain sys.path from a resource
Jack Jansen
1995-06-18
1
-0/+97
*
- The prefs file wasn't updated correctly if it already existed.
Jack Jansen
1995-04-24
1
-5/+10
*
Under MW also be more conservative about events to request
Jack Jansen
1995-02-27
1
-11/+6
*
return old value of PyMac_DoYieldEnabled; -1 means do not even check for inte...
Guido van Rossum
1995-02-26
1
-1/+9
*
MAde a few things more orthogonal and did some cleanups:
Jack Jansen
1995-02-24
1
-24/+32
*
ported to MPW, moved main() here
Guido van Rossum
1995-02-20
1
-15/+31
*
- Added PyMac_GetDirectory call which asks the user to select a
Jack Jansen
1995-02-20
1
-20/+79
*
use PyMac_GetArgv (in macgetargv.c) for applet inits
Guido van Rossum
1995-02-19
1
-17/+8
*
added applet initialization;
Guido van Rossum
1995-02-18
1
-12/+74
*
Added support for loading pyc code from a resource.
Jack Jansen
1995-02-15
1
-0/+115
*
ported to Think C
Guido van Rossum
1995-02-14
1
-1/+2
*
Changed PyMac_GetPythonDir to use a preferences file to store the
Jack Jansen
1995-02-13
1
-4/+46
*
null-terminate the error string in macstrerror
Guido van Rossum
1995-02-13
1
-0/+1
*
Added PyMac_GetPythonDir routine which obtains python home directory
Jack Jansen
1995-02-13
1
-0/+75
*
Added HandleEvent method to macos, so python programs can hand back
Jack Jansen
1995-02-02
1
-12/+23
*
added <OSEvents.h> for Think C
Guido van Rossum
1995-01-30
1
-0/+3
*
- Moved interrupt code to macglue.c
Jack Jansen
1995-01-27
1
-21/+131
[next]