1. 631f513 This test no longer leaks, and test_generators sufficiently tests it to by Thomas Wouters · 19 years ago
  2. b8f81d4 Add missing DECREF to PyErr_WriteUnraisable(). That function reports by Thomas Wouters · 19 years ago
  3. c187f33 Whitespace normalization. by Tim Peters · 19 years ago
  4. 969ef75 Show case: reference cycles involving only the ob_type field are rather by Armin Rigo · 19 years ago
  5. 6212922 Restore test tee with some modifications. by Neal Norwitz · 19 years ago
  6. 03f3be5 Update notes to address cyclic garbage and what should happen when a test is fixed. by Neal Norwitz · 19 years ago
  7. 0cfa58c Remove tests that no longer leak. There is still one leaking generator test by Neal Norwitz · 19 years ago
  8. 4ef3a23 whitespace normalisation by Anthony Baxter · 19 years ago
  9. a33b2bc Add an example of a generator->freevar->cell->generator reference-cycle that by Thomas Wouters · 19 years ago
  10. d5f8ec2 Oops, copied the wrong code from keeprefs. Get the right code by Neal Norwitz · 19 years ago
  11. 770a800 Update/expand on comments about leaking tests. by Neal Norwitz · 19 years ago
  12. ddda855 Ignore ctypes leaks, but add a test case so we do not forget. by Neal Norwitz · 19 years ago
  13. 4954b38 Fix mismatch opening and closing quotes on a string. by Brett Cannon · 19 years ago
  14. cd8ca80 Add a note about removing the file once the bug is fixed by Neal Norwitz · 19 years ago
  15. dfc2404 Gave README a .txt extension. by Tim Peters · 19 years ago
  16. edc8f13 Add directory which contains known ref leaks. Some of these are likely to be system dependent (like test_gestalt). by Neal Norwitz · 19 years ago