summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_resource.py
Commit message (Expand)AuthorAgeFilesLines
* #1291: copy test_resource.py from the 2.6 trunk, to fix a test failure.Andrew M. Kuchling2008-02-231-62/+101
* Backport test_resource fix from trunk to stop it crashing on UbuntuNick Coghlan2008-02-111-14/+19
* Try harder to provoke the exception since the ia64 buildbot stillNeal Norwitz2008-01-281-0/+2
* Sync up with trunk. Try to flush repeatedly to ensure the exception is raised.Neal Norwitz2008-01-271-5/+7
* Backport 60342:Neal Norwitz2008-01-271-2/+5
* Backport 60334:Neal Norwitz2008-01-271-0/+3
* Patch #551960: Add check for setrlimit() supportJason Tishler2002-12-121-4/+12
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Add tests for the recent resource module change.Jeremy Hylton2002-04-231-0/+48