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