Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SF patch #1180062 by George Yoshida: | Walter Dörwald | 2005-04-14 | 1 | -1/+1 |
| | | | | | Doc/lib/libfunctional.tex: "in an new object" should read "in a new object" Doc/lib/libsubprocess.tex: argument name is wrong; comma is missing. | ||||
* | Make functional.partial() more closely match the spec by emulating some ↵ | Raymond Hettinger | 2005-03-08 | 1 | -0/+8 |
| | | | | | | | useful features of regular functions: * Made weak referencable. * Allow attribute access so a user can set __name__, __doc__, etc. | ||||
* | Noted that the module is new in version 2.5. | Raymond Hettinger | 2005-03-02 | 1 | -0/+1 |
| | |||||
* | SF patch #941881: PEP 309 Implementation (Partial Function Application). | Raymond Hettinger | 2005-02-28 | 1 | -0/+72 |
Combined efforts of many including Peter Harris, Hye-Shik Chang, Martin v. Löwis, Nick Coghlan, Paul Moore, and Raymond Hettinger. |