summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libfunctional.tex
Commit message (Collapse)AuthorAgeFilesLines
* SF patch #1180062 by George Yoshida:Walter Dörwald2005-04-141-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 Hettinger2005-03-081-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 Hettinger2005-03-021-0/+1
|
* SF patch #941881: PEP 309 Implementation (Partial Function Application).Raymond Hettinger2005-02-281-0/+72
Combined efforts of many including Peter Harris, Hye-Shik Chang, Martin v. Löwis, Nick Coghlan, Paul Moore, and Raymond Hettinger.