summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_functools.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #17122: Fix and cleanup test_functools.py.Serhiy Storchaka2013-02-051-50/+21
* Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTupleSerhiy Storchaka2013-02-041-2/+20
|\
| * Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTupleSerhiy Storchaka2013-02-041-0/+20
| |\
| | * Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTupleSerhiy Storchaka2013-02-041-0/+20
| * | Fix skip conditions in some docstings tests.Serhiy Storchaka2013-01-281-1/+1
| |\ \ | | |/
| | * Fix skip conditions in some docstings tests.Serhiy Storchaka2013-01-281-1/+1
* | | Issue #17041: Fix testing when Python is configured with theSerhiy Storchaka2013-01-271-0/+1
|\ \ \ | |/ /
| * | Issue #17041: Fix testing when Python is configured with theSerhiy Storchaka2013-01-271-0/+1
| |\ \ | | |/
| | * Issue #17041: Fix testing when Python is configured with theSerhiy Storchaka2013-01-271-0/+1
* | | Fix whitespace.Antoine Pitrou2012-11-131-1/+1
* | | Issue #12428: Add a pure Python implementation of functools.partial().Antoine Pitrou2012-11-131-72/+136
|/ /
* | Issue #13544: Add __qualname__ to functools.WRAPPER_ASSIGNMENTS.Meador Inge2011-12-121-3/+9
* | Issue 13227: Option to make the lru_cache() type specific (suggested by Andre...Raymond Hettinger2011-10-201-0/+16
* | MergeRaymond Hettinger2011-10-161-0/+16
|\ \ | |/
| * Issue 13177: Make tracebacks more readable by avoiding chained exceptions in ...Raymond Hettinger2011-10-161-0/+16
* | Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable.Raymond Hettinger2011-05-031-1/+3
|\ \ | |/
| * Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable.Raymond Hettinger2011-05-031-1/+4
* | Issue #11707: Fast C version of functools.cmp_to_key()Raymond Hettinger2011-04-051-1/+65
|/
* Issue #10042: Fixed the total_ordering decorator to handle cross-typeRaymond Hettinger2011-01-081-0/+24
* Issue #4113: Added custom __repr__ method to functools.partial.Alexander Belopolsky2010-12-011-0/+29
* Issue 10593: Adopt Nick's suggestion for an lru_cache with maxsize=None.Raymond Hettinger2010-12-011-0/+14
* Add example, tighten text, and minor clean-ups.Raymond Hettinger2010-11-301-8/+8
* Issue 10586: change the new functools.lru_cache implementation to expose the ...Nick Coghlan2010-11-301-8/+36
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-33/+33
* Adopt more descriptive attribute names as suggested on python-dev.Raymond Hettinger2010-09-041-9/+9
* run total_ordering() tests, and fix the function (default comparisons shouldn...Benjamin Peterson2010-08-231-1/+2
* Document and test the resolution of issue 3445 (tolerate missing attributes i...Nick Coghlan2010-08-171-0/+29
* Issue #665761: functools.reduce() will no longer mask exceptions otherAlexander Belopolsky2010-08-161-6/+19
* Remove the lfu_cache. Add more tests.Raymond Hettinger2010-08-151-50/+15
* Support cache sizes.Raymond Hettinger2010-08-141-0/+48
* Issue #8814: function annotations (the `__annotations__` attribute)Antoine Pitrou2010-08-041-2/+6
* Re-commit r83327 now that the release is done.Georg Brandl2010-07-311-1/+47
* Revert r83327. This will have to wait until after the alpha1 release.Georg Brandl2010-07-311-47/+1
* Add functools.lfu_cache() and functools.lru_cache().Raymond Hettinger2010-07-311-1/+47
* Merged revisions 79944 via svnmerge fromBenjamin Peterson2010-04-111-0/+5
* Forward port total_ordering() and cmp_to_key().Raymond Hettinger2010-04-051-1/+83
* Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,...Georg Brandl2010-03-141-12/+11
* Merged revisions 78351 via svnmerge fromR. David Murray2010-02-241-5/+23
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-9/+9
* Merged revisions 70931 via svnmerge fromJack Diederich2009-04-011-1/+13
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-3/+3
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-031-2/+3
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-1/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-3/+3
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-2/+2
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+7
* Part of SF patch #1513870 (the still relevant part) -- add reduce() toGuido van Rossum2006-08-261-1/+70
* Merge the rest of the trunk.Thomas Wouters2006-06-081-0/+109
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-0/+177