aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pep8Philip Jenvey2016-10-081-1/+1
* tigthen partial.__setstate__Philip Jenvey2016-10-021-3/+22
* Issue #2043 fixArmin Rigo2015-05-091-12/+15
* don't capture "func" as a positional argumentNikolaos-Digenis Karagiannis2015-01-021-1/+4
* hack partial so test_functools passesBrian Kearns2014-08-241-0/+5
* Made functools.partial objects immutableAlex Gaynor2014-08-231-5/+17
* add reduce/setstate for functools.partial to match cpython, testBrian Kearns2013-04-101-0/+13
* fix functools testsAlex Gaynor2011-09-261-1/+1
* Tweak for the common case of no **keyword arguments.Armin Rigo2011-09-221-5/+4
* Turn functool.partial into a new-style class.Amaury Forgeot d'Arc2011-01-261-2/+1
* merge from trunkBenjamin Peterson2010-06-241-0/+24