- 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 Mar, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
Py_BuildValue by address, not by value. 2.2.1 candidate.
-
- 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 Kas, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
Universal Headers 3.4
-
- 05 Eyl, 2001 1 kayıt (commit)
-
-
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ı
Reversed the order of the checks for None or a Dialog where a Window is expected so it doesn't crash under OSX/Mach-o.
-
- 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.
-
- 25 Nis, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
Check RefCon backpointer to python object with IsPointerValid() before dereferencing it (carbon only).
-
- 28 Şub, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 11 Şub, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 09 Ock, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
Various tweaks to make it everything build and compile again under carbon. Mainly greylisted functions.
-
- 19 Ara, 2000 2 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Added hash() and compare() functions. Needed because multiple WinObj's can now refer to the same underlying WindowRef.
-
- 14 Ara, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
Set autodispose only if RefCon isn't set yet on the window. This way we don't accidentally dispose of windows that are actually dialogs-in-disguise.
-
- 12 Ara, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 25 Agu, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
Window objects now also have an AutoDispose funcpointer (set for our windows, cleared for foreign windows). Needed mainly for Carbon (where we don't know about the windows belonging to our dialogs). Fixed a few calls that return an ExistingWindow.
-
- 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.
-
- 07 Tem, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
Changed all (hopefully) uses of unsigned 16 bit value to use H format specifier, now that h is signed-only.
-
- 21 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.
-
- 14 Ara, 1999 1 kayıt (commit)
-
-
Jack Jansen yazdı
Bgen now understands more constant definitions, but that means that a few which are not parseable in Python have to be blacklisted.
-
- 12 Ara, 1999 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 04 Mar, 1999 1 kayıt (commit)
-
-
Jack Jansen yazdı
an exception when negative).
-
- 22 Eki, 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.
-
- 21 Nis, 1998 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 17 Nis, 1998 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 20 Şub, 1998 1 kayıt (commit)
-
-
Jack Jansen yazdı
blacklisted, because they are not available in classic 68k programs, and bgen doesn't have a way to put #ifdef/#endif in the generated code. For now we only implement calls that work on all three models.
-
- 20 Eyl, 1997 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 15 Agu, 1997 1 kayıt (commit)
-
-
Jack Jansen yazdı
for blacklisting them.
-
- 02 Agu, 1996 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 16 Nis, 1996 1 kayıt (commit)
-
-
Jack Jansen yazdı
-