Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
eccf9c2e2f0507bd4893b087c83d197b32c62b43
/
Lib
/
test
/
test_functools.py
a07a8b4
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
by Serhiy Storchaka
· 13 years ago
80a0a1e
Fix skip conditions in some docstings tests.
by Serhiy Storchaka
· 13 years ago
72121c6
- Issue #17041: Fix testing when Python is configured with the
by Serhiy Storchaka
· 13 years ago
374274d
Fix the total_ordering decorator to handle cross-type comparisons
by Éric Araujo
· 14 years ago
2623a37
Merged revisions 86596 via svnmerge from
by Ezio Melotti
· 15 years ago
9d0eaac
enable and fix TestTotalOrdering
by Benjamin Peterson
· 15 years ago
a11da59
add test for class with no operations defined
by Benjamin Peterson
· 15 years ago
e1d665a
Classes that override __eq__ also need to define __hash__.
by Raymond Hettinger
· 15 years ago
06bc0b6
Add tests for functools.total_ordering.
by Raymond Hettinger
· 15 years ago
bb006cf
Add tests for cmp_to_key.
by Raymond Hettinger
· 15 years ago
f28fd24
Issue 6292: for the moment at least, the test suite passes if run
by R. David Murray
· 15 years ago
a34f87f
Fix a redefined test method.
by Georg Brandl
· 15 years ago
dde5b94
#7092: Silence more py3k warnings. Patch by Florent Xicluna.
by Ezio Melotti
· 16 years ago
ce8e33a
Reverting the Revision: 77368. I committed Flox's big patch for tests by
by Senthil Kumaran
· 16 years ago
3ddc435
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
by Senthil Kumaran
· 16 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
d60c29e
#5228: add pickle support to functools.partial
by Jack Diederich
· 16 years ago
83e8184
Copy reduce() to _functools so to have functools.reduce() not raise a warning
by Brett Cannon
· 17 years ago
41eb716
[Bug #1576241] Let functools.wraps work with built-in functions
by Andrew M. Kuchling
· 19 years ago
676725d
Add functools.update_wrapper() and functools.wraps() as described in PEP 356
by Nick Coghlan
· 19 years ago
c649ec5
Apply modified version of Collin Winter's patch #1478788
by Nick Coghlan
· 19 years ago
[Renamed (97%) from Lib/test/test_functional.py]
eba28be
Whitespace normalization.
by Tim Peters
· 20 years ago
26e512a
Test partial() with bound/unbound methods.
by Raymond Hettinger
· 20 years ago
c8b6d1b
Make functional.partial() more closely match the spec by emulating
by Raymond Hettinger
· 20 years ago
9c323f8
SF patch #941881: PEP 309 Implementation (Partial Function Application).
by Raymond Hettinger
· 20 years ago