- 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.
-
- 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.
-
- 25 Agu, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 11 Agu, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 03 Agu, 2001 12 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Removed: it doesn't work anymore, and it wasn't all that useful anyway. The FrameWork testcode shows similar functionality.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
- 25 Nis, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 29 Ock, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
Don't call OpenDeskAcc() and AppendResMenu() on Carbon.
-
- 23 Ock, 2001 2 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
- 22 Eyl, 2000 2 kayıt (commit)
-
-
Jack Jansen yazdı
mkcwproject now works, but for one thing: the import of the XML document as a project through AppleEvents.
-
Jack Jansen yazdı
-
- 20 Haz, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 09 Ara, 1999 1 kayıt (commit)
-
-
Jack Jansen yazdı
ring around a button. Mainly here so I can transfer it home:-)
-
- 21 Haz, 1999 1 kayıt (commit)
-
-
Jack Jansen yazdı
window.
-
- 29 Ock, 1999 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 01 Kas, 1998 1 kayıt (commit)
-
-
Jack Jansen yazdı
Project files converted for CW Pro 4. And the daylight savings time switch seems to have "modified" the resource files (but nothing has changed there).
-
- 20 Agu, 1998 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 08 Eyl, 1997 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 12 Haz, 1997 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 03 Nis, 1997 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 09 Ock, 1997 1 kayıt (commit)
-
-
Jack Jansen yazdı
(and readability fix to icgluetest.py)
-
- 07 Ock, 1997 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 22 Eyl, 1996 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 19 Eyl, 1996 1 kayıt (commit)
-
-
Jack Jansen yazdı
finder to launch an application.
-
- 20 Agu, 1996 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 26 Tem, 1996 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 19 Nis, 1996 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 12 Nis, 1996 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 11 Nis, 1996 1 kayıt (commit)
-
-
Jack Jansen yazdı
Fixed minor update bug in tlist
-