| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Guido said:
Please roll this back. The error message you added is inappropriate
when the parameter to a legitimate register() call is omitted, e.g.
collections.Sequence.register()
|
| |
|
|
| |
Warning required when calling register() on an ABCMeta subclass.
|
| | |
|
| |
|
|
| |
instead of going straight to object.__new__().
|
| |
|
|
| |
to simplify legitimate use of these.
|
| |
|
|
|
|
| |
methods. Reset the negative cache *before* resetting the invalidation
counter, hoping this may plug a race condition (but then again, this
whole module isn't coded to be thread-safe).
|
| |
|
|
|
|
| |
(The previous changes to abc.py were also by him).
Put back a comment about using super() for properties
(I didn't realize this worked).
|
| | |
|
| |
|
|
|
| |
it when I thought something was broken, and forgotten to restore it
before checking in (maybe I did a svn revert which had the wrong effect?).
|
| |
|