1. ed4ca82 #5101: add back tests to test_funcattrs that were lost during unittest conversion, and make some PEP8 cleanups. by Georg Brandl · 16 years ago
  2. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  3. 578a228 Issue 5982: Classmethod and staticmethod expose wrapped function with __func__. by Raymond Hettinger · 16 years ago
  4. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 16 years ago
  5. 8ada177 Fix unittest conversion breakage. by Georg Brandl · 18 years ago
  6. c8088df Rewrite test_funcattrs as unittest, written for GHOP by Jeff Wheeler. by Georg Brandl · 18 years ago
  7. c756d00 Replaced import of the 'new' module with 'types' module and added a deprecation warning to the 'new' module. by Christian Heimes · 18 years ago
  8. ce7d10c Issue #1445: Fix a SystemError when accessing the ``cell_contents`` by Amaury Forgeot d'Arc · 18 years ago
  9. ee319f6 Fix by Michael W. Hudson · 20 years ago
  10. 89a3946 Wrote down the invariants of some common objects whose structure is by Armin Rigo · 21 years ago
  11. bf9ac4b Whitespace normalization. by Tim Peters · 21 years ago
  12. 5e89795 This is my patch by Michael W. Hudson · 21 years ago
  13. 4f0dcc9 Provide __module__ attributes for functions defined in C and Python. by Jeremy Hylton · 23 years ago
  14. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 23 years ago
  15. 56ff387 Fix for SF bug #472940: can't getattr() attribute shown by dir() by Guido van Rossum · 24 years ago
  16. db2a902 Undo some (but not all) of the more lenient acceptance of by Guido van Rossum · 24 years ago
  17. bd13149 - Some tests that check that assignments are not allowed expect this by Guido van Rossum · 24 years ago
  18. d9d1d4a Rewrite function attributes to use the generic routines properly. by Guido van Rossum · 24 years ago
  19. 033daa4 Test the new semantics for setting and deleting a function's __dict__ by Barry Warsaw · 24 years ago
  20. c1e100f Additional tests for current, PEP described semantics: by Barry Warsaw · 24 years ago
  21. 10fb386 Whitespace normalization. by Tim Peters · 24 years ago
  22. 497671e The one thing I love more then writing code is deleting code. by Moshe Zadka · 25 years ago
  23. 2e9b396 Add some regression tests of coredump bugs in funcobject.c 2.31. Also by Barry Warsaw · 25 years ago
  24. 534c60f Add a test case suggested by Guido, where a method is created with the by Barry Warsaw · 25 years ago
  25. 4a420a0 Committing PEP 232, function attribute feature, approved by Guido. by Barry Warsaw · 25 years ago