- 16 Agu, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 15 Agu, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
we catch errors during the build process in stead of later during runtime.
-
- 05 Agu, 2002 2 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
- 17 Tem, 2002 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
The staticforward define was needed to support certain broken C compilers (notably SCO ODT 3.0, perhaps early AIX as well) botched the static keyword when it was used with a forward declaration of a static initialized structure. Standard C allows the forward declaration with static, and we've decided to stop catering to broken C compilers. (In fact, we expect that the compilers are all fixed eight years later.) I'm leaving staticforward and statichere defined in object.h as static. This is only for backwards compatibility with C extensions that might still use it. XXX I haven't updated the documentation.
-
- 23 Nis, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 25 Mar, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. Should finally fix 531398. 2.2.1 candidate.
-
- 24 Mar, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. Should finally fix 531398. 2.2.1 candidate. Also blacklisted some constants with definitions that were not Python-compatible.
-
- 18 Ara, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 08 Ara, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
type.__module__ behavior. This adds the module name and a dot in front of the type name in every type object initializer, except for built-in types (and those that already had this). Note that it touches lots of Mac modules -- I have no way to test these but the changes look right. Apologies if they're not. This also touches the weakref docs, which contains a sample type object initializer. It also touches the mmap test output, because the mmap type's repr is included in that output. It touches object.h to put the correct description in a comment.
-
- 30 Kas, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
changes from start of branch upto r22b2 were already merged, of course).
-
- 05 Eyl, 2001 2 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
- 04 Eyl, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 23 Agu, 2001 3 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
The MacOS toolbox modules have acquired an _ in front of their name. Normal usage is through a wrapper module (without underscore) which lives in the Carbon package.
-
- 20 Haz, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 13 Haz, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 22 May, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
Lots more Carbon/Carbon.h includes, new UPP routine names, function prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python.
-
- 17 May, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
First step in porting MacPython modules to OSX/unix: break all references between modules except for the obj_New() and obj_Convert() routines, the PyArg_Parse and Py_BuildValue helpers. And these can now be vectored through glue routines (by defining USE_TOOLBOX_OBJECT_GLUE) which will do the necessary imports, whereupon the module's init routine will tell the glue routine about the real conversion routine address and everything is fine again.
-
- 06 Şub, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 02 Şub, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
Accept Dialogs and Windows where Grafports are expected (such as in SetPort) and do a MacOSX compatible cast. Bit of a hack, but good enough for now.
-
- 30 Ock, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 29 Ock, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
Accessor functions for regions and such expect an existing region as parameter. Fixed for grafport attribute access. Got GetPortBitMapForCopyBits() and port.portBits to work.
-
- 24 Ock, 2001 2 kayıt (commit)
-
-
Jack Jansen yazdı
Blacklisted (for the time being) the functions that have a component argument. Don't want to drag the Cm module into the core set too.
-
Jack Jansen yazdı
-
- 12 Ara, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 08 Eyl, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 14 Tem, 2000 2 kayıt (commit)
-
-
Jack Jansen yazdı
-
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.
-
- 20 Haz, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 02 Haz, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
Made the core toolbox modules carbon-compatible using the new greylist feature of bgen: non-carbon methods are still included in non-carbon MacPython. The issue of backward compatibility of Python code is still open. Macmodule and macosmodule have also been carbonified. Some functionality is still missing there.
-
- 03 Mar, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 12 Ara, 1999 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 21 Ock, 1999 1 kayıt (commit)
-
-
Jack Jansen yazdı
places) which isn't worth bgenning.
-
- 27 Nis, 1998 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 24 Nis, 1998 1 kayıt (commit)
-
-
Jack Jansen yazdı
declaration, probably so the universal headers are useable on windows/unix too. Have to think of a more definite workaround later, for now we manually declare the old names in the *edit.py files.
-
- 23 Nis, 1998 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 21 Nis, 1998 1 kayıt (commit)
-
-
Jack Jansen yazdı
-