- 05 Kas, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
(Contributed by Bob Ippolito.) This patch trims down the Python core on Darwin by making it independent of CoreFoundation and CoreServices. It does this by: Changed linker flags in configure/configure.in Removed the unused PyMac_GetAppletScriptFile Moved the implementation of PyMac_StrError to the MacOS module Moved the implementation of PyMac_GetFullPathname to the Carbon.File module
-
- 18 Tem, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 16 Tem, 2004 3 kayıt (commit)
-
-
Jack Jansen yazdı
Fixes #775878.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
- 15 Tem, 2004 7 kayıt (commit)
-
-
Jack Jansen yazdı
the double-scroll problem: when you pass a tracker function to TrackControl you shouldn't call your hit function again afterwards. Fixes #711989.
-
Jack Jansen yazdı
- Ran it.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Fixed.
-
Jack Jansen yazdı
fixed.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
- 03 Haz, 2004 4 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
- Prefer to use pythonw (if it exists) for "run with commandline python".
-
Jack Jansen yazdı
Fixes #913581.
-
Jack Jansen yazdı
of Menu IDs (of which there are only 255 in Carbon). Fixed by stopping examining the scripts folder when we allocate menu ID 200. Fixes #959291. Need to backport.
-
- 02 Haz, 2004 2 kayıt (commit)
-
-
Jack Jansen yazdı
uncomment the relevant section.
-
Jack Jansen yazdı
building for that platform.
-
- 28 Şub, 2004 1 kayıt (commit)
-
-
Jack Jansen yazdı
- Allow easy access to the PackMan homepage, for even more databases.
-
- 24 Şub, 2004 2 kayıt (commit)
-
-
Jack Jansen yazdı
Reported by Bob Ippolito.
-
Jack Jansen yazdı
for MacPython 2.3 (and, hopefully, python 2.3 for windows too).
-
- 12 Şub, 2004 1 kayıt (commit)
-
-
Walter Dörwald yazdı
From SF patch #852334.
-
- 11 Ock, 2004 2 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
the header file seems to be hand-written and missing the "const" keywords for input parameters passed by reference.
-
- 09 Ock, 2004 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 04 Ock, 2004 1 kayıt (commit)
-
-
Jack Jansen yazdı
factory functions, so you can call quicktime functions that are implemented as methods on NULL too. Still don't allow quicktime functions to return NULL pointers, though: I think this always signals an error condition.
-
- 03 Ock, 2004 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 02 Ock, 2004 2 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
- 10 Ara, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
a real subtype of Cm.ComponentInstance right now, it turns out that is too difficult. - OSA.OSAComponentInstance initializer does accept a Cm.ComponentInstance instance, though, so at least things are becoming useable.
-
- 09 Ara, 2003 2 kayıt (commit)
-
-
Jack Jansen yazdı
it to be built for that python.
-
Jack Jansen yazdı
script that allows it to be built for that Python.
-
- 07 Ara, 2003 1 kayıt (commit)
-
-
Just van Rossum yazdı
-
- 06 Ara, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 03 Ara, 2003 3 kayıt (commit)
-
-
Jack Jansen yazdı
Completely untested.
-
Jack Jansen yazdı
by request of Donovan Preston. In return, he promised to use this to create a Python OSA component, which would turn Python into a first-class OSA scripting language (like AppleScript itself).
-
Jack Jansen yazdı
-
- 02 Ara, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 27 Kas, 2003 2 kayıt (commit)
-
-
Jack Jansen yazdı
cause an index error. We now select the first package if this threatens to happen. Will backport.
-
Jack Jansen yazdı
confusing. To be on the safe side we always show hidden packages before showing error dialogs. Will backport.
-