Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
e3422fae8a38b04c216b7c777ad10694073c4937
/
Lib
/
test
/
test_functools.py
83e8184
Copy reduce() to _functools so to have functools.reduce() not raise a warning
by Brett Cannon
· 16 years ago
41eb716
[Bug #1576241] Let functools.wraps work with built-in functions
by Andrew M. Kuchling
· 18 years ago
676725d
Add functools.update_wrapper() and functools.wraps() as described in PEP 356
by Nick Coghlan
· 18 years ago
c649ec5
Apply modified version of Collin Winter's patch #1478788
by Nick Coghlan
· 18 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