Saiyang Gou
|
7514f4f625
|
bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resource`, `shutil`, `signal`, `syslog` (GH-18407)
|
2020-02-13 07:47:42 +00:00 |
Lihua Zhao
|
693c104ae7
|
bpo-31904: Port test_resource to VxWorks (GH-12719)
Skip tests cases setting RLIMIT_FSIZE and RLIMIT_CPU on VxWorks.
|
2019-04-17 17:41:33 +02:00 |
Beomsoo Kim
|
b912f9342e
|
bpo-35511: Trivial docs updates for profile and resource library modules. (GH-11124)
polish documentation for profile and resource modules
|
2018-12-16 21:34:08 +02:00 |
Cheryl Sabella
|
2d6097d027
|
bpo-11233: Create availability directive for documentation (GH-9692)
Replace "Availability: xxx" with ".. availability:: xxx" in the doc.
Original patch by Georg Brandl.
Co-Authored-By: Georg Brandl <georg@python.org>
|
2018-10-12 16:55:20 +02:00 |
Zachary Ware
|
48e3f98206
|
Issue #25393: Fix probable copy/paste error in resource docs
Patch by Alakshendra Yadav.
|
2016-07-19 16:41:20 -05:00 |
Terry Jan Reedy
|
fa089b9b0b
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Reformat header above separator line (added if missing) to a common format.
Patch by Yoni Lavi.
|
2016-06-11 15:02:54 -04:00 |
Martin Panter
|
f8f66eb985
|
Issue #20468: Remove incorrect information about maxrss and page size
Extract of patch by Ronald Oussoren.
|
2015-11-17 22:13:47 +00:00 |
Senthil Kumaran
|
b4760efbad
|
Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos.
Related Issues:
#issue21528
#issue24453
|
2015-06-14 17:35:37 -07:00 |
Christian Heimes
|
5bb414d176
|
Issue #19343: Expose FreeBSD-specific APIs in resource module. Original patch by Koobs.
|
2013-12-08 14:35:55 +01:00 |
Christian Heimes
|
c4a4b346a6
|
Issue #16595: prlimit() needs Linux kernel 2.6.36+
|
2013-10-25 08:31:19 +02:00 |
Christian Heimes
|
b7bd5df809
|
Issue #16595: Add prlimit() to resource module
prlimit() is a Linux specific command that combines setrlimit, getrlimit and can set the limit
of other processes.
|
2013-10-22 11:21:54 +02:00 |
Christian Heimes
|
6fc79bf813
|
Issue #19324: Expose Linux-specific constants in resource module
|
2013-10-22 11:09:27 +02:00 |
R David Murray
|
bdf940d3bd
|
#17409: Document RLIM_INFINITY and use it to clarify the setrlimit docs.
|
2013-04-20 13:37:34 -04:00 |
Benjamin Peterson
|
2122cf717f
|
alias resource.error to OSError
|
2011-12-10 17:50:22 -05:00 |
Antoine Pitrou
|
b6d4ee5361
|
Issue #10440: Support RUSAGE_THREAD as a constant in the resource module.
Patch by Robert Collins.
|
2010-11-17 16:19:35 +00:00 |
Georg Brandl
|
1824415470
|
Switch more function arguments docs to new-style.
|
2009-09-02 20:34:52 +00:00 |
Georg Brandl
|
55ac8f0f26
|
Get rid of the remaining versionadded/versionchanged directives.
|
2007-09-01 13:51:09 +00:00 |
Georg Brandl
|
116aa62bf5
|
Move the 3k reST doc tree in place.
|
2007-08-15 14:28:22 +00:00 |