- 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.
-
- 29 Agu, 2001 1 kayıt (commit)
-
-
Neil Schemenauer yazdı
-
- 19 Tem, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
This is part of SF patch #424992.
-
- 22 May, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
ought to be faster.
-
- 23 Mar, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
newreadlinesobject() in xreadlines().
-
- 19 Ock, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Support building this as a DLL under Cygwin.
-
- 11 Ock, 2001 1 kayıt (commit)
-
-
Thomas Wouters yazdı
Noone but me cares, but Guido said to go ahead and fix it if it bothered me.
-
- 09 Ock, 2001 2 kayıt (commit)
-
-
Tim Peters yazdı
Wasn't built on Windows; not in config.c either. Module init function missing DL_EXPORT magic. test_xreadline output file obviously wrong (started w/ "test_xrl"). test program very unclear about what was expected.
-
Guido van Rossum yazdı
changes for safety and tuning.
-