summaryrefslogtreecommitdiffstats
path: root/Doc/library/functools.rst
Commit message (Expand)AuthorAgeFilesLines
* #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-011-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-071-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-201-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
* Neaten-up a bit.Raymond Hettinger2010-11-301-3/+3
* Issue 10586: change the new functools.lru_cache implementation to expose the ...Nick Coghlan2010-11-301-4/+10
* Remove spurious space that was breaking Vim’s reST highlighting.Éric Araujo2010-11-181-1/+1
* Provide links to Python source where the code is short, readable andÉric Araujo2010-11-161-0/+5
* Fix wrapper/wrapped typo (with Raymond’s blessing)Éric Araujo2010-11-061-1/+1
* Adopt more descriptive attribute names as suggested on python-dev.Raymond Hettinger2010-09-041-3/+3
* Minor rewording to docs for the lru_cache decoratorRaymond Hettinger2010-08-171-3/+3
* Consistency check for versionadded/changed directives.Georg Brandl2010-08-171-0/+3
* Markup nits.Georg Brandl2010-08-171-3/+4
* Document and test the resolution of issue 3445 (tolerate missing attributes i...Nick Coghlan2010-08-171-0/+23
* Remove some lingering remnants of the short-lived functools.lfu_cacheNick Coghlan2010-08-171-27/+0
* use 3 space indentsBenjamin Peterson2010-08-091-17/+16
* Issue #8814: function annotations (the `__annotations__` attribute)Antoine Pitrou2010-08-041-3/+3
* Add example applications for the LRU and LFU cache docs.Raymond Hettinger2010-08-021-2/+5
* Re-commit r83327 now that the release is done.Georg Brandl2010-07-311-0/+51
* Revert r83327. This will have to wait until after the alpha1 release.Georg Brandl2010-07-311-51/+0
* Add functools.lfu_cache() and functools.lru_cache().Raymond Hettinger2010-07-311-0/+51
* #6522: add a "decorator" directive to explicitly document decorators, and use...Georg Brandl2010-07-291-2/+2
* Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-...Benjamin Peterson2010-04-111-1/+1
* Forward port total_ordering() and cmp_to_key().Raymond Hettinger2010-04-051-0/+45
* More conversion to new-style optional args.Georg Brandl2009-05-171-3/+3
* Remove duplicated reduce() entry.Georg Brandl2008-04-191-8/+1
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-231-2/+4
* Merged revisions 59259-59274 via svnmerge fromChristian Heimes2007-12-021-3/+3
* Convert all print statements in the docs.Georg Brandl2007-09-041-2/+2