Martin v. Löwis
|
5e1633365d
|
Patch #403985: Add support for weak-keyed dictionaries
|
2001-02-27 18:36:56 +00:00 |
Fred Drake
|
32efcdbceb
|
cleanup_helper(): Added missing "void" type for the function, updated
comments to reflect reality.
|
2001-02-26 20:10:51 +00:00 |
Fred Drake
|
b60654bc15
|
The return value from PyObject_ClearWeakRefs() is no longer meaningful,
so make it void.
|
2001-02-26 18:56:37 +00:00 |
Fred Drake
|
7855aba6bb
|
Move docstrings out of function table to constants defined near the
function implementations.
|
2001-02-18 05:20:18 +00:00 |
Tim Peters
|
231e22facb
|
Repair legit compiler warning.
|
2001-02-02 21:10:53 +00:00 |
Tim Peters
|
747d5b63db
|
Teach Windows build about the _weakref module.
|
2001-02-02 00:07:07 +00:00 |
Fred Drake
|
41deb1efc2
|
PEP 205, Weak References -- initial checkin.
|
2001-02-01 05:27:45 +00:00 |