1. bb0424b bpo-40275: Use new test.support helper submodules in tests (GH-21451) by Hai Shi · 5 years ago
  2. 693c104 bpo-31904: Port test_resource to VxWorks (GH-12719) by Lihua Zhao · 6 years ago
  3. 90d0cfb bpo-35202: Remove unused imports in tests. (GH-10561) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 7 years ago
  4. 01e0afa bpo-31132: Remove prlimit permission test. (GH-9280) by Benjamin Peterson · 7 years ago
  5. 13ff245 bpo-32593: Drop FreeBSD 9 and older support (#5232) by Victor Stinner · 8 years ago
  6. b94eef2 Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that by Serhiy Storchaka · 9 years ago
  7. 5bb414d Issue #19343: Expose FreeBSD-specific APIs in resource module. Original patch by Koobs. by Christian Heimes · 12 years ago
  8. a20800d test_resource should not assume all attributes are available when they by Brett Cannon · 12 years ago
  9. c4a4b34 Issue #16595: prlimit() needs Linux kernel 2.6.36+ by Christian Heimes · 12 years ago
  10. d885aa4 Make resource tests more robust. by Christian Heimes · 12 years ago
  11. b7bd5df Issue #16595: Add prlimit() to resource module by Christian Heimes · 12 years ago
  12. 6fc79bf Issue #19324: Expose Linux-specific constants in resource module by Christian Heimes · 12 years ago
  13. 8ad91cc Add simple test for resource.getpagesize() by Christian Heimes · 12 years ago
  14. 4ebc929 Add simple test for resource.getpagesize() by Christian Heimes · 12 years ago
  15. b6a5340 Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 13 years ago
  16. 19c4e0d Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 13 years ago
  17. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 13 years ago
  18. b6d4ee5 Issue #10440: Support RUSAGE_THREAD as a constant in the resource module. by Antoine Pitrou · 15 years ago
  19. a21e4ca Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge by R. David Murray · 16 years ago
  20. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
  21. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
  22. 2685563 Merged revisions 60364-60378 via svnmerge from by Christian Heimes · 18 years ago
  23. 412dc9c Merged revisions 60350-60363 via svnmerge from by Christian Heimes · 18 years ago
  24. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 18 years ago
  25. b644fb4 str/bytes strictness. by Guido van Rossum · 18 years ago
  26. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 18 years ago
  27. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 19 years ago
  28. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 19 years ago
  29. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 19 years ago
  30. e4a070a Patch #551960: Add check for setrlimit() support by Jason Tishler · 23 years ago
  31. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  32. 74ce77f Add tests for the recent resource module change. by Jeremy Hylton · 23 years ago