- 11 Nis, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 05 Ara, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 07 Agu, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 14 May, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
Added a WITHOUT_FRAMEWORKS define to all the config files, so that on MacOS<=9 compiles use Universal Headers, not Carbon/Carbon.h.
-
- 25 Ock, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 11 Ock, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 25 Agu, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
Don't use our own malloc any more. It made test_longexp crash due to its optimization to lock blocks into a specific size malloc requests. This loses 15% performance, but that we'll have to live with:-(
-
- 18 Tem, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
MacPython on MacOSX DP4 gets started in the wrong directory. The workaround (ifdeffed by USE_ARGV0_CHDIR) is to do a chdir() to the folder part of our executable name.
-
- 28 Haz, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 02 Haz, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 07 Nis, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 24 Ara, 1999 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 07 Ara, 1999 1 kayıt (commit)
-
-
Jack Jansen yazdı
First bits and pieces of appearance support: an init routine, a global flag PyMac_AppearanceCompliant (exported thru MacOS). If USE_APPEARANCE is off the code is disabled (but the variables are still there, set to 0).
-
- 03 Haz, 1997 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 07 May, 1997 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 20 Şub, 1997 1 kayıt (commit)
-
-
Jack Jansen yazdı
in importdl.c (I had just one crash too many with a static python importing a dynamic module) - On powerpc, enable USE_CACHE_ALIGNED with a linesize of 32 bytes.
-
- 23 Eki, 1996 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 28 Agu, 1996 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 23 Agu, 1996 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 20 Agu, 1996 1 kayıt (commit)
-
-
Jack Jansen yazdı
- mwerks_nonshared_config.h for standalone pythons - mwerks_shared_config.h for shared pythons (PythonCore, app and applet) - mwerks_plugin_config.h for plugins Only the _tkinter plugin uses a customized header. Old config files have gone to the "old" directory, for the time being.
-
- 22 Tem, 1996 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 07 Agu, 1995 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 14 Haz, 1995 1 kayıt (commit)
-
-
Jack Jansen yazdı
both enabled with USE_SHARED_LIBRARY, now there's also USE_MAC_DYNAMIC_LOADING). Added a few other USE_ defines for optional modules to nonshared config (they're not included in the base shared library)
-
- 24 Şub, 1995 1 kayıt (commit)
-
-
Jack Jansen yazdı
whether there is shared library support. Libraries, applets and applications are distinguished by the sources they include.
-
- 13 Şub, 1995 1 kayıt (commit)
-
-
Jack Jansen yazdı
-