| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #10042: Fixed the total_ordering decorator to handle cross-type | Raymond Hettinger | 2011-01-08 | 1 | -0/+24 |
* | Issue #4113: Added custom __repr__ method to functools.partial. | Alexander Belopolsky | 2010-12-01 | 1 | -0/+29 |
* | Issue 10593: Adopt Nick's suggestion for an lru_cache with maxsize=None. | Raymond Hettinger | 2010-12-01 | 1 | -0/+14 |
* | Add example, tighten text, and minor clean-ups. | Raymond Hettinger | 2010-11-30 | 1 | -8/+8 |
* | Issue 10586: change the new functools.lru_cache implementation to expose the ... | Nick Coghlan | 2010-11-30 | 1 | -8/+36 |
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -33/+33 |
* | Adopt more descriptive attribute names as suggested on python-dev. | Raymond Hettinger | 2010-09-04 | 1 | -9/+9 |
* | run total_ordering() tests, and fix the function (default comparisons shouldn... | Benjamin Peterson | 2010-08-23 | 1 | -1/+2 |
* | Document and test the resolution of issue 3445 (tolerate missing attributes i... | Nick Coghlan | 2010-08-17 | 1 | -0/+29 |
* | Issue #665761: functools.reduce() will no longer mask exceptions other | Alexander Belopolsky | 2010-08-16 | 1 | -6/+19 |
* | Remove the lfu_cache. Add more tests. | Raymond Hettinger | 2010-08-15 | 1 | -50/+15 |
* | Support cache sizes. | Raymond Hettinger | 2010-08-14 | 1 | -0/+48 |
* | Issue #8814: function annotations (the `__annotations__` attribute) | Antoine Pitrou | 2010-08-04 | 1 | -2/+6 |
* | Re-commit r83327 now that the release is done. | Georg Brandl | 2010-07-31 | 1 | -1/+47 |
* | Revert r83327. This will have to wait until after the alpha1 release. | Georg Brandl | 2010-07-31 | 1 | -47/+1 |
* | Add functools.lfu_cache() and functools.lru_cache(). | Raymond Hettinger | 2010-07-31 | 1 | -1/+47 |
* | Merged revisions 79944 via svnmerge from | Benjamin Peterson | 2010-04-11 | 1 | -0/+5 |
* | Forward port total_ordering() and cmp_to_key(). | Raymond Hettinger | 2010-04-05 | 1 | -1/+83 |
* | Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,... | Georg Brandl | 2010-03-14 | 1 | -12/+11 |
* | Merged revisions 78351 via svnmerge from | R. David Murray | 2010-02-24 | 1 | -5/+23 |
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -9/+9 |
* | Merged revisions 70931 via svnmerge from | Jack Diederich | 2009-04-01 | 1 | -1/+13 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -3/+3 |
* | Merged revisions 56125-56153 via svnmerge from | Guido van Rossum | 2007-07-03 | 1 | -2/+3 |
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -1/+1 |
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -3/+3 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -2/+2 |
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -0/+7 |
* | Part of SF patch #1513870 (the still relevant part) -- add reduce() to | Guido van Rossum | 2006-08-26 | 1 | -1/+70 |
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 1 | -0/+109 |
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -0/+177 |