1. 043d6f6 Copied doc for reload() from trunk's function.rst to imp.rst by Christian Heimes · 18 years ago
  2. 45031df Backmerge -r59233:59232 by Christian Heimes · 18 years ago
  3. 2e510fb Fix for bug #1109 by Christian Heimes · 18 years ago
  4. 3b8cb17 #1061 (mainly by Thomas Wouters): use weak sets for abc caches. by Georg Brandl · 18 years ago
  5. 894d35e Thomas Wouters pointed out that _Abstract.__new__ should use super().__new__() by Guido van Rossum · 18 years ago
  6. c1e315d Rename __whatever variables defined by ABCMeta to _abc_whatever, so as by Guido van Rossum · 18 years ago
  7. 787794f Fix _dump_registry() to use the correct prefix for the private by Guido van Rossum · 18 years ago
  8. 70d2b89 Tests for @abstractproperty by Jeffrey Yasskin. by Guido van Rossum · 18 years ago
  9. b31339f Add @abstractproperty. by Guido van Rossum · 18 years ago
  10. bb5f590 Modernize the super() call in ABCMeta.__new__() -- I had messed with by Guido van Rossum · 18 years ago
  11. 8518bdc Somehow this needed adding. by Guido van Rossum · 18 years ago