- 03 Dec, 2002 22 commits
-
-
Jack Jansen authored
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 authored
-
Kurt B. Kaiser authored
-
Fred Drake authored
but can lead to mysterious problems in real applications.
-
Mark Hammond authored
Contributed by David Bolen.
-
Mark Hammond authored
-
Kurt B. Kaiser authored
Zoom becomes Alt-H "height" Check Module becomes Alt-X "syntax"
-
Fred Drake authored
-
Martin v. Löwis authored
-
Andrew M. Kuchling authored
-
Guido van Rossum authored
-
Guido van Rossum authored
test suite now).
-
Guido van Rossum authored
-
Marc-André Lemburg authored
-
Guido van Rossum authored
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 authored
and classes. Also add a mini main program that dumps the results for a given file or module.
-
Mark Hammond authored
-
Mark Hammond authored
-
Mark Hammond authored
-
Mark Hammond authored
-
Mark Hammond authored
-
Mark Hammond authored
this before I add the _ssl project, so that checkin is cleaner.
-
- 02 Dec, 2002 14 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Guido van Rossum authored
prevent close() called from __del__ from bombing out when __init__() fails early.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
- 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 authored
-
Guido van Rossum authored
-
Guido van Rossum authored
test_sre won't die with a SegFault.
-
Kurt B. Kaiser authored
Modify get_stack() and get_exception to be StackTreeItem methods. SF Bug 610756. Neal Norwitz.
-
Neal Norwitz authored
-
Kurt B. Kaiser authored
Then remove annoying beep, not needed with breakpoint highlighting.
-
Neal Norwitz authored
-
Skip Montanaro authored
-
- 01 Dec, 2002 3 commits
-
-
Just van Rossum authored
or less decently/completely. - cleaned up a little.
-
Just van Rossum authored
zipfile import stuff get in. I'll probably back it out again.
-
Andrew M. Kuchling authored
-
- 30 Nov, 2002 1 commit
-
-
Greg Ward authored
-