- 22 Tem, 2005 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 17 Tem, 2005 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 12 Tem, 2005 1 kayıt (commit)
-
-
Jack Jansen yazdı
Turns out patch #1035255 was incomplete, it only patched _Filemodule.c and not filesupport.py. So regenerating caused as_pathname() to go into an infinite loop.
-
- 03 Tem, 2005 1 kayıt (commit)
-
-
Jack Jansen yazdı
they are now _self, _args and _kwds.
-
- 20 Nis, 2005 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 17 Nis, 2005 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 07 Ock, 2005 3 kayıt (commit)
-
-
Tim Peters yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
- 01 Ock, 2005 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 28 Ara, 2004 1 kayıt (commit)
-
-
Jack Jansen yazdı
the MACOSX_DEPLOYMENT_TARGET environment variable to 10.3 when calling the loader. And we do this with "env" because distutils apparently doesn't understand environment variable assignments before command names.
-
- 27 Ara, 2004 3 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
option to various tools, and do the right thing when we're doing a destroot install. Will backport to 2.4 and 2.3.
-
- 26 Ara, 2004 1 kayıt (commit)
-
-
Jack Jansen yazdı
needs to run it in the Makefile). After installing a newer framework Python the apple-installed Python can no longer build extension modules, because they will inadvertantly be linked against the newer framework. This script modifies lib/config/Makefile so it will link extensions with "-undefined dynamic_lookup", which forestalls this problem. Will backport to 2.4 and 2.3.
-
- 06 Ara, 2004 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 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.
-