- 04 Ara, 2002 1 kayıt (commit)
-
-
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 14 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ı
-
Guido van Rossum yazdı
test_sre won't die with a SegFault.
-
Kurt B. Kaiser yazdı
Modify get_stack() and get_exception to be StackTreeItem methods. SF Bug 610756. Neal Norwitz.
-
Neal Norwitz yazdı
-
Kurt B. Kaiser yazdı
Then remove annoying beep, not needed with breakpoint highlighting.
-
Neal Norwitz yazdı
-
Skip Montanaro yazdı
-
- 01 Ara, 2002 3 kayıt (commit)
-
-
Just van Rossum yazdı
or less decently/completely. - cleaned up a little.
-
Just van Rossum yazdı
zipfile import stuff get in. I'll probably back it out again.
-
Andrew M. Kuchling yazdı
-