Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
8d837ab8695ec74b05bd99d63bb23deefa05d85f
/
Lib
/
test
/
test_functools.py
9bbf836
Merged revisions 78075-78079 via svnmerge from
by Georg Brandl
· 15 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