1. df8d2cd bpo-35911: add cell constructor (GH-11771) by Pierre Glaser · 5 years ago
  2. 64505a1 bpo-30486: Allow setting cell value (#1840) by Lisa Roach · 7 years ago
  3. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  4. 6b4f780 cleanup the construction of __qualname__ (closes #19301 again) by Benjamin Peterson · 11 years ago
  5. 3d9e481 give explicitly global functions and classes a global __qualname__ (closes #19301) by Benjamin Peterson · 11 years ago
  6. 5b62942 Issue #13577: Built-in methods and functions now have a __qualname__. by Antoine Pitrou · 13 years ago
  7. 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 13 years ago
  8. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  9. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  10. 4cb97d0 Recorded merge of revisions 74650 via svnmerge from by Georg Brandl · 15 years ago
  11. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  12. 2bcde14 Issue 5982: Classmethod and staticmethod expose wrapped function with __func__. by Raymond Hettinger · 15 years ago
  13. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  14. 211c625 Issue #1717, stage 2: remove uses of tp_compare in Modules and most Objects. by Mark Dickinson · 16 years ago
  15. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  16. f80680d Migrate remaining tests from UserDict.UserDict to collections.UserDict. by Raymond Hettinger · 16 years ago
  17. 60d1456 Merge r60522 from trunk. by Georg Brandl · 16 years ago
  18. 45f9af3 Merged revisions 59193-59201 via svnmerge from by Christian Heimes · 17 years ago
  19. ff73795 Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). by Christian Heimes · 17 years ago
  20. 0d3fb8a Merged revisions 59107-59186 via svnmerge from by Guido van Rossum · 17 years ago
  21. 4a22b5d Patch from Georg Brandl and me for #1493 Remove unbound method objects by Christian Heimes · 17 years ago
  22. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  23. 7e95bef Use unicode and stop supporting str8 by Neal Norwitz · 17 years ago
  24. 2565d90 Fix test_funcattrs.py: __name__ attribute must be str8. by Walter Dörwald · 17 years ago
  25. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 17 years ago
  26. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  27. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  28. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  29. ee319f6 Fix by Michael W. Hudson · 19 years ago
  30. 89a3946 Wrote down the invariants of some common objects whose structure is by Armin Rigo · 20 years ago
  31. bf9ac4b Whitespace normalization. by Tim Peters · 20 years ago
  32. 5e89795 This is my patch by Michael W. Hudson · 20 years ago
  33. 4f0dcc9 Provide __module__ attributes for functions defined in C and Python. by Jeremy Hylton · 22 years ago
  34. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  35. 56ff387 Fix for SF bug #472940: can't getattr() attribute shown by dir() by Guido van Rossum · 23 years ago
  36. db2a902 Undo some (but not all) of the more lenient acceptance of by Guido van Rossum · 23 years ago
  37. bd13149 - Some tests that check that assignments are not allowed expect this by Guido van Rossum · 23 years ago
  38. d9d1d4a Rewrite function attributes to use the generic routines properly. by Guido van Rossum · 23 years ago
  39. 033daa4 Test the new semantics for setting and deleting a function's __dict__ by Barry Warsaw · 23 years ago
  40. c1e100f Additional tests for current, PEP described semantics: by Barry Warsaw · 23 years ago
  41. 10fb386 Whitespace normalization. by Tim Peters · 23 years ago
  42. 497671e The one thing I love more then writing code is deleting code. by Moshe Zadka · 24 years ago
  43. 2e9b396 Add some regression tests of coredump bugs in funcobject.c 2.31. Also by Barry Warsaw · 24 years ago
  44. 534c60f Add a test case suggested by Guido, where a method is created with the by Barry Warsaw · 24 years ago
  45. 4a420a0 Committing PEP 232, function attribute feature, approved by Guido. by Barry Warsaw · 24 years ago