Files
cpython/Modules
Serhiy Storchaka 65aaef423b Issue #25945: Fixed bugs in functools.partial.
Fixed a crash when unpickle the functools.partial object with wrong state.
Fixed a leak in failed functools.partial constructor.
"args" and "keywords" attributes of functools.partial have now always types
tuple and dict correspondingly.
2016-02-02 18:45:47 +02:00
..
2016-02-01 21:21:19 -08:00
2016-01-07 21:38:51 -08:00
2016-01-01 11:56:35 -06:00
2016-01-15 09:39:06 -08:00
2015-07-24 00:43:44 -04:00
2016-01-28 15:44:10 +01:00
2015-06-27 15:45:56 -05:00
2015-06-27 15:45:56 -05:00

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