- 20 Kas, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
to pymactoolbox.h (where it should have been in the first place).
-
- 19 Kas, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
pre-carbon MacOS9 support.
-
- 27 May, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
between CF objects and their Python representation. Fixes 734695.
-
- 17 Ock, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
the AEDesc data shouldn't be disposed when the Python object is. Added a C call AEDesc_NewBorrowed() to create these objects and a Python method old=AEDesc.AutoDispose(onoff) to change auto-dispose state.
-
- 10 Eyl, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
Bugfix candidate.
-
- 02 Agu, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
actual script to run in case we are running from an applet. If we are indeed running an applet we skip the normal option processing leaving it all to the applet code. This allows us to get use the normal python binary in the Python.app bundle, giving us all the normal command line options through PythonLauncher while still allowing Python.app to be used as the template for building applets. Consequently, pythonforbundle is gone, and Mac/Python/macmain.c isn't used on OSX anymore.
-
- 05 Kas, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
Make the CoreFoundation object _New and _Convert routines available to other modules. Idea by Donovan Preston, implementaion by me.
-
- 10 Eyl, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 01 Eyl, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
Moved the declarations to pymactoolbox.h.
-
- 08 Agu, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
with functionality needed for both unix-Python and MacPython and a new smaller ./Mac/Python/macglue.c which contains MacPython stuff only. pymactoolbox.h has moved to ./Include from ./Mac/Include and now also contains the relevant stuff from macglue.h. The net effect of this is that the ./Mac subdirectory is not needed anymore for building the unix-Python core on MacOSX (it is needed for building the extension modules).
-
- 03 Agu, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 22 May, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
Fixed glue initialization code so prototype is correct.
-
- 19 May, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 17 May, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
Glue code to connect obj_New and obj_Convert routines (the PyArg_Parse and Py_BuildTuple helpers) from one dynamically imported module to another.
-
- 09 Şub, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 12 Ara, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 25 Agu, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 14 Tem, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
functions. Include it in stead of duplicating the declarations everywhere. Also cleaned up toolbox module exports, and got rid of resNotFound error.
-