1. 48361f5 Issue 2235: Py3k warnings are now emitted for classes that will no longer inherit a__hash__ implementation from a parent class in Python 3.x. The standard library and test suite have been updated to not emit these warnings. by Nick Coghlan · 16 years ago
  2. 31f6bc0 No need to register classes that already inherit from ABCs. by Raymond Hettinger · 17 years ago
  3. 882a416 Merge r60628, r60631, and r60633. Register UserList and UserString will the appropriate ABCs. by Raymond Hettinger · 17 years ago
  4. 64958a1 Guido grants a Christmas wish: by Raymond Hettinger · 21 years ago
  5. 0a9b9da Add list.sorted() classmethod. by Raymond Hettinger · 21 years ago
  6. 6b59f5f Let library modules use the new keyword arguments for list.sort(). by Raymond Hettinger · 21 years ago
  7. d05abde SF #754014: list.index() should accept optional start, end arguments by Raymond Hettinger · 21 years ago
  8. 68468eb Get rid of many apply() calls. by Guido van Rossum · 22 years ago
  9. 0163d6d Patch #424475: Speed-up tp_compare usage, by special-casing the common by Martin v. Löwis · 23 years ago
  10. 7834907 removed __all__ from several modules by Skip Montanaro · 24 years ago
  11. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 24 years ago
  12. 753a68e Bite the bullet: use rich comparisons here, too. by Guido van Rossum · 24 years ago
  13. cc773d3 __getslice__(): Make this use the constructor form that gets a sequence by Fred Drake · 24 years ago
  14. 7b393fc SF patch 101391: implemented UserList.__contains__. by Tim Peters · 24 years ago
  15. 104a7bc Support for augmented assignment in the UserList, UserDict, UserString and by Thomas Wouters · 24 years ago
  16. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  17. 6a973c7 robustify UserList constructor -- will now accept any sequence by Jeremy Hylton · 24 years ago
  18. 4acc25b Mass patch by Ka-Ping Yee: by Guido van Rossum · 25 years ago
  19. 2a340b3 Use isinstance() where appropriate. Reformatted with 4-space indent. by Guido van Rossum · 25 years ago
  20. 638d7f1 Add extend() method. A small New Year's present from Jean-Claude Wippler. by Guido van Rossum · 26 years ago
  21. f8b3b94 In __getslice__, use self.__class__ instead of UserList. by Guido van Rossum · 26 years ago
  22. bf0db03 Add pop method. by Guido van Rossum · 26 years ago
  23. ce84920 added * and + operators by Guido van Rossum · 28 years ago
  24. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  25. ae3b3a3 * test_*.py: new lambda syntax (also affects tests for filter, map, by Guido van Rossum · 31 years ago