| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable. | Raymond Hettinger | 2011-05-03 | 1 | -2/+1 |
|\ |
|
| * | Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable. | Raymond Hettinger | 2011-05-03 | 1 | -2/+1 |
|
|
* | | Issue #11707: Fast C version of functools.cmp_to_key() | Raymond Hettinger | 2011-04-05 | 1 | -1/+6 |
|
|
* | | Issue #11628: cmp_to_key should use __slots__. | Raymond Hettinger | 2011-03-22 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue #11628: cmp_to_key should use __slots__. | Raymond Hettinger | 2011-03-22 | 1 | -0/+1 |
|
|
* | | Minor optimization -- factor a constant expression out of the inner-loop. | Raymond Hettinger | 2011-03-18 | 1 | -3/+3 |
|/ |
|
* | Add comment. | Raymond Hettinger | 2011-01-11 | 1 | -1/+1 |
|
|
* | Issue #10042: Fixed the total_ordering decorator to handle cross-type | Raymond Hettinger | 2011-01-08 | 1 | -8/+8 |
|
|
* | Issue 10593: Adopt Nick's suggestion for an lru_cache with maxsize=None. | Raymond Hettinger | 2010-12-01 | 1 | -19/+41 |
|
|
* | Doc and docstring nits. | Raymond Hettinger | 2010-12-01 | 1 | -2/+2 |
|
|
* | Add example, tighten text, and minor clean-ups. | Raymond Hettinger | 2010-11-30 | 1 | -2/+2 |
|
|
* | Neaten-up a bit. | Raymond Hettinger | 2010-11-30 | 1 | -7/+6 |
|
|
* | Issue 10586: change the new functools.lru_cache implementation to expose the ... | Nick Coghlan | 2010-11-30 | 1 | -7/+18 |
|
|
* | Clean-up docstring, comments, and whitespace. | Raymond Hettinger | 2010-11-25 | 1 | -5/+15 |
|
|
* | Improve comment | Raymond Hettinger | 2010-09-16 | 1 | -1/+1 |
|
|
* | Future proof total_ordering against changes in methods defined on object. | Raymond Hettinger | 2010-09-14 | 1 | -1/+1 |
|
|
* | Revert r84700 which had an unfortunate performance cost. | Raymond Hettinger | 2010-09-11 | 1 | -2/+2 |
|
|
* | Separate positional arguments from localized globals. | Raymond Hettinger | 2010-09-11 | 1 | -2/+2 |
|
|
* | add reduce and partial to __all__ | Benjamin Peterson | 2010-09-10 | 1 | -1/+1 |
|
|
* | Add method to OrderedDict for repositioning keys to the ends. | Raymond Hettinger | 2010-09-06 | 1 | -1/+1 |
|
|
* | Clean-up functools.total_ordering(). | Raymond Hettinger | 2010-09-05 | 1 | -4/+2 |
|
|
* | Adopt more descriptive attribute names as suggested on python-dev. | Raymond Hettinger | 2010-09-04 | 1 | -6/+6 |
|
|
* | Readability nit. | Raymond Hettinger | 2010-09-02 | 1 | -1/+2 |
|
|
* | Better method name. Tighten inner-loop with bound methods. | Raymond Hettinger | 2010-09-02 | 1 | -2/+3 |
|
|
* | Speed-up cache updates | Raymond Hettinger | 2010-09-02 | 1 | -2/+1 |
|
|
* | remove parens | Benjamin Peterson | 2010-08-24 | 1 | -1/+1 |
|
|
* | run total_ordering() tests, and fix the function (default comparisons shouldn... | Benjamin Peterson | 2010-08-23 | 1 | -1/+4 |
|
|
* | Document and test the resolution of issue 3445 (tolerate missing attributes i... | Nick Coghlan | 2010-08-17 | 1 | -2/+7 |
|
|
* | Fix __all__. | Raymond Hettinger | 2010-08-15 | 1 | -1/+1 |
|
|
* | Remove unused imports | Raymond Hettinger | 2010-08-15 | 1 | -3/+1 |
|
|
* | Remove the lfu_cache. Add more tests. | Raymond Hettinger | 2010-08-15 | 1 | -52/+0 |
|
|
* | Support cache sizes. | Raymond Hettinger | 2010-08-14 | 1 | -1/+1 |
|
|
* | Localize one more builtin lookup. | Raymond Hettinger | 2010-08-14 | 1 | -2/+4 |
|
|
* | Add locks to make the caches well behaved in multi-threaded code. | Raymond Hettinger | 2010-08-14 | 1 | -24/+39 |
|
|
* | use same quoting as the rest of the file | Benjamin Peterson | 2010-08-08 | 1 | -6/+6 |
|
|
* | Issue #8814: function annotations (the `__annotations__` attribute) | Antoine Pitrou | 2010-08-04 | 1 | -2/+3 |
|
|
* | Re-commit r83327 now that the release is done. | Georg Brandl | 2010-07-31 | 1 | -1/+93 |
|
|
* | Revert r83327. This will have to wait until after the alpha1 release. | Georg Brandl | 2010-07-31 | 1 | -93/+1 |
|
|
* | Add functools.lfu_cache() and functools.lru_cache(). | Raymond Hettinger | 2010-07-31 | 1 | -1/+93 |
|
|
* | Merged revisions 80068 via svnmerge from | Georg Brandl | 2010-05-19 | 1 | -2/+2 |
|
|
* | Issue 8361: Remove assert from functools.total_ordering | Raymond Hettinger | 2010-04-10 | 1 | -2/+3 |
|
|
* | Forward port total_ordering() and cmp_to_key(). | Raymond Hettinger | 2010-04-05 | 1 | -0/+47 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -2/+2 |
|
|
* | Part of SF patch #1513870 (the still relevant part) -- add reduce() to | Guido van Rossum | 2006-08-26 | 1 | -1/+1 |
|
|
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 1 | -18/+43 |
|
|
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -0/+26 |
|
|