| Commit message (Expand) | Author | Age | Files | Lines |
* | Missed two source links | Raymond Hettinger | 2011-01-10 | 1 | -5/+3 |
|
|
* | Issue 10593: Adopt Nick's suggestion for an lru_cache with maxsize=None. | Raymond Hettinger | 2010-12-01 | 1 | -6/+23 |
|
|
* | Doc and docstring nits. | Raymond Hettinger | 2010-12-01 | 1 | -0/+4 |
|
|
* | Documentation nits. | Raymond Hettinger | 2010-11-30 | 1 | -3/+3 |
|
|
* | Add example, tighten text, and minor clean-ups. | Raymond Hettinger | 2010-11-30 | 1 | -23/+35 |
|
|
* | Neaten-up a bit. | Raymond Hettinger | 2010-11-30 | 1 | -3/+3 |
|
|
* | Issue 10586: change the new functools.lru_cache implementation to expose the ... | Nick Coghlan | 2010-11-30 | 1 | -4/+10 |
|
|
* | Remove spurious space that was breaking Vim’s reST highlighting. | Éric Araujo | 2010-11-18 | 1 | -1/+1 |
|
|
* | Provide links to Python source where the code is short, readable and | Éric Araujo | 2010-11-16 | 1 | -0/+5 |
|
|
* | Fix wrapper/wrapped typo (with Raymond’s blessing) | Éric Araujo | 2010-11-06 | 1 | -1/+1 |
|
|
* | Adopt more descriptive attribute names as suggested on python-dev. | Raymond Hettinger | 2010-09-04 | 1 | -3/+3 |
|
|
* | Minor rewording to docs for the lru_cache decorator | Raymond Hettinger | 2010-08-17 | 1 | -3/+3 |
|
|
* | Consistency check for versionadded/changed directives. | Georg Brandl | 2010-08-17 | 1 | -0/+3 |
|
|
* | Markup nits. | Georg Brandl | 2010-08-17 | 1 | -3/+4 |
|
|
* | Document and test the resolution of issue 3445 (tolerate missing attributes i... | Nick Coghlan | 2010-08-17 | 1 | -0/+23 |
|
|
* | Remove some lingering remnants of the short-lived functools.lfu_cache | Nick Coghlan | 2010-08-17 | 1 | -27/+0 |
|
|
* | use 3 space indents | Benjamin Peterson | 2010-08-09 | 1 | -17/+16 |
|
|
* | Issue #8814: function annotations (the `__annotations__` attribute) | Antoine Pitrou | 2010-08-04 | 1 | -3/+3 |
|
|
* | Add example applications for the LRU and LFU cache docs. | Raymond Hettinger | 2010-08-02 | 1 | -2/+5 |
|
|
* | Re-commit r83327 now that the release is done. | Georg Brandl | 2010-07-31 | 1 | -0/+51 |
|
|
* | Revert r83327. This will have to wait until after the alpha1 release. | Georg Brandl | 2010-07-31 | 1 | -51/+0 |
|
|
* | Add functools.lfu_cache() and functools.lru_cache(). | Raymond Hettinger | 2010-07-31 | 1 | -0/+51 |
|
|
* | #6522: add a "decorator" directive to explicitly document decorators, and use... | Georg Brandl | 2010-07-29 | 1 | -2/+2 |
|
|
* | Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-... | Benjamin Peterson | 2010-04-11 | 1 | -1/+1 |
|
|
* | Forward port total_ordering() and cmp_to_key(). | Raymond Hettinger | 2010-04-05 | 1 | -0/+45 |
|
|
* | More conversion to new-style optional args. | Georg Brandl | 2009-05-17 | 1 | -3/+3 |
|
|
* | Remove duplicated reduce() entry. | Georg Brandl | 2008-04-19 | 1 | -8/+1 |
|
|
* | Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,... | Christian Heimes | 2008-03-23 | 1 | -2/+4 |
|
|
* | Merged revisions 59259-59274 via svnmerge from | Christian Heimes | 2007-12-02 | 1 | -3/+3 |
|
|
* | Convert all print statements in the docs. | Georg Brandl | 2007-09-04 | 1 | -2/+2 |
|
|
* | Get rid of the remaining versionadded/versionchanged directives. | Georg Brandl | 2007-09-01 | 1 | -4/+0 |
|
|
* | Merge the trunk changes in. Breaks socket.ssl for now. | Thomas Wouters | 2007-08-28 | 1 | -1/+9 |
|
|
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+145 |
|
|