summaryrefslogtreecommitdiffstats
path: root/Lib/functools.py
Commit message (Expand)AuthorAgeFilesLines
* use same quoting as the rest of the fileBenjamin Peterson2010-08-081-6/+6
* Issue #8814: function annotations (the `__annotations__` attribute)Antoine Pitrou2010-08-041-2/+3
* Re-commit r83327 now that the release is done.Georg Brandl2010-07-311-1/+93
* Revert r83327. This will have to wait until after the alpha1 release.Georg Brandl2010-07-311-93/+1
* Add functools.lfu_cache() and functools.lru_cache().Raymond Hettinger2010-07-311-1/+93
* Merged revisions 80068 via svnmerge fromGeorg Brandl2010-05-191-2/+2
* Issue 8361: Remove assert from functools.total_orderingRaymond Hettinger2010-04-101-2/+3
* Forward port total_ordering() and cmp_to_key().Raymond Hettinger2010-04-051-0/+47
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-2/+2
* Part of SF patch #1513870 (the still relevant part) -- add reduce() toGuido van Rossum2006-08-261-1/+1
* Merge the rest of the trunk.Thomas Wouters2006-06-081-18/+43
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-0/+26