summaryrefslogtreecommitdiff
path: root/Doc/library/functools.rst
Commit message (Expand)AuthorAgeFilesLines
* Do not use explicit inheritance from object in the documentation. (GH-13936)Serhiy Storchaka2019-06-101-1/+1
* Use more PEP 570 syntax in the documentation. (GH-13720)Serhiy Storchaka2019-06-011-1/+1
* bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)Serhiy Storchaka2019-06-011-2/+2
* bpo-36772 Allow lru_cache to be used as decorator without making a function c...Raymond Hettinger2019-05-261-1/+14
* bpo-32380: add "versionadded: 3.8" to singledispatchmethod (GH-12580)Inada Naoki2019-03-271-0/+3
* bpo-35300: Add usage note to the lru_cache() docs (GH-10707)Raymond Hettinger2018-11-251-0/+5
* bpo-34748: link to :ref:`partial-objects` in functools.partial doc. (GH-9809)Andrei Petre2018-10-231-5/+6
* Use dict unpacking in functools.partial() docs (GH-9412)Sergey Fedoseev2018-10-191-2/+1
* Fix name of argument in docs for functools.reduce(). (#9634)Brendan Jurd2018-09-301-6/+6
* Note that distinct argument patterns can be cached separately (GH-9298)Raymond Hettinger2018-09-141-0/+5
* bpo-21145: Add cached_property decorator in functools (#6982)Carl Meyer2018-08-281-0/+33
* DOC: In `reduce`, refer to `accumulate` (GH-7930)Gerrit Holl2018-07-041-0/+2
* bpo-32380: Create functools.singledispatchmethod (#6306)Ethan Smith2018-05-261-0/+46
* bpo-32227: functools.singledispatch supports registering via type annotations...Łukasz Langa2017-12-111-7/+21
* bpo-31567: add or fix decorator markup in docs (#3959)Daisuke Miyakawa2017-10-121-2/+2
* Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-191-1/+1
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-1/+1
* Issue #24314: Fix doc links for general attributes like __name__, __dict__Martin Panter2016-06-181-1/+1
* Issue #24136: Document generalized unpacking, PEP 448Martin Panter2016-06-121-1/+1
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+1
* Issue #26615: Add missing __qualname__ entry to functools.update_wrapper() docsBerker Peksag2016-04-181-4/+4
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-3/+3
* Issue #23049: Pure python equivalent shouldn't imply more exactitude than is...Raymond Hettinger2014-12-161-1/+1
* Issue 22830: Clarify docs for functools.cmp_to_key().Raymond Hettinger2014-11-091-4/+5
* Fixing broken links in doc, part 3: the restGeorg Brandl2014-10-291-1/+1
* #21928: clarify functools.wraps docs.Ezio Melotti2014-08-051-3/+4
* make partialmethod example work (closes #21105)Benjamin Peterson2014-03-301-0/+2
* Fix functools.partialmethod docs and __all__Nick Coghlan2013-11-041-2/+2
* Issue #4331: Added functools.partialmethodNick Coghlan2013-11-031-1/+42
* mergeRaymond Hettinger2013-10-121-0/+12
|\
| * Issue #19202: Add cross-reference and a rough code equivalentRaymond Hettinger2013-10-121-0/+12
* | Close #10042: functools.total_ordering now handles NotImplementedNick Coghlan2013-10-021-0/+19
* | Close issue 17482: don't overwrite __wrapped__Nick Coghlan2013-07-151-2/+7
* | moved the single-dispatch generic function definitions to the glossaryŁukasz Langa2013-06-071-6/+2
* | Add reference implementation for PEP 443Łukasz Langa2013-06-051-0/+110
|/
* Clean-up lru_cache examples. The print() not is needed. Set maxsize to a po...Raymond Hettinger2013-04-061-5/+5
* Add usage note.Raymond Hettinger2012-06-041-2/+3
* Minor change to default lru size. Set default to a power of two.Raymond Hettinger2012-05-191-1/+1
* merge with 3.2Georg Brandl2012-01-251-3/+3
|\
| * #13852: some small doc fixes.Georg Brandl2012-01-251-3/+3
* | merge from 3.2Georg Brandl2012-01-231-1/+1
|\ \ | |/
| * #13816: fix two minor style issues. Thanks to Justin Wehnes for the patch.Georg Brandl2012-01-231-1/+1
* | #13695: merge with 3.2.Ezio Melotti2012-01-161-1/+1
|\ \ | |/
| * #13695: fix a couple of typos in the doc.Ezio Melotti2012-01-161-1/+1
* | Issue 13227: Option to make the lru_cache() type specific (suggested by Andre...Raymond Hettinger2011-10-201-3/+10
|/
* Missed two source linksRaymond Hettinger2011-01-101-5/+3
* Issue 10593: Adopt Nick's suggestion for an lru_cache with maxsize=None.Raymond Hettinger2010-12-011-6/+23
* Doc and docstring nits.Raymond Hettinger2010-12-011-0/+4
* Documentation nits.Raymond Hettinger2010-11-301-3/+3
* Add example, tighten text, and minor clean-ups.Raymond Hettinger2010-11-301-23/+35