index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_functools.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter
2016-05-26
1
-1
/
+1
*
Issue #25945: Fixed bugs in functools.partial.
Serhiy Storchaka
2016-02-02
1
-6
/
+87
*
Issue #25447: Copying the lru_cache() wrapper object now always works,
Serhiy Storchaka
2015-12-28
1
-2
/
+12
*
Issue #25447: The lru_cache() wrapper objects now can be copied and pickled
Serhiy Storchaka
2015-10-24
1
-2
/
+56
*
Issue #25137: Add a note to whatsnew/3.5.rst for nested functools.partial calls
Berker Peksag
2015-09-22
1
-3
/
+15
*
Issue #23572: Fixed functools.singledispatch on classes with falsy metaclasses.
Yury Selivanov
2015-08-18
1
-0
/
+18
*
Issue #14373: Other attempt to fix threaded test for lru_cache().
Serhiy Storchaka
2015-06-08
1
-6
/
+11
*
Issue #14373: C implementation of functools.lru_cache() now can be used with
Serhiy Storchaka
2015-06-08
1
-0
/
+31
*
Issue #14373: Fixed threaded test for lru_cache(). Added new threaded test.
Serhiy Storchaka
2015-06-08
1
-14
/
+47
*
Use test.support.start_threads() in threaded lru_cache tests.
Serhiy Storchaka
2015-05-30
1
-18
/
+9
*
Backed out changeset: b0a0b9b59012
Serhiy Storchaka
2015-05-24
1
-17
/
+92
*
Backed out changeset 57776eee74f2
Larry Hastings
2015-05-23
1
-92
/
+17
*
Issue #14373: Added C implementation of functools.lru_cache(). Based on
Serhiy Storchaka
2015-05-23
1
-17
/
+92
*
merge 3.4
Benjamin Peterson
2015-05-09
1
-28
/
+29
|
\
|
*
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
1
-28
/
+1
|
*
Issue #7830: Flatten nested functools.partial.
Alexander Belopolsky
2015-03-01
1
-0
/
+10
|
*
Issue #19681: Test the repr of partial with more than one keyword argument.
Serhiy Storchaka
2015-02-15
1
-7
/
+9
|
|
\
|
*
|
Issue #23132: Improve performance and introspection support of comparison
Serhiy Storchaka
2015-01-01
1
-0
/
+18
*
|
|
ensure .keywords is always a dict
Benjamin Peterson
2015-05-09
1
-0
/
+2
|
|
/
|
/
|
*
|
Issue #19681: Test the repr of partial with more than one keyword argument.
Serhiy Storchaka
2015-02-15
1
-7
/
+9
|
/
*
Issue #22777: Test pickling with all protocols.
Serhiy Storchaka
2014-12-15
1
-2
/
+3
*
Issue 22184: Early detection and reporting of missing lru_cache parameters
Raymond Hettinger
2014-08-12
1
-0
/
+7
*
Issue #19535: Fixed test_docxmlrpc, test_functools, test_inspect, and
Serhiy Storchaka
2013-12-08
1
-99
/
+846
|
\
|
*
Issue 19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-08
1
-99
/
+845
|
|
\
|
/
/
|
*
Issue #19681: Apply a quick and minimal band-aid.
Christian Heimes
2013-11-22
1
-1
/
+2
|
*
Issue #4331: Added functools.partialmethod
Nick Coghlan
2013-11-03
1
-0
/
+116
|
*
Close #10042: functools.total_ordering now handles NotImplemented
Nick Coghlan
2013-10-02
1
-7
/
+101
|
*
Close issue 17482: don't overwrite __wrapped__
Nick Coghlan
2013-07-15
1
-3
/
+11
|
*
Issue #18244: Adopt C3-based linearization in functools.singledispatch for im...
?ukasz Langa
2013-07-01
1
-21
/
+153
|
*
Fixed #18150: duplicate test inside TestSingleDispatch
?ukasz Langa
2013-06-07
1
-19
/
+14
|
*
Add reference implementation for PEP 443
?ukasz Langa
2013-06-05
1
-3
/
+369
|
*
merge
Raymond Hettinger
2013-03-04
1
-79
/
+112
|
|
\
|
|
*
Issue #17122: Fix and cleanup test_functools.py.
Serhiy Storchaka
2013-02-05
1
-50
/
+21
|
|
*
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
Serhiy Storchaka
2013-02-04
1
-74
/
+136
|
|
|
\
|
|
|
*
Issue #17041: Fix testing when Python is configured with the
Serhiy Storchaka
2013-01-27
1
-72
/
+136
|
|
|
|
\
|
|
|
|
*
Fix whitespace.
Antoine Pitrou
2012-11-13
1
-1
/
+1
|
|
|
|
*
Issue #12428: Add a pure Python implementation of functools.partial().
Antoine Pitrou
2012-11-13
1
-72
/
+136
*
|
|
|
|
Issue 19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-08
1
-5
/
+5
|
/
/
/
/
*
|
|
|
Add test for RLock in the lru_cache().
Raymond Hettinger
2013-03-04
1
-0
/
+25
|
/
/
/
*
|
|
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
Serhiy Storchaka
2013-02-04
1
-0
/
+20
|
\
\
\
|
*
|
|
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
Serhiy Storchaka
2013-02-04
1
-0
/
+20
*
|
|
|
Fix skip conditions in some docstings tests.
Serhiy Storchaka
2013-01-28
1
-4
/
+89
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
Issue #17041: Fix testing when Python is configured with the
Serhiy Storchaka
2013-01-27
1
-0
/
+1
|
|
\
\
|
|
|
/
|
|
/
|
|
*
|
Issue #13544: Add __qualname__ to functools.WRAPPER_ASSIGNMENTS.
Meador Inge
2011-12-11
1
-3
/
+9
|
*
|
Issue 13227: Option to make the lru_cache() type specific (suggested by Andre...
Raymond Hettinger
2011-10-20
1
-0
/
+16
|
*
|
Merge
Raymond Hettinger
2011-10-16
1
-0
/
+16
|
|
\
\
|
*
\
\
Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable.
Raymond Hettinger
2011-05-03
1
-1
/
+3
|
|
\
\
\
|
*
|
|
|
Issue #11707: Fast C version of functools.cmp_to_key()
Raymond Hettinger
2011-04-05
1
-1
/
+65
*
|
|
|
|
Fix skip conditions in some docstings tests.
Serhiy Storchaka
2013-01-28
1
-1
/
+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Issue #17041: Fix testing when Python is configured with the
Serhiy Storchaka
2013-01-27
1
-0
/
+1
|
|
_
|
/
|
/
|
|
[next]