33 Commits (41bade96a4d1dcd35bbba79c2eabe052d02756a4)

Author SHA1 Message Date
Raymond Hettinger 05ce079a1c Missed two source links 15 years ago
Raymond Hettinger c79fb0e52d Issue 10593: Adopt Nick's suggestion for an lru_cache with maxsize=None. 16 years ago
Raymond Hettinger 00f2f97dbd Doc and docstring nits. 16 years ago
Raymond Hettinger cc03858d8f Documentation nits. 16 years ago
Raymond Hettinger 7496b4171e Add example, tighten text, and minor clean-ups. 16 years ago
Raymond Hettinger 5e20bab422 Neaten-up a bit. 16 years ago
Nick Coghlan 234515afe5 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. 16 years ago
Éric Araujo b10089edba Remove spurious space that was breaking Vim’s reST highlighting. 16 years ago
Éric Araujo 6e6cb8e0e4 Provide links to Python source where the code is short, readable and 16 years ago
Éric Araujo c6ecb012da Fix wrapper/wrapped typo (with Raymond’s blessing) 16 years ago
Raymond Hettinger 02566ec89f Adopt more descriptive attribute names as suggested on python-dev. 16 years ago
Raymond Hettinger 3fccfcb751 Minor rewording to docs for the lru_cache decorator 16 years ago
Georg Brandl 67b21b7547 Consistency check for versionadded/changed directives. 16 years ago
Georg Brandl 9e25701e87 Markup nits. 16 years ago
Nick Coghlan 9887683f74 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) 16 years ago
Nick Coghlan 632a0c1476 Remove some lingering remnants of the short-lived functools.lfu_cache 16 years ago
Benjamin Peterson cca65313c4 use 3 space indents 16 years ago
Raymond Hettinger c6d80c1bef Issue 8814: functools.wraps() did not copy __annotations__. 16 years ago
Antoine Pitrou 560f7647ce Issue #8814: function annotations (the `__annotations__` attribute) 16 years ago
Raymond Hettinger c8dc62d602 Add example applications for the LRU and LFU cache docs. 16 years ago
Georg Brandl 2e7346acc9 Re-commit r83327 now that the release is done. 16 years ago
Georg Brandl 014e0ca58e Revert r83327. This will have to wait until after the alpha1 release. 16 years ago
Raymond Hettinger 9e46ef819c Add functools.lfu_cache() and functools.lru_cache(). 16 years ago
Georg Brandl 8a1caa2361 #6522: add a "decorator" directive to explicitly document decorators, and use it in a few places. 16 years ago
Benjamin Peterson 08bf91c041 Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-79608,79622,79717,79820,79822,79828,79862,79875,79923-79924,79941-79943,79945,79947,79951-79952 via svnmerge from 16 years ago
Raymond Hettinger c50846aaef Forward port total_ordering() and cmp_to_key(). 16 years ago
Georg Brandl 036490d025 More conversion to new-style optional args. 17 years ago
Georg Brandl 58f9e4f347 Remove duplicated reduce() entry. 18 years ago
Christian Heimes fe337bfd0d Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,61761,61765-61767,61769,61773,61776-61778,61780-61783,61788,61793,61796,61807,61813 via svnmerge from 18 years ago
Christian Heimes d8654cf758 Merged revisions 59259-59274 via svnmerge from 19 years ago
Georg Brandl 6911e3ce3f Convert all print statements in the docs. 19 years ago
Georg Brandl 55ac8f0f26 Get rid of the remaining versionadded/versionchanged directives. 19 years ago
Thomas Wouters ed03b4121e Merge the trunk changes in. Breaks socket.ssl for now. 19 years ago
Georg Brandl 116aa62bf5 Move the 3k reST doc tree in place. 19 years ago