Martin v. Löwis
|
b1ed7fac12
|
Replace INT_MAX with PY_SSIZE_T_MAX.
|
2006-04-13 07:52:27 +00:00 |
Georg Brandl
|
c2fb6c74c6
|
Fix typo in functional module
|
2006-02-21 17:49:57 +00:00 |
Neal Norwitz
|
1ac754fa10
|
Check return result from Py_InitModule*(). This API can fail.
Probably should be backported.
|
2006-01-19 06:09:39 +00:00 |
Raymond Hettinger
|
c8b6d1bd8c
|
Make functional.partial() more closely match the spec by emulating
some useful features of regular functions:
* Made weak referencable.
* Allow attribute access so a user can set __name__, __doc__, etc.
|
2005-03-08 06:14:50 +00:00 |
Raymond Hettinger
|
9c323f8de4
|
SF patch #941881: PEP 309 Implementation (Partial Function Application).
Combined efforts of many including Peter Harris, Hye-Shik Chang,
Martin v. Löwis, Nick Coghlan, Paul Moore, and Raymond Hettinger.
|
2005-02-28 19:39:44 +00:00 |