1. e48fd93 bpo-29532: Altering a kwarg dictionary passed to functools.partial() no longer affects a partial object after creation. (#209) by Serhiy Storchaka · 8 years ago
  2. 42e1ea9 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  3. 6779652 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  4. 4ee3914 Issue #29203: functools.lru_cache() now respects PEP 468 by Raymond Hettinger · 8 years ago
  5. c28dbd0 merge by Raymond Hettinger · 8 years ago
  6. af56e0e Issue #28991: Fix obscure reentrancy bug in functools.lru_cache(). by Raymond Hettinger · 8 years ago
  7. 7522ef4 Issue #26939: Add the support.setswitchinterval() function to fix by Xavier de Gaye · 8 years ago
  8. 0a66a1c Merge 3.6 (issue #28653) by Yury Selivanov · 8 years ago
  9. 46a02db Issue #28653: Fix a refleak in functools.lru_cache. by Yury Selivanov · 8 years ago
  10. e3d5040 Extend the test to lower pickle protocols. by Serhiy Storchaka · 8 years ago
  11. 92bb90a Extend the test to lower pickle protocols. by Serhiy Storchaka · 8 years ago
  12. 457fc9a Issue #27137: align Python & C implementations of functools.partial by Nick Coghlan · 8 years ago
  13. f066694 Issue 27598: Add Collections to collections.abc. by Guido van Rossum · 8 years ago
  14. ab078e9 Backed out changeset af29d89083b3 (closes #25548) (closes #27498) by Benjamin Peterson · 8 years ago
  15. 8918b89 Issue #25455: Clean up reference loops created in tests for recursive by Serhiy Storchaka · 8 years ago
  16. 46fe29d Issue #25455: Clean up reference loops created in tests for recursive by Serhiy Storchaka · 8 years ago
  17. b62ff6e Issue #25455: Fixed a crash in repr of recursive functools.partial objects. by Serhiy Storchaka · 8 years ago
  18. 179f960 Issue #25455: Fixed a crash in repr of recursive functools.partial objects. by Serhiy Storchaka · 8 years ago
  19. 5801ecb Issue #25548: Showing memory address of class objects in repl by Kushal Das · 8 years ago
  20. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  21. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  22. 16ca06b Add collections.Reversible. Patch by Ivan Levkivskyi. Fixes issue #25987. by Guido van Rossum · 8 years ago
  23. 3874128 Issue #25945: Fixed bugs in functools.partial. by Serhiy Storchaka · 9 years ago
  24. e4d65e3 Issue #25447: Copying the lru_cache() wrapper object now always works, by Serhiy Storchaka · 9 years ago
  25. 45120f2 Issue #25447: The lru_cache() wrapper objects now can be copied and pickled by Serhiy Storchaka · 9 years ago
  26. 9b93c6b Issue #25137: Add a note to whatsnew/3.5.rst for nested functools.partial calls by Berker Peksag · 9 years ago
  27. 77a8cd6 Issue #23572: Fixed functools.singledispatch on classes with falsy metaclasses. by Yury Selivanov · 9 years ago
  28. 391af75 Issue #14373: Other attempt to fix threaded test for lru_cache(). by Serhiy Storchaka · 9 years ago
  29. e7070f0 Issue #14373: C implementation of functools.lru_cache() now can be used with by Serhiy Storchaka · 9 years ago
  30. 77cb197 Issue #14373: Fixed threaded test for lru_cache(). Added new threaded test. by Serhiy Storchaka · 9 years ago
  31. bf2b3b7 Use test.support.start_threads() in threaded lru_cache tests. by Serhiy Storchaka · 9 years ago
  32. 46c5611 Backed out changeset: b0a0b9b59012 by Serhiy Storchaka · 9 years ago
  33. 8252cc9 Backed out changeset 57776eee74f2 by Larry Hastings · 9 years ago
  34. 1c858c3 Issue #14373: Added C implementation of functools.lru_cache(). Based on by Serhiy Storchaka · 9 years ago
  35. dae2ef1 merge 3.4 by Benjamin Peterson · 9 years ago
  36. 65bcdd7 ensure .keywords is always a dict by Benjamin Peterson · 9 years ago
  37. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  38. e49af34 Issue #7830: Flatten nested functools.partial. by Alexander Belopolsky · 10 years ago
  39. 90caf01 Issue #19681: Test the repr of partial with more than one keyword argument. by Serhiy Storchaka · 10 years ago
  40. 0aa74e1 Issue #19681: Test the repr of partial with more than one keyword argument. by Serhiy Storchaka · 10 years ago
  41. 697a526 Issue #23132: Improve performance and introspection support of comparison by Serhiy Storchaka · 10 years ago
  42. bad1257 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  43. 4d58897 Issue 22184: Early detection and reporting of missing lru_cache parameters by Raymond Hettinger · 10 years ago
  44. b12cb6a Issue #19535: Fixed test_docxmlrpc, test_functools, test_inspect, and by Serhiy Storchaka · 11 years ago
  45. 101d9e7 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  46. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  47. d062892 Issue #19681: Apply a quick and minimal band-aid. by Christian Heimes · 11 years ago
  48. f4cb48a Issue #4331: Added functools.partialmethod by Nick Coghlan · 11 years ago
  49. f05d981 Close #10042: functools.total_ordering now handles NotImplemented by Nick Coghlan · 11 years ago
  50. 24c05bc Close issue 17482: don't overwrite __wrapped__ by Nick Coghlan · 11 years ago
  51. 3720c77 Issue #18244: Adopt C3-based linearization in functools.singledispatch for improved ABC support by Łukasz Langa · 11 years ago
  52. 7f7a67a Fixed #18150: duplicate test inside TestSingleDispatch by Łukasz Langa · 11 years ago
  53. 6f69251 Add reference implementation for PEP 443 by Łukasz Langa · 11 years ago
  54. 6c2078d merge by Raymond Hettinger · 12 years ago
  55. 0392342 Add test for RLock in the lru_cache(). by Raymond Hettinger · 12 years ago
  56. ca4220b Issue #17122: Fix and cleanup test_functools.py. by Serhiy Storchaka · 12 years ago
  57. b6a5340 Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 12 years ago
  58. 1d0bb9c Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 12 years ago
  59. 19c4e0d Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 12 years ago
  60. a4fdd59 Fix skip conditions in some docstings tests. by Serhiy Storchaka · 12 years ago
  61. 8e0ae2a Fix skip conditions in some docstings tests. by Serhiy Storchaka · 12 years ago
  62. f011881 Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 12 years ago
  63. 26f1166 Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 12 years ago
  64. 9d0add0 Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 12 years ago
  65. 3354327 Fix whitespace. by Antoine Pitrou · 12 years ago
  66. b5b3714 Issue #12428: Add a pure Python implementation of functools.partial(). by Antoine Pitrou · 12 years ago
  67. ff7f64c Issue #13544: Add __qualname__ to functools.WRAPPER_ASSIGNMENTS. by Meador Inge · 13 years ago
  68. cd9fdfd Issue 13227: Option to make the lru_cache() type specific (suggested by Andrew Koenig). by Raymond Hettinger · 13 years ago
  69. d8886fc Merge by Raymond Hettinger · 13 years ago
  70. 4b779b3 Issue 13177: Make tracebacks more readable by avoiding chained exceptions in the lru_cache. by Raymond Hettinger · 13 years ago
  71. e7a2430 Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable. by Raymond Hettinger · 13 years ago
  72. 003be52 Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable. by Raymond Hettinger · 13 years ago
  73. 7ab9e22 Issue #11707: Fast C version of functools.cmp_to_key() by Raymond Hettinger · 13 years ago
  74. 23f9fc3 Issue #10042: Fixed the total_ordering decorator to handle cross-type by Raymond Hettinger · 14 years ago
  75. 41e422a Issue #4113: Added custom __repr__ method to functools.partial. by Alexander Belopolsky · 14 years ago
  76. c79fb0e Issue 10593: Adopt Nick's suggestion for an lru_cache with maxsize=None. by Raymond Hettinger · 14 years ago
  77. 7496b41 Add example, tighten text, and minor clean-ups. by Raymond Hettinger · 14 years ago
  78. 234515a Issue 10586: change the new functools.lru_cache implementation to expose the maximum and current cache sizes through the public statistics API. This API is now a single function that returns a named tuple. by Nick Coghlan · 14 years ago
  79. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  80. 02566ec Adopt more descriptive attribute names as suggested on python-dev. by Raymond Hettinger · 14 years ago
  81. 9c2930e run total_ordering() tests, and fix the function (default comparisons shouldn't be considered) by Benjamin Peterson · 14 years ago
  82. 9887683 Document and test the resolution of issue 3445 (tolerate missing attributes in functools.update_wrapper, previously implemented as a side effect of the __annotations__ copying patch) and implement issue 9567 (add a __wrapped__ attribute when using update_wrapper) by Nick Coghlan · 14 years ago
  83. e29e6bf Issue #665761: functools.reduce() will no longer mask exceptions other by Alexander Belopolsky · 14 years ago
  84. f309828 Remove the lfu_cache. Add more tests. by Raymond Hettinger · 14 years ago
  85. 0f56e90 Support cache sizes. by Raymond Hettinger · 14 years ago
  86. 560f764 Issue #8814: function annotations (the `__annotations__` attribute) by Antoine Pitrou · 14 years ago
  87. 2e7346a Re-commit r83327 now that the release is done. by Georg Brandl · 14 years ago
  88. 014e0ca Revert r83327. This will have to wait until after the alpha1 release. by Georg Brandl · 14 years ago
  89. 9e46ef8 Add functools.lfu_cache() and functools.lru_cache(). by Raymond Hettinger · 14 years ago
  90. 42ebee3 Merged revisions 79944 via svnmerge from by Benjamin Peterson · 14 years ago
  91. c50846a Forward port total_ordering() and cmp_to_key(). by Raymond Hettinger · 14 years ago
  92. 89fad14 Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from by Georg Brandl · 15 years ago
  93. 378c0cf Merged revisions 78351 via svnmerge from by R. David Murray · 15 years ago
  94. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  95. e0cbd69 Merged revisions 70931 via svnmerge from by Jack Diederich · 15 years ago
  96. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  97. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  98. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  99. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  100. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago