aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_resource.py
Commit message (Expand)AuthorAge
* bpo-40280: Address more test failures on Emscripten (GH-31050)Christian Heimes2022-02-05
* bpo-45229: Remove test_main in many tests (GH-28405)Serhiy Storchaka2021-09-19
* bpo-40275: Use new test.support helper submodules in tests (GH-21451)Hai Shi2020-08-03
* bpo-31904: Port test_resource to VxWorks (GH-12719)Lihua Zhao2019-04-17
* bpo-35202: Remove unused imports in tests. (GH-10561)Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)2018-11-16
* bpo-31132: Remove prlimit permission test. (GH-9280)Benjamin Peterson2018-09-13
* bpo-32593: Drop FreeBSD 9 and older support (#5232)Victor Stinner2018-01-22
* Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence thatSerhiy Storchaka2016-12-19
* Issue #19343: Expose FreeBSD-specific APIs in resource module. Original patc...Christian Heimes2013-12-08
* test_resource should not assume all attributes are available when theyBrett Cannon2013-10-25
* Issue #16595: prlimit() needs Linux kernel 2.6.36+Christian Heimes2013-10-25
* Make resource tests more robust.Christian Heimes2013-10-22
* Issue #16595: Add prlimit() to resource moduleChristian Heimes2013-10-22
* Issue #19324: Expose Linux-specific constants in resource moduleChristian Heimes2013-10-22
* Add simple test for resource.getpagesize()Christian Heimes2013-07-30
|\
| * Add simple test for resource.getpagesize()Christian Heimes2013-07-30
* | Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTupleSerhiy Storchaka2013-02-04
|\|
| * Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTupleSerhiy Storchaka2013-02-04
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-25
|/
* Issue #10440: Support RUSAGE_THREAD as a constant in the resource module.Antoine Pitrou2010-11-17
* Merged revisions 70734,70775,70856,70874,70876-70877 via svnmergeR. David Murray2009-03-31
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-23
* Merged revisions 60364-60378 via svnmerge fromChristian Heimes2008-01-27
* Merged revisions 60350-60363 via svnmerge fromChristian Heimes2008-01-27
* Merged revisions 60284-60349 via svnmerge fromChristian Heimes2008-01-27
* str/bytes strictness.Guido van Rossum2007-08-27
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-06
* Merged revisions 53538-53622 via svnmerge fromThomas Wouters2007-02-05
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-01
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-15
* Patch #551960: Add check for setrlimit() supportJason Tishler2002-12-12
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* Add tests for the recent resource module change.Jeremy Hylton2002-04-23