- 23 Nis, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 01 Ock, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 18 Ara, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 14 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 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 04 Eyl, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 01 Eyl, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 23 Agu, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 03 Agu, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 16 Tem, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 14 Tem, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 13 Tem, 2001 2 kayıt (commit)
-
-
Jack Jansen yazdı
Fixed the mis-guessed parameters and added support for a few optional parameter types. There's a good chance that this is usable now (but there's no test code yet).
-
Jack Jansen yazdı
First stab at an interface to the Multi Language Text Editor. It compiles and imports, but that's about all. Apple didn't put const in front of their input-only by-reference args, so that needs fixing first.
-