1. a101bdb whatsnew: ssl getpeercert/do_handshake raise OSError, weakref __callback__. by R David Murray · 11 years ago
  2. 4c7fe6a Avoid inconsistent use of 'finalizer' by Nick Coghlan · 11 years ago
  3. be57ab8 Close #19047: weakref doc cleanups by Nick Coghlan · 11 years ago
  4. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  5. 7a3dae0 Issue #15528: Add weakref.finalize to support finalization using by Richard Oudkerk · 11 years ago
  6. 39b17c5 Backout 2e446e87ac5b; it breaks the unix buildbots. by Richard Oudkerk · 11 years ago
  7. f359302 Issue #15528: Add weakref.finalize to support finalization using by Richard Oudkerk · 11 years ago
  8. 9b6fdf8 Fix incorrect indentation on 'versionadded' for weakref.ref.__callback__. by Mark Dickinson · 11 years ago
  9. 556e94b Issue #17643: Add __callback__ attribute to weakref.ref. by Mark Dickinson · 11 years ago
  10. c3afba1 Issue #14631: Add a new :class:`weakref.WeakMethod` to simulate weak references to bound methods. by Antoine Pitrou · 12 years ago
  11. 9439f04 Issue #14954: Clarify the interaction of weak references and garbage collection. by Antoine Pitrou · 12 years ago
  12. d9c026f Issue #15412: Remove erroneous note about weakrefs by Richard Oudkerk · 12 years ago
  13. 469271d More source links by Raymond Hettinger · 13 years ago
  14. 11cb961 Add cross-references to the glossary entry for file objects. by Antoine Pitrou · 14 years ago
  15. 905982b replace long with int by Benjamin Peterson · 14 years ago
  16. 4222e9c Merged revisions 79060 via svnmerge from by Collin Winter · 14 years ago
  17. c1baa60 Issue #7105: Make WeakKeyDictionary and WeakValueDictionary robust against by Antoine Pitrou · 15 years ago
  18. a0dfa82 Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via svnmerge from by Benjamin Peterson · 15 years ago
  19. 495f7b5 Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from by Georg Brandl · 15 years ago
  20. ff8c1e5 Merged revisions 75580 via svnmerge from by Georg Brandl · 15 years ago
  21. bec4d57 Merged revisions 74524 via svnmerge from by Benjamin Peterson · 15 years ago
  22. fe51a1f rollback the merge of r74524 because it causes failures in test_multiprocessing by Benjamin Peterson · 15 years ago
  23. 9a779ea Merged revisions 74524,74556 via svnmerge from by Benjamin Peterson · 15 years ago
  24. 7f01a13 Last round of adapting style of documenting argument default values. by Georg Brandl · 15 years ago
  25. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
  26. 1158a33 #3791: remove last traces of bsddb. by Georg Brandl · 15 years ago
  27. ecaab83 Committing the patch in issue 2965, so that weakref dicts have a closer by Barry Warsaw · 16 years ago
  28. fe337bf Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,61761,61765-61767,61769,61773,61776-61778,61780-61783,61788,61793,61796,61807,61813 via svnmerge from by Christian Heimes · 16 years ago
  29. c3f30c4 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900-60931,60933-60958 via svnmerge from by Christian Heimes · 16 years ago
  30. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  31. d8654cf Merged revisions 59259-59274 via svnmerge from by Christian Heimes · 17 years ago
  32. 2e0b755 Futher update docs after unbound method removal. by Georg Brandl · 17 years ago
  33. 2cc30da Merged revisions 58742-58816 via svnmerge from by Guido van Rossum · 17 years ago
  34. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  35. 3b8cb17 #1061 (mainly by Thomas Wouters): use weak sets for abc caches. by Georg Brandl · 17 years ago
  36. c79461b Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. by Collin Winter · 17 years ago
  37. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  38. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago