1. d78448e Issue #27366: Implement PEP 487 by Nick Coghlan · 8 years ago
  2. ab078e9 Backed out changeset af29d89083b3 (closes #25548) (closes #27498) by Benjamin Peterson · 8 years ago
  3. 5801ecb Issue #25548: Showing memory address of class objects in repl by Kushal Das · 8 years ago
  4. 98472b8 Merge 3.2, issue #17047: remove doubled words found in 2.7 to by Terry Jan Reedy · 11 years ago
  5. c30b7b1 Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 11 years ago
  6. 82b00c1 move specialized dir implementations into __dir__ methods (closes #12166) by Benjamin Peterson · 13 years ago
  7. cbbaa96 Issue #10516: adding list.clear() and list.copy() methods by Eli Bendersky · 13 years ago
  8. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  9. 00709aa Merged revisions 63856-63857,63859-63860 via svnmerge from by Martin v. Löwis · 16 years ago
  10. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  11. 250ad61 Bug #2565: The repr() of type objects now calls them 'class', by Martin v. Löwis · 16 years ago
  12. 9e7f1d2 Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,61066,61068,61070,61083,61085,61092-61103 via svnmerge from by Christian Heimes · 16 years ago
  13. 4a22b5d Patch from Georg Brandl and me for #1493 Remove unbound method objects by Christian Heimes · 17 years ago
  14. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
  15. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  16. 8c66326 Implementation of PEP 3101, Advanced String Formatting. by Eric Smith · 17 years ago
  17. 8dfc4a9 Remove support for __members__ and __methods__. There still might be by Neal Norwitz · 17 years ago
  18. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  19. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 17 years ago
  20. 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 17 years ago
  21. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  22. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  23. 28bc768 - Fix doctest results to account for classes being new-style, and thus by Thomas Wouters · 18 years ago
  24. 5a8a037 Use descriptors. by Guido van Rossum · 20 years ago
  25. 214b1c3 SF Bug #215126: Over restricted type checking on eval() function by Raymond Hettinger · 20 years ago
  26. 64958a1 Guido grants a Christmas wish: by Raymond Hettinger · 21 years ago
  27. af28e4b Update test to handle list.__reversed__(). by Raymond Hettinger · 21 years ago
  28. c40b7af Update test to include "sorted" in dir(list). by Raymond Hettinger · 21 years ago
  29. c53f009 Introducing __reduce_ex__, which is called with a protocol number argument by Guido van Rossum · 21 years ago
  30. e2052ab One doctest displaying a dict didn't sort it first. *Maybe* this fixes by Tim Peters · 21 years ago
  31. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  32. 14bd6de SF 560736. Optimize list iteration by filling the tp_iter slot. by Raymond Hettinger · 22 years ago
  33. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 22 years ago
  34. 8044055 Somebody made list.__dict__ grow a '__doc__' key, but apparently didn't by Tim Peters · 22 years ago
  35. a427a2b Rename "dictionary" (type and constructor) to "dict". by Tim Peters · 23 years ago
  36. 7b9144b Halfway checkin. This is still messy, but it's beginning to address by Guido van Rossum · 23 years ago
  37. 3926a63 - Provisional support for pickling new-style objects. (*) by Guido van Rossum · 23 years ago
  38. a4cb788 Change repr() of a new-style class to say <class 'ClassName'> rather by Guido van Rossum · 23 years ago
  39. 867a8d2 Change the name of the __getattr__ special method for new-style by Guido van Rossum · 23 years ago
  40. a0a6222 Teach regrtest how to pass on doctest failure msgs. This is done via a by Tim Peters · 23 years ago
  41. 90ba8d9 Force "test." into the start of the module name, inherited by class and by Tim Peters · 23 years ago
  42. 8bce4ac Rename 'getset' to 'property'. by Guido van Rossum · 23 years ago
  43. 5d2b77c Make dir() wordier (see the new docstring). The new behavior is a mixed by Tim Peters · 23 years ago
  44. 95c99e5 Made a doctest out of the examples in Guido's type/class tutorial. by Tim Peters · 23 years ago