Alexander Belopolsky
|
e49af34151
|
Issue #7830: Flatten nested functools.partial.
|
2015-03-01 15:08:17 -05:00 |
Serhiy Storchaka
|
90caf017ee
|
Issue #19681: Test the repr of partial with more than one keyword argument.
|
2015-02-15 16:22:11 +02:00 |
Serhiy Storchaka
|
0aa74e10bb
|
Issue #19681: Test the repr of partial with more than one keyword argument.
|
2015-02-15 16:20:47 +02:00 |
Serhiy Storchaka
|
697a526fa1
|
Issue #23132: Improve performance and introspection support of comparison
methods created by functool.total_ordering.
|
2015-01-01 15:23:12 +02:00 |
Serhiy Storchaka
|
bad1257c96
|
Issue #22777: Test pickling with all protocols.
|
2014-12-15 14:03:42 +02:00 |
Raymond Hettinger
|
4d58897fdb
|
Issue 22184: Early detection and reporting of missing lru_cache parameters
|
2014-08-12 12:44:52 -07:00 |
Serhiy Storchaka
|
b12cb6a550
|
Issue #19535: Fixed test_docxmlrpc, test_functools, test_inspect, and
test_statistics when python is run with -OO.
|
2013-12-08 18:16:18 +02:00 |
Zachary Ware
|
101d9e7250
|
Issue 19572: More silently skipped tests explicitly skipped.
|
2013-12-08 00:44:27 -06:00 |
Zachary Ware
|
9fe6d86709
|
Issue 19572: More silently skipped tests explicitly skipped.
|
2013-12-08 00:20:35 -06:00 |
Christian Heimes
|
d062892542
|
Issue #19681: Apply a quick and minimal band-aid.
The flaky buildbots make it hard to detect real issue. This is just a temporary fix until we agree
on a permanent solution.
|
2013-11-22 01:22:47 +01:00 |
Nick Coghlan
|
f4cb48a72b
|
Issue #4331: Added functools.partialmethod
Initial patch by Alon Horev
|
2013-11-03 16:41:46 +10:00 |
Nick Coghlan
|
f05d981f58
|
Close #10042: functools.total_ordering now handles NotImplemented
(Patch by Katie Miller)
|
2013-10-02 00:02:03 +10:00 |
Nick Coghlan
|
24c05bc154
|
Close issue 17482: don't overwrite __wrapped__
|
2013-07-15 21:13:08 +10:00 |
Łukasz Langa
|
3720c77e30
|
Issue #18244: Adopt C3-based linearization in functools.singledispatch for improved ABC support
|
2013-07-01 16:00:38 +02:00 |
Łukasz Langa
|
7f7a67aac8
|
Fixed #18150: duplicate test inside TestSingleDispatch
Thanks to Vajrasky Kok for the patch
|
2013-06-07 22:25:27 +02:00 |
Łukasz Langa
|
6f69251980
|
Add reference implementation for PEP 443
PEP accepted: http://mail.python.org/pipermail/python-dev/2013-June/126734.html
|
2013-06-05 12:20:24 +02:00 |
Raymond Hettinger
|
6c2078d545
|
merge
|
2013-03-04 02:58:40 -05:00 |
Raymond Hettinger
|
0392342673
|
Add test for RLock in the lru_cache().
|
2013-03-04 02:52:50 -05:00 |
Serhiy Storchaka
|
ca4220be1f
|
Issue #17122: Fix and cleanup test_functools.py.
|
2013-02-05 22:12:59 +02:00 |
Serhiy Storchaka
|
b6a53404b7
|
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
parses nested mutating sequence.
|
2013-02-04 12:57:16 +02:00 |
Serhiy Storchaka
|
1d0bb9c8f9
|
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
parses nested mutating sequence.
|
2013-02-04 12:54:04 +02:00 |
Serhiy Storchaka
|
19c4e0df29
|
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
parses nested mutating sequence.
|
2013-02-04 12:47:24 +02:00 |
Serhiy Storchaka
|
a4fdd599e2
|
Fix skip conditions in some docstings tests.
|
2013-01-28 13:26:25 +02:00 |
Serhiy Storchaka
|
8e0ae2a4f0
|
Fix skip conditions in some docstings tests.
|
2013-01-28 13:25:44 +02:00 |
Serhiy Storchaka
|
f011881d7d
|
Issue #17041: Fix testing when Python is configured with the
--without-doc-strings.
|
2013-01-27 20:04:26 +02:00 |
Serhiy Storchaka
|
26f1166510
|
Issue #17041: Fix testing when Python is configured with the
--without-doc-strings.
|
2013-01-27 20:03:39 +02:00 |
Serhiy Storchaka
|
9d0add0c7e
|
Issue #17041: Fix testing when Python is configured with the
--without-doc-strings.
|
2013-01-27 19:47:45 +02:00 |
Antoine Pitrou
|
3354327113
|
Fix whitespace.
|
2012-11-13 21:36:21 +01:00 |
Antoine Pitrou
|
b5b3714168
|
Issue #12428: Add a pure Python implementation of functools.partial().
Patch by Brian Thorne.
|
2012-11-13 21:35:40 +01:00 |
Meador Inge
|
ff7f64ca0e
|
Issue #13544: Add __qualname__ to functools.WRAPPER_ASSIGNMENTS.
Patch by Filip Gruszczyński.
|
2011-12-11 22:37:31 -06:00 |
Raymond Hettinger
|
cd9fdfd652
|
Issue 13227: Option to make the lru_cache() type specific (suggested by Andrew Koenig).
|
2011-10-20 08:57:45 -07:00 |
Raymond Hettinger
|
d8886fc831
|
Merge
|
2011-10-16 00:00:51 -07:00 |
Raymond Hettinger
|
4b779b3785
|
Issue 13177: Make tracebacks more readable by avoiding chained exceptions in the lru_cache.
|
2011-10-15 23:50:42 -07:00 |
Raymond Hettinger
|
e7a2430dde
|
Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable.
|
2011-05-03 11:16:36 -07:00 |
Raymond Hettinger
|
003be52932
|
Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable.
|
2011-05-03 11:01:32 -07:00 |
Raymond Hettinger
|
7ab9e22e34
|
Issue #11707: Fast C version of functools.cmp_to_key()
|
2011-04-05 02:33:54 -07:00 |
Raymond Hettinger
|
23f9fc3448
|
Issue #10042: Fixed the total_ordering decorator to handle cross-type
comparisons that could lead to infinite recursion.
|
2011-01-08 07:01:56 +00:00 |
Alexander Belopolsky
|
41e422a4ff
|
Issue #4113: Added custom __repr__ method to functools.partial.
|
2010-12-01 20:05:49 +00:00 |
Raymond Hettinger
|
c79fb0e52d
|
Issue 10593: Adopt Nick's suggestion for an lru_cache with maxsize=None.
|
2010-12-01 03:45:41 +00:00 |
Raymond Hettinger
|
7496b4171e
|
Add example, tighten text, and minor clean-ups.
|
2010-11-30 19:15:45 +00:00 |
Nick Coghlan
|
234515afe5
|
Issue 10586: change the new functools.lru_cache implementation to expose the maximum and current cache sizes through the public statistics API. This API is now a single function that returns a named tuple.
|
2010-11-30 06:19:46 +00:00 |
Ezio Melotti
|
b3aedd4862
|
#9424: Replace deprecated assert* methods in the Python test suite.
|
2010-11-20 19:04:17 +00:00 |
Raymond Hettinger
|
02566ec89f
|
Adopt more descriptive attribute names as suggested on python-dev.
|
2010-09-04 22:46:06 +00:00 |
Benjamin Peterson
|
9c2930e4be
|
run total_ordering() tests, and fix the function (default comparisons shouldn't be considered)
|
2010-08-23 17:40:33 +00:00 |
Nick Coghlan
|
9887683f74
|
Document and test the resolution of issue 3445 (tolerate missing attributes in functools.update_wrapper, previously implemented as a side effect of the __annotations__ copying patch) and implement issue 9567 (add a __wrapped__ attribute when using update_wrapper)
|
2010-08-17 06:17:18 +00:00 |
Alexander Belopolsky
|
e29e6bffb5
|
Issue #665761: functools.reduce() will no longer mask exceptions other
than TypeError raised by the iterator argument. Also added a test to
check that zip() already behaves similarly.
|
2010-08-16 18:55:46 +00:00 |
Raymond Hettinger
|
f309828175
|
Remove the lfu_cache. Add more tests.
|
2010-08-15 03:30:45 +00:00 |
Raymond Hettinger
|
0f56e90f05
|
Support cache sizes.
|
2010-08-14 23:52:08 +00:00 |
Antoine Pitrou
|
560f7647ce
|
Issue #8814: function annotations (the `__annotations__` attribute)
are now included in the set of attributes copied by default by
functools.wraps and functools.update_wrapper. Patch by Terrence Cole.
|
2010-08-04 18:28:02 +00:00 |
Georg Brandl
|
2e7346acc9
|
Re-commit r83327 now that the release is done.
|
2010-07-31 18:09:23 +00:00 |