| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-29474: Improve documentation for weakref.WeakValueDictionary (#23) | Mariatta | 2017-02-12 | 1 | -5/+5 |
|
|
* | Issue #27993: Fix problems with plural objects in docs and comments | Martin Panter | 2016-09-07 | 1 | -1/+1 |
|
|
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+1 |
|
|
* | Remove redundant leading zeroes in PEP references. | Serhiy Storchaka | 2016-03-31 | 1 | -1/+1 |
|
|
* | Issue #22696: Add function :func:`sys.is_finalizing` to know about interprete... | Antoine Pitrou | 2014-12-07 | 1 | -3/+3 |
|
|
* | Fix Issue #21528 - Fix documentation typos | Donald Stufft | 2014-05-20 | 1 | -2/+2 |
|
|
* | whatsnew: ssl getpeercert/do_handshake raise OSError, weakref __callback__. | R David Murray | 2014-01-06 | 1 | -10/+1 |
|
|
* | Avoid inconsistent use of 'finalizer' | Nick Coghlan | 2013-09-22 | 1 | -2/+2 |
|
|
* | Close #19047: weakref doc cleanups | Nick Coghlan | 2013-09-22 | 1 | -19/+38 |
|
|
* | Issue #18112: PEP 442 implementation (safe object finalization). | Antoine Pitrou | 2013-07-30 | 1 | -16/+7 |
|
|
* | Issue #15528: Add weakref.finalize to support finalization using | Richard Oudkerk | 2013-05-05 | 1 | -5/+210 |
|
|
* | Backout 2e446e87ac5b; it breaks the unix buildbots. | Richard Oudkerk | 2013-05-05 | 1 | -210/+5 |
|
|
* | Issue #15528: Add weakref.finalize to support finalization using | Richard Oudkerk | 2013-05-05 | 1 | -5/+210 |
|
|
* | Fix incorrect indentation on 'versionadded' for weakref.ref.__callback__. | Mark Dickinson | 2013-04-13 | 1 | -2/+2 |
|
|
* | Issue #17643: Add __callback__ attribute to weakref.ref. | Mark Dickinson | 2013-04-13 | 1 | -2/+12 |
|
|
* | Issue #14631: Add a new :class:`weakref.WeakMethod` to simulate weak referenc... | Antoine Pitrou | 2012-11-17 | 1 | -0/+29 |
|
|
* | Issue #14954: Clarify the interaction of weak references and garbage collection. | Antoine Pitrou | 2012-08-20 | 1 | -1/+4 |
|
|
* | Issue #15412: Remove erroneous note about weakrefs | Richard Oudkerk | 2012-08-17 | 1 | -6/+0 |
|
|
* | More source links | Raymond Hettinger | 2011-01-27 | 1 | -0/+3 |
|
|
* | Add cross-references to the glossary entry for file objects. | Antoine Pitrou | 2010-09-15 | 1 | -2/+3 |
|
|
* | replace long with int | Benjamin Peterson | 2010-05-08 | 1 | -3/+3 |
|
|
* | Merged revisions 79060 via svnmerge from | Collin Winter | 2010-03-18 | 1 | -2/+2 |
|
|
* | Issue #7105: Make WeakKeyDictionary and WeakValueDictionary robust against | Antoine Pitrou | 2010-01-08 | 1 | -2/+2 |
|
|
* | Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-... | Benjamin Peterson | 2009-11-13 | 1 | -4/+3 |
|
|
* | Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,... | Georg Brandl | 2009-10-27 | 1 | -3/+4 |
|
|
* | Merged revisions 75580 via svnmerge from | Georg Brandl | 2009-10-21 | 1 | -0/+4 |
|
|
* | Merged revisions 74524 via svnmerge from | Benjamin Peterson | 2009-10-10 | 1 | -0/+3 |
|
|
* | rollback the merge of r74524 because it causes failures in test_multiprocessing | Benjamin Peterson | 2009-10-09 | 1 | -3/+0 |
|
|
* | Merged revisions 74524,74556 via svnmerge from | Benjamin Peterson | 2009-10-04 | 1 | -0/+3 |
|
|
* | Last round of adapting style of documenting argument default values. | Georg Brandl | 2009-09-16 | 1 | -5/+4 |
|
|
* | Merged revisions 74209 via svnmerge from | Georg Brandl | 2009-07-26 | 1 | -1/+1 |
|
|
* | #3791: remove last traces of bsddb. | Georg Brandl | 2009-06-04 | 1 | -3/+2 |
|
|
* | Committing the patch in issue 2965, so that weakref dicts have a closer | Barry Warsaw | 2008-09-04 | 1 | -15/+5 |
|
|
* | Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,... | Christian Heimes | 2008-03-23 | 1 | -18/+26 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-22 | 1 | -1/+1 |
|
|
* | Merged revisions 59605-59624 via svnmerge from | Christian Heimes | 2007-12-31 | 1 | -3/+3 |
|
|
* | Merged revisions 59259-59274 via svnmerge from | Christian Heimes | 2007-12-02 | 1 | -16/+16 |
|
|
* | Futher update docs after unbound method removal. | Georg Brandl | 2007-11-27 | 1 | -4/+4 |
|
|
* | Merged revisions 58742-58816 via svnmerge from | Guido van Rossum | 2007-11-02 | 1 | -2/+2 |
|
|
* | #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. | Georg Brandl | 2007-11-01 | 1 | -5/+5 |
|
|
* | #1061 (mainly by Thomas Wouters): use weak sets for abc caches. | Georg Brandl | 2007-10-23 | 1 | -13/+22 |
|
|
* | Partial py3k-ification of Doc/library/: convert has_key references into eithe... | Collin Winter | 2007-09-01 | 1 | -3/+3 |
|
|
* | Get rid of the remaining versionadded/versionchanged directives. | Georg Brandl | 2007-09-01 | 1 | -16/+1 |
|
|
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+330 |
|
|