1. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  2. f80680d Migrate remaining tests from UserDict.UserDict to collections.UserDict. by Raymond Hettinger · 17 years ago
  3. 60d1456 Merge r60522 from trunk. by Georg Brandl · 17 years ago
  4. 45f9af3 Merged revisions 59193-59201 via svnmerge from by Christian Heimes · 17 years ago
  5. 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
  6. 0d3fb8a Merged revisions 59107-59186 via svnmerge from by Guido van Rossum · 17 years ago
  7. 4a22b5d Patch from Georg Brandl and me for #1493 Remove unbound method objects by Christian Heimes · 17 years ago
  8. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  9. 7e95bef Use unicode and stop supporting str8 by Neal Norwitz · 17 years ago
  10. 2565d90 Fix test_funcattrs.py: __name__ attribute must be str8. by Walter Dörwald · 17 years ago
  11. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 18 years ago
  12. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  13. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  14. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  15. ee319f6 Fix by Michael W. Hudson · 20 years ago
  16. 89a3946 Wrote down the invariants of some common objects whose structure is by Armin Rigo · 20 years ago
  17. bf9ac4b Whitespace normalization. by Tim Peters · 20 years ago
  18. 5e89795 This is my patch by Michael W. Hudson · 20 years ago
  19. 4f0dcc9 Provide __module__ attributes for functions defined in C and Python. by Jeremy Hylton · 22 years ago
  20. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  21. 56ff387 Fix for SF bug #472940: can't getattr() attribute shown by dir() by Guido van Rossum · 23 years ago
  22. db2a902 Undo some (but not all) of the more lenient acceptance of by Guido van Rossum · 23 years ago
  23. bd13149 - Some tests that check that assignments are not allowed expect this by Guido van Rossum · 23 years ago
  24. d9d1d4a Rewrite function attributes to use the generic routines properly. by Guido van Rossum · 23 years ago
  25. 033daa4 Test the new semantics for setting and deleting a function's __dict__ by Barry Warsaw · 23 years ago
  26. c1e100f Additional tests for current, PEP described semantics: by Barry Warsaw · 24 years ago
  27. 10fb386 Whitespace normalization. by Tim Peters · 24 years ago
  28. 497671e The one thing I love more then writing code is deleting code. by Moshe Zadka · 24 years ago
  29. 2e9b396 Add some regression tests of coredump bugs in funcobject.c 2.31. Also by Barry Warsaw · 24 years ago
  30. 534c60f Add a test case suggested by Guido, where a method is created with the by Barry Warsaw · 24 years ago
  31. 4a420a0 Committing PEP 232, function attribute feature, approved by Guido. by Barry Warsaw · 24 years ago