| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix some of the example code; the reference objects do not support a | Fred Drake | 2001-08-03 | 1 | -3/+3 |
| | | | | | | | | get() method; just calling them is sufficient. (There was a get() method for this in an early version of the implementation.) Reported by Mats Wichmann. | ||||
| * | Correct a markup error for an accented character. | Fred Drake | 2001-06-29 | 1 | -1/+1 |
| | | | | | Reported by Milan Zamazal <pdm@zamazal.org>. | ||||
| * | Corrected an error in the information on supporting weak references in | Fred Drake | 2001-06-22 | 1 | -9/+7 |
| | | | | | | | extension types (the docs reflected a development version of the API). This closes SF bug #435066. | ||||
| * | Fix typo in weakref.proxy() documentation. | Fred Drake | 2001-05-10 | 1 | -1/+1 |
| | | | | | This closes SF bug #423087. | ||||
| * | Include a synopsis for the chapter overview. | Fred Drake | 2001-04-11 | 1 | -0/+1 |
| | | |||||
| * | Remove the mapping() function from the documentation. | Fred Drake | 2001-04-10 | 1 | -25/+15 |
| | | | | | Add a description of the ReferenceError exception. | ||||
| * | Added example use of weak references, contributed by Tim Peters. | Fred Drake | 2001-03-28 | 1 | -0/+22 |
| | | |||||
| * | Update to the most recent weakref changes. | Fred Drake | 2001-03-23 | 1 | -11/+4 |
| | | |||||
| * | Patch #403985: Add support for weak-keyed dictionaries | Martin v. Löwis | 2001-02-27 | 1 | -16/+36 |
| | | |||||
| * | Fix two typos | Andrew M. Kuchling | 2001-02-14 | 1 | -2/+2 |
| | | |||||
| * | Documentation for the weakref module. | Fred Drake | 2001-02-01 | 1 | -0/+227 |
