Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pep8 | Philip Jenvey | 2016-10-08 | 1 | -1/+1 |
* | tigthen partial.__setstate__ | Philip Jenvey | 2016-10-02 | 1 | -3/+22 |
* | Issue #2043 fix | Armin Rigo | 2015-05-09 | 1 | -12/+15 |
* | don't capture "func" as a positional argument | Nikolaos-Digenis Karagiannis | 2015-01-02 | 1 | -1/+4 |
* | hack partial so test_functools passes | Brian Kearns | 2014-08-24 | 1 | -0/+5 |
* | Made functools.partial objects immutable | Alex Gaynor | 2014-08-23 | 1 | -5/+17 |
* | add reduce/setstate for functools.partial to match cpython, test | Brian Kearns | 2013-04-10 | 1 | -0/+13 |
* | fix functools tests | Alex Gaynor | 2011-09-26 | 1 | -1/+1 |
* | Tweak for the common case of no **keyword arguments. | Armin Rigo | 2011-09-22 | 1 | -5/+4 |
* | Turn functool.partial into a new-style class. | Amaury Forgeot d'Arc | 2011-01-26 | 1 | -2/+1 |
* | merge from trunk | Benjamin Peterson | 2010-06-24 | 1 | -0/+24 |