1. a07a8b4 Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 13 years ago
  2. 80a0a1e Fix skip conditions in some docstings tests. by Serhiy Storchaka · 13 years ago
  3. 72121c6 - Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 13 years ago
  4. 374274d Fix the total_ordering decorator to handle cross-type comparisons by Éric Araujo · 14 years ago
  5. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
  6. 9d0eaac enable and fix TestTotalOrdering by Benjamin Peterson · 15 years ago
  7. a11da59 add test for class with no operations defined by Benjamin Peterson · 15 years ago
  8. e1d665a Classes that override __eq__ also need to define __hash__. by Raymond Hettinger · 15 years ago
  9. 06bc0b6 Add tests for functools.total_ordering. by Raymond Hettinger · 15 years ago
  10. bb006cf Add tests for cmp_to_key. by Raymond Hettinger · 15 years ago
  11. f28fd24 Issue 6292: for the moment at least, the test suite passes if run by R. David Murray · 15 years ago
  12. a34f87f Fix a redefined test method. by Georg Brandl · 15 years ago
  13. dde5b94 #7092: Silence more py3k warnings. Patch by Florent Xicluna. by Ezio Melotti · 16 years ago
  14. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 16 years ago
  15. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 16 years ago
  16. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  17. d60c29e #5228: add pickle support to functools.partial by Jack Diederich · 16 years ago
  18. 83e8184 Copy reduce() to _functools so to have functools.reduce() not raise a warning by Brett Cannon · 17 years ago
  19. 41eb716 [Bug #1576241] Let functools.wraps work with built-in functions by Andrew M. Kuchling · 19 years ago
  20. 676725d Add functools.update_wrapper() and functools.wraps() as described in PEP 356 by Nick Coghlan · 19 years ago
  21. c649ec5 Apply modified version of Collin Winter's patch #1478788 by Nick Coghlan · 19 years ago[Renamed (97%) from Lib/test/test_functional.py]
  22. eba28be Whitespace normalization. by Tim Peters · 20 years ago
  23. 26e512a Test partial() with bound/unbound methods. by Raymond Hettinger · 20 years ago
  24. c8b6d1b Make functional.partial() more closely match the spec by emulating by Raymond Hettinger · 20 years ago
  25. 9c323f8 SF patch #941881: PEP 309 Implementation (Partial Function Application). by Raymond Hettinger · 20 years ago