Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-31904: Port test_resource to VxWorks (GH-12719) | Lihua Zhao | 2019-04-17 | 1 | -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 Kim | 2018-12-16 | 1 | -35/+49 |
| | | | | | (GH-11124) polish documentation for profile and resource modules | ||||
* | bpo-11233: Create availability directive for documentation (GH-9692) | Cheryl Sabella | 2018-10-12 | 1 | -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 docs | Zachary Ware | 2016-07-19 | 1 | -3/+3 |
| | | | | Patch by Alakshendra Yadav. | ||||
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -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 size | Martin Panter | 2015-11-17 | 1 | -4/+1 |
| | | | | Extract of patch by Ronald Oussoren. | ||||
* | Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple ↵ | Senthil Kumaran | 2015-06-15 | 1 | -1/+1 |
| | | | | | | | | | documentation typos. Related Issues: #issue21528 #issue24453 | ||||
* | Issue #19343: Expose FreeBSD-specific APIs in resource module. Original ↵ | Christian Heimes | 2013-12-08 | 1 | -0/+28 |
| | | | | patch by Koobs. | ||||
* | Issue #16595: prlimit() needs Linux kernel 2.6.36+ | Christian Heimes | 2013-10-25 | 1 | -1/+1 |
| | |||||
* | Issue #16595: Add prlimit() to resource module | Christian Heimes | 2013-10-22 | 1 | -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 module | Christian Heimes | 2013-10-22 | 1 | -0/+46 |
| | |||||
* | #17409: Document RLIM_INFINITY and use it to clarify the setrlimit docs. | R David Murray | 2013-04-20 | 1 | -4/+17 |
| | |||||
* | alias resource.error to OSError | Benjamin Peterson | 2011-12-10 | 1 | -3/+5 |
| | |||||
* | Issue #10440: Support RUSAGE_THREAD as a constant in the resource module. | Antoine Pitrou | 2010-11-17 | 1 | -4/+11 |
| | | | | Patch by Robert Collins. | ||||
* | Switch more function arguments docs to new-style. | Georg Brandl | 2009-09-02 | 1 | -1/+0 |
| | |||||
* | Get rid of the remaining versionadded/versionchanged directives. | Georg Brandl | 2007-09-01 | 1 | -3/+0 |
| | |||||
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+238 |