summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libweakref.tex
Commit message (Expand)AuthorAgeFilesLines
* SF patch #1379023: document that a weakref callback is not invoked if theArmin Rigo2005-12-291-2/+2
* Add doctest for examples in libweakref.tex to test_weakref.Georg Brandl2005-07-021-2/+4
* bug [ 1228904 ] weakref example brokenGeorg Brandl2005-07-021-5/+2
* Make weak references subclassable:Fred Drake2004-07-021-2/+41
* Complete the list of weakreferencable objects.Raymond Hettinger2004-06-121-0/+1
* Add weakref support to sockets and re pattern objects.Raymond Hettinger2004-05-311-3/+17
* minor markup adjustmentsFred Drake2004-02-031-2/+2
* Clarify minor point about the ref() and proxy() constructors.Fred Drake2004-02-031-1/+2
* use consistent email address for TimFred Drake2003-12-301-1/+1
* Patch #849350: Update to document bool return values. Backported to 2.3.Martin v. Löwis2003-11-271-1/+1
* More words: gave more motivation, and added cautions about the specialTim Peters2003-11-211-10/+51
* Grammar nit. SF bug #757822Raymond Hettinger2003-07-021-1/+1
* Described responsibilty of weakly referenced extension types to initializeRaymond Hettinger2002-08-071-2/+23
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
* Typo, spotted by Detlef Lannert.Fred Drake2001-11-261-1/+1
* Many, many small fixes and improvements, most suggested by Detlef Lannert.Fred Drake2001-10-261-17/+27
* Typo: destuction --> destructionFred Drake2001-10-261-1/+1
* Minor textual adjustment, and style-guide conformance (no use of "iff").Fred Drake2001-10-261-4/+5
* Update the documentation to reflect the changes to ReferenceError.Fred Drake2001-10-061-1/+2
* Fix some of the example code; the reference objects do not support aFred Drake2001-08-031-3/+3
* Correct a markup error for an accented character.Fred Drake2001-06-291-1/+1
* Corrected an error in the information on supporting weak references inFred Drake2001-06-221-9/+7
* Fix typo in weakref.proxy() documentation.Fred Drake2001-05-101-1/+1
* Include a synopsis for the chapter overview.Fred Drake2001-04-111-0/+1
* Remove the mapping() function from the documentation.Fred Drake2001-04-101-25/+15
* Added example use of weak references, contributed by Tim Peters.Fred Drake2001-03-281-0/+22
* Update to the most recent weakref changes.Fred Drake2001-03-231-11/+4
* Patch #403985: Add support for weak-keyed dictionariesMartin v. Löwis2001-02-271-16/+36
* Fix two typosAndrew M. Kuchling2001-02-141-2/+2
* Documentation for the weakref module.Fred Drake2001-02-011-0/+227