COMMITS
/ Objects/weakrefobject.c August 3, 2004
F
Be more careful about maintaining the invariants; it was actually
Fred Drake committed
July 8, 2004
N
SF bug #978308, Spurious errors taking bool of dead pro
Neal Norwitz committed
July 2, 2004
F
Make weak references subclassable:
Fred Drake committed
February 4, 2004
F
Allocating a new weakref object can cause existing weakref objects for
Fred Drake committed
February 3, 2004
F
Fix bug in interpretation of the "callback" argument in the constructors for
Fred Drake committed
November 20, 2003
T
SF bug 839548: Bug in type's GC handling causes segfaults.
Tim Peters committed
July 14, 2003
F
Remove proxy_print(), since that caused an inconsistency between
Fred Drake committed
June 30, 2003
R
Fix SF 762891: "del p[key]" on proxy object raises SystemError()
Raymond Hettinger committed
April 16, 2003
G
- The repr() of a weakref object now shows the __name__ attribute of
Guido van Rossum committed
August 9, 2002
F
Add support for the iterator protocol to weakref proxy objects.
Fred Drake committed
March 27, 2002
N
Remove weakref free list. This has the side effect of fixing a memory
Neil Schemenauer committed
December 19, 2001
F
proxy_compare(): Make sure that we unwrap both objects being compared if
Fred Drake committed
December 10, 2001
F
Make sure that when we invoke callback functions associated with weak
Fred Drake committed
November 28, 2001
B
weakref_repr(), proxy_repr(): Conversion of sprintf() to
Barry Warsaw committed
M
Fixes for possible buffer overflows in sprintf() usages.
Marc-André Lemburg committed
October 22, 2001
J
Referencable is not a word, so don't use it in an error message <wink>.
Jeremy Hylton committed
October 18, 2001
F
Remove an unnecessary check for NULL.
Fred Drake committed
F
When weakref proxies are involved in binary & ternary slot operations,
Fred Drake committed
October 5, 2001
F
The weak reference implementation, separated from the weakref module.
Fred Drake committed