- 04 Ara, 2002 10 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Andrew MacIntyre yazdı
-
Andrew MacIntyre yazdı
-
Andrew MacIntyre yazdı
-
Andrew MacIntyre yazdı
-
Raymond Hettinger yazdı
Just van Rossum showed a weird, but clever way for pure python code to trigger the BadInternalCall. The C code had assumed that calling a class constructor would return an instance of that class; however, classes that abuse __new__ can invalidate that assumption.
-
Tim Peters yazdı
DLL and lib sections.
-
Tim Peters yazdı
resource isn't enabled or the socket module doesn't support ssl.
-
Tim Peters yazdı
-
Tim Peters yazdı
-
- 03 Ara, 2002 22 kayıt (commit)
-
-
Jack Jansen yazdı
some of the more compilcated cases (CF, Res) haven't been done yet. Also, various types should inherit from each other (anything with an as_Resource method should be a Resource subtype, the CF types should become one family).
-
Jack Jansen yazdı
-
Kurt B. Kaiser yazdı
-
Fred Drake yazdı
but can lead to mysterious problems in real applications.
-
Mark Hammond yazdı
Contributed by David Bolen.
-
Mark Hammond yazdı
-
Kurt B. Kaiser yazdı
Zoom becomes Alt-H "height" Check Module becomes Alt-X "syntax"
-
Fred Drake yazdı
-
Martin v. Löwis yazdı
-
Andrew M. Kuchling yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
test suite now).
-
Guido van Rossum yazdı
-
Marc-André Lemburg yazdı
-
Guido van Rossum yazdı
real module, by filtering out aliased methods. This, combined with the recent fixes to pyclbr, make it possible to enable more tests with fewer exceptions.
-
Guido van Rossum yazdı
and classes. Also add a mini main program that dumps the results for a given file or module.
-
Mark Hammond yazdı
-
Mark Hammond yazdı
-
Mark Hammond yazdı
-
Mark Hammond yazdı
-
Mark Hammond yazdı
-
Mark Hammond yazdı
this before I add the _ssl project, so that checkin is cleaner.
-
- 02 Ara, 2002 8 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Guido van Rossum yazdı
prevent close() called from __del__ from bombing out when __init__() fails early.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
- The _modules cache now uses the full module name. - The meaning of the (internal!!!) inpackage argument is changed: it now is the parent package name, or None. readmodule() doesn't support this argument any more. - The meaning of the path argument is changed: when inpackage is set, the module *must* be found in this path (as is the case for the real package search). - Miscellaneous cleanup, e.g. fixed __all__, changed some comments and doc strings, etc. - Adapted the unit tests to the new semantics (nothing much changed, really). Added some debugging code to the unit tests that print helpful extra info to stderr when a test fails (interpreting the test failures turned out to be hard without these).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-