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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated for new AppleScript structure and moved to Lib (it's far too useful t...
Jack Jansen
2000-08-20
1
-8/+2
*
Fixed again to work with the old scripting interface (so we can test the new ...
Jack Jansen
2000-08-20
1
-1/+1
*
Updated for the new applescript interface (which actually makes it so ridicul...
Jack Jansen
2000-08-20
1
-23/+6
*
Enums we cannot find are set to None, and enumsubst understands this (no subs...
Jack Jansen
2000-08-20
2
-6/+10
*
Fixed event inheritance code (which didn't work at all).
Jack Jansen
2000-08-20
1
-117/+239
*
Finder suite.
Jack Jansen
2000-08-20
12
-0/+3801
*
Regenerated with fixes to gensuitemodule.
Jack Jansen
2000-08-20
6
-44/+44
*
Package with suites for talking to CodeWarrior.
Jack Jansen
2000-08-17
5
-0/+3554
*
Package with suites for talking to netscape.
Jack Jansen
2000-08-17
8
-0/+1362
*
The package with standard suites. These are used separately and as base class...
Jack Jansen
2000-08-17
10
-0/+4440
*
Use the new package-based scripting support.
Jack Jansen
2000-08-17
1
-6/+16
*
Generate packages in stead of separate modules. The package main module impor...
Jack Jansen
2000-08-17
1
-22/+120
*
Removed temporary code to disable OT networking (this was a workaround for ge...
Jack Jansen
2000-08-17
1
-1/+1
*
Removed temporary code that always set creator to SimpleText.
Jack Jansen
2000-08-17
1
-2/+7
*
Moved PyOS_StackCheck prototype to pythonrun.h
Jack Jansen
2000-08-07
1
-1/+0
*
Project for pyexpat module.
Jack Jansen
2000-08-06
2
-0/+1
*
ANSIfied.
Jack Jansen
2000-07-31
1
-6/+6
*
Two more cases of GUSI2 include access paths not being correct (reveiled by t...
Jack Jansen
2000-07-31
2
-0/+0
*
Oops, WaitNextEvent was hand-coded, and it also needed the h->H conversion fo...
Jack Jansen
2000-07-24
2
-2/+2
*
Added more prototypes.
Jack Jansen
2000-07-24
3
-6/+10
*
Added PyMac_getscript() which returns the pythonic name of the current script...
Jack Jansen
2000-07-24
1
-0/+34
*
Declare fileno() with prototype if USE_GUSI2 defined. This isn't really the r...
Jack Jansen
2000-07-24
2
-0/+10
*
If any of the builds in a group fails offer to stop the fullbuild process and...
Jack Jansen
2000-07-24
1
-0/+9
*
Added a "compile-time" flag PPC_ONLY, if set we make ppc-only applications wi...
Jack Jansen
2000-07-24
1
-0/+5
*
Put in an earlier include of sys/signal.h (within ifdef USE_GUSI) to forestal...
Jack Jansen
2000-07-24
2
-0/+8
*
Don't call BringToFront() on the dialog object, but call GetDialogWindow() to...
Jack Jansen
2000-07-24
1
-3/+3
*
'carb' resource for carbon application.
Jack Jansen
2000-07-18
1
-0/+15
*
Some thanks weren't checked in yet.
Jack Jansen
2000-07-18
1
-2/+2
*
MacPython on MacOSX DP4 gets started in the wrong directory. The workaround (...
Jack Jansen
2000-07-18
2
-1/+17
*
Define USE_GUSI if USE_GUSI1 or USE_GUSI2 is defined.
Jack Jansen
2000-07-18
1
-0/+3
*
Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define.
Jack Jansen
2000-07-14
9
-83/+0
*
Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.
Jack Jansen
2000-07-14
44
-223/+223
*
include stdio.h for sprintf prototype.
Jack Jansen
2000-07-14
1
-0/+1
*
pymactoolbox.h contains protoypes for all externally visible toolbox module
Jack Jansen
2000-07-14
45
-916/+244
*
include macdefs.h for declaration of getwd, if non-gusi python.
Jack Jansen
2000-07-14
1
-0/+1
*
PyMac_PromptGetFile and PyMac_GetDirectory don't exist in carbonpython.
Jack Jansen
2000-07-14
2
-5/+4
*
Don't declare sync if we use gusi.
Jack Jansen
2000-07-14
1
-0/+2
*
Got rid of __SC__ ifdefs.
Jack Jansen
2000-07-11
3
-12/+0
*
Removed guesstabsize.c, which is obsolete.
Jack Jansen
2000-07-11
2
-63/+0
*
- Removed guesstabsize.c, which is obsolete.
Jack Jansen
2000-07-11
1
-0/+0
*
ANSIfication step 2: make sure all needed prototypes are available, and all n...
Jack Jansen
2000-07-11
19
-41/+83
*
Added a declaration of fileno() if we use GUSI. Not sure whether it should go...
Jack Jansen
2000-07-11
1
-0/+5
*
Fiddled declaration/implementation of setcallback() so that it is ansifyable.
Jack Jansen
2000-07-11
2
-8/+16
*
ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO.
Jack Jansen
2000-07-11
6
-33/+33
*
So many things have changed over the last few weeks that it's probably a good...
Jack Jansen
2000-07-07
30
-10/+24
*
Changed all (hopefully) uses of unsigned 16 bit value to use H format specifi...
Jack Jansen
2000-07-07
23
-86/+86
*
Added the unchash module.
Jack Jansen
2000-07-07
3
-2/+3
*
Evt moved to the core toolbox modules.
Jack Jansen
2000-07-04
2
-1/+0
*
PyMac_FindModuleExtension now uses a size_t as its size parameter for compati...
Jack Jansen
2000-07-03
2
-2/+2
*
a minimal test app to show how to build a standalone app with W
Just van Rossum
2000-07-01
1
-0/+20
[next]