Files
cpython/Modules
Nick Coghlan 457fc9a69e Issue #27137: align Python & C implementations of functools.partial
The pure Python fallback implementation of functools.partial
now matches the behaviour of its accelerated C counterpart for
subclassing, pickling and text representation purposes.

Patch by Emanuel Barry and Serhiy Storchaka.
2016-09-10 20:00:02 +10:00
..
2016-09-08 09:15:54 -07:00
2016-09-08 09:25:03 -07:00
2016-09-08 09:29:11 -07:00
2016-09-08 09:15:54 -07:00
2016-09-09 17:46:24 -07:00
2016-09-06 10:46:49 -07:00
2016-09-07 11:06:17 -07:00
2016-08-21 17:43:58 +10:00
2016-09-07 09:26:18 -07:00
2016-09-06 10:46:49 -07:00
2016-09-08 15:08:02 -07:00
2016-06-02 12:42:40 -07:00
2016-09-06 19:04:37 -07:00
2016-09-07 14:45:10 -07:00
2016-09-06 10:46:49 -07:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.