summaryrefslogtreecommitdiffstats
path: root/Doc/library/resource.rst
Commit message (Collapse)AuthorAgeFilesLines
* bpo-31904: Port test_resource to VxWorks (GH-12719)Lihua Zhao2019-04-171-0/+2
| | | Skip tests cases setting RLIMIT_FSIZE and RLIMIT_CPU on VxWorks.
* bpo-35511: Trivial docs updates for profile and resource library modules. ↵Beomsoo Kim2018-12-161-35/+49
| | | | | (GH-11124) polish documentation for profile and resource modules
* bpo-11233: Create availability directive for documentation (GH-9692)Cheryl Sabella2018-10-121-9/+9
| | | | | | Replace "Availability: xxx" with ".. availability:: xxx" in the doc. Original patch by Georg Brandl. Co-Authored-By: Georg Brandl <georg@python.org>
* Issue #25393: Fix probable copy/paste error in resource docsZachary Ware2016-07-191-3/+3
| | | | Patch by Alakshendra Yadav.
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+2
| | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* Issue #20468: Remove incorrect information about maxrss and page sizeMartin Panter2015-11-171-4/+1
| | | | Extract of patch by Ronald Oussoren.
* Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple ↵Senthil Kumaran2015-06-151-1/+1
| | | | | | | | | documentation typos. Related Issues: #issue21528 #issue24453
* Issue #19343: Expose FreeBSD-specific APIs in resource module. Original ↵Christian Heimes2013-12-081-0/+28
| | | | patch by Koobs.
* Issue #16595: prlimit() needs Linux kernel 2.6.36+Christian Heimes2013-10-251-1/+1
|
* Issue #16595: Add prlimit() to resource moduleChristian Heimes2013-10-221-0/+21
| | | | | prlimit() is a Linux specific command that combines setrlimit, getrlimit and can set the limit of other processes.
* Issue #19324: Expose Linux-specific constants in resource moduleChristian Heimes2013-10-221-0/+46
|
* #17409: Document RLIM_INFINITY and use it to clarify the setrlimit docs.R David Murray2013-04-201-4/+17
|
* alias resource.error to OSErrorBenjamin Peterson2011-12-101-3/+5
|
* Issue #10440: Support RUSAGE_THREAD as a constant in the resource module.Antoine Pitrou2010-11-171-4/+11
| | | | Patch by Robert Collins.
* Switch more function arguments docs to new-style.Georg Brandl2009-09-021-1/+0
|
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-3/+0
|
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+238