1. a07a8b4 Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 12 years ago
  2. 3db8a34 Change more tests to use import_module for the modules that by R. David Murray · 16 years ago
  3. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  4. c519809 Update the comment and remove the close. If we close we can't flush anymore. by Neal Norwitz · 17 years ago
  5. 041ee5d Add a tiny sleep and additional flush to force the file to really be synced. by Neal Norwitz · 17 years ago
  6. 46c61b2 Try to prevent this test from being flaky. We might need a sleep in here by Neal Norwitz · 17 years ago
  7. 7f47d93 On some systems (e.g., Ubuntu on hppa) the flush() by Neal Norwitz · 17 years ago
  8. a121508 Always try to remove the test file even if close raises an exception by Neal Norwitz · 17 years ago
  9. 12adef9 Try to get rid of spurious failure in test_resource on the Debian buildbots by changing the file size limit before attempting to close the file by Nick Coghlan · 18 years ago
  10. f733abb Whitespace normalization. by Tim Peters · 18 years ago
  11. d414302 resource.RUSAGE_BOTH might not exist. by Walter Dörwald · 18 years ago
  12. 66262ab Add argument tests an calls of resource.getrusage(). by Walter Dörwald · 18 years ago
  13. 9fab9a7 Port test_resource.py to unittest. by Walter Dörwald · 18 years ago
  14. e4a070a Patch #551960: Add check for setrlimit() support by Jason Tishler · 22 years ago
  15. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  16. 74ce77f Add tests for the recent resource module change. by Jeremy Hylton · 23 years ago