Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #5228: add pickle support to functools.partial | Jack Diederich | 2009-03-31 | 1 | -1/+48 |
| | |||||
* | Copy reduce() to _functools so to have functools.reduce() not raise a warning | Brett Cannon | 2008-08-09 | 1 | -0/+79 |
| | | | | from usage under -3. | ||||
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and ↵ | Christian Heimes | 2007-12-19 | 1 | -1/+1 |
| | | | | Py_REFCNT. Macros for b/w compatibility are available. | ||||
* | PEP 3123: Provide forward compatibility with Python 3.0, while keeping | Martin v. Löwis | 2007-07-21 | 1 | -3/+2 |
| | | | | | backwards compatibility. Add Py_Refcnt, Py_Type, Py_Size, and PyVarObject_HEAD_INIT. | ||||
* | Apply modified version of Collin Winter's patch #1478788 | Nick Coghlan | 2006-05-29 | 1 | -0/+277 |
Renames functional extension module to _functools and adds a Python functools module so that utility functions like update_wrapper can be added easily. |